Upload Data

setwd("~/R Data Files")

gt = read.csv("globalterrorism.csv", na.strings = "")

gt
##             eventid iyear imonth iday
## 1      197000000001  1970      7    2
## 2      197000000002  1970      0    0
## 3      197001000001  1970      1    0
## 4      197001000002  1970      1    0
## 5      197001000003  1970      1    0
## 6      197001010002  1970      1    1
## 7      197001020001  1970      1    2
## 8      197001020002  1970      1    2
## 9      197001020003  1970      1    2
## 10     197001030001  1970      1    3
## 11     197001050001  1970      1    1
## 12     197001060001  1970      1    6
## 13     197001080001  1970      1    8
## 14     197001090001  1970      1    9
## 15     197001090002  1970      1    9
## 16     197001100001  1970      1   10
## 17     197001110001  1970      1   11
## 18     197001120001  1970      1   12
## 19     197001120002  1970      1   12
## 20     197001130001  1970      1   13
## 21     197001140001  1970      1   14
## 22     197001150001  1970      1   15
## 23     197001190002  1970      1   19
## 24     197001190003  1970      1   19
## 25     197001190004  1970      1   19
## 26     197001200001  1970      1   20
## 27     197001210001  1970      1   21
## 28     197001220001  1970      1   22
## 29     197001220002  1970      1   22
## 30     197001250001  1970      1   25
## 31     197001250002  1970      1   25
## 32     197001260001  1970      1   26
## 33     197001260003  1970      1   26
## 34     197001270002  1970      1   27
## 35     197001280001  1970      1   28
## 36     197001280002  1970      1   28
## 37     197001300001  1970      1   30
## 38     197001300002  1970      1   30
## 39     197001300003  1970      1   30
## 40     197001310001  1970      1   31
## 41     197001310002  1970      1   31
## 42     197002010001  1970      2    1
## 43     197002010002  1970      2    1
## 44     197002020001  1970      2    2
## 45     197002030001  1970      2    3
## 46     197002030002  1970      2    3
## 47     197002040001  1970      2    4
## 48     197002060001  1970      2    6
## 49     197002060002  1970      2    6
## 50     197002060003  1970      2    6
## 51     197002060004  1970      2    6
## 52     197002060005  1970      2    6
## 53     197002060006  1970      2    6
## 54     197002060007  1970      2    6
## 55     197002070003  1970      2    7
## 56     197002080001  1970      2    8
## 57     197002080002  1970      2    8
## 58     197002090003  1970      2    9
## 59     197002090004  1970      2    9
## 60     197002100001  1970      2   10
## 61     197002110001  1970      2   11
## 62     197002130001  1970      2   13
## 63     197002130002  1970      2   13
## 64     197002130003  1970      2   13
## 65     197002150001  1970      2   15
## 66     197002150002  1970      2   15
## 67     197002160001  1970      2   16
## 68     197002160002  1970      2   16
## 69     197002160003  1970      2   16
## 70     197002160004  1970      2   16
## 71     197002170001  1970      2   17
## 72     197002170002  1970      2   17
## 73     197002170003  1970      2   17
## 74     197002170004  1970      2   17
## 75     197002180002  1970      2   18
## 76     197002180003  1970      2   18
## 77     197002200001  1970      2   20
## 78     197002200002  1970      2   20
## 79     197002200003  1970      2   20
## 80     197002210001  1970      2   21
## 81     197002210002  1970      2   21
## 82     197002210003  1970      2   21
## 83     197002210004  1970      2   21
## 84     197002210005  1970      2   21
## 85     197002210006  1970      2   21
## 86     197002220001  1970      2   22
## 87     197002220002  1970      2   22
## 88     197002230001  1970      2   23
## 89     197002230002  1970      2   23
## 90     197002230003  1970      2   23
## 91     197002230004  1970      2   23
## 92     197002230005  1970      2   23
## 93     197002240002  1970      2   24
## 94     197002240003  1970      2   24
## 95     197002270001  1970      2   27
## 96     197002280001  1970      2   28
## 97     197003000001  1970      3    0
## 98     197003010001  1970      3    1
## 99     197003010005  1970      3    1
## 100    197003010006  1970      3    1
## 101    197003010007  1970      3    1
## 102    197003010008  1970      3    1
## 103    197003020001  1970      3    2
## 104    197003030001  1970      3    3
## 105    197003030002  1970      3    3
## 106    197003030003  1970      3    3
## 107    197003040001  1970      3    4
## 108    197003040002  1970      3    4
## 109    197003040003  1970      3    4
## 110    197003050001  1970      3    5
## 111    197003050002  1970      3    5
## 112    197003050003  1970      3    5
## 113    197003060001  1970      3    6
## 114    197003060003  1970      3    6
## 115    197003060004  1970      3    6
## 116    197003090001  1970      3    9
## 117    197003090003  1970      3    9
## 118    197003090004  1970      3    9
## 119    197003090005  1970      3    9
## 120    197003090006  1970      3    9
## 121    197003100001  1970      3   10
## 122    197003100002  1970      3   10
## 123    197003100003  1970      3   10
## 124    197003110001  1970      3   11
## 125    197003110002  1970      3   11
## 126    197003120001  1970      3   12
## 127    197003120002  1970      3   12
## 128    197003120003  1970      3   12
## 129    197003120004  1970      3   12
## 130    197003120005  1970      3   12
## 131    197003130001  1970      3   13
## 132    197003130002  1970      3   13
## 133    197003140001  1970      3   14
## 134    197003140002  1970      3   14
## 135    197003140003  1970      3   14
## 136    197003140004  1970      3   14
## 137    197003150001  1970      3   15
## 138    197003150002  1970      3   15
## 139    197003160001  1970      3   16
## 140    197003170002  1970      3   17
## 141    197003180001  1970      3   18
## 142    197003200001  1970      3   20
## 143    197003200002  1970      3   20
## 144    197003210001  1970      3   21
## 145    197003210002  1970      3   21
## 146    197003210003  1970      3   21
## 147    197003220001  1970      3   22
## 148    197003220002  1970      3   22
## 149    197003220003  1970      3   22
## 150    197003230001  1970      3   23
## 151    197003240001  1970      3   24
## 152    197003240002  1970      3   24
## 153    197003240003  1970      3   24
## 154    197003240004  1970      3   24
## 155    197003240005  1970      3   24
## 156    197003240006  1970      3   24
## 157    197003270001  1970      3   27
## 158    197003290001  1970      3   29
## 159    197003290002  1970      3   29
## 160    197003300001  1970      3   30
## 161    197003300002  1970      3   30
## 162    197003310001  1970      3   31
## 163    197003310002  1970      3   31
## 164    197003310003  1970      3   31
## 165    197003310004  1970      3   31
## 166    197004000001  1970      4    0
## 167    197004010001  1970      4    1
## 168    197004010002  1970      4    1
## 169    197004010003  1970      4    1
## 170    197004020001  1970      4    2
## 171    197004020002  1970      4    2
## 172    197004030001  1970      4    3
## 173    197004040001  1970      4    4
## 174    197004040002  1970      4    4
## 175    197004040003  1970      4    4
## 176    197004050001  1970      4    5
## 177    197004050003  1970      4    5
## 178    197004050004  1970      4    5
## 179    197004050005  1970      4    5
## 180    197004050006  1970      4    5
## 181    197004050007  1970      4    5
## 182    197004080001  1970      4    8
## 183    197004080002  1970      4    8
## 184    197004080003  1970      4    8
## 185    197004090001  1970      4    9
## 186    197004110001  1970      4   11
## 187    197004110002  1970      4   11
## 188    197004110003  1970      4   11
## 189    197004130001  1970      4   13
## 190    197004130002  1970      4   13
## 191    197004130003  1970      4   13
## 192    197004130004  1970      4   13
## 193    197004140002  1970      4   14
## 194    197004140003  1970      4   14
## 195    197004140004  1970      4   14
## 196    197004150001  1970      4   15
## 197    197004150002  1970      4   15
## 198    197004150004  1970      4   15
## 199    197004150005  1970      4   15
## 200    197004160001  1970      4   16
## 201    197004160002  1970      4   16
## 202    197004160003  1970      4   16
## 203    197004160004  1970      4   16
## 204    197004170001  1970      4   17
## 205    197004190001  1970      4   19
## 206    197004190002  1970      4   19
## 207    197004190003  1970      4   19
## 208    197004190004  1970      4   19
## 209    197004190005  1970      4   19
## 210    197004200001  1970      4   20
## 211    197004210001  1970      4   21
## 212    197004210002  1970      4   21
## 213    197004220001  1970      4   22
## 214    197004220002  1970      4   22
## 215    197004220003  1970      4   22
## 216    197004220004  1970      4   22
## 217    197004220005  1970      4   22
## 218    197004220006  1970      4   22
## 219    197004230001  1970      4   23
## 220    197004230002  1970      4   23
## 221    197004230003  1970      4   23
## 222    197004230004  1970      4   23
## 223    197004240001  1970      4   24
## 224    197004240002  1970      4   24
## 225    197004240003  1970      4   24
## 226    197004240004  1970      4   24
## 227    197004250001  1970      4   25
## 228    197004250003  1970      4   25
## 229    197004250004  1970      4   25
## 230    197004250005  1970      4   25
## 231    197004250006  1970      4   25
## 232    197004260001  1970      4   26
## 233    197004260002  1970      4   26
## 234    197004260003  1970      4   26
## 235    197004270001  1970      4   27
## 236    197004270002  1970      4   27
## 237    197004270003  1970      4   27
## 238    197004270004  1970      4   27
## 239    197004270005  1970      4   27
## 240    197004270006  1970      4   27
## 241    197004280001  1970      4   28
## 242    197004280002  1970      4   28
## 243    197004290001  1970      4   29
## 244    197004300001  1970      4   30
## 245    197005000001  1970      5    0
## 246    197005000002  1970      5    0
## 247    197005010002  1970      5    1
## 248    197005010003  1970      5    1
## 249    197005010004  1970      5    1
## 250    197005010005  1970      5    1
## 251    197005010006  1970      5    1
## 252    197005010007  1970      5    1
## 253    197005010008  1970      5    1
## 254    197005040001  1970      5    4
## 255    197005040002  1970      5    4
## 256    197005040003  1970      5    4
## 257    197005040004  1970      5    4
## 258    197005040005  1970      5    4
## 259    197005050001  1970      5    5
## 260    197005050002  1970      5    5
## 261    197005050004  1970      5    5
## 262    197005050005  1970      5    5
## 263    197005050006  1970      5    5
## 264    197005060001  1970      5    6
## 265    197005060002  1970      5    6
## 266    197005060003  1970      5    6
## 267    197005060004  1970      5    6
## 268    197005060005  1970      5    6
## 269    197005060006  1970      5    6
## 270    197005060007  1970      5    6
## 271    197005070002  1970      5    7
## 272    197005080001  1970      5    8
## 273    197005090001  1970      5    9
## 274    197005090002  1970      5    9
## 275    197005090003  1970      5    9
## 276    197005100001  1970      5   10
## 277    197005100002  1970      5   10
## 278    197005120001  1970      5   12
## 279    197005120002  1970      5   12
## 280    197005120003  1970      5   12
## 281    197005130001  1970      5   13
## 282    197005130002  1970      5   13
## 283    197005130003  1970      5   13
## 284    197005130004  1970      5   13
## 285    197005140001  1970      5   14
## 286    197005140002  1970      5   14
## 287    197005140003  1970      5   14
## 288    197005140004  1970      5   14
## 289    197005150001  1970      5   15
## 290    197005150002  1970      5   15
## 291    197005150003  1970      5   15
## 292    197005150004  1970      5   15
## 293    197005160001  1970      5   16
## 294    197005190001  1970      5   19
## 295    197005200001  1970      5   20
## 296    197005200002  1970      5   20
## 297    197005200003  1970      5   20
## 298    197005210001  1970      5   21
## 299    197005220001  1970      5   22
## 300    197005220002  1970      5   22
## 301    197005220003  1970      5   22
## 302    197005250001  1970      5   25
## 303    197005260001  1970      5   26
## 304    197005260002  1970      5   26
## 305    197005270001  1970      5   27
## 306    197005270002  1970      5   27
## 307    197005270003  1970      5   27
## 308    197005280001  1970      5   28
## 309    197005280002  1970      5   28
## 310    197005280003  1970      5   28
## 311    197005280004  1970      5   28
## 312    197005290001  1970      5   29
## 313    197005290002  1970      5   29
## 314    197005290004  1970      5   29
## 315    197005290005  1970      5   29
## 316    197005300001  1970      5   30
## 317    197006010001  1970      6    1
## 318    197006020001  1970      6    2
## 319    197006020002  1970      6    2
## 320    197006020003  1970      6    2
## 321    197006030001  1970      6    3
## 322    197006040001  1970      6    4
## 323    197006050001  1970      6    5
## 324    197006060001  1970      6    6
## 325    197006060002  1970      6    6
## 326    197006060003  1970      6    6
## 327    197006060004  1970      6    6
## 328    197006060005  1970      6    6
## 329    197006070001  1970      6    7
## 330    197006070002  1970      6    7
## 331    197006070003  1970      6    7
## 332    197006080001  1970      6    8
## 333    197006080002  1970      6    8
## 334    197006090001  1970      6    9
## 335    197006090002  1970      6    9
## 336    197006090003  1970      6    9
## 337    197006090004  1970      6    9
## 338    197006090005  1970      6    9
## 339    197006090007  1970      6    9
## 340    197006090008  1970      6    9
## 341    197006100001  1970      6   10
## 342    197006110001  1970      6   11
## 343    197006110002  1970      6   11
## 344    197006110003  1970      6   11
## 345    197006120001  1970      6   12
## 346    197006120002  1970      6   12
## 347    197006120003  1970      6   12
## 348    197006130001  1970      6   13
## 349    197006130002  1970      6   13
## 350    197006140001  1970      6   14
## 351    197006140002  1970      6   14
## 352    197006150001  1970      6   15
## 353    197006170001  1970      6   17
## 354    197006180001  1970      6   18
## 355    197006180002  1970      6   18
## 356    197006190001  1970      6   19
## 357    197006190002  1970      6   19
## 358    197006190003  1970      6   19
## 359    197006190004  1970      6   19
## 360    197006210001  1970      6   21
## 361    197006230001  1970      6   23
## 362    197006230003  1970      6   23
## 363    197006230004  1970      6   23
## 364    197006250001  1970      6   25
## 365    197006260001  1970      6   26
## 366    197006270001  1970      6   27
## 367    197006270002  1970      6   27
## 368    197006270003  1970      6   27
## 369    197006270004  1970      6   27
## 370    197006280001  1970      6   28
## 371    197006290001  1970      6   29
## 372    197006290002  1970      6   29
## 373    197006300001  1970      6   30
## 374    197006300002  1970      6   30
## 375    197006300003  1970      6   30
## 376    197006300004  1970      6   30
## 377    197006300005  1970      6   30
## 378    197007000001  1970      7    0
## 379    197007000002  1970      7    0
## 380    197007010003  1970      7    1
## 381    197007010004  1970      7    1
## 382    197007010005  1970      7    1
## 383    197007020001  1970      7    2
## 384    197007020002  1970      7    2
## 385    197007020003  1970      7    2
## 386    197007020004  1970      7    2
## 387    197007020005  1970      7    2
## 388    197007020006  1970      7    2
## 389    197007030001  1970      7    3
## 390    197007030002  1970      7    3
## 391    197007040001  1970      7    4
## 392    197007040002  1970      7    4
## 393    197007040003  1970      7    4
## 394    197007040004  1970      7    4
## 395    197007040005  1970      7    4
## 396    197007040006  1970      7    4
## 397    197007050001  1970      7    5
## 398    197007070001  1970      7    7
## 399    197007070002  1970      7    7
## 400    197007070003  1970      7    7
## 401    197007070004  1970      7    7
## 402    197007080001  1970      7    8
## 403    197007080002  1970      7    8
## 404    197007090001  1970      7    9
## 405    197007090002  1970      7    9
## 406    197007100001  1970      7   10
## 407    197007110001  1970      7   11
## 408    197007110002  1970      7   11
## 409    197007120001  1970      7   12
## 410    197007140001  1970      7   14
## 411    197007140002  1970      7   14
## 412    197007160001  1970      7   16
## 413    197007160002  1970      7   16
## 414    197007160003  1970      7   16
## 415    197007170001  1970      7   17
## 416    197007180001  1970      7   18
## 417    197007200001  1970      7   20
## 418    197007210001  1970      7   21
## 419    197007210002  1970      7   21
## 420    197007210003  1970      7   21
## 421    197007210004  1970      7   21
## 422    197007220001  1970      7   22
## 423    197007220002  1970      7   22
## 424    197007220003  1970      7   22
## 425    197007230001  1970      7   23
## 426    197007230002  1970      7   23
## 427    197007240001  1970      7   24
## 428    197007240002  1970      7   24
## 429    197007260001  1970      7   26
## 430    197007260002  1970      7   26
## 431    197007270001  1970      7   27
## 432    197007270002  1970      7   26
## 433    197007270003  1970      7   26
## 434    197007270004  1970      7   27
## 435    197007270005  1970      7   27
## 436    197007280001  1970      7   28
## 437    197007280002  1970      7   28
## 438    197007280003  1970      7   28
## 439    197007300001  1970      7   30
## 440    197007300002  1970      7   30
## 441    197007310001  1970      7   31
## 442    197007310002  1970      7   31
## 443    197007310003  1970      7   31
## 444    197007310004  1970      7   31
## 445    197007310006  1970      7   31
## 446    197008000001  1970      8    0
## 447    197008010001  1970      8    1
## 448    197008010002  1970      8    1
## 449    197008020001  1970      8    2
## 450    197008050001  1970      8    5
## 451    197008060001  1970      8    6
## 452    197008060002  1970      8    6
## 453    197008060004  1970      8    6
## 454    197008070001  1970      8    7
## 455    197008070002  1970      8    7
## 456    197008070003  1970      8    7
## 457    197008090001  1970      8    9
## 458    197008100001  1970      8   10
## 459    197008110001  1970      8   11
## 460    197008120001  1970      8   12
## 461    197008140001  1970      8   14
## 462    197008150001  1970      8   15
## 463    197008170001  1970      8   17
## 464    197008170002  1970      8   17
## 465    197008180001  1970      8   18
## 466    197008190001  1970      8   19
## 467    197008200001  1970      8   20
## 468    197008200002  1970      8   20
## 469    197008200003  1970      8   20
## 470    197008210001  1970      8   21
## 471    197008210002  1970      8   21
## 472    197008220001  1970      8   22
## 473    197008220002  1970      8   22
## 474    197008240001  1970      8   24
## 475    197008250001  1970      8   25
## 476    197008250002  1970      8   25
## 477    197008270001  1970      8   27
## 478    197008270002  1970      8   27
## 479    197008280001  1970      8   28
## 480    197008280002  1970      8   28
## 481    197008290001  1970      8   29
## 482    197008290002  1970      8   29
## 483    197008290003  1970      8   29
## 484    197008290004  1970      8   29
## 485    197008300001  1970      8   30
## 486    197008300002  1970      8   30
## 487    197008310001  1970      8   31
## 488    197009000001  1970      9    0
## 489    197009000002  1970      9    0
## 490    197009010002  1970      9    1
## 491    197009020001  1970      9    2
## 492    197009020002  1970      9    2
## 493    197009020003  1970      9    2
## 494    197009030001  1970      9    3
## 495    197009030002  1970      9    3
## 496    197009040001  1970      9    4
## 497    197009040002  1970      9    4
## 498    197009040003  1970      9    4
## 499    197009040004  1970      9    4
## 500    197009040005  1970      9    4
## 501    197009050001  1970      9    5
## 502    197009050002  1970      9    5
## 503    197009060001  1970      9    6
## 504    197009060002  1970      9    6
## 505    197009060003  1970      9    6
## 506    197009060004  1970      9    6
## 507    197009060006  1970      9    6
## 508    197009090001  1970      9    9
## 509    197009090002  1970      9    9
## 510    197009090003  1970      9    9
## 511    197009100002  1970      9   10
## 512    197009110001  1970      9   11
## 513    197009110003  1970      9   11
## 514    197009120001  1970      9   12
## 515    197009120002  1970      9   12
## 516    197009140001  1970      9   14
## 517    197009160001  1970      9   16
## 518    197009180001  1970      9   18
## 519    197009180002  1970      9   18
## 520    197009200001  1970      9   20
## 521    197009230001  1970      9   23
## 522    197009230002  1970      9   23
## 523    197009240001  1970      9   24
## 524    197009240002  1970      9   24
## 525    197009250001  1970      9   25
## 526    197009260001  1970      9   26
## 527    197009260002  1970      9   26
## 528    197009270001  1970      9   27
## 529    197009300001  1970      9   30
## 530    197010000001  1970     10    0
## 531    197010010001  1970     10    1
## 532    197010020002  1970     10    2
## 533    197010020003  1970     10    2
## 534    197010020004  1970     10    2
## 535    197010030001  1970     10    3
## 536    197010030002  1970     10    3
## 537    197010050001  1970     10    5
## 538    197010050002  1970     10    5
## 539    197010050003  1970     10    5
## 540    197010060001  1970     10    6
## 541    197010060002  1970     10    6
## 542    197010080001  1970     10    8
## 543    197010080002  1970     10    8
## 544    197010080003  1970     10    8
## 545    197010080004  1970     10    8
## 546    197010080005  1970     10    8
## 547    197010080006  1970     10    8
## 548    197010090001  1970     10    9
## 549    197010100001  1970     10   10
## 550    197010100002  1970     10   10
## 551    197010100003  1970     10   10
## 552    197010140001  1970     10   14
## 553    197010140002  1970     10   14
## 554    197010150001  1970     10   15
## 555    197010150002  1970     10   15
## 556    197010150003  1970     10   15
## 557    197010150004  1970     10   15
## 558    197010150005  1970     10   15
## 559    197010150006  1970     10   15
## 560    197010160001  1970     10   16
## 561    197010170001  1970     10   17
## 562    197010180001  1970     10   18
## 563    197010190001  1970     10   19
## 564    197010200001  1970     10   20
## 565    197010200002  1970     10   20
## 566    197010210001  1970     10   21
## 567    197010210003  1970     10   21
## 568    197010220001  1970     10   22
## 569    197010240001  1970     10   24
## 570    197010240002  1970     10   24
## 571    197010240003  1970     10   24
## 572    197010240004  1970     10   24
## 573    197010250001  1970     10   25
## 574    197010260001  1970     10   26
## 575    197010270001  1970     10   27
## 576    197010270002  1970     10   27
## 577    197010270003  1970     10   27
## 578    197010280001  1970     10   28
## 579    197010280002  1970     10   28
## 580    197010290001  1970     10   29
## 581    197010300001  1970     10   30
## 582    197010300002  1970     10   30
## 583    197010300003  1970     10   30
## 584    197010300004  1970     10   30
## 585    197011000001  1970     11    0
## 586    197011010001  1970     11    1
## 587    197011010002  1970     11    1
## 588    197011010003  1970     11    1
## 589    197011010004  1970     11    1
## 590    197011010005  1970     11    1
## 591    197011020001  1970     11    2
## 592    197011020002  1970     11    2
## 593    197011070001  1970     11    7
## 594    197011070002  1970     11    7
## 595    197011070003  1970     11    7
## 596    197011080001  1970     11    8
## 597    197011090001  1970     11    9
## 598    197011100001  1970     11   10
## 599    197011120002  1970     11   12
## 600    197011140001  1970     11   14
## 601    197011140002  1970     11   14
## 602    197011140003  1970     11   14
## 603    197011140004  1970     11   14
## 604    197011150001  1970     11   15
## 605    197011150002  1970     11   15
## 606    197011160002  1970     11   16
## 607    197011180001  1970     11   18
## 608    197011200001  1970     11   20
## 609    197011200002  1970     11   20
## 610    197011200003  1970     11   20
## 611    197011210001  1970     11   21
## 612    197011210002  1970     11   21
## 613    197011210003  1970     11   21
## 614    197011210004  1970     11   21
## 615    197011220001  1970     11   22
## 616    197011220002  1970     11   22
## 617    197011230001  1970     11   23
## 618    197011230002  1970     11   23
## 619    197011250001  1970     11   25
## 620    197011250002  1970     11   25
## 621    197011250004  1970     11   25
## 622    197011250005  1970     11   25
## 623    197011280001  1970     11   28
## 624    197011290001  1970     11   29
## 625    197011290002  1970     11   29
## 626    197012010001  1970     12    1
## 627    197012010002  1970     12    1
## 628    197012010003  1970     12    1
## 629    197012010004  1970     12    1
## 630    197012070001  1970     12    7
## 631    197012110001  1970     12   11
## 632    197012110002  1970     12   11
## 633    197012130001  1970     12   13
## 634    197012140001  1970     12   14
## 635    197012140002  1970     12   14
## 636    197012150001  1970     12   15
## 637    197012150002  1970     12   15
## 638    197012160001  1970     12   16
## 639    197012160002  1970     12   16
## 640    197012160003  1970     12   16
## 641    197012170001  1970     12   17
## 642    197012180001  1970     12   18
## 643    197012220001  1970     12   22
## 644    197012230001  1970     12   23
## 645    197012240001  1970     12   24
## 646    197012270001  1970     12   27
## 647    197012290001  1970     12   29
## 648    197012290002  1970     12   29
## 649    197012300001  1970     12   30
## 650    197012310001  1970     12   31
## 651    197012310002  1970     12   31
## 652    197101010001  1971      1    1
## 653    197101040001  1971      1    4
## 654    197101050001  1971      1    5
## 655    197101050002  1971      1    5
## 656    197101060001  1971      1    6
## 657    197101070001  1971      1    7
## 658    197101080001  1971      1    8
## 659    197101080002  1971      1    8
## 660    197101080004  1971      1    8
## 661    197101090001  1971      1    9
## 662    197101090002  1971      1    9
## 663    197101110001  1971      1   11
## 664    197101110002  1971      1   11
## 665    197101110003  1971      1   11
## 666    197101120001  1971      1   12
## 667    197101130001  1971      1   13
## 668    197101130002  1971      1   13
## 669    197101150001  1971      1   15
## 670    197101150004  1971      1   15
## 671    197101150005  1971      1   15
## 672    197101160001  1971      1   16
## 673    197101170002  1971      1   17
## 674    197101190001  1971      1   19
## 675    197101190002  1971      1   19
## 676    197101190003  1971      1   19
## 677    197101210001  1971      1   21
## 678    197101220001  1971      1   22
## 679    197101220002  1971      1   22
## 680    197101220003  1971      1   22
## 681    197101240001  1971      1   24
## 682    197101240002  1971      1   24
## 683    197101250001  1971      1   25
## 684    197101250002  1971      1   25
## 685    197101260001  1971      1   26
## 686    197101270001  1971      1   27
## 687    197101270002  1971      1   27
## 688    197101270003  1971      1   27
## 689    197101270004  1971      1   27
## 690    197101280001  1971      1   28
## 691    197101280002  1971      1   28
## 692    197101290001  1971      1   29
## 693    197101290002  1971      1   29
## 694    197101290003  1971      1   29
## 695    197101290004  1971      1   29
## 696    197102020001  1971      2    2
## 697    197102020002  1971      2    2
## 698    197102030001  1971      2    3
## 699    197102040001  1971      2    4
## 700    197102040002  1971      2    4
## 701    197102050001  1971      2    5
## 702    197102060001  1971      2    6
## 703    197102060002  1971      2    6
## 704    197102070001  1971      2    7
## 705    197102080001  1971      2    8
## 706    197102080002  1971      2    8
## 707    197102090001  1971      2    9
## 708    197102090002  1971      2    9
## 709    197102100001  1971      2   10
## 710    197102100002  1971      2   10
## 711    197102100003  1971      2   10
## 712    197102110001  1971      2   11
## 713    197102110002  1971      2   11
## 714    197102120001  1971      2   12
## 715    197102120002  1971      2   12
## 716    197102120003  1971      2   12
## 717    197102130001  1971      2   13
## 718    197102140001  1971      2   14
## 719    197102150001  1971      2   15
## 720    197102150002  1971      2   15
## 721    197102160001  1971      2   16
## 722    197102160002  1971      2   16
## 723    197102160003  1971      2   16
## 724    197102160004  1971      2   16
## 725    197102160005  1971      2   16
## 726    197102170001  1971      2   17
## 727    197102170002  1971      2   17
## 728    197102190001  1971      2   19
## 729    197102200001  1971      2   20
## 730    197102200002  1971      2   20
## 731    197102200003  1971      2   20
## 732    197102210001  1971      2   21
## 733    197102210002  1971      2   21
## 734    197102220001  1971      2   22
## 735    197102260001  1971      2   26
## 736    197102260002  1971      2   26
## 737    197102270001  1971      2   27
## 738    197102270002  1971      2   27
## 739    197103000001  1971      3    0
## 740    197103000002  1971      3    0
##                                            approxdate extended resolution
## 1                                                <NA>        0       <NA>
## 2                                                <NA>        0       <NA>
## 3                                                <NA>        0       <NA>
## 4                                                <NA>        0       <NA>
## 5                                                <NA>        0       <NA>
## 6                                                <NA>        0       <NA>
## 7                                                <NA>        0       <NA>
## 8                                                <NA>        0       <NA>
## 9                                                <NA>        0       <NA>
## 10                                               <NA>        0       <NA>
## 11                                               <NA>        0       <NA>
## 12                                               <NA>        0       <NA>
## 13                                               <NA>        0       <NA>
## 14                                               <NA>        0       <NA>
## 15                                               <NA>        0       <NA>
## 16                                               <NA>        0       <NA>
## 17                                               <NA>        0       <NA>
## 18                                               <NA>        0       <NA>
## 19                                               <NA>        0       <NA>
## 20                                               <NA>        0       <NA>
## 21                                               <NA>        0       <NA>
## 22                                               <NA>        0       <NA>
## 23                                               <NA>        0       <NA>
## 24                                               <NA>        0       <NA>
## 25                                January 19-20, 1970        0       <NA>
## 26                                               <NA>        0       <NA>
## 27                                               <NA>        0       <NA>
## 28                                               <NA>        0       <NA>
## 29                                               <NA>        0       <NA>
## 30                                               <NA>        0       <NA>
## 31                                               <NA>        0       <NA>
## 32                                               <NA>        0       <NA>
## 33                                               <NA>        0       <NA>
## 34                                               <NA>        0       <NA>
## 35                                               <NA>        0       <NA>
## 36                                               <NA>        0       <NA>
## 37                                               <NA>        0       <NA>
## 38                                               <NA>        0       <NA>
## 39                                               <NA>        0       <NA>
## 40                                               <NA>        0       <NA>
## 41                                               <NA>        0       <NA>
## 42                                               <NA>        0       <NA>
## 43                                               <NA>        0       <NA>
## 44                                               <NA>        0       <NA>
## 45                                               <NA>        0       <NA>
## 46                                               <NA>        0       <NA>
## 47                                               <NA>        0       <NA>
## 48                                               <NA>        0       <NA>
## 49                                               <NA>        0       <NA>
## 50                                               <NA>        0       <NA>
## 51                                               <NA>        0       <NA>
## 52                                               <NA>        0       <NA>
## 53                                               <NA>        0       <NA>
## 54                                 February 6-9, 1970        0       <NA>
## 55                                               <NA>        0       <NA>
## 56                                               <NA>        0       <NA>
## 57                                               <NA>        0       <NA>
## 58                                               <NA>        0       <NA>
## 59                                               <NA>        0       <NA>
## 60                                               <NA>        0       <NA>
## 61                               February 11-14, 1970        0       <NA>
## 62                                               <NA>        0       <NA>
## 63                                               <NA>        0       <NA>
## 64                                               <NA>        0       <NA>
## 65                                               <NA>        0       <NA>
## 66                                               <NA>        0       <NA>
## 67                                               <NA>        0       <NA>
## 68                                               <NA>        0       <NA>
## 69                                               <NA>        0       <NA>
## 70                                               <NA>        0       <NA>
## 71                                               <NA>        0       <NA>
## 72                                               <NA>        0       <NA>
## 73                                               <NA>        0       <NA>
## 74                               February 16-17, 1970        0       <NA>
## 75                                               <NA>        0       <NA>
## 76                                               <NA>        0       <NA>
## 77                                               <NA>        0       <NA>
## 78                                               <NA>        0       <NA>
## 79                                               <NA>        0       <NA>
## 80                                               <NA>        0       <NA>
## 81                                               <NA>        0       <NA>
## 82                                               <NA>        0       <NA>
## 83                                               <NA>        0       <NA>
## 84                                               <NA>        0       <NA>
## 85                                               <NA>        0       <NA>
## 86                                               <NA>        0       <NA>
## 87                                               <NA>        0       <NA>
## 88                                               <NA>        0       <NA>
## 89                                               <NA>        0       <NA>
## 90                                               <NA>        0       <NA>
## 91                                               <NA>        0       <NA>
## 92                                               <NA>        0       <NA>
## 93                                               <NA>        0       <NA>
## 94                                               <NA>        0       <NA>
## 95                                               <NA>        0       <NA>
## 96                                               <NA>        0       <NA>
## 97                                               <NA>        0       <NA>
## 98                                               <NA>        0       <NA>
## 99                                               <NA>        0       <NA>
## 100                                              <NA>        0       <NA>
## 101                                              <NA>        0       <NA>
## 102                                              <NA>        0       <NA>
## 103                                              <NA>        0       <NA>
## 104                                              <NA>        0       <NA>
## 105                                              <NA>        0       <NA>
## 106                                              <NA>        0       <NA>
## 107                                              <NA>        0       <NA>
## 108                                              <NA>        0       <NA>
## 109                                              <NA>        0       <NA>
## 110                                              <NA>        0       <NA>
## 111                                              <NA>        0       <NA>
## 112                                              <NA>        0       <NA>
## 113                                              <NA>        1     3/8/70
## 114                                              <NA>        0       <NA>
## 115                                              <NA>        0       <NA>
## 116                                              <NA>        0       <NA>
## 117                                              <NA>        0       <NA>
## 118                                              <NA>        0       <NA>
## 119                                              <NA>        0       <NA>
## 120                                              <NA>        0       <NA>
## 121                                              <NA>        0       <NA>
## 122                                              <NA>        0       <NA>
## 123                                              <NA>        0       <NA>
## 124                                              <NA>        1    3/15/70
## 125                                              <NA>        0       <NA>
## 126                                              <NA>        0       <NA>
## 127                                              <NA>        0       <NA>
## 128                                              <NA>        0       <NA>
## 129                                              <NA>        0       <NA>
## 130                                              <NA>        0       <NA>
## 131                                              <NA>        0       <NA>
## 132                                              <NA>        0       <NA>
## 133                                              <NA>        1    3/31/70
## 134                                              <NA>        0       <NA>
## 135                                              <NA>        0       <NA>
## 136                                              <NA>        1    3/15/70
## 137                                              <NA>        0       <NA>
## 138                                              <NA>        0       <NA>
## 139                                 March 16-17, 1970        0       <NA>
## 140                                              <NA>        0       <NA>
## 141                                              <NA>        0       <NA>
## 142                                              <NA>        0       <NA>
## 143                                              <NA>        0       <NA>
## 144                                              <NA>        0       <NA>
## 145                                              <NA>        0       <NA>
## 146                                              <NA>        0       <NA>
## 147                                              <NA>        0       <NA>
## 148                                              <NA>        0       <NA>
## 149                                              <NA>        0       <NA>
## 150                                              <NA>        0       <NA>
## 151                                              <NA>        0       <NA>
## 152                                              <NA>        1    3/26/70
## 153                                              <NA>        1    3/28/70
## 154                                              <NA>        0       <NA>
## 155                                              <NA>        0       <NA>
## 156                                              <NA>        0       <NA>
## 157                                              <NA>        0       <NA>
## 158                                              <NA>        0       <NA>
## 159                                              <NA>        0       <NA>
## 160                                              <NA>        0       <NA>
## 161                                              <NA>        0       <NA>
## 162                                              <NA>        1     4/5/70
## 163                                              <NA>        1     4/3/70
## 164                                              <NA>        0       <NA>
## 165                                              <NA>        0       <NA>
## 166                                              <NA>        1     4/5/70
## 167                                              <NA>        0       <NA>
## 168                                              <NA>        0       <NA>
## 169                                              <NA>        0       <NA>
## 170                                              <NA>        0       <NA>
## 171                                              <NA>        0       <NA>
## 172                                              <NA>        0       <NA>
## 173                                              <NA>        0       <NA>
## 174                                              <NA>        0       <NA>
## 175                                              <NA>        0       <NA>
## 176                                              <NA>        0       <NA>
## 177                                              <NA>        0       <NA>
## 178                                              <NA>        0       <NA>
## 179                                              <NA>        0       <NA>
## 180                                              <NA>        0       <NA>
## 181                                              <NA>        0       <NA>
## 182                                              <NA>        0       <NA>
## 183                                              <NA>        0       <NA>
## 184                                              <NA>        0       <NA>
## 185                                              <NA>        0       <NA>
## 186                                              <NA>        0       <NA>
## 187                                              <NA>        0       <NA>
## 188                                              <NA>        0       <NA>
## 189                                              <NA>        0       <NA>
## 190                                              <NA>        0       <NA>
## 191                                              <NA>        0       <NA>
## 192                                              <NA>        0       <NA>
## 193                                              <NA>        0       <NA>
## 194                                              <NA>        0       <NA>
## 195                                              <NA>        0       <NA>
## 196                                              <NA>        0       <NA>
## 197                                              <NA>        0       <NA>
## 198                                              <NA>        0       <NA>
## 199                                              <NA>        0       <NA>
## 200                                              <NA>        0       <NA>
## 201                                              <NA>        0       <NA>
## 202                                              <NA>        0       <NA>
## 203                                              <NA>        0       <NA>
## 204                                              <NA>        0       <NA>
## 205                                              <NA>        0       <NA>
## 206                                              <NA>        0       <NA>
## 207                                              <NA>        0       <NA>
## 208                                              <NA>        0       <NA>
## 209                                              <NA>        0       <NA>
## 210                                              <NA>        0       <NA>
## 211                                              <NA>        0       <NA>
## 212                                              <NA>        0       <NA>
## 213                                              <NA>        0       <NA>
## 214                                              <NA>        0       <NA>
## 215                                              <NA>        0       <NA>
## 216                                              <NA>        0       <NA>
## 217                                              <NA>        0       <NA>
## 218                                              <NA>        0       <NA>
## 219                                              <NA>        0       <NA>
## 220                                              <NA>        0       <NA>
## 221                                              <NA>        0       <NA>
## 222                                              <NA>        0       <NA>
## 223                                              <NA>        0       <NA>
## 224                                              <NA>        0       <NA>
## 225                                              <NA>        0       <NA>
## 226                                              <NA>        0       <NA>
## 227                                              <NA>        0       <NA>
## 228                                              <NA>        0       <NA>
## 229                                              <NA>        0       <NA>
## 230                                              <NA>        0       <NA>
## 231                                              <NA>        0       <NA>
## 232                                              <NA>        0       <NA>
## 233                                              <NA>        0       <NA>
## 234                                              <NA>        0       <NA>
## 235                                              <NA>        0       <NA>
## 236                                              <NA>        0       <NA>
## 237                                              <NA>        0       <NA>
## 238                                              <NA>        0       <NA>
## 239                                              <NA>        0       <NA>
## 240                                              <NA>        0       <NA>
## 241                                              <NA>        0       <NA>
## 242                                              <NA>        0       <NA>
## 243                                              <NA>        0       <NA>
## 244                                              <NA>        0       <NA>
## 245                                              <NA>        0       <NA>
## 246                                              <NA>        0       <NA>
## 247                                              <NA>        0       <NA>
## 248                                              <NA>        0       <NA>
## 249                                              <NA>        0       <NA>
## 250                                              <NA>        0       <NA>
## 251                                              <NA>        0       <NA>
## 252                                              <NA>        0       <NA>
## 253                                              <NA>        0       <NA>
## 254                                              <NA>        0       <NA>
## 255                                              <NA>        0       <NA>
## 256                                              <NA>        0       <NA>
## 257                                              <NA>        0       <NA>
## 258                                              <NA>        0       <NA>
## 259                                              <NA>        0       <NA>
## 260                                              <NA>        0       <NA>
## 261                                              <NA>        0       <NA>
## 262                                              <NA>        0       <NA>
## 263                                              <NA>        0       <NA>
## 264                                              <NA>        0       <NA>
## 265                                              <NA>        0       <NA>
## 266                                              <NA>        0       <NA>
## 267                                              <NA>        0       <NA>
## 268                                              <NA>        0       <NA>
## 269                                              <NA>        0       <NA>
## 270                                              <NA>        0       <NA>
## 271                                              <NA>        0       <NA>
## 272                                              <NA>        0       <NA>
## 273                                              <NA>        0       <NA>
## 274                                              <NA>        0       <NA>
## 275                                              <NA>        0       <NA>
## 276                                              <NA>        0       <NA>
## 277                                              <NA>        0       <NA>
## 278                                              <NA>        0       <NA>
## 279                                              <NA>        0       <NA>
## 280                                              <NA>        0       <NA>
## 281                                              <NA>        0       <NA>
## 282                                              <NA>        0       <NA>
## 283                                              <NA>        0       <NA>
## 284                                              <NA>        0       <NA>
## 285                                              <NA>        0       <NA>
## 286                                              <NA>        0       <NA>
## 287                                              <NA>        0       <NA>
## 288                                              <NA>        0       <NA>
## 289                                              <NA>        0       <NA>
## 290                                              <NA>        0       <NA>
## 291                                              <NA>        0       <NA>
## 292                                              <NA>        0       <NA>
## 293                                              <NA>        0       <NA>
## 294                                              <NA>        0       <NA>
## 295                                              <NA>        0       <NA>
## 296                                              <NA>        0       <NA>
## 297                                              <NA>        0       <NA>
## 298                                              <NA>        0       <NA>
## 299                                              <NA>        0       <NA>
## 300                                              <NA>        0       <NA>
## 301                                              <NA>        0       <NA>
## 302                                              <NA>        0       <NA>
## 303                                              <NA>        0       <NA>
## 304                                              <NA>        0       <NA>
## 305                                              <NA>        0       <NA>
## 306                                              <NA>        0       <NA>
## 307                                              <NA>        0       <NA>
## 308                                              <NA>        0       <NA>
## 309                                              <NA>        0       <NA>
## 310                                              <NA>        0       <NA>
## 311                                              <NA>        0       <NA>
## 312                                              <NA>        1    7/17/70
## 313                                              <NA>        0       <NA>
## 314                                              <NA>        0       <NA>
## 315                             May 27 - June 5, 1970        0       <NA>
## 316                                              <NA>        0       <NA>
## 317                                              <NA>        0       <NA>
## 318                                              <NA>        0       <NA>
## 319                                              <NA>        0       <NA>
## 320                                              <NA>        0       <NA>
## 321                                              <NA>        0       <NA>
## 322                                              <NA>        0       <NA>
## 323                                              <NA>        0       <NA>
## 324                                              <NA>        0       <NA>
## 325                                              <NA>        0       <NA>
## 326                                              <NA>        0       <NA>
## 327                                              <NA>        0       <NA>
## 328                                              <NA>        0       <NA>
## 329                                              <NA>        0       <NA>
## 330                                              <NA>        1     6/8/70
## 331                                              <NA>        0       <NA>
## 332                                              <NA>        0       <NA>
## 333                                              <NA>        0       <NA>
## 334                                              <NA>        0       <NA>
## 335                                              <NA>        0       <NA>
## 336                                              <NA>        0       <NA>
## 337                                              <NA>        1    6/12/70
## 338                                              <NA>        1    6/12/70
## 339                                              <NA>        0       <NA>
## 340                                              <NA>        0       <NA>
## 341                                              <NA>        0       <NA>
## 342                                              <NA>        1    6/16/70
## 343                                              <NA>        0       <NA>
## 344                                              <NA>        0       <NA>
## 345                                              <NA>        0       <NA>
## 346                                              <NA>        0       <NA>
## 347                                              <NA>        0       <NA>
## 348                                              <NA>        0       <NA>
## 349                                              <NA>        0       <NA>
## 350                                              <NA>        0       <NA>
## 351                                              <NA>        0       <NA>
## 352                                              <NA>        0       <NA>
## 353                                              <NA>        0       <NA>
## 354                                              <NA>        0       <NA>
## 355                                              <NA>        0       <NA>
## 356                                              <NA>        0       <NA>
## 357                                              <NA>        0       <NA>
## 358                                              <NA>        0       <NA>
## 359                                              <NA>        0       <NA>
## 360                                              <NA>        0       <NA>
## 361                                              <NA>        0       <NA>
## 362                                              <NA>        0       <NA>
## 363                                              <NA>        0       <NA>
## 364                                              <NA>        0       <NA>
## 365                                              <NA>        0       <NA>
## 366                                              <NA>        0       <NA>
## 367                                              <NA>        0       <NA>
## 368                                              <NA>        0       <NA>
## 369                                              <NA>        0       <NA>
## 370                                              <NA>        0       <NA>
## 371                                              <NA>        0       <NA>
## 372                                              <NA>        0       <NA>
## 373                                              <NA>        0       <NA>
## 374                                              <NA>        0       <NA>
## 375                                              <NA>        0       <NA>
## 376                                              <NA>        0       <NA>
## 377                                              <NA>        0       <NA>
## 378                                              <NA>        0       <NA>
## 379                                              <NA>        0       <NA>
## 380                                              <NA>        0       <NA>
## 381                                              <NA>        0       <NA>
## 382                                              <NA>        0       <NA>
## 383                                              <NA>        0       <NA>
## 384                                              <NA>        0       <NA>
## 385                                              <NA>        0       <NA>
## 386                                              <NA>        0       <NA>
## 387                                              <NA>        0       <NA>
## 388                                              <NA>        0       <NA>
## 389                                              <NA>        0       <NA>
## 390                                              <NA>        0       <NA>
## 391                                              <NA>        0       <NA>
## 392                                              <NA>        0       <NA>
## 393                                              <NA>        0       <NA>
## 394                                              <NA>        0       <NA>
## 395                                              <NA>        0       <NA>
## 396                                              <NA>        0       <NA>
## 397                                              <NA>        0       <NA>
## 398                                              <NA>        0       <NA>
## 399                                              <NA>        0       <NA>
## 400                                              <NA>        0       <NA>
## 401                                              <NA>        0       <NA>
## 402                                              <NA>        0       <NA>
## 403                                              <NA>        0       <NA>
## 404                                              <NA>        0       <NA>
## 405                                              <NA>        0       <NA>
## 406                                              <NA>        0       <NA>
## 407                                              <NA>        0       <NA>
## 408                                              <NA>        0       <NA>
## 409                                              <NA>        0       <NA>
## 410                                              <NA>        0       <NA>
## 411                                              <NA>        0       <NA>
## 412                                              <NA>        0       <NA>
## 413                                              <NA>        0       <NA>
## 414                                              <NA>        0       <NA>
## 415                                              <NA>        0       <NA>
## 416                                              <NA>        0       <NA>
## 417                                              <NA>        0       <NA>
## 418                                              <NA>        1    7/22/70
## 419                                              <NA>        0       <NA>
## 420                                              <NA>        0       <NA>
## 421                                              <NA>        0       <NA>
## 422                                              <NA>        0       <NA>
## 423                                              <NA>        0       <NA>
## 424                                              <NA>        0       <NA>
## 425                                              <NA>        1    7/24/70
## 426                                              <NA>        0       <NA>
## 427                                              <NA>        0       <NA>
## 428                                              <NA>        0       <NA>
## 429                                              <NA>        0       <NA>
## 430                                              <NA>        0       <NA>
## 431                                              <NA>        0       <NA>
## 432                                              <NA>        0       <NA>
## 433                                              <NA>        0       <NA>
## 434                                              <NA>        0       <NA>
## 435                                              <NA>        0       <NA>
## 436                                              <NA>        1     8/4/70
## 437                                              <NA>        0       <NA>
## 438                                              <NA>        0       <NA>
## 439                                              <NA>        0       <NA>
## 440                                              <NA>        0       <NA>
## 441                                              <NA>        1     8/6/70
## 442                                              <NA>        1    2/21/71
## 443                                              <NA>        1    8/10/70
## 444                                              <NA>        0       <NA>
## 445                                              <NA>        0       <NA>
## 446                                              <NA>        0       <NA>
## 447                                              <NA>        0       <NA>
## 448                                              <NA>        0       <NA>
## 449                                              <NA>        0       <NA>
## 450                                              <NA>        0       <NA>
## 451                                              <NA>        0       <NA>
## 452                                              <NA>        0       <NA>
## 453                                              <NA>        0       <NA>
## 454                                              <NA>        0       <NA>
## 455                                              <NA>        0       <NA>
## 456                                              <NA>        0       <NA>
## 457                                              <NA>        0       <NA>
## 458                                              <NA>        0       <NA>
## 459                                              <NA>        0       <NA>
## 460                                              <NA>        0       <NA>
## 461                                              <NA>        0       <NA>
## 462                                              <NA>        0       <NA>
## 463                                              <NA>        0       <NA>
## 464                                              <NA>        0       <NA>
## 465                                              <NA>        0       <NA>
## 466                                              <NA>        0       <NA>
## 467                                              <NA>        0       <NA>
## 468                                              <NA>        0       <NA>
## 469                                              <NA>        0       <NA>
## 470                                              <NA>        0       <NA>
## 471                                              <NA>        0       <NA>
## 472                                              <NA>        0       <NA>
## 473                                              <NA>        0       <NA>
## 474                                              <NA>        0       <NA>
## 475                                              <NA>        0       <NA>
## 476                                              <NA>        0       <NA>
## 477                                              <NA>        0       <NA>
## 478                                              <NA>        0       <NA>
## 479                                              <NA>        0       <NA>
## 480                                              <NA>        0       <NA>
## 481                                              <NA>        0       <NA>
## 482                                              <NA>        0       <NA>
## 483                                              <NA>        0       <NA>
## 484                                              <NA>        0       <NA>
## 485                                              <NA>        0       <NA>
## 486                                              <NA>        0       <NA>
## 487                                              <NA>        0       <NA>
## 488                                              <NA>        1     9/8/70
## 489                                              <NA>        0       <NA>
## 490                                              <NA>        0       <NA>
## 491                                              <NA>        0       <NA>
## 492                                              <NA>        0       <NA>
## 493                                              <NA>        0       <NA>
## 494                                              <NA>        0       <NA>
## 495                                              <NA>        0       <NA>
## 496                                              <NA>        0       <NA>
## 497                                              <NA>        0       <NA>
## 498                                              <NA>        0       <NA>
## 499                                              <NA>        0       <NA>
## 500                                              <NA>        0       <NA>
## 501                                              <NA>        0       <NA>
## 502                                              <NA>        0       <NA>
## 503                                              <NA>        1    9/12/70
## 504                                              <NA>        1    9/12/70
## 505                                              <NA>        1     9/7/70
## 506                                              <NA>        0       <NA>
## 507                                              <NA>        0       <NA>
## 508                                              <NA>        0       <NA>
## 509                                              <NA>        0       <NA>
## 510                                              <NA>        0       <NA>
## 511                                              <NA>        0       <NA>
## 512                                              <NA>        1    9/12/70
## 513                                              <NA>        0       <NA>
## 514                                              <NA>        0       <NA>
## 515                                              <NA>        0       <NA>
## 516                                              <NA>        0       <NA>
## 517                                              <NA>        0       <NA>
## 518                                              <NA>        0       <NA>
## 519                                              <NA>        0       <NA>
## 520                                              <NA>        0       <NA>
## 521                                              <NA>        0       <NA>
## 522                                              <NA>        0       <NA>
## 523                                              <NA>        0       <NA>
## 524                                              <NA>        0       <NA>
## 525                                              <NA>        0       <NA>
## 526                                              <NA>        0       <NA>
## 527                                              <NA>        0       <NA>
## 528                                              <NA>        0       <NA>
## 529                                              <NA>        0       <NA>
## 530                                              <NA>        0       <NA>
## 531                                              <NA>        0       <NA>
## 532                                              <NA>        0       <NA>
## 533                                              <NA>        0       <NA>
## 534                                              <NA>        0       <NA>
## 535                                              <NA>        0       <NA>
## 536                                              <NA>        0       <NA>
## 537                                              <NA>        1    12/3/70
## 538                                              <NA>        0       <NA>
## 539                                              <NA>        0       <NA>
## 540                                              <NA>        0       <NA>
## 541                                              <NA>        0       <NA>
## 542                                              <NA>        0       <NA>
## 543                                              <NA>        0       <NA>
## 544                                              <NA>        0       <NA>
## 545                                              <NA>        0       <NA>
## 546                                              <NA>        0       <NA>
## 547                                              <NA>        0       <NA>
## 548                                              <NA>        0       <NA>
## 549                                              <NA>        1   10/18/70
## 550                                              <NA>        0       <NA>
## 551                                              <NA>        0       <NA>
## 552                                              <NA>        0       <NA>
## 553                                              <NA>        0       <NA>
## 554                                              <NA>        0       <NA>
## 555                                              <NA>        0       <NA>
## 556                                              <NA>        0       <NA>
## 557                                              <NA>        0       <NA>
## 558                                              <NA>        0       <NA>
## 559                                              <NA>        0       <NA>
## 560                                              <NA>        0       <NA>
## 561                                              <NA>        0       <NA>
## 562                                              <NA>        0       <NA>
## 563                                              <NA>        0       <NA>
## 564                                              <NA>        0       <NA>
## 565                                              <NA>        0       <NA>
## 566                                              <NA>        0       <NA>
## 567                                              <NA>        0       <NA>
## 568                                              <NA>        0       <NA>
## 569                                              <NA>        0       <NA>
## 570                                              <NA>        0       <NA>
## 571                                              <NA>        0       <NA>
## 572                                              <NA>        0       <NA>
## 573                                              <NA>        0       <NA>
## 574                                              <NA>        0       <NA>
## 575                                              <NA>        0       <NA>
## 576                                              <NA>        0       <NA>
## 577                                              <NA>        0       <NA>
## 578                                              <NA>        0       <NA>
## 579                                              <NA>        0       <NA>
## 580                                              <NA>        0       <NA>
## 581                                              <NA>        0       <NA>
## 582                                              <NA>        0       <NA>
## 583                                              <NA>        0       <NA>
## 584                                              <NA>        0       <NA>
## 585                                              <NA>        0       <NA>
## 586                                              <NA>        0       <NA>
## 587                                              <NA>        0       <NA>
## 588                                              <NA>        0       <NA>
## 589                                              <NA>        0       <NA>
## 590                                              <NA>        0       <NA>
## 591                                              <NA>        0       <NA>
## 592                                              <NA>        0       <NA>
## 593                                              <NA>        0       <NA>
## 594                                              <NA>        0       <NA>
## 595                                              <NA>        0       <NA>
## 596                                              <NA>        0       <NA>
## 597                                              <NA>        0       <NA>
## 598                                              <NA>        0       <NA>
## 599                                              <NA>        0       <NA>
## 600                                              <NA>        0       <NA>
## 601                                              <NA>        0       <NA>
## 602                                              <NA>        0       <NA>
## 603                                              <NA>        0       <NA>
## 604                                              <NA>        0       <NA>
## 605                                              <NA>        0       <NA>
## 606                                              <NA>        0       <NA>
## 607                                              <NA>        0       <NA>
## 608                                              <NA>        0       <NA>
## 609                                              <NA>        0       <NA>
## 610                                              <NA>        0       <NA>
## 611                                              <NA>        0       <NA>
## 612                                              <NA>        0       <NA>
## 613                                              <NA>        0       <NA>
## 614                                              <NA>        0       <NA>
## 615                                              <NA>        0       <NA>
## 616                                              <NA>        0       <NA>
## 617                                              <NA>        0       <NA>
## 618                                              <NA>        0       <NA>
## 619                                              <NA>        0       <NA>
## 620                                              <NA>        0       <NA>
## 621                                              <NA>        0       <NA>
## 622                                              <NA>        0       <NA>
## 623                                              <NA>        0       <NA>
## 624                                              <NA>        0       <NA>
## 625                                              <NA>        0       <NA>
## 626                                              <NA>        1   12/24/70
## 627                                              <NA>        0       <NA>
## 628                                              <NA>        0       <NA>
## 629                                              <NA>        0       <NA>
## 630                                              <NA>        1    1/19/71
## 631                                              <NA>        0       <NA>
## 632                                              <NA>        0       <NA>
## 633                                              <NA>        0       <NA>
## 634                                              <NA>        0       <NA>
## 635                                              <NA>        0       <NA>
## 636                                              <NA>        0       <NA>
## 637                                              <NA>        0       <NA>
## 638                                              <NA>        0       <NA>
## 639                                              <NA>        0       <NA>
## 640                                              <NA>        0       <NA>
## 641                                              <NA>        0       <NA>
## 642                                              <NA>        0       <NA>
## 643                                              <NA>        0       <NA>
## 644                                              <NA>        0       <NA>
## 645                                              <NA>        0       <NA>
## 646                                              <NA>        0       <NA>
## 647                                              <NA>        0       <NA>
## 648                                              <NA>        0       <NA>
## 649                                              <NA>        0       <NA>
## 650                                              <NA>        0       <NA>
## 651                                              <NA>        0       <NA>
## 652                                              <NA>        0       <NA>
## 653                                              <NA>        0       <NA>
## 654                                              <NA>        0       <NA>
## 655                                              <NA>        0       <NA>
## 656                                              <NA>        0       <NA>
## 657                                              <NA>        0       <NA>
## 658                                              <NA>        1     9/9/71
## 659                                              <NA>        0       <NA>
## 660                                              <NA>        0       <NA>
## 661                                              <NA>        0       <NA>
## 662                                              <NA>        0       <NA>
## 663                                              <NA>        0       <NA>
## 664                                              <NA>        0       <NA>
## 665                                              <NA>        0       <NA>
## 666                                              <NA>        0       <NA>
## 667                                              <NA>        0       <NA>
## 668                                              <NA>        0       <NA>
## 669                                              <NA>        0       <NA>
## 670                                              <NA>        0       <NA>
## 671                                              <NA>        0       <NA>
## 672                                              <NA>        0       <NA>
## 673                                              <NA>        0       <NA>
## 674                                              <NA>        0       <NA>
## 675                                              <NA>        0       <NA>
## 676                                              <NA>        0       <NA>
## 677                                              <NA>        0       <NA>
## 678                                              <NA>        0       <NA>
## 679                                              <NA>        0       <NA>
## 680                                              <NA>        0       <NA>
## 681                                              <NA>        0       <NA>
## 682                                              <NA>        0       <NA>
## 683                                              <NA>        0       <NA>
## 684                                              <NA>        0       <NA>
## 685                                              <NA>        0       <NA>
## 686                                              <NA>        0       <NA>
## 687                                              <NA>        0       <NA>
## 688                                              <NA>        0       <NA>
## 689                                              <NA>        0       <NA>
## 690                                              <NA>        0       <NA>
## 691                                              <NA>        0       <NA>
## 692                                              <NA>        0       <NA>
## 693                                              <NA>        0       <NA>
## 694                                              <NA>        0       <NA>
## 695                                              <NA>        0       <NA>
## 696                                              <NA>        0       <NA>
## 697                                              <NA>        0       <NA>
## 698                                              <NA>        0       <NA>
## 699                                              <NA>        0       <NA>
## 700                                              <NA>        0       <NA>
## 701                                              <NA>        0       <NA>
## 702                                              <NA>        0       <NA>
## 703                                              <NA>        0       <NA>
## 704                                              <NA>        0       <NA>
## 705                                              <NA>        0       <NA>
## 706                                              <NA>        0       <NA>
## 707                                              <NA>        0       <NA>
## 708                                              <NA>        0       <NA>
## 709                                              <NA>        0       <NA>
## 710                                              <NA>        0       <NA>
## 711                                              <NA>        0       <NA>
## 712                                              <NA>        1     3/6/71
## 713                                              <NA>        0       <NA>
## 714                                              <NA>        0       <NA>
## 715                                              <NA>        0       <NA>
## 716                                              <NA>        0       <NA>
## 717                                              <NA>        0       <NA>
## 718                                              <NA>        0       <NA>
## 719                                              <NA>        1    2/16/71
## 720                                              <NA>        0       <NA>
## 721                                              <NA>        0       <NA>
## 722                                              <NA>        0       <NA>
## 723                                              <NA>        0       <NA>
## 724                                              <NA>        0       <NA>
## 725                                              <NA>        0       <NA>
## 726                                              <NA>        0       <NA>
## 727                                              <NA>        0       <NA>
## 728                                              <NA>        0       <NA>
## 729                                              <NA>        0       <NA>
## 730                                              <NA>        0       <NA>
## 731                                              <NA>        0       <NA>
## 732                                              <NA>        0       <NA>
## 733                                              <NA>        0       <NA>
## 734                                              <NA>        0       <NA>
## 735                                              <NA>        0       <NA>
## 736                                              <NA>        0       <NA>
## 737                                              <NA>        0       <NA>
## 738                              February 25-28, 1971        0       <NA>
## 739                                              <NA>        0       <NA>
## 740                                              <NA>        0       <NA>
##        country                      country_txt region
## 1           58               Dominican Republic      2
## 2          130                           Mexico      1
## 3          160                      Philippines      5
## 4           78                           Greece      8
## 5          101                            Japan      4
## 6          217                    United States      1
## 7          218                          Uruguay      3
## 8          217                    United States      1
## 9          217                    United States      1
## 10         217                    United States      1
## 11         217                    United States      1
## 12         217                    United States      1
## 13          98                            Italy      8
## 14         217                    United States      1
## 15         217                    United States      1
## 16         499               East Germany (GDR)      9
## 17          65                         Ethiopia     11
## 18         217                    United States      1
## 19         217                    United States      1
## 20         217                    United States      1
## 21         217                    United States      1
## 22         218                          Uruguay      3
## 23         217                    United States      1
## 24         217                    United States      1
## 25         217                    United States      1
## 26          83                        Guatemala      2
## 27         160                      Philippines      5
## 28         222                        Venezuela      3
## 29         217                    United States      1
## 30         217                    United States      1
## 31         217                    United States      1
## 32         217                    United States      1
## 33         217                    United States      1
## 34         217                    United States      1
## 35         499               East Germany (GDR)      9
## 36         217                    United States      1
## 37         217                    United States      1
## 38         217                    United States      1
## 39         217                    United States      1
## 40         160                      Philippines      5
## 41         217                    United States      1
## 42         217                    United States      1
## 43         217                    United States      1
## 44         217                    United States      1
## 45         217                    United States      1
## 46         217                    United States      1
## 47         217                    United States      1
## 48         217                    United States      1
## 49         217                    United States      1
## 50         217                    United States      1
## 51         217                    United States      1
## 52         217                    United States      1
## 53         217                    United States      1
## 54         217                    United States      1
## 55         217                    United States      1
## 56         217                    United States      1
## 57         217                    United States      1
## 58         217                    United States      1
## 59         217                    United States      1
## 60         362               West Germany (FRG)      8
## 61         217                    United States      1
## 62         217                    United States      1
## 63         362               West Germany (FRG)      8
## 64         217                    United States      1
## 65         217                    United States      1
## 66         217                    United States      1
## 67         217                    United States      1
## 68         217                    United States      1
## 69         217                    United States      1
## 70         217                    United States      1
## 71         217                    United States      1
## 72         217                    United States      1
## 73         217                    United States      1
## 74         217                    United States      1
## 75         217                    United States      1
## 76         217                    United States      1
## 77         217                    United States      1
## 78         217                    United States      1
## 79         217                    United States      1
## 80         362               West Germany (FRG)      8
## 81         199                      Switzerland      8
## 82         217                    United States      1
## 83         217                    United States      1
## 84         217                    United States      1
## 85         217                    United States      1
## 86         217                    United States      1
## 87         217                    United States      1
## 88         217                    United States      1
## 89         217                    United States      1
## 90         217                    United States      1
## 91         217                    United States      1
## 92         217                    United States      1
## 93         217                    United States      1
## 94         217                    United States      1
## 95         217                    United States      1
## 96         102                           Jordan     10
## 97         160                      Philippines      5
## 98          98                            Italy      8
## 99         217                    United States      1
## 100        217                    United States      1
## 101        217                    United States      1
## 102        217                    United States      1
## 103        217                    United States      1
## 104        185                            Spain      8
## 105        217                    United States      1
## 106        217                    United States      1
## 107        217                    United States      1
## 108        217                    United States      1
## 109        217                    United States      1
## 110        217                    United States      1
## 111        217                    United States      1
## 112        217                    United States      1
## 113         83                        Guatemala      2
## 114        217                    United States      1
## 115        217                    United States      1
## 116        217                    United States      1
## 117        217                    United States      1
## 118        217                    United States      1
## 119        217                    United States      1
## 120        217                    United States      1
## 121        362               West Germany (FRG)      8
## 122        217                    United States      1
## 123        217                    United States      1
## 124         30                           Brazil      3
## 125        217                    United States      1
## 126        217                    United States      1
## 127        217                    United States      1
## 128        217                    United States      1
## 129        217                    United States      1
## 130        217                    United States      1
## 131        217                    United States      1
## 132        217                    United States      1
## 133         65                         Ethiopia     11
## 134         60                            Egypt     10
## 135        217                    United States      1
## 136        217                    United States      1
## 137        217                    United States      1
## 138        217                    United States      1
## 139        217                    United States      1
## 140        217                    United States      1
## 141        217                    United States      1
## 142        217                    United States      1
## 143        217                    United States      1
## 144        217                    United States      1
## 145        217                    United States      1
## 146        217                    United States      1
## 147        217                    United States      1
## 148        217                    United States      1
## 149        217                    United States      1
## 150        217                    United States      1
## 151        160                      Philippines      5
## 152         58               Dominican Republic      2
## 153         11                        Argentina      3
## 154        217                    United States      1
## 155        217                    United States      1
## 156        217                    United States      1
## 157        217                    United States      1
## 158         11                        Argentina      3
## 159        110                          Lebanon     10
## 160        217                    United States      1
## 161        217                    United States      1
## 162         83                        Guatemala      2
## 163        101                            Japan      4
## 164        217                    United States      1
## 165        217                    United States      1
## 166         65                         Ethiopia     11
## 167        217                    United States      1
## 168        217                    United States      1
## 169        217                    United States      1
## 170        160                      Philippines      5
## 171        217                    United States      1
## 172         96                          Ireland      8
## 173        217                    United States      1
## 174        217                    United States      1
## 175        217                    United States      1
## 176         30                           Brazil      3
## 177         11                        Argentina      3
## 178        217                    United States      1
## 179        217                    United States      1
## 180        217                    United States      1
## 181        217                    United States      1
## 182        217                    United States      1
## 183        217                    United States      1
## 184        217                    United States      1
## 185        217                    United States      1
## 186        217                    United States      1
## 187        217                    United States      1
## 188        217                    United States      1
## 189        217                    United States      1
## 190        217                    United States      1
## 191        217                    United States      1
## 192        217                    United States      1
## 193        217                    United States      1
## 194        217                    United States      1
## 195        217                    United States      1
## 196        102                           Jordan     10
## 197        217                    United States      1
## 198        217                    United States      1
## 199        217                    United States      1
## 200        217                    United States      1
## 201        217                    United States      1
## 202        217                    United States      1
## 203        217                    United States      1
## 204        217                    United States      1
## 205        217                    United States      1
## 206        217                    United States      1
## 207        217                    United States      1
## 208        217                    United States      1
## 209        217                    United States      1
## 210        217                    United States      1
## 211        160                      Philippines      5
## 212        217                    United States      1
## 213        217                    United States      1
## 214        217                    United States      1
## 215        217                    United States      1
## 216        217                    United States      1
## 217        217                    United States      1
## 218        217                    United States      1
## 219        217                    United States      1
## 220        217                    United States      1
## 221        217                    United States      1
## 222        217                    United States      1
## 223        217                    United States      1
## 224        217                    United States      1
## 225        217                    United States      1
## 226        217                    United States      1
## 227        209                           Turkey     10
## 228        217                    United States      1
## 229        217                    United States      1
## 230        217                    United States      1
## 231        217                    United States      1
## 232        217                    United States      1
## 233        217                    United States      1
## 234        217                    United States      1
## 235        217                    United States      1
## 236        217                    United States      1
## 237        217                    United States      1
## 238        217                    United States      1
## 239        217                    United States      1
## 240        217                    United States      1
## 241        362               West Germany (FRG)      8
## 242        499               East Germany (GDR)      9
## 243        217                    United States      1
## 244        217                    United States      1
## 245        217                    United States      1
## 246        217                    United States      1
## 247        217                    United States      1
## 248        217                    United States      1
## 249        217                    United States      1
## 250        217                    United States      1
## 251        217                    United States      1
## 252        217                    United States      1
## 253        217                    United States      1
## 254        158                         Paraguay      3
## 255        217                    United States      1
## 256        217                    United States      1
## 257        217                    United States      1
## 258        217                    United States      1
## 259        499               East Germany (GDR)      9
## 260        217                    United States      1
## 261        217                    United States      1
## 262        217                    United States      1
## 263        217                    United States      1
## 264        217                    United States      1
## 265        217                    United States      1
## 266        217                    United States      1
## 267        217                    United States      1
## 268        217                    United States      1
## 269        217                    United States      1
## 270        217                    United States      1
## 271        217                    United States      1
## 272        217                    United States      1
## 273        217                    United States      1
## 274        217                    United States      1
## 275        217                    United States      1
## 276        499               East Germany (GDR)      9
## 277        217                    United States      1
## 278        199                      Switzerland      8
## 279        217                    United States      1
## 280        217                    United States      1
## 281        217                    United States      1
## 282        217                    United States      1
## 283        217                    United States      1
## 284        217                    United States      1
## 285        217                    United States      1
## 286        217                    United States      1
## 287        217                    United States      1
## 288        217                    United States      1
## 289        362               West Germany (FRG)      8
## 290        218                          Uruguay      3
## 291        362               West Germany (FRG)      8
## 292        217                    United States      1
## 293        217                    United States      1
## 294        217                    United States      1
## 295        217                    United States      1
## 296        217                    United States      1
## 297        217                    United States      1
## 298        217                    United States      1
## 299        217                    United States      1
## 300        217                    United States      1
## 301        217                    United States      1
## 302        217                    United States      1
## 303        217                    United States      1
## 304        217                    United States      1
## 305        217                    United States      1
## 306        217                    United States      1
## 307        217                    United States      1
## 308        217                    United States      1
## 309        217                    United States      1
## 310        217                    United States      1
## 311        217                    United States      1
## 312         11                        Argentina      3
## 313        218                          Uruguay      3
## 314        217                    United States      1
## 315        217                    United States      1
## 316        217                    United States      1
## 317         11                        Argentina      3
## 318        160                      Philippines      5
## 319        217                    United States      1
## 320        217                    United States      1
## 321        217                    United States      1
## 322        217                    United States      1
## 323        217                    United States      1
## 324        160                      Philippines      5
## 325        362               West Germany (FRG)      8
## 326        362               West Germany (FRG)      8
## 327        217                    United States      1
## 328        217                    United States      1
## 329        102                           Jordan     10
## 330        102                           Jordan     10
## 331        217                    United States      1
## 332        217                    United States      1
## 333        217                    United States      1
## 334        222                        Venezuela      3
## 335         94                             Iran     10
## 336        217                    United States      1
## 337        102                           Jordan     10
## 338        102                           Jordan     10
## 339        217                    United States      1
## 340        217                    United States      1
## 341        102                           Jordan     10
## 342         30                           Brazil      3
## 343         94                             Iran     10
## 344        217                    United States      1
## 345        218                          Uruguay      3
## 346        217                    United States      1
## 347        217                    United States      1
## 348        217                    United States      1
## 349        217                    United States      1
## 350        362               West Germany (FRG)      8
## 351        362               West Germany (FRG)      8
## 352        217                    United States      1
## 353        217                    United States      1
## 354        217                    United States      1
## 355        217                    United States      1
## 356        217                    United States      1
## 357        217                    United States      1
## 358        217                    United States      1
## 359        217                    United States      1
## 360        217                    United States      1
## 361        362               West Germany (FRG)      8
## 362        217                    United States      1
## 363        217                    United States      1
## 364        217                    United States      1
## 365        603                   United Kingdom      8
## 366        603                   United Kingdom      8
## 367        603                   United Kingdom      8
## 368        603                   United Kingdom      8
## 369        603                   United Kingdom      8
## 370        217                    United States      1
## 371        217                    United States      1
## 372        217                    United States      1
## 373        217                    United States      1
## 374        217                    United States      1
## 375        217                    United States      1
## 376        217                    United States      1
## 377        217                    United States      1
## 378        217                    United States      1
## 379        217                    United States      1
## 380         30                           Brazil      3
## 381        217                    United States      1
## 382        217                    United States      1
## 383        217                    United States      1
## 384        217                    United States      1
## 385        217                    United States      1
## 386        217                    United States      1
## 387        217                    United States      1
## 388        217                    United States      1
## 389        217                    United States      1
## 390        217                    United States      1
## 391        217                    United States      1
## 392        217                    United States      1
## 393        217                    United States      1
## 394        217                    United States      1
## 395        217                    United States      1
## 396        217                    United States      1
## 397        217                    United States      1
## 398        217                    United States      1
## 399        217                    United States      1
## 400        217                    United States      1
## 401        217                    United States      1
## 402        217                    United States      1
## 403        217                    United States      1
## 404        362               West Germany (FRG)      8
## 405        217                    United States      1
## 406         45                         Colombia      3
## 407         83                        Guatemala      2
## 408        217                    United States      1
## 409        217                    United States      1
## 410        217                    United States      1
## 411        217                    United States      1
## 412        217                    United States      1
## 413        217                    United States      1
## 414        217                    United States      1
## 415        217                    United States      1
## 416        217                    United States      1
## 417        217                    United States      1
## 418         26                          Bolivia      3
## 419        217                    United States      1
## 420        217                    United States      1
## 421        217                    United States      1
## 422         78                           Greece      8
## 423        217                    United States      1
## 424        217                    United States      1
## 425        145                        Nicaragua      2
## 426        217                    United States      1
## 427         30                           Brazil      3
## 428        217                    United States      1
## 429        217                    United States      1
## 430        217                    United States      1
## 431        217                    United States      1
## 432        217                    United States      1
## 433        217                    United States      1
## 434        217                    United States      1
## 435        217                    United States      1
## 436        218                          Uruguay      3
## 437        217                    United States      1
## 438        185                            Spain      8
## 439        217                    United States      1
## 440        217                    United States      1
## 441        218                          Uruguay      3
## 442        218                          Uruguay      3
## 443        218                          Uruguay      3
## 444         11                        Argentina      3
## 445        217                    United States      1
## 446        142                      Netherlands      8
## 447        217                    United States      1
## 448         21                          Belgium      8
## 449        217                    United States      1
## 450        217                    United States      1
## 451         11                        Argentina      3
## 452        217                    United States      1
## 453        217                    United States      1
## 454        499               East Germany (GDR)      9
## 455        217                    United States      1
## 456        217                    United States      1
## 457         11                        Argentina      3
## 458        217                    United States      1
## 459        603                   United Kingdom      8
## 460        499               East Germany (GDR)      9
## 461        499               East Germany (GDR)      9
## 462        217                    United States      1
## 463        217                    United States      1
## 464        217                    United States      1
## 465        217                    United States      1
## 466        218                          Uruguay      3
## 467        217                    United States      1
## 468        217                    United States      1
## 469        217                    United States      1
## 470        218                          Uruguay      3
## 471        217                    United States      1
## 472        217                    United States      1
## 473        217                    United States      1
## 474        217                    United States      1
## 475        130                           Mexico      1
## 476        217                    United States      1
## 477        499               East Germany (GDR)      9
## 478        217                    United States      1
## 479        217                    United States      1
## 480        217                    United States      1
## 481        217                    United States      1
## 482        217                    United States      1
## 483        217                    United States      1
## 484        217                    United States      1
## 485        217                    United States      1
## 486        217                    United States      1
## 487        209                           Turkey     10
## 488        102                           Jordan     10
## 489        218                          Uruguay      3
## 490        217                    United States      1
## 491         78                           Greece      8
## 492        217                    United States      1
## 493        217                    United States      1
## 494        217                    United States      1
## 495        217                    United States      1
## 496        217                    United States      1
## 497        218                          Uruguay      3
## 498        603                   United Kingdom      8
## 499        217                    United States      1
## 500        217                    United States      1
## 501        217                    United States      1
## 502        217                    United States      1
## 503        362               West Germany (FRG)      8
## 504        199                      Switzerland      8
## 505        142                      Netherlands      8
## 506        142                      Netherlands      8
## 507        217                    United States      1
## 508        499               East Germany (GDR)      9
## 509         11                        Argentina      3
## 510        217                    United States      1
## 511        217                    United States      1
## 512        102                           Jordan     10
## 513        218                          Uruguay      3
## 514         11                        Argentina      3
## 515        603                   United Kingdom      8
## 516        218                          Uruguay      3
## 517        218                          Uruguay      3
## 518         11                        Argentina      3
## 519        217                    United States      1
## 520        217                    United States      1
## 521        217                    United States      1
## 522        218                          Uruguay      3
## 523        217                    United States      1
## 524        499               East Germany (GDR)      9
## 525        217                    United States      1
## 526        218                          Uruguay      3
## 527        217                    United States      1
## 528        217                    United States      1
## 529        603                   United Kingdom      8
## 530         94                             Iran     10
## 531        217                    United States      1
## 532        209                           Turkey     10
## 533        217                    United States      1
## 534        217                    United States      1
## 535        209                           Turkey     10
## 536        209                           Turkey     10
## 537         38                           Canada      1
## 538        217                    United States      1
## 539        217                    United States      1
## 540        209                           Turkey     10
## 541        217                    United States      1
## 542        217                    United States      1
## 543        217                    United States      1
## 544        217                    United States      1
## 545        217                    United States      1
## 546        218                          Uruguay      3
## 547        362               West Germany (FRG)      8
## 548        217                    United States      1
## 549         38                           Canada      1
## 550         94                             Iran     10
## 551        217                    United States      1
## 552        217                    United States      1
## 553        362               West Germany (FRG)      8
## 554        217                    United States      1
## 555        218                          Uruguay      3
## 556        218                          Uruguay      3
## 557        218                          Uruguay      3
## 558        218                          Uruguay      3
## 559        217                    United States      1
## 560         11                        Argentina      3
## 561        362               West Germany (FRG)      8
## 562        217                    United States      1
## 563        217                    United States      1
## 564         11                        Argentina      3
## 565        217                    United States      1
## 566         14                        Australia     12
## 567        217                    United States      1
## 568        217                    United States      1
## 569        217                    United States      1
## 570         98                            Italy      8
## 571        217                    United States      1
## 572        217                    United States      1
## 573        217                    United States      1
## 574        217                    United States      1
## 575         11                        Argentina      3
## 576        209                           Turkey     10
## 577        603                   United Kingdom      8
## 578        217                    United States      1
## 579        217                    United States      1
## 580        217                    United States      1
## 581        217                    United States      1
## 582        217                    United States      1
## 583        217                    United States      1
## 584        217                    United States      1
## 585         94                             Iran     10
## 586        153                         Pakistan      6
## 587        217                    United States      1
## 588        217                    United States      1
## 589        217                    United States      1
## 590        217                    United States      1
## 591         11                        Argentina      3
## 592         11                        Argentina      3
## 593        499               East Germany (GDR)      9
## 594        217                    United States      1
## 595        217                    United States      1
## 596        217                    United States      1
## 597        362               West Germany (FRG)      8
## 598        209                           Turkey     10
## 599        217                    United States      1
## 600        217                    United States      1
## 601        217                    United States      1
## 602        217                    United States      1
## 603        217                    United States      1
## 604         11                        Argentina      3
## 605        217                    United States      1
## 606        603                   United Kingdom      8
## 607        217                    United States      1
## 608         11                        Argentina      3
## 609         11                        Argentina      3
## 610         11                        Argentina      3
## 611        209                           Turkey     10
## 612        218                          Uruguay      3
## 613        217                    United States      1
## 614        217                    United States      1
## 615        160                      Philippines      5
## 616        217                    United States      1
## 617        217                    United States      1
## 618        209                           Turkey     10
## 619        217                    United States      1
## 620        217                    United States      1
## 621        217                    United States      1
## 622        217                    United States      1
## 623        218                          Uruguay      3
## 624        362               West Germany (FRG)      8
## 625        218                          Uruguay      3
## 626        185                            Spain      8
## 627        218                          Uruguay      3
## 628        218                          Uruguay      3
## 629        217                    United States      1
## 630         30                           Brazil      3
## 631        217                    United States      1
## 632        218                          Uruguay      3
## 633        218                          Uruguay      3
## 634        217                    United States      1
## 635        217                    United States      1
## 636        217                    United States      1
## 637        217                    United States      1
## 638        218                          Uruguay      3
## 639        218                          Uruguay      3
## 640        217                    United States      1
## 641        218                          Uruguay      3
## 642        217                    United States      1
## 643        217                    United States      1
## 644        603                   United Kingdom      8
## 645        209                           Turkey     10
## 646        217                    United States      1
## 647        209                           Turkey     10
## 648         11                        Argentina      3
## 649        185                            Spain      8
## 650        362               West Germany (FRG)      8
## 651        217                    United States      1
## 652        217                    United States      1
## 653        362               West Germany (FRG)      8
## 654        217                    United States      1
## 655        217                    United States      1
## 656        217                    United States      1
## 657        209                           Turkey     10
## 658        218                          Uruguay      3
## 659        362               West Germany (FRG)      8
## 660        217                    United States      1
## 661        217                    United States      1
## 662        217                    United States      1
## 663        218                          Uruguay      3
## 664        209                           Turkey     10
## 665        217                    United States      1
## 666        217                    United States      1
## 667        217                    United States      1
## 668        362               West Germany (FRG)      8
## 669        230                           Zambia     11
## 670        217                    United States      1
## 671        217                    United States      1
## 672        362               West Germany (FRG)      8
## 673        217                    United States      1
## 674        217                    United States      1
## 675        217                    United States      1
## 676        217                    United States      1
## 677         83                        Guatemala      2
## 678        209                           Turkey     10
## 679        209                           Turkey     10
## 680         65                         Ethiopia     11
## 681         11                        Argentina      3
## 682        217                    United States      1
## 683        209                           Turkey     10
## 684        209                           Turkey     10
## 685        217                    United States      1
## 686        218                          Uruguay      3
## 687        218                          Uruguay      3
## 688        218                          Uruguay      3
## 689        603                   United Kingdom      8
## 690         58               Dominican Republic      2
## 691         58               Dominican Republic      2
## 692        362               West Germany (FRG)      8
## 693        209                           Turkey     10
## 694        217                    United States      1
## 695         11                        Argentina      3
## 696        209                           Turkey     10
## 697        209                           Turkey     10
## 698        218                          Uruguay      3
## 699        217                    United States      1
## 700        217                    United States      1
## 701        217                    United States      1
## 702        362               West Germany (FRG)      8
## 703        603                   United Kingdom      8
## 704        603                   United Kingdom      8
## 705        209                           Turkey     10
## 706         94                             Iran     10
## 707        603                   United Kingdom      8
## 708        217                    United States      1
## 709        209                           Turkey     10
## 710        198                           Sweden      8
## 711        217                    United States      1
## 712        222                        Venezuela      3
## 713        209                           Turkey     10
## 714        160                      Philippines      5
## 715        209                           Turkey     10
## 716        217                    United States      1
## 717        217                    United States      1
## 718        217                    United States      1
## 719        209                           Turkey     10
## 720        603                   United Kingdom      8
## 721        217                    United States      1
## 722        217                    United States      1
## 723        217                    United States      1
## 724        217                    United States      1
## 725        217                    United States      1
## 726        209                           Turkey     10
## 727        209                           Turkey     10
## 728        209                           Turkey     10
## 729         49                       Costa Rica      2
## 730        209                           Turkey     10
## 731        217                    United States      1
## 732        222                        Venezuela      3
## 733        209                           Turkey     10
## 734        217                    United States      1
## 735        603                   United Kingdom      8
## 736        217                    United States      1
## 737        217                    United States      1
## 738        217                    United States      1
## 739        160                      Philippines      5
## 740        160                      Philippines      5
##                         region_txt
## 1      Central America & Caribbean
## 2                    North America
## 3                   Southeast Asia
## 4                   Western Europe
## 5                        East Asia
## 6                    North America
## 7                    South America
## 8                    North America
## 9                    North America
## 10                   North America
## 11                   North America
## 12                   North America
## 13                  Western Europe
## 14                   North America
## 15                   North America
## 16                  Eastern Europe
## 17              Sub-Saharan Africa
## 18                   North America
## 19                   North America
## 20                   North America
## 21                   North America
## 22                   South America
## 23                   North America
## 24                   North America
## 25                   North America
## 26     Central America & Caribbean
## 27                  Southeast Asia
## 28                   South America
## 29                   North America
## 30                   North America
## 31                   North America
## 32                   North America
## 33                   North America
## 34                   North America
## 35                  Eastern Europe
## 36                   North America
## 37                   North America
## 38                   North America
## 39                   North America
## 40                  Southeast Asia
## 41                   North America
## 42                   North America
## 43                   North America
## 44                   North America
## 45                   North America
## 46                   North America
## 47                   North America
## 48                   North America
## 49                   North America
## 50                   North America
## 51                   North America
## 52                   North America
## 53                   North America
## 54                   North America
## 55                   North America
## 56                   North America
## 57                   North America
## 58                   North America
## 59                   North America
## 60                  Western Europe
## 61                   North America
## 62                   North America
## 63                  Western Europe
## 64                   North America
## 65                   North America
## 66                   North America
## 67                   North America
## 68                   North America
## 69                   North America
## 70                   North America
## 71                   North America
## 72                   North America
## 73                   North America
## 74                   North America
## 75                   North America
## 76                   North America
## 77                   North America
## 78                   North America
## 79                   North America
## 80                  Western Europe
## 81                  Western Europe
## 82                   North America
## 83                   North America
## 84                   North America
## 85                   North America
## 86                   North America
## 87                   North America
## 88                   North America
## 89                   North America
## 90                   North America
## 91                   North America
## 92                   North America
## 93                   North America
## 94                   North America
## 95                   North America
## 96      Middle East & North Africa
## 97                  Southeast Asia
## 98                  Western Europe
## 99                   North America
## 100                  North America
## 101                  North America
## 102                  North America
## 103                  North America
## 104                 Western Europe
## 105                  North America
## 106                  North America
## 107                  North America
## 108                  North America
## 109                  North America
## 110                  North America
## 111                  North America
## 112                  North America
## 113    Central America & Caribbean
## 114                  North America
## 115                  North America
## 116                  North America
## 117                  North America
## 118                  North America
## 119                  North America
## 120                  North America
## 121                 Western Europe
## 122                  North America
## 123                  North America
## 124                  South America
## 125                  North America
## 126                  North America
## 127                  North America
## 128                  North America
## 129                  North America
## 130                  North America
## 131                  North America
## 132                  North America
## 133             Sub-Saharan Africa
## 134     Middle East & North Africa
## 135                  North America
## 136                  North America
## 137                  North America
## 138                  North America
## 139                  North America
## 140                  North America
## 141                  North America
## 142                  North America
## 143                  North America
## 144                  North America
## 145                  North America
## 146                  North America
## 147                  North America
## 148                  North America
## 149                  North America
## 150                  North America
## 151                 Southeast Asia
## 152    Central America & Caribbean
## 153                  South America
## 154                  North America
## 155                  North America
## 156                  North America
## 157                  North America
## 158                  South America
## 159     Middle East & North Africa
## 160                  North America
## 161                  North America
## 162    Central America & Caribbean
## 163                      East Asia
## 164                  North America
## 165                  North America
## 166             Sub-Saharan Africa
## 167                  North America
## 168                  North America
## 169                  North America
## 170                 Southeast Asia
## 171                  North America
## 172                 Western Europe
## 173                  North America
## 174                  North America
## 175                  North America
## 176                  South America
## 177                  South America
## 178                  North America
## 179                  North America
## 180                  North America
## 181                  North America
## 182                  North America
## 183                  North America
## 184                  North America
## 185                  North America
## 186                  North America
## 187                  North America
## 188                  North America
## 189                  North America
## 190                  North America
## 191                  North America
## 192                  North America
## 193                  North America
## 194                  North America
## 195                  North America
## 196     Middle East & North Africa
## 197                  North America
## 198                  North America
## 199                  North America
## 200                  North America
## 201                  North America
## 202                  North America
## 203                  North America
## 204                  North America
## 205                  North America
## 206                  North America
## 207                  North America
## 208                  North America
## 209                  North America
## 210                  North America
## 211                 Southeast Asia
## 212                  North America
## 213                  North America
## 214                  North America
## 215                  North America
## 216                  North America
## 217                  North America
## 218                  North America
## 219                  North America
## 220                  North America
## 221                  North America
## 222                  North America
## 223                  North America
## 224                  North America
## 225                  North America
## 226                  North America
## 227     Middle East & North Africa
## 228                  North America
## 229                  North America
## 230                  North America
## 231                  North America
## 232                  North America
## 233                  North America
## 234                  North America
## 235                  North America
## 236                  North America
## 237                  North America
## 238                  North America
## 239                  North America
## 240                  North America
## 241                 Western Europe
## 242                 Eastern Europe
## 243                  North America
## 244                  North America
## 245                  North America
## 246                  North America
## 247                  North America
## 248                  North America
## 249                  North America
## 250                  North America
## 251                  North America
## 252                  North America
## 253                  North America
## 254                  South America
## 255                  North America
## 256                  North America
## 257                  North America
## 258                  North America
## 259                 Eastern Europe
## 260                  North America
## 261                  North America
## 262                  North America
## 263                  North America
## 264                  North America
## 265                  North America
## 266                  North America
## 267                  North America
## 268                  North America
## 269                  North America
## 270                  North America
## 271                  North America
## 272                  North America
## 273                  North America
## 274                  North America
## 275                  North America
## 276                 Eastern Europe
## 277                  North America
## 278                 Western Europe
## 279                  North America
## 280                  North America
## 281                  North America
## 282                  North America
## 283                  North America
## 284                  North America
## 285                  North America
## 286                  North America
## 287                  North America
## 288                  North America
## 289                 Western Europe
## 290                  South America
## 291                 Western Europe
## 292                  North America
## 293                  North America
## 294                  North America
## 295                  North America
## 296                  North America
## 297                  North America
## 298                  North America
## 299                  North America
## 300                  North America
## 301                  North America
## 302                  North America
## 303                  North America
## 304                  North America
## 305                  North America
## 306                  North America
## 307                  North America
## 308                  North America
## 309                  North America
## 310                  North America
## 311                  North America
## 312                  South America
## 313                  South America
## 314                  North America
## 315                  North America
## 316                  North America
## 317                  South America
## 318                 Southeast Asia
## 319                  North America
## 320                  North America
## 321                  North America
## 322                  North America
## 323                  North America
## 324                 Southeast Asia
## 325                 Western Europe
## 326                 Western Europe
## 327                  North America
## 328                  North America
## 329     Middle East & North Africa
## 330     Middle East & North Africa
## 331                  North America
## 332                  North America
## 333                  North America
## 334                  South America
## 335     Middle East & North Africa
## 336                  North America
## 337     Middle East & North Africa
## 338     Middle East & North Africa
## 339                  North America
## 340                  North America
## 341     Middle East & North Africa
## 342                  South America
## 343     Middle East & North Africa
## 344                  North America
## 345                  South America
## 346                  North America
## 347                  North America
## 348                  North America
## 349                  North America
## 350                 Western Europe
## 351                 Western Europe
## 352                  North America
## 353                  North America
## 354                  North America
## 355                  North America
## 356                  North America
## 357                  North America
## 358                  North America
## 359                  North America
## 360                  North America
## 361                 Western Europe
## 362                  North America
## 363                  North America
## 364                  North America
## 365                 Western Europe
## 366                 Western Europe
## 367                 Western Europe
## 368                 Western Europe
## 369                 Western Europe
## 370                  North America
## 371                  North America
## 372                  North America
## 373                  North America
## 374                  North America
## 375                  North America
## 376                  North America
## 377                  North America
## 378                  North America
## 379                  North America
## 380                  South America
## 381                  North America
## 382                  North America
## 383                  North America
## 384                  North America
## 385                  North America
## 386                  North America
## 387                  North America
## 388                  North America
## 389                  North America
## 390                  North America
## 391                  North America
## 392                  North America
## 393                  North America
## 394                  North America
## 395                  North America
## 396                  North America
## 397                  North America
## 398                  North America
## 399                  North America
## 400                  North America
## 401                  North America
## 402                  North America
## 403                  North America
## 404                 Western Europe
## 405                  North America
## 406                  South America
## 407    Central America & Caribbean
## 408                  North America
## 409                  North America
## 410                  North America
## 411                  North America
## 412                  North America
## 413                  North America
## 414                  North America
## 415                  North America
## 416                  North America
## 417                  North America
## 418                  South America
## 419                  North America
## 420                  North America
## 421                  North America
## 422                 Western Europe
## 423                  North America
## 424                  North America
## 425    Central America & Caribbean
## 426                  North America
## 427                  South America
## 428                  North America
## 429                  North America
## 430                  North America
## 431                  North America
## 432                  North America
## 433                  North America
## 434                  North America
## 435                  North America
## 436                  South America
## 437                  North America
## 438                 Western Europe
## 439                  North America
## 440                  North America
## 441                  South America
## 442                  South America
## 443                  South America
## 444                  South America
## 445                  North America
## 446                 Western Europe
## 447                  North America
## 448                 Western Europe
## 449                  North America
## 450                  North America
## 451                  South America
## 452                  North America
## 453                  North America
## 454                 Eastern Europe
## 455                  North America
## 456                  North America
## 457                  South America
## 458                  North America
## 459                 Western Europe
## 460                 Eastern Europe
## 461                 Eastern Europe
## 462                  North America
## 463                  North America
## 464                  North America
## 465                  North America
## 466                  South America
## 467                  North America
## 468                  North America
## 469                  North America
## 470                  South America
## 471                  North America
## 472                  North America
## 473                  North America
## 474                  North America
## 475                  North America
## 476                  North America
## 477                 Eastern Europe
## 478                  North America
## 479                  North America
## 480                  North America
## 481                  North America
## 482                  North America
## 483                  North America
## 484                  North America
## 485                  North America
## 486                  North America
## 487     Middle East & North Africa
## 488     Middle East & North Africa
## 489                  South America
## 490                  North America
## 491                 Western Europe
## 492                  North America
## 493                  North America
## 494                  North America
## 495                  North America
## 496                  North America
## 497                  South America
## 498                 Western Europe
## 499                  North America
## 500                  North America
## 501                  North America
## 502                  North America
## 503                 Western Europe
## 504                 Western Europe
## 505                 Western Europe
## 506                 Western Europe
## 507                  North America
## 508                 Eastern Europe
## 509                  South America
## 510                  North America
## 511                  North America
## 512     Middle East & North Africa
## 513                  South America
## 514                  South America
## 515                 Western Europe
## 516                  South America
## 517                  South America
## 518                  South America
## 519                  North America
## 520                  North America
## 521                  North America
## 522                  South America
## 523                  North America
## 524                 Eastern Europe
## 525                  North America
## 526                  South America
## 527                  North America
## 528                  North America
## 529                 Western Europe
## 530     Middle East & North Africa
## 531                  North America
## 532     Middle East & North Africa
## 533                  North America
## 534                  North America
## 535     Middle East & North Africa
## 536     Middle East & North Africa
## 537                  North America
## 538                  North America
## 539                  North America
## 540     Middle East & North Africa
## 541                  North America
## 542                  North America
## 543                  North America
## 544                  North America
## 545                  North America
## 546                  South America
## 547                 Western Europe
## 548                  North America
## 549                  North America
## 550     Middle East & North Africa
## 551                  North America
## 552                  North America
## 553                 Western Europe
## 554                  North America
## 555                  South America
## 556                  South America
## 557                  South America
## 558                  South America
## 559                  North America
## 560                  South America
## 561                 Western Europe
## 562                  North America
## 563                  North America
## 564                  South America
## 565                  North America
## 566          Australasia & Oceania
## 567                  North America
## 568                  North America
## 569                  North America
## 570                 Western Europe
## 571                  North America
## 572                  North America
## 573                  North America
## 574                  North America
## 575                  South America
## 576     Middle East & North Africa
## 577                 Western Europe
## 578                  North America
## 579                  North America
## 580                  North America
## 581                  North America
## 582                  North America
## 583                  North America
## 584                  North America
## 585     Middle East & North Africa
## 586                     South Asia
## 587                  North America
## 588                  North America
## 589                  North America
## 590                  North America
## 591                  South America
## 592                  South America
## 593                 Eastern Europe
## 594                  North America
## 595                  North America
## 596                  North America
## 597                 Western Europe
## 598     Middle East & North Africa
## 599                  North America
## 600                  North America
## 601                  North America
## 602                  North America
## 603                  North America
## 604                  South America
## 605                  North America
## 606                 Western Europe
## 607                  North America
## 608                  South America
## 609                  South America
## 610                  South America
## 611     Middle East & North Africa
## 612                  South America
## 613                  North America
## 614                  North America
## 615                 Southeast Asia
## 616                  North America
## 617                  North America
## 618     Middle East & North Africa
## 619                  North America
## 620                  North America
## 621                  North America
## 622                  North America
## 623                  South America
## 624                 Western Europe
## 625                  South America
## 626                 Western Europe
## 627                  South America
## 628                  South America
## 629                  North America
## 630                  South America
## 631                  North America
## 632                  South America
## 633                  South America
## 634                  North America
## 635                  North America
## 636                  North America
## 637                  North America
## 638                  South America
## 639                  South America
## 640                  North America
## 641                  South America
## 642                  North America
## 643                  North America
## 644                 Western Europe
## 645     Middle East & North Africa
## 646                  North America
## 647     Middle East & North Africa
## 648                  South America
## 649                 Western Europe
## 650                 Western Europe
## 651                  North America
## 652                  North America
## 653                 Western Europe
## 654                  North America
## 655                  North America
## 656                  North America
## 657     Middle East & North Africa
## 658                  South America
## 659                 Western Europe
## 660                  North America
## 661                  North America
## 662                  North America
## 663                  South America
## 664     Middle East & North Africa
## 665                  North America
## 666                  North America
## 667                  North America
## 668                 Western Europe
## 669             Sub-Saharan Africa
## 670                  North America
## 671                  North America
## 672                 Western Europe
## 673                  North America
## 674                  North America
## 675                  North America
## 676                  North America
## 677    Central America & Caribbean
## 678     Middle East & North Africa
## 679     Middle East & North Africa
## 680             Sub-Saharan Africa
## 681                  South America
## 682                  North America
## 683     Middle East & North Africa
## 684     Middle East & North Africa
## 685                  North America
## 686                  South America
## 687                  South America
## 688                  South America
## 689                 Western Europe
## 690    Central America & Caribbean
## 691    Central America & Caribbean
## 692                 Western Europe
## 693     Middle East & North Africa
## 694                  North America
## 695                  South America
## 696     Middle East & North Africa
## 697     Middle East & North Africa
## 698                  South America
## 699                  North America
## 700                  North America
## 701                  North America
## 702                 Western Europe
## 703                 Western Europe
## 704                 Western Europe
## 705     Middle East & North Africa
## 706     Middle East & North Africa
## 707                 Western Europe
## 708                  North America
## 709     Middle East & North Africa
## 710                 Western Europe
## 711                  North America
## 712                  South America
## 713     Middle East & North Africa
## 714                 Southeast Asia
## 715     Middle East & North Africa
## 716                  North America
## 717                  North America
## 718                  North America
## 719     Middle East & North Africa
## 720                 Western Europe
## 721                  North America
## 722                  North America
## 723                  North America
## 724                  North America
## 725                  North America
## 726     Middle East & North Africa
## 727     Middle East & North Africa
## 728     Middle East & North Africa
## 729    Central America & Caribbean
## 730     Middle East & North Africa
## 731                  North America
## 732                  South America
## 733     Middle East & North Africa
## 734                  North America
## 735                 Western Europe
## 736                  North America
## 737                  North America
## 738                  North America
## 739                 Southeast Asia
## 740                 Southeast Asia
##                                              provstate
## 1                                                 <NA>
## 2                                              Federal
## 3                                               Tarlac
## 4                                               Attica
## 5                                              Fukouka
## 6                                             Illinois
## 7                                           Montevideo
## 8                                           California
## 9                                            Wisconsin
## 10                                           Wisconsin
## 11                                           Wisconsin
## 12                                            Colorado
## 13                                               Lazio
## 14                                            Michigan
## 15                                         Puerto Rico
## 16                                              Berlin
## 17                                             Unknown
## 18                                            New York
## 19                                         Puerto Rico
## 20                                          Washington
## 21                                            Illinois
## 22                                          Montevideo
## 23                                          Washington
## 24                                          Washington
## 25                                          New Jersey
## 26                                           Guatemala
## 27                                 Metropolitan Manila
## 28                                             Caracas
## 29                                            Nebraska
## 30                                         Mississippi
## 31                                            New York
## 32                                         Mississippi
## 33                                            New York
## 34                                                Ohio
## 35                                              Berlin
## 36                                          Washington
## 37                                            Nebraska
## 38                                            Nebraska
## 39                                             Florida
## 40                                              Tarlac
## 41                                            Colorado
## 42                                              Oregon
## 43                                            Illinois
## 44                                            New York
## 45                                            New York
## 46                                            New York
## 47                                                Ohio
## 48                                            Colorado
## 49                                          Washington
## 50                                          Washington
## 51                                         Puerto Rico
## 52                                         Puerto Rico
## 53                                         Puerto Rico
## 54                                       Massachusetts
## 55                                           Wisconsin
## 56                                            New York
## 57                                            New York
## 58                                            New York
## 59                                                Ohio
## 60                                             Bavaria
## 61                                            Michigan
## 62                                          California
## 63                                             Bavaria
## 64                                          California
## 65                                            New York
## 66                                              Oregon
## 67                                          California
## 68                                          California
## 69                                          California
## 70                                          California
## 71                                          California
## 72                                            Maryland
## 73                                           Louisiana
## 74                                          Washington
## 75                                                Ohio
## 76                                          California
## 77                                         Connecticut
## 78                                            New York
## 79                                          Washington
## 80                                               Hesse
## 81                                              Zurich
## 82                                            New York
## 83                                            New York
## 84                                            New York
## 85                                            Colorado
## 86                                            New York
## 87                                           Wisconsin
## 88                                            Nebraska
## 89                                            Nebraska
## 90                                            Nebraska
## 91                                            Nebraska
## 92                                             Arizona
## 93                                            Colorado
## 94                                            Illinois
## 95                                            Colorado
## 96                                              Khalil
## 97                                Metropolitian Manila
## 98                                               Lazio
## 99                                            Colorado
## 100                                           Colorado
## 101                                           Colorado
## 102                                           Colorado
## 103                                               Ohio
## 104                                            Unknown
## 105                                           Colorado
## 106                                         Washington
## 107                                         California
## 108                                         California
## 109                                           Colorado
## 110                                         Washington
## 111                                           Colorado
## 112                                        Puerto Rico
## 113                                          Guatemala
## 114                                           Michigan
## 115                                           Michigan
## 116                                         California
## 117                                            Alabama
## 118                                        Connecticut
## 119                                         New Mexico
## 120                                           Maryland
## 121                                            Bavaria
## 122                                           Maryland
## 123                                         California
## 124                                          Sao Paulo
## 125                                           Illinois
## 126                                           New York
## 127                                           New York
## 128                                           Illinois
## 129                                           Illinois
## 130                                           New York
## 131                                          Wisconsin
## 132                                          Wisconsin
## 133                                            Unknown
## 134                                         Alexandria
## 135                                           New York
## 136                                         California
## 137                                        Puerto Rico
## 138                                            Montana
## 139                                         California
## 140                                         California
## 141                                               Ohio
## 142                                             Oregon
## 143                                           Michigan
## 144                               District of Columbia
## 145                                           New York
## 146                                           New York
## 147                                           New York
## 148                                           New York
## 149                                           New York
## 150                                            Florida
## 151                                           Pampanga
## 152                                           National
## 153                                         Corrientes
## 154                                           New York
## 155                                               Ohio
## 156                                         California
## 157                                         California
## 158                                       Buenos Aires
## 159                                             Beirut
## 160                                           Illinois
## 161                                            Georgia
## 162                                          Guatemala
## 163                                               <NA>
## 164                               District of Columbia
## 165                                         Washington
## 166                                            Unknown
## 167                                           Michigan
## 168                                           New York
## 169                                              Texas
## 170                                           Pampanga
## 171                                           New York
## 172                                             Dublin
## 173                                           New York
## 174                                           New York
## 175                                         Washington
## 176                                  Rio Grande do Sul
## 177                                       Buenos Aires
## 178                                         California
## 179                                         California
## 180                                           New York
## 181                                              Texas
## 182                                             Kansas
## 183                                             Kansas
## 184                                         California
## 185                                           Illinois
## 186                                         California
## 187                                           New York
## 188                                              Texas
## 189                                         California
## 190                                           Missouri
## 191                                           Missouri
## 192                                           Missouri
## 193                                         California
## 194                                         California
## 195                                         California
## 196                                              Amman
## 197                                         California
## 198                                         California
## 199                                         California
## 200                                           Missouri
## 201                                           Missouri
## 202                                           Missouri
## 203                                         California
## 204                                         California
## 205                                         Washington
## 206                                         Washington
## 207                                         Washington
## 208                                         Washington
## 209                                           New York
## 210                                             Kansas
## 211                                            Unknown
## 212                                         California
## 213                                         California
## 214                                         California
## 215                                         California
## 216                                          Wisconsin
## 217                                           Illinois
## 218                                         California
## 219                                        Puerto Rico
## 220                                        Puerto Rico
## 221                                        Puerto Rico
## 222                                        Puerto Rico
## 223                                         California
## 224                                           Maryland
## 225                                           New York
## 226                                           New York
## 227                                           Istanbul
## 228                                       Pennsylvania
## 229                                           Michigan
## 230                                           Michigan
## 231                                           Michigan
## 232                                          Louisiana
## 233                                          Louisiana
## 234                                          Minnesota
## 235                                               Iowa
## 236                                        Connecticut
## 237                                           Illinois
## 238                                         California
## 239                                               Iowa
## 240                                           Missouri
## 241                                             Berlin
## 242                                             Berlin
## 243                                           New York
## 244                                          Louisiana
## 245                                      Massachusetts
## 246                                        Puerto Rico
## 247                                           New York
## 248                                            Indiana
## 249                                        Connecticut
## 250                                           New York
## 251                                           New York
## 252                                           Illinois
## 253                                           Illinois
## 254                                           Asuncion
## 255                                           Maryland
## 256                                     North Carolina
## 257                                           Oklahoma
## 258                                           Missouri
## 259                                             Berlin
## 260                                              Idaho
## 261                                            Florida
## 262                                            Florida
## 263                                           New York
## 264                                         California
## 265                                         Washington
## 266                                       Pennsylvania
## 267                                             Oregon
## 268                                         California
## 269                                             Oregon
## 270                                      Massachusetts
## 271                                           New York
## 272                                        Connecticut
## 273                                           New York
## 274                                         California
## 275                                         California
## 276                                             Berlin
## 277                               District of Columbia
## 278                                             Geneva
## 279                                              Texas
## 280                                           Michigan
## 281                                               Iowa
## 282                                               Utah
## 283                                     North Carolina
## 284                                            Florida
## 285                                      Massachusetts
## 286                                           New York
## 287                                         California
## 288                                     North Carolina
## 289                                             Berlin
## 290                                         Montevideo
## 291                                             Berlin
## 292                                         Washington
## 293                                           New York
## 294                                           Missouri
## 295                                            Florida
## 296                                       Pennsylvania
## 297                                            Florida
## 298                                         California
## 299                                           New York
## 300                                          Minnesota
## 301                                               Iowa
## 302                                     North Carolina
## 303                                     North Carolina
## 304                                     North Carolina
## 305                                         California
## 306                                      Massachusetts
## 307                                      Massachusetts
## 308                                         California
## 309                                            Arizona
## 310                                           New York
## 311                                         California
## 312                                       Buenos Aires
## 313                                         Montevideo
## 314                                         California
## 315                                         California
## 316                                           New York
## 317                                            Unknown
## 318                                              Capiz
## 319                                          Louisiana
## 320                                           Illinois
## 321                                             Oregon
## 322                                         California
## 323                                         California
## 324                                Metropolitan Manila
## 325                                             Berlin
## 326                                             Berlin
## 327                                           New York
## 328                                         California
## 329                                              Amman
## 330                                              Amman
## 331                                         California
## 332                                           Illinois
## 333                                         California
## 334                                               Lara
## 335                                             Tehran
## 336                                           New York
## 337                                              Amman
## 338                                              Amman
## 339                                           Illinois
## 340                                         New Jersey
## 341                                              Amman
## 342                                     Rio de Janeiro
## 343                                             Tehran
## 344                                           Nebraska
## 345                                         Montevideo
## 346                                           Illinois
## 347                                           Illinois
## 348                                               Iowa
## 349                                           Missouri
## 350                                             Berlin
## 351                                             Berlin
## 352                                         California
## 353                                         California
## 354                                           New York
## 355                                           New York
## 356                                         California
## 357                                         California
## 358                                           Illinois
## 359                                         California
## 360                                               Iowa
## 361                                             Berlin
## 362                                         California
## 363                                           New York
## 364                                              Texas
## 365                                   Northern Ireland
## 366                                   Northern Ireland
## 367                                   Northern Ireland
## 368                                   Northern Ireland
## 369                                   Northern Ireland
## 370                                           Michigan
## 371                                               Iowa
## 372                                          Wisconsin
## 373                                         New Jersey
## 374                                           New York
## 375                                           New York
## 376                                           New York
## 377                                           New York
## 378                                          Wisconsin
## 379                                      Massachusetts
## 380                                     Rio de Janeiro
## 381                               District of Columbia
## 382                                         California
## 383                               District of Columbia
## 384                               District of Columbia
## 385                               District of Columbia
## 386                               District of Columbia
## 387                                           Nebraska
## 388                                         California
## 389                                           New York
## 390                                         Washington
## 391                                           New York
## 392                                           New York
## 393                                              Texas
## 394                                               Ohio
## 395                                           New York
## 396                                         California
## 397                                           New York
## 398                                           New York
## 399                                           New York
## 400                                           New York
## 401                                           New York
## 402                                            Alabama
## 403                                         California
## 404                                            Bavaria
## 405                                           Illinois
## 406                                             Caldas
## 407                                            Unknown
## 408                                      Massachusetts
## 409                                         California
## 410                                           Illinois
## 411                                           New York
## 412                                           Illinois
## 413                                           New York
## 414                                          Minnesota
## 415                                           Illinois
## 416                                           New York
## 417                                           New York
## 418                                            Unknown
## 419                                         California
## 420                                           New York
## 421                                          Wisconsin
## 422                                             Attica
## 423                                          Wisconsin
## 424                                         New Jersey
## 425                                            Managua
## 426                                         California
## 427                                         Pernambuco
## 428                                           New York
## 429                                           Missouri
## 430                                          Wisconsin
## 431                                           New York
## 432                                          Wisconsin
## 433                                          Wisconsin
## 434                                         California
## 435                                         California
## 436                                         Montevideo
## 437                                              Texas
## 438                                            Navarre
## 439                                         California
## 440                                           Illinois
## 441                                         Montevideo
## 442                                         Montevideo
## 443                                         Montevideo
## 444                                       Buenos Aires
## 445                                     North Carolina
## 446                                      North Holland
## 447                                           New York
## 448                                           Brussels
## 449                                         California
## 450                                          Wisconsin
## 451                                            Tucuman
## 452                                         California
## 453                                         California
## 454                                             Berlin
## 455                                           Maryland
## 456                                         California
## 457                                           Santa Fe
## 458                                             Oregon
## 459                                   Northern Ireland
## 460                                             Berlin
## 461                                             Berlin
## 462                                        Mississippi
## 463                                           Nebraska
## 464                                          Minnesota
## 465                                           New York
## 466                                         Montevideo
## 467                               District of Columbia
## 468                                           Maryland
## 469                                         California
## 470                                         Montevideo
## 471                                             Oregon
## 472                                          Minnesota
## 473                                           Maryland
## 474                                          Wisconsin
## 475                                            Federal
## 476                                      Massachusetts
## 477                                             Berlin
## 478                                      Massachusetts
## 479                                     North Carolina
## 480                                         California
## 481                               District of Columbia
## 482                                         California
## 483                                         California
## 484                                         California
## 485                               District of Columbia
## 486                                            Georgia
## 487                                             Ankara
## 488                                              Amman
## 489                                         Montevideo
## 490                                       Pennsylvania
## 491                                             Attica
## 492                                         California
## 493                                         California
## 494                                         California
## 495                                          Tennessee
## 496                                          Minnesota
## 497                                         Montevideo
## 498                                   Northern Ireland
## 499                                          Wisconsin
## 500                                         California
## 501                                               Iowa
## 502                                         California
## 503                                              Hesse
## 504                                             Zurich
## 505                                      North Holland
## 506                                      North Holland
## 507                                      Massachusetts
## 508                                             Berlin
## 509                                            Cordoba
## 510                                          Wisconsin
## 511                                            Florida
## 512                                              Amman
## 513                                         Montevideo
## 514                                       Buenos Aires
## 515                                            England
## 516                                         Montevideo
## 517                                         Montevideo
## 518                                           Santa Fe
## 519                                               Ohio
## 520                                      Massachusetts
## 521                                      Massachusetts
## 522                                         Montevideo
## 523                                           New York
## 524                                             Berlin
## 525                                           New York
## 526                                         Montevideo
## 527                                           New York
## 528                                           New York
## 529                                   Northern Ireland
## 530                                             Tehran
## 531                                           Maryland
## 532                                              Izmir
## 533                                             Oregon
## 534                                           Maryland
## 535                                             Ankara
## 536                                             Ankara
## 537                                             Quebec
## 538                                           Illinois
## 539                                      West Virginia
## 540                                             Ankara
## 541                                           New York
## 542                                         Washington
## 543                                         California
## 544                                         California
## 545                                         California
## 546                                         Montevideo
## 547                                  Baden-Wurttemberg
## 548                                              Texas
## 549                                             Quebec
## 550                                             Tehran
## 551                                           New York
## 552                                      Massachusetts
## 553                                            Bavaria
## 554                                      Massachusetts
## 555                                         Montevideo
## 556                                         Montevideo
## 557                                         Montevideo
## 558                                         Montevideo
## 559                                           Missouri
## 560                                       Buenos Aires
## 561                                            Bavaria
## 562                                         California
## 563                                         California
## 564                                       Buenos Aires
## 565                                           Illinois
## 566                                           Victoria
## 567                                           Illinois
## 568                                         California
## 569                                           Michigan
## 570                                              Lazio
## 571                                           Illinois
## 572                                           Illinois
## 573                               District of Columbia
## 574                                         California
## 575                                       Buenos Aires
## 576                                             Ankara
## 577                                            England
## 578                                            Florida
## 579                                          Wisconsin
## 580                                         California
## 581                                           New York
## 582                                           New York
## 583                                           New York
## 584                                           New York
## 585                                             Tehran
## 586                                              Sindh
## 587                                         California
## 588                                         California
## 589                                       Pennsylvania
## 590                                           Michigan
## 591                                       Buenos Aires
## 592                                       Buenos Aires
## 593                                             Berlin
## 594                                           Illinois
## 595                                          Minnesota
## 596                                           Illinois
## 597                                              Hesse
## 598                                             Ankara
## 599                                           Illinois
## 600                                        Puerto Rico
## 601                                        Puerto Rico
## 602                                        Puerto Rico
## 603                                        Puerto Rico
## 604                                       Buenos Aires
## 605                                            Florida
## 606                                   Northern Ireland
## 607                                            Florida
## 608                                       Buenos Aires
## 609                                       Buenos Aires
## 610                                       Buenos Aires
## 611                                             Ankara
## 612                                         Montevideo
## 613                                             Oregon
## 614                                          Tennessee
## 615                               Metropolitian Manila
## 616                                            Florida
## 617                                        Puerto Rico
## 618                                             Ankara
## 619                                           New York
## 620                                           New York
## 621                                         California
## 622                                        Puerto Rico
## 623                                         Montevideo
## 624                                              Hesse
## 625                                         Montevideo
## 626                                           Gipuzcoa
## 627                                         Montevideo
## 628                                         Montevideo
## 629                                             Oregon
## 630                                     Rio de Janeiro
## 631                                             Kansas
## 632                                         Montevideo
## 633                                         Montevideo
## 634                                           New York
## 635                                        Connecticut
## 636                                         California
## 637                                        Connecticut
## 638                                         Montevideo
## 639                                         Montevideo
## 640                                            Florida
## 641                                         Montevideo
## 642                                         California
## 643                                          Wisconsin
## 644                                   Northern Ireland
## 645                                             Ankara
## 646                                            Georgia
## 647                                             Ankara
## 648                                            Cordoba
## 649                                             Burgos
## 650                                  Baden-Wurttemberg
## 651                                         California
## 652                                     North Carolina
## 653                                            Bavaria
## 654                                         California
## 655                                         California
## 656                                         California
## 657                                            Malatya
## 658                                         Montevideo
## 659                                            Bavaria
## 660                               District of Columbia
## 661                                         California
## 662                                         California
## 663                                         Montevideo
## 664                                             Ankara
## 665                                         California
## 666                                         California
## 667                                         California
## 668                                            Bavaria
## 669                                            Unknown
## 670                                           New York
## 671                                           New York
## 672                                            Bavaria
## 673                                           New York
## 674                                         California
## 675                                         California
## 676                                               Ohio
## 677                                            Unknown
## 678                                             Ankara
## 679                                             Ankara
## 680                                             Amhara
## 681                                       Buenos Aires
## 682                                           New York
## 683                                             Ankara
## 684                                             Ankara
## 685                                            Florida
## 686                                         Montevideo
## 687                                         Montevideo
## 688                                         Montevideo
## 689                                   Northern Ireland
## 690                                           National
## 691                                           National
## 692                                            Bavaria
## 693                                             Ankara
## 694                                         California
## 695                                            Cordoba
## 696                                              Izmir
## 697                                              Izmir
## 698                                         Montevideo
## 699                                         California
## 700                                     North Carolina
## 701                                         California
## 702                                              Hesse
## 703                                   Northern Ireland
## 704                                   Northern Ireland
## 705                                             Ankara
## 706                                              Gilan
## 707                                   Northern Ireland
## 708                                            Florida
## 709                                             Ankara
## 710                                    Vastra Gotaland
## 711                                               Ohio
## 712                                            Caracas
## 713                                             Ankara
## 714                               Metropolitian Manila
## 715                                             Ankara
## 716                                         California
## 717                                            Georgia
## 718                                       Pennsylvania
## 719                                             Ankara
## 720                                   Northern Ireland
## 721                                        Puerto Rico
## 722                                        Puerto Rico
## 723                                        Puerto Rico
## 724                                        Puerto Rico
## 725                                        Puerto Rico
## 726                                             Ankara
## 727                                           Istanbul
## 728                                           Istanbul
## 729                                           San Jose
## 730                                             Ankara
## 731                                            Florida
## 732                                            Caracas
## 733                                             Ankara
## 734                                         California
## 735                                   Northern Ireland
## 736                                             Hawaii
## 737                                         California
## 738                                        Puerto Rico
## 739                                           Pampanga
## 740                                            Unknown
##                                                                     city
## 1                                                          Santo Domingo
## 2                                                            Mexico city
## 3                                                                Unknown
## 4                                                                 Athens
## 5                                                                Fukouka
## 6                                                                  Cairo
## 7                                                             Montevideo
## 8                                                                Oakland
## 9                                                                Madison
## 10                                                               Madison
## 11                                                               Baraboo
## 12                                                                Denver
## 13                                                                  Rome
## 14                                                               Detroit
## 15                                                           Rio Piedras
## 16                                                                Berlin
## 17                                                               Unknown
## 18                                                         New York City
## 19                                                            Rio Grande
## 20                                                               Seattle
## 21                                                             Champaign
## 22                                                            Montevideo
## 23                                                               Seattle
## 24                                                               Seattle
## 25                                                           Jersey City
## 26                                                        Guatemala City
## 27                                                           Quezon City
## 28                                                               Caracas
## 29                                                      South Sioux City
## 30                                                            West Point
## 31                                                         New York City
## 32                                                            West Point
## 33                                                         New York City
## 34                                                               Norwalk
## 35                                                                Berlin
## 36                                                               Seattle
## 37                                                      South Sioux City
## 38                                                      South Sioux City
## 39                                                          Coral Gables
## 40                                                                Bamban
## 41                                                                Denver
## 42                                                              Portland
## 43                                                                 Cairo
## 44                                                         New York City
## 45                                                         New York City
## 46                                                         New York City
## 47                                                                 Akron
## 48                                                                Denver
## 49                                                               Seattle
## 50                                                               Seattle
## 51                                                                Dorado
## 52                                                           Rio Piedras
## 53                                                              Carolina
## 54                                                                Boston
## 55                                                            Whitewater
## 56                                                         New York City
## 57                                                         New York City
## 58                                                         New York City
## 59                                                               Batavia
## 60                                                                Munich
## 61                                                             Ypsilanti
## 62                                                              Berkeley
## 63                                                                Munich
## 64                                                              Berkeley
## 65                                                         New York City
## 66                                                                Eugene
## 67                                                         San Francisco
## 68                                                              Berkeley
## 69                                                              Berkeley
## 70                                                         San Francisco
## 71                                                               Oakland
## 72                                                           Buckeystown
## 73                                                             Covington
## 74                                                               Seattle
## 75                                                             Cleveland
## 76                                                               Vallejo
## 77                                                              Hartford
## 78                                                         New York City
## 79                                                               Seattle
## 80                                                             Frankfurt
## 81                                                                Zurich
## 82                                                         New York City
## 83                                                         New York City
## 84                                                         New York City
## 85                                                                Denver
## 86                                                                Ithaca
## 87                                                        Prairie du Sac
## 88                                                      South Sioux City
## 89                                                      South Sioux City
## 90                                                      South Sioux City
## 91                                                      South Sioux City
## 92                                                                Tucson
## 93                                                                Denver
## 94                                                             Champaign
## 95                                                               Boulder
## 96                                                                Hebron
## 97                                                                Manila
## 98                                                                  Rome
## 99                                                               Boulder
## 100                                                     Colorado Springs
## 101                                                              Boulder
## 102                                                              Boulder
## 103                                                            Cleveland
## 104                                                              Unknown
## 105                                                               Denver
## 106                                                              Seattle
## 107                                                              Oakland
## 108                                                             Martinez
## 109                                                               Denver
## 110                                                              Seattle
## 111                                                               Denver
## 112                                                             San Juan
## 113                                                       Guatemala City
## 114                                                              Detroit
## 115                                                              Detroit
## 116                                                             Berkeley
## 117                                                             Ashville
## 118                                                           Bridgeport
## 119                                                          Albuquerque
## 120                                                              Bel Air
## 121                                                               Munich
## 122                                                            Cambridge
## 123                                                        San Francisco
## 124                                                            Sao Paulo
## 125                                                            Champaign
## 126                                                        New York City
## 127                                                        New York City
## 128                                                              Chicago
## 129                                                              Chicago
## 130                                                        New York City
## 131                                                             Appleton
## 132                                                             Appleton
## 133                                                              Unknown
## 134                                                           Alexandria
## 135                                                        New York City
## 136                                                           Long Beach
## 137                                                             San Juan
## 138                                                             Billings
## 139                                                       San Bernardino
## 140                                                          Los Angeles
## 141                                                             Lockland
## 142                                                             Portland
## 143                                                              Detroit
## 144                                                           Washington
## 145                                                        New York City
## 146                                                        New York City
## 147                                                        New York City
## 148                                                        New York City
## 149                                                        New York City
## 150                                                              Orlando
## 151                                                              Angeles
## 152                                                        Santo Domingo
## 153                                                            Ituzaingo
## 154                                                        New York City
## 155                                                            Cleveland
## 156                                                             Richmond
## 157                                                        San Francisco
## 158                                                         Buenos Aires
## 159                                                               Beirut
## 160                                                           Biggsville
## 161                                                         Fort Benning
## 162                                                       Guatemala City
## 163                                                              Fukouka
## 164                                                           Washington
## 165                                                              Seattle
## 166                                                              Unknown
## 167                                                         East Lansing
## 168                                                               Ithaca
## 169                                                              Houston
## 170                                                       Mabalacat City
## 171                                                        New York City
## 172                                                               Dublin
## 173                                                        New York City
## 174                                                        New York City
## 175                                                              Pullman
## 176                                                         Porto Alegre
## 177                                                         Buenos Aires
## 178                                                                Trona
## 179                                                                Trona
## 180                                                        New York City
## 181                                                              Houston
## 182                                                             Lawrence
## 183                                                       Baxter Springs
## 184                                                          Los Angeles
## 185                                                       East St. Louis
## 186                                                            San Diego
## 187                                                               Ithaca
## 188                                                             Freeport
## 189                                                             Berkeley
## 190                                                          Kansas City
## 191                                                          Kansas City
## 192                                                          Kansas City
## 193                                                                Trona
## 194                                                           Long Beach
## 195                                                          Los Angeles
## 196                                                                Amman
## 197                                                          Los Angeles
## 198                                                          Los Angeles
## 199                                                          Los Angeles
## 200                                                          Kansas City
## 201                                                          Kansas City
## 202                                                          Kansas City
## 203                                                                Trona
## 204                                                              Oakland
## 205                                                              Seattle
## 206                                                              Seattle
## 207                                                              Seattle
## 208                                                              Seattle
## 209                                                        New York City
## 210                                                             Lawrence
## 211                                                              Cauayan
## 212                                                          Los Angeles
## 213                                                                Trona
## 214                                                             Berkeley
## 215                                                             Berkeley
## 216                                                            Milwaukee
## 217                                                            Champaign
## 218                                                             Redlands
## 219                                                               Aguada
## 220                                                               Aguada
## 221                                                               Aguada
## 222                                                               Aguada
## 223                                                            Palo Alto
## 224                                                            Baltimore
## 225                                                        New York City
## 226                                                        New York City
## 227                                                             Istanbul
## 228                                                         Philadelphia
## 229                                                         East Lansing
## 230                                                         East Lansing
## 231                                                         East Lansing
## 232                                                          Baton Rouge
## 233                                                          Baton Rouge
## 234                                                          Robbinsdale
## 235                                                            Iowa City
## 236                                                            New Haven
## 237                                                             Evanston
## 238                                                            Fullerton
## 239                                                                 Ames
## 240                                                          St. Charles
## 241                                                          West Berlin
## 242                                                               Berlin
## 243                                                        New York City
## 244                                                          Baton Rouge
## 245                                                               Boston
## 246                                                          Rio Piedras
## 247                                                        New York City
## 248                                                          Greencastle
## 249                                                            New Haven
## 250                                                        New York City
## 251                                                        New York City
## 252                                                            Champaign
## 253                                                            Champaign
## 254                                                             Asuncion
## 255                                                             Jennings
## 256                                                          Chapel Hill
## 257                                                               Norman
## 258                                                            Maryville
## 259                                                               Berlin
## 260                                                             Lewiston
## 261                                                         Coral Gables
## 262                                                              Orlando
## 263                                                        New York City
## 264                                                              Oakland
## 265                                                             Longview
## 266                                                              Reading
## 267                                                             Portland
## 268                                                            San Pedro
## 269                                                             Portland
## 270                                                               Boston
## 271                                                        New York City
## 272                                                           New London
## 273                                                        New York City
## 274                                                          Los Angeles
## 275                                                           Sacramento
## 276                                                               Berlin
## 277                                                           Washington
## 278                                                               Geneva
## 279                                                              Houston
## 280                                                              Detroit
## 281                                                           Des Moines
## 282                                                       Salt Lake City
## 283                                                               Oxford
## 284                                                                Miami
## 285                                                              Melrose
## 286                                                        New York City
## 287                                                           Long Beach
## 288                                                               Oxford
## 289                                                          West Berlin
## 290                                                           Montevideo
## 291                                                          West Berlin
## 292                                                              Seattle
## 293                                                        New York City
## 294                                                                Afton
## 295                                                               Quincy
## 296                                                             Carlisle
## 297                                                                Miami
## 298                                                                Trona
## 299                                                        New York City
## 300                                                             St. Paul
## 301                                                                 Ames
## 302                                                               Oxford
## 303                                                               Oxford
## 304                                                               Oxford
## 305                                                          Los Angeles
## 306                                                               Boston
## 307                                                               Boston
## 308                                                           Sacramento
## 309                                                              Phoenix
## 310                                                        New York City
## 311                                                            Fullerton
## 312                                                         Buenos Aires
## 313                                                           Montevideo
## 314                                                              Oakland
## 315                                                            San Diego
## 316                                                        New York City
## 317                                                              Unknown
## 318                                                                Roxas
## 319                                                          Baton Rouge
## 320                                                               Joliet
## 321                                                             Portland
## 322                                                              Oakland
## 323                                                          Los Angeles
## 324                                                          Quezon City
## 325                                                          West Berlin
## 326                                                          West Berlin
## 327                                                        New York City
## 328                                                             Berkeley
## 329                                                                Amman
## 330                                                                Amman
## 331                                                          Los Angeles
## 332                                                              Chicago
## 333                                                              Oakland
## 334                                                         Barquisimeto
## 335                                                               Tehran
## 336                                                        New York City
## 337                                                                Amman
## 338                                                                Amman
## 339                                                            Galesburg
## 340                                                               Newark
## 341                                                                Amman
## 342                                                       Rio de Janeiro
## 343                                                               Tehran
## 344                                                                Omaha
## 345                                                           Montevideo
## 346                                                                Cairo
## 347                                                                Cairo
## 348                                                           Des Moines
## 349                                                          Kansas City
## 350                                                          West Berlin
## 351                                                          West Berlin
## 352                                                      Manhattan Beach
## 353                                                           Emeryville
## 354                                                        New York City
## 355                                                        New York City
## 356                                                             Berkeley
## 357                                                             Berkeley
## 358                                                              Chicago
## 359                                                        San Francisco
## 360                                                           Des Moines
## 361                                                          West Berlin
## 362                                                        San Francisco
## 363                                                        New York City
## 364                                                             Longview
## 365                                                          Londonderry
## 366                                                          Londonderry
## 367                                                              Belfast
## 368                                                              Belfast
## 369                                                              Belfast
## 370                                                              Detroit
## 371                                                           Des Moines
## 372                                                        Whitefish Bay
## 373                                                           Plainfield
## 374                                                        New York City
## 375                                                        New York City
## 376                                                        New York City
## 377                                                        New York City
## 378                                                            Wauwatosa
## 379                                                               Boston
## 380                                                       Rio de Janeiro
## 381                                                           Washington
## 382                                                             Berkeley
## 383                                                           Washington
## 384                                                           Washington
## 385                                                           Washington
## 386                                                           Washington
## 387                                                                Omaha
## 388                                                              Compton
## 389                                                        New York City
## 390                                                              Seattle
## 391                                                        New York City
## 392                                                        New York City
## 393                                                             Longview
## 394                                                                Akron
## 395                                                           Long Beach
## 396                                                        San Francisco
## 397                                                        New York City
## 398                                                        New York City
## 399                                                        New York City
## 400                                                        New York City
## 401                                                        New York City
## 402                                                              Oneonta
## 403                                                             Petaluma
## 404                                                               Munich
## 405                                                          Des Plaines
## 406                                                            Manizales
## 407                                                              Unknown
## 408                                                          New Bedford
## 409                                                            Palo Alto
## 410                                                              Chicago
## 411                                                        New York City
## 412                                                              Chicago
## 413                                                        New York City
## 414                                                             St. Paul
## 415                                                              Chicago
## 416                                                        New York City
## 417                                                        New York City
## 418                                                              Unknown
## 419                                                            San Diego
## 420                                                        New York City
## 421                                                            Milwaukee
## 422                                                               Athens
## 423                                                            Milwaukee
## 424                                                               Camden
## 425                                                              Managua
## 426                                                          Los Angeles
## 427                                                               Recife
## 428                                                        New York City
## 429                                                            St. Louis
## 430                                                               Sparta
## 431                                                        New York City
## 432                                                               Sparta
## 433                                                               Sparta
## 434                                                        San Francisco
## 435                                                        San Francisco
## 436                                                           Montevideo
## 437                                                              Houston
## 438                                                             Pamplona
## 439                                                              Alameda
## 440                                                              Chicago
## 441                                                           Montevideo
## 442                                                           Montevideo
## 443                                                           Montevideo
## 444                                                                Garin
## 445                                                            Charlotte
## 446                                                            Amsterdam
## 447                                                        New York City
## 448                                                             Brussels
## 449                                                             Berkeley
## 450                                                            Milwaukee
## 451                                                San Miguel de Tucuman
## 452                                                            Placentia
## 453                                                             San Jose
## 454                                                               Berlin
## 455                                                              Dundalk
## 456                                                           San Rafael
## 457                                                             Santa Fe
## 458                                                             Portland
## 459                                                          Crossmaglen
## 460                                                               Berlin
## 461                                                               Berlin
## 462                                                           West Point
## 463                                                                Omaha
## 464                                                          Minneapolis
## 465                                                        New York City
## 466                                                           Montevideo
## 467                                                           Washington
## 468                                                         Reisterstown
## 469                                                             Berkeley
## 470                                                           Montevideo
## 471                                                               Eugene
## 472                                                             St. Paul
## 473                                                            Baltimore
## 474                                                              Madison
## 475                                                          Mexico city
## 476                                                           Burlington
## 477                                                               Berlin
## 478                                                            Cambridge
## 479                                                          Rocky Mount
## 480                                                         Walnut Creek
## 481                                                           Washington
## 482                                                             Berkeley
## 483                                                         Walnut Creek
## 484                                                     Santa Fe Springs
## 485                                                           Washington
## 486                                                               Athens
## 487                                                               Ankara
## 488                                                                Amman
## 489                                                           Montevideo
## 490                                                         Philadelphia
## 491                                                               Athens
## 492                                                        San Francisco
## 493                                                             Milpitas
## 494                                                              Fremont
## 495                                                              Memphis
## 496                                                             St. Paul
## 497                                                           Montevideo
## 498                                                              Belfast
## 499                                                            Milwaukee
## 500                                                            Santa Ana
## 501                                                               DeWitt
## 502                                                          Los Angeles
## 503                                                            Frankfurt
## 504                                                               Zurich
## 505                                                            Amsterdam
## 506                                                            Amsterdam
## 507                                                            Fitchburg
## 508                                                               Berlin
## 509                                                              Cordoba
## 510                                                              Madison
## 511                                                          Gainesville
## 512                                                                Amman
## 513                                                           Montevideo
## 514                                                         Buenos Aires
## 515                                                               London
## 516                                                           Montevideo
## 517                                                           Montevideo
## 518                                                              Rosario
## 519                                                               Toledo
## 520                                                          Newburyport
## 521                                                             Brighton
## 522                                                           Montevideo
## 523                                                        New York City
## 524                                                               Berlin
## 525                                                        New York City
## 526                                                           Montevideo
## 527                                                        New York City
## 528                                                        New York City
## 529                                                              Belfast
## 530                                                               Tehran
## 531                                                            Baltimore
## 532                                                                Izmir
## 533                                                               Eugene
## 534                                                          Glen Burnie
## 535                                                               Ankara
## 536                                                               Ankara
## 537                                                               Quebec
## 538                                                              Chicago
## 539                                                            Bluefield
## 540                                                               Ankara
## 541                                                        New York City
## 542                                                              Seattle
## 543                                                        Santa Barbara
## 544                                                           San Rafael
## 545                                                             Berkeley
## 546                                                           Montevideo
## 547                                                            Stuttgart
## 548                                                              Houston
## 549                                                        Saint-Lambert
## 550                                                               Tehran
## 551                                                        New York City
## 552                                                            Cambridge
## 553                                                               Munich
## 554                                                            Cambridge
## 555                                                           Montevideo
## 556                                                           Montevideo
## 557                                                           Montevideo
## 558                                                           Montevideo
## 559                                                          Kansas City
## 560                                                         Buenos Aires
## 561                                                               Munich
## 562                                                               Irvine
## 563                                                               Irvine
## 564                                                         Buenos Aires
## 565                                                                Cairo
## 566                                                            Melbourne
## 567                                                                Cairo
## 568                                                        San Francisco
## 569                                                              Detroit
## 570                                                                 Rome
## 571                                                                Cairo
## 572                                                                Cairo
## 573                                                           Washington
## 574                                                               Irvine
## 575                                                         Buenos Aires
## 576                                                               Ankara
## 577                                                               London
## 578                                                               Stuart
## 579                                                        Whitefish Bay
## 580                                                              El Toro
## 581                                                        New York City
## 582                                                        New York City
## 583                                                        New York City
## 584                                                        New York City
## 585                                                               Tehran
## 586                                                              Karachi
## 587                                                               Fresno
## 588                                                               Fresno
## 589                                                           New Castle
## 590                                                            Ann Arbor
## 591                                                         Buenos Aires
## 592                                                             Ensenada
## 593                                                               Berlin
## 594                                                                Cairo
## 595                                                          Minneapolis
## 596                                                                Cairo
## 597                                                            Frankfurt
## 598                                                               Ankara
## 599                                                              Chicago
## 600                                                             San Juan
## 601                                                             San Juan
## 602                                                             San Juan
## 603                                                             San Juan
## 604                                                         Buenos Aires
## 605                                                       St. Petersburg
## 606                                                              Belfast
## 607                                                       St. Petersburg
## 608                                                         Buenos Aires
## 609                                                         Buenos Aires
## 610                                                         Buenos Aires
## 611                                                               Ankara
## 612                                                           Montevideo
## 613                                                             Portland
## 614                                                          Chattanooga
## 615                                                               Manila
## 616                                                       St. Petersburg
## 617                                                             San Juan
## 618                                                               Ankara
## 619                                                        New York City
## 620                                                        New York City
## 621                                                             Berkeley
## 622                                                             San Juan
## 623                                                           Montevideo
## 624                                                            Frankfurt
## 625                                                           Montevideo
## 626                                               Donostia-San Sebastian
## 627                                                           Montevideo
## 628                                                           Montevideo
## 629                                                               Eugene
## 630                                                       Rio de Janeiro
## 631                                                             Lawrence
## 632                                                           Montevideo
## 633                                                           Montevideo
## 634                                                        New York City
## 635                                                           Bridgeport
## 636                                                           Isla Vista
## 637                                                               Storrs
## 638                                                           Montevideo
## 639                                                           Montevideo
## 640                                                            Hollywood
## 641                                                           Montevideo
## 642                                                            San Mateo
## 643                                                        Whitefish Bay
## 644                                                              Belfast
## 645                                                               Ankara
## 646                                                         College Park
## 647                                                               Ankara
## 648                                                              Cordoba
## 649                                                            Berberana
## 650                                                             Wiesloch
## 651                                                             El Monte
## 652                                                         Mount Gilead
## 653                                                               Munich
## 654                                                            Claremont
## 655                                                               Oxnard
## 656                                                               Pomona
## 657                                                              Malatya
## 658                                                           Montevideo
## 659                                                               Munich
## 660                                                           Washington
## 661                                                               Pomona
## 662                                                               Pomona
## 663                                                           Montevideo
## 664                                                               Ankara
## 665                                                               Pomona
## 666                                                Rolling Hills Estates
## 667                                                        San Francisco
## 668                                                               Munich
## 669                                                              Unknown
## 670                                                        New York City
## 671                                                        New York City
## 672                                                               Munich
## 673                                                        New York City
## 674                                                        San Francisco
## 675                                                        San Francisco
## 676                                                            Cleveland
## 677                                                              Unknown
## 678                                                               Ankara
## 679                                                               Ankara
## 680                                                            Bahar Dar
## 681                                                             Banfield
## 682                                                        New York City
## 683                                                               Ankara
## 684                                                               Ankara
## 685                                                      West Palm Beach
## 686                                                           Montevideo
## 687                                                           Montevideo
## 688                                                           Montevideo
## 689                                                              Belfast
## 690                                                        Santo Domingo
## 691                                                        Santo Domingo
## 692                                                               Munich
## 693                                                               Ankara
## 694                                                          Los Angeles
## 695                                                              Cordoba
## 696                                                                Izmir
## 697                                                                Izmir
## 698                                                           Montevideo
## 699                                                              Oakland
## 700                                                            Charlotte
## 701                                                        Santa Barbara
## 702                                                            Frankfurt
## 703                                                              Belfast
## 704                                                        Nutt's Corner
## 705                                                               Ankara
## 706                                                              Unknown
## 707                                                             Trillick
## 708                                                      West Palm Beach
## 709                                                               Ankara
## 710                                                           Gothenburg
## 711                                                                Akron
## 712                                                              Caracas
## 713                                                               Ankara
## 714                                                               Manila
## 715                                                               Ankara
## 716                                                           Santa Cruz
## 717                                                              Atlanta
## 718                                                              Bristol
## 719                                                               Ankara
## 720                                                              Belfast
## 721                                                             Carolina
## 722                                                             Carolina
## 723                                                             San Juan
## 724                                                             San Juan
## 725                                                          Rio Piedras
## 726                                                               Ankara
## 727                                                             Istanbul
## 728                                                             Istanbul
## 729                                                             San Jose
## 730                                                               Ankara
## 731                                                                Miami
## 732                                                              Caracas
## 733                                                               ANkara
## 734                                                          Los Angeles
## 735                                                              Belfast
## 736                                                             Honolulu
## 737                                                             Berkeley
## 738                                                          Rio Piedras
## 739                                                              Angeles
## 740                                                               Tarlas
##          latitude     longitude specificity vicinity
## 1       18.456792 -6.995116e+01           1        0
## 2       19.371887 -9.908662e+01           1        0
## 3       15.478598  1.205997e+02           4        0
## 4       37.997490  2.376273e+01           1        0
## 5       33.580412  1.303964e+02           1        0
## 6       37.005105 -8.917627e+01           1        0
## 7      -34.891151 -5.618721e+01           1        0
## 8       37.791927 -1.222259e+02           1        0
## 9       43.076592 -8.941249e+01           1        0
## 10      43.072950 -8.938669e+01           1        0
## 11      43.468500 -8.974430e+01           1        0
## 12      39.758968 -1.048763e+02           1        0
## 13      41.890961  1.249007e+01           1        0
## 14      42.331685 -8.304792e+01           1        0
## 15      18.386932 -6.606113e+01           1        0
## 16      52.501530  1.340185e+01           1        0
## 17             NA            NA           5        0
## 18      40.697132 -7.393135e+01           1        0
## 19      18.379998 -6.583095e+01           1        0
## 20      47.610786 -1.223313e+02           1        0
## 21      40.116748 -8.823927e+01           1        0
## 22     -34.891151 -5.618721e+01           1        0
## 23      47.610786 -1.223313e+02           1        0
## 24      47.610786 -1.223313e+02           1        0
## 25      40.717892 -7.406747e+01           1        0
## 26      14.622869 -9.052907e+01           1        0
## 27      14.674280  1.210575e+02           1        0
## 28      10.482834 -6.696213e+01           1        0
## 29      42.470310 -9.641395e+01           1        0
## 30      33.606510 -8.865042e+01           1        0
## 31      40.697132 -7.393135e+01           1        0
## 32      33.606510 -8.865042e+01           1        0
## 33      40.697132 -7.393135e+01           1        0
## 34      41.241996 -8.261524e+01           1        0
## 35      52.501530  1.340185e+01           1        0
## 36      47.610786 -1.223313e+02           1        0
## 37      42.479999 -9.641305e+01           1        0
## 38      42.466340 -9.641405e+01           1        0
## 39      25.720851 -8.027786e+01           1        0
## 40      15.675051  1.203316e+02           1        0
## 41      39.758968 -1.048763e+02           1        0
## 42      45.511795 -1.226756e+02           1        0
## 43      37.005105 -8.917627e+01           1        0
## 44      40.697132 -7.393135e+01           1        0
## 45      40.697132 -7.393135e+01           1        0
## 46      40.697132 -7.393135e+01           1        0
## 47      41.084195 -8.151406e+01           1        0
## 48      39.758968 -1.048763e+02           1        0
## 49      47.610786 -1.223313e+02           1        0
## 50      47.610786 -1.223313e+02           1        0
## 51      18.460791 -6.626488e+01           1        0
## 52      18.386932 -6.606113e+01           1        0
## 53      18.441963 -6.602632e+01           1        0
## 54      42.350500 -7.110540e+01           1        0
## 55      42.838355 -8.874322e+01           1        0
## 56      40.697132 -7.393135e+01           1        0
## 57      40.697132 -7.393135e+01           1        0
## 58      40.697132 -7.393135e+01           1        0
## 59      39.078590 -8.417941e+01           1        0
## 60      48.139126  1.158019e+01           1        0
## 61      42.263414 -8.366528e+01           1        0
## 62      37.874043 -1.222800e+02           1        0
## 63      48.139126  1.158019e+01           1        0
## 64      37.874043 -1.222800e+02           1        0
## 65      40.697132 -7.393135e+01           1        0
## 66      44.044830 -1.230726e+02           1        0
## 67      37.755363 -1.224434e+02           1        0
## 68      37.874043 -1.222800e+02           1        0
## 69      37.874043 -1.222800e+02           1        0
## 70      37.755363 -1.224434e+02           1        0
## 71      37.791927 -1.222259e+02           1        0
## 72      39.334825 -7.743165e+01           1        0
## 73      30.493919 -9.013251e+01           1        0
## 74      47.610786 -1.223313e+02           1        0
## 75      41.479561 -8.167546e+01           1        0
## 76      38.100830 -1.222550e+02           1        0
## 77      41.763325 -7.267407e+01           1        0
## 78      40.697132 -7.393135e+01           1        0
## 79      47.610786 -1.223313e+02           1        0
## 80      50.117970  8.644191e+00           1        0
## 81      47.368650  8.539182e+00           1        0
## 82      40.697132 -7.393135e+01           1        0
## 83      40.697132 -7.393135e+01           1        0
## 84      40.697132 -7.393135e+01           1        0
## 85      39.758968 -1.048763e+02           1        0
## 86      42.455233 -7.647585e+01           1        0
## 87      43.287052 -8.972436e+01           1        0
## 88      42.470310 -9.641395e+01           1        0
## 89      42.470310 -9.641395e+01           1        0
## 90      42.470310 -9.641395e+01           1        0
## 91      42.470310 -9.641395e+01           1        0
## 92      32.222232 -1.109258e+02           1        0
## 93      39.758968 -1.048763e+02           1        0
## 94      40.101952 -8.822716e+01           1        0
## 95      40.007581 -1.052659e+02           1        0
## 96      31.530243  3.509416e+01           1        0
## 97      14.596051  1.209787e+02           1        0
## 98      41.890961  1.249007e+01           1        0
## 99      40.007581 -1.052659e+02           1        0
## 100     38.864281 -1.047784e+02           1        0
## 101     40.007581 -1.052659e+02           1        0
## 102     40.014986 -1.052705e+02           1        0
## 103     41.479561 -8.167546e+01           1        0
## 104            NA            NA           5        0
## 105     39.758968 -1.048763e+02           1        0
## 106     47.610786 -1.223313e+02           1        0
## 107     37.791927 -1.222259e+02           1        0
## 108     38.019304 -1.221341e+02           1        0
## 109     39.758968 -1.048763e+02           1        0
## 110     47.610786 -1.223313e+02           1        0
## 111     39.758968 -1.048763e+02           1        0
## 112     18.386932 -6.606113e+01           1        0
## 113     14.622869 -9.052907e+01           1        0
## 114     42.331685 -8.304792e+01           1        0
## 115     42.331685 -8.304792e+01           1        0
## 116     37.874043 -1.222800e+02           1        0
## 117     33.836510 -8.625475e+01           1        0
## 118     41.181880 -7.319127e+01           1        0
## 119     35.084319 -1.066198e+02           1        0
## 120     39.538940 -7.634848e+01           1        0
## 121     48.139126  1.158019e+01           1        0
## 122     38.563122 -7.607806e+01           1        0
## 123     37.755363 -1.224434e+02           1        0
## 124    -23.550711 -4.663347e+01           1        0
## 125     40.102408 -8.822716e+01           1        0
## 126     40.697132 -7.393135e+01           1        0
## 127     40.697132 -7.393135e+01           1        0
## 128     41.842602 -8.768123e+01           1        0
## 129     41.842602 -8.768123e+01           1        0
## 130     40.697132 -7.393135e+01           1        0
## 131     44.260288 -8.839745e+01           1        0
## 132     44.268598 -8.842844e+01           1        0
## 133            NA            NA           5        0
## 134     31.198056  2.991917e+01           1        0
## 135     40.697132 -7.393135e+01           1        0
## 136     33.766725 -1.181924e+02           1        0
## 137     18.386932 -6.606113e+01           1        0
## 138     45.783975 -1.085058e+02           1        0
## 139     34.105245 -1.172941e+02           1        0
## 140     34.097866 -1.184074e+02           1        0
## 141     39.226835 -8.445331e+01           1        0
## 142     45.511795 -1.226756e+02           1        0
## 143     42.331685 -8.304792e+01           1        0
## 144     38.908642 -7.701538e+01           1        0
## 145     40.697132 -7.393135e+01           1        0
## 146     40.697132 -7.393135e+01           1        0
## 147     40.697132 -7.393135e+01           1        0
## 148     40.697132 -7.393135e+01           1        0
## 149     40.697132 -7.393135e+01           1        0
## 150     28.538235 -8.137739e+01           1        0
## 151     15.153002  1.205919e+02           1        0
## 152     18.456792 -6.995116e+01           1        0
## 153    -27.583246 -5.668333e+01           1        0
## 154     40.697132 -7.393135e+01           1        0
## 155     41.479561 -8.167546e+01           1        0
## 156     37.937810 -1.223427e+02           1        0
## 157     37.755363 -1.224434e+02           1        0
## 158    -34.617680 -5.844443e+01           1        0
## 159     33.888523  3.550351e+01           1        0
## 160     40.851220 -9.086437e+01           1        0
## 161     32.357500 -8.495623e+01           1        0
## 162     14.622869 -9.052907e+01           1        0
## 163     33.580412  1.303964e+02           1        0
## 164     38.908642 -7.701538e+01           1        0
## 165     47.610786 -1.223313e+02           1        0
## 166            NA            NA           5        0
## 167     42.737500 -8.448378e+01           1        0
## 168     42.455233 -7.647585e+01           1        0
## 169     29.813822 -9.536530e+01           1        0
## 170     15.185916  1.205419e+02           1        1
## 171     40.697132 -7.393135e+01           1        0
## 172     53.361675 -6.245485e+00           1        0
## 173     40.697132 -7.393135e+01           1        0
## 174     40.697132 -7.393135e+01           1        0
## 175     46.731958 -1.171626e+02           1        0
## 176    -30.034108 -5.121784e+01           1        0
## 177    -34.617680 -5.844443e+01           1        0
## 178     35.766250 -1.173707e+02           1        0
## 179     35.766250 -1.173707e+02           1        0
## 180     40.697132 -7.393135e+01           1        0
## 181     29.813822 -9.536530e+01           1        0
## 182     38.973065 -9.523653e+01           1        0
## 183     37.023676 -9.473550e+01           1        0
## 184     34.097866 -1.184074e+02           1        0
## 185     38.624421 -9.015060e+01           1        0
## 186     32.715695 -1.171617e+02           1        0
## 187     42.455233 -7.647585e+01           1        0
## 188     28.949564 -9.534437e+01           1        0
## 189     37.874043 -1.222800e+02           1        0
## 190     39.176086 -9.457413e+01           1        0
## 191     39.176086 -9.457413e+01           1        0
## 192     39.176086 -9.457413e+01           1        0
## 193     35.766250 -1.173707e+02           1        0
## 194     33.783824 -1.181141e+02           1        0
## 195     34.097866 -1.184074e+02           1        0
## 196     31.950001  3.593333e+01           1        0
## 197     34.097866 -1.184074e+02           1        0
## 198     34.097866 -1.184074e+02           1        0
## 199     34.097866 -1.184074e+02           1        0
## 200     39.176086 -9.457413e+01           1        0
## 201     39.176086 -9.457413e+01           1        0
## 202     39.176086 -9.457413e+01           1        0
## 203     35.766250 -1.173707e+02           1        0
## 204     37.791927 -1.222259e+02           1        0
## 205     47.610786 -1.223313e+02           1        0
## 206     47.610786 -1.223313e+02           1        0
## 207     47.610786 -1.223313e+02           1        0
## 208     47.610786 -1.223313e+02           1        0
## 209     40.697132 -7.393135e+01           1        0
## 210     38.954344 -9.525580e+01           1        0
## 211            NA            NA           5        0
## 212     34.097866 -1.184074e+02           1        0
## 213     35.766250 -1.173707e+02           1        0
## 214     37.874043 -1.222800e+02           1        0
## 215     37.874043 -1.222800e+02           1        0
## 216     43.064388 -8.796620e+01           1        0
## 217     40.102408 -8.822716e+01           1        0
## 218     34.062685 -1.171632e+02           1        0
## 219     18.379626 -6.718842e+01           1        0
## 220     18.379626 -6.718842e+01           1        0
## 221     18.379626 -6.718842e+01           1        0
## 222     18.379626 -6.718842e+01           1        0
## 223     37.424305 -1.221439e+02           1        0
## 224     39.308342 -7.661610e+01           1        0
## 225     40.697132 -7.393135e+01           1        0
## 226     40.697132 -7.393135e+01           1        0
## 227     41.106178  2.868986e+01           1        0
## 228     40.008171 -7.513549e+01           1        0
## 229     42.737500 -8.448378e+01           1        0
## 230     42.737500 -8.448378e+01           1        0
## 231     42.737500 -8.448378e+01           1        0
## 232     30.443335 -9.118699e+01           1        0
## 233     30.443335 -9.118699e+01           1        1
## 234     45.031807 -9.333655e+01           1        0
## 235     41.657825 -9.152653e+01           1        0
## 236     41.312065 -7.292829e+01           1        0
## 237     42.056459 -8.767527e+01           1        0
## 238     33.882923 -1.179291e+02           1        0
## 239     42.025345 -9.362020e+01           1        0
## 240     38.788097 -9.049748e+01           1        0
## 241     52.501530  1.340185e+01           1        0
## 242     52.501530  1.340185e+01           1        0
## 243     40.697132 -7.393135e+01           1        0
## 244     30.443335 -9.118699e+01           1        1
## 245     42.290156 -7.104897e+01           1        0
## 246     18.386932 -6.606113e+01           1        0
## 247     40.697132 -7.393135e+01           1        0
## 248     39.640397 -8.686162e+01           1        0
## 249     41.316324 -7.292234e+01           1        0
## 250     40.697132 -7.393135e+01           1        0
## 251     40.697132 -7.393135e+01           1        0
## 252     40.114200 -8.824350e+01           1        0
## 253     40.114200 -8.824350e+01           1        0
## 254    -25.282773 -5.763561e+01           1        0
## 255     39.645039 -7.918313e+01           1        0
## 256     35.904912 -7.904691e+01           1        0
## 257     35.220760 -9.744660e+01           1        0
## 258     40.347457 -9.487291e+01           1        0
## 259     52.501530  1.340185e+01           1        0
## 260     46.404973 -1.170093e+02           1        0
## 261     25.720851 -8.027786e+01           1        0
## 262     28.538235 -8.137739e+01           1        0
## 263     40.697132 -7.393135e+01           1        0
## 264     37.791927 -1.222259e+02           1        0
## 265     46.143582 -1.229256e+02           1        0
## 266     40.336585 -7.592784e+01           1        0
## 267     45.511795 -1.226756e+02           1        0
## 268     33.737870 -1.182847e+02           1        0
## 269     45.511795 -1.226756e+02           1        0
## 270     42.301631 -7.106761e+01           1        0
## 271     40.697132 -7.393135e+01           1        0
## 272     41.356445 -7.209647e+01           1        0
## 273     40.818985 -7.359572e+01           1        0
## 274     34.097866 -1.184074e+02           1        0
## 275     38.551295 -1.214711e+02           1        0
## 276     52.501530  1.340185e+01           1        0
## 277     38.908642 -7.701538e+01           1        0
## 278     46.198392  6.142296e+00           1        0
## 279     29.813822 -9.536530e+01           1        0
## 280     42.331685 -8.304792e+01           1        0
## 281     41.579662 -9.362151e+01           1        0
## 282     40.759505 -1.118882e+02           1        0
## 283     36.312000 -7.858820e+01           1        0
## 284     25.774591 -8.021420e+01           1        0
## 285     42.457170 -7.106405e+01           1        0
## 286     40.697132 -7.393135e+01           1        0
## 287     33.783824 -1.181141e+02           1        0
## 288     36.312000 -7.858820e+01           1        0
## 289     52.501530  1.340185e+01           1        0
## 290    -34.891151 -5.618721e+01           1        0
## 291     52.501530  1.340185e+01           1        0
## 292     47.610786 -1.223313e+02           1        0
## 293     40.697132 -7.393135e+01           1        0
## 294     38.550245 -9.033272e+01           1        0
## 295     30.588141 -8.458093e+01           1        0
## 296     40.201190 -7.718917e+01           1        0
## 297     25.774591 -8.021420e+01           1        0
## 298     35.766250 -1.173707e+02           1        0
## 299     40.697132 -7.393135e+01           1        0
## 300     44.946604 -9.313645e+01           1        0
## 301     42.025345 -9.362020e+01           1        0
## 302     36.312000 -7.858820e+01           1        0
## 303     36.312000 -7.858820e+01           1        0
## 304     36.312000 -7.858820e+01           1        0
## 305     34.097866 -1.184074e+02           1        0
## 306     42.301631 -7.106761e+01           1        0
## 307     42.301631 -7.106761e+01           1        0
## 308     38.579065 -1.214910e+02           1        0
## 309     33.448260 -1.120758e+02           1        0
## 310     40.697132 -7.393135e+01           1        0
## 311     33.882923 -1.179291e+02           1        0
## 312    -34.617680 -5.844443e+01           1        0
## 313    -34.891151 -5.618721e+01           1        0
## 314     37.791927 -1.222259e+02           1        0
## 315     32.715695 -1.171617e+02           1        1
## 316     40.697132 -7.393135e+01           1        0
## 317            NA            NA           5        0
## 318     11.586558  1.227537e+02           1        0
## 319     30.443335 -9.118699e+01           1        0
## 320     41.524935 -8.808459e+01           1        0
## 321     45.511795 -1.226756e+02           1        0
## 322     37.791927 -1.222259e+02           1        0
## 323     34.097866 -1.184074e+02           1        0
## 324     14.674280  1.210575e+02           1        0
## 325     52.501530  1.340185e+01           1        0
## 326     52.501530  1.340185e+01           1        0
## 327     40.697132 -7.393135e+01           1        0
## 328     37.874043 -1.222800e+02           1        0
## 329     31.950001  3.593333e+01           1        0
## 330     31.950001  3.593333e+01           1        0
## 331     33.963070 -1.182326e+02           1        0
## 332     41.842602 -8.768123e+01           1        0
## 333     37.791927 -1.222259e+02           1        0
## 334     10.063506 -6.933472e+01           1        0
## 335     35.724533  5.140519e+01           1        0
## 336     40.697132 -7.393135e+01           1        0
## 337     31.950001  3.593333e+01           1        0
## 338     31.950001  3.593333e+01           1        0
## 339     40.946915 -9.036466e+01           1        0
## 340     40.731970 -7.417418e+01           1        0
## 341     31.950001  3.593333e+01           1        0
## 342    -22.908278 -4.319703e+01           1        0
## 343     35.724533  5.140519e+01           1        0
## 344     41.260675 -9.594047e+01           1        0
## 345    -34.891151 -5.618721e+01           1        0
## 346     37.005322 -8.917616e+01           1        0
## 347     37.005105 -8.917627e+01           1        0
## 348     41.579662 -9.362151e+01           1        0
## 349     39.176086 -9.457413e+01           1        0
## 350     52.501530  1.340185e+01           1        0
## 351     52.501530  1.340185e+01           1        0
## 352     33.887157 -1.184108e+02           1        0
## 353     37.831455 -1.222852e+02           1        0
## 354     40.697132 -7.393135e+01           1        0
## 355     40.697132 -7.393135e+01           1        0
## 356     37.874043 -1.222800e+02           1        0
## 357     37.874043 -1.222800e+02           1        0
## 358     41.842602 -8.768123e+01           1        0
## 359     37.755363 -1.224434e+02           1        0
## 360     41.579662 -9.362151e+01           1        0
## 361     52.501530  1.340185e+01           1        0
## 362     37.755363 -1.224434e+02           1        0
## 363     40.697132 -7.393135e+01           1        0
## 364     32.500640 -9.474107e+01           1        0
## 365     55.011562 -7.312045e+00           1        0
## 366     55.011562 -7.312045e+00           1        0
## 367     54.607712 -5.956210e+00           1        0
## 368     54.607712 -5.956210e+00           1        0
## 369     54.607712 -5.956210e+00           1        0
## 370     42.331685 -8.304792e+01           1        0
## 371     41.579662 -9.362151e+01           1        0
## 372     43.118461 -8.790229e+01           1        0
## 373     40.617623 -7.441706e+01           1        0
## 374     40.697132 -7.393135e+01           1        0
## 375     40.697132 -7.393135e+01           1        0
## 376     40.697132 -7.393135e+01           1        0
## 377     40.697132 -7.393135e+01           1        0
## 378     43.074701 -8.800839e+01           1        0
## 379     42.290156 -7.104897e+01           1        0
## 380    -22.908278 -4.319703e+01           1        0
## 381     38.908642 -7.701538e+01           1        0
## 382     37.874043 -1.222800e+02           1        0
## 383     38.908642 -7.701538e+01           1        0
## 384     38.908642 -7.701538e+01           1        0
## 385     38.908642 -7.701538e+01           1        0
## 386     38.908642 -7.701538e+01           1        0
## 387     41.260675 -9.594047e+01           1        0
## 388     33.895285 -1.182243e+02           1        0
## 389     40.697132 -7.393135e+01           1        0
## 390     47.610786 -1.223313e+02           1        0
## 391     40.697132 -7.393135e+01           1        0
## 392     40.697132 -7.393135e+01           1        0
## 393     32.500640 -9.474107e+01           1        0
## 394     41.084195 -8.151406e+01           1        0
## 395     40.589400 -7.366635e+01           1        0
## 396     37.755363 -1.224434e+02           1        0
## 397     40.697132 -7.393135e+01           1        0
## 398     40.697132 -7.393135e+01           1        0
## 399     40.697132 -7.393135e+01           1        0
## 400     40.697132 -7.393135e+01           1        0
## 401     40.697132 -7.393135e+01           1        0
## 402     33.948315 -8.647294e+01           1        0
## 403     38.232471 -1.226444e+02           1        0
## 404     48.139126  1.158019e+01           1        0
## 405     42.039274 -8.785998e+01           1        0
## 406      5.059097 -7.550596e+01           2        0
## 407            NA            NA           5        0
## 408     41.637675 -7.093087e+01           1        0
## 409     37.424305 -1.221439e+02           1        0
## 410     41.842602 -8.768123e+01           1        0
## 411     40.697132 -7.393135e+01           1        0
## 412     41.842602 -8.768123e+01           1        0
## 413     40.697132 -7.393135e+01           1        0
## 414     44.943829 -9.309333e+01           1        1
## 415     41.842602 -8.768123e+01           1        0
## 416     40.697132 -7.393135e+01           1        0
## 417     40.697132 -7.393135e+01           1        0
## 418            NA            NA           5        0
## 419     32.715695 -1.171617e+02           1        0
## 420     40.697132 -7.393135e+01           1        0
## 421     43.064388 -8.796620e+01           1        0
## 422     37.997490  2.376273e+01           1        0
## 423     43.064388 -8.796620e+01           1        0
## 424     39.933449 -7.510674e+01           1        0
## 425     12.103822 -8.626701e+01           1        0
## 426     34.097866 -1.184074e+02           1        0
## 427     -8.048021 -3.487634e+01           1        0
## 428     40.697132 -7.393135e+01           1        0
## 429     38.627740 -9.019951e+01           1        0
## 430     43.939135 -9.082037e+01           1        0
## 431     40.697132 -7.393135e+01           1        0
## 432     43.939135 -9.082037e+01           1        0
## 433     43.939135 -9.082037e+01           1        0
## 434     37.755363 -1.224434e+02           1        0
## 435     37.755363 -1.224434e+02           1        0
## 436    -34.891151 -5.618721e+01           1        0
## 437     29.813822 -9.536530e+01           1        0
## 438     42.815372 -1.653616e+00           1        0
## 439     37.774422 -1.222755e+02           1        0
## 440     41.842602 -8.768123e+01           1        0
## 441    -34.891151 -5.618721e+01           1        0
## 442    -34.891151 -5.618721e+01           1        0
## 443    -34.891151 -5.618721e+01           1        0
## 444    -34.422436 -5.873775e+01           1        0
## 445     35.222500 -8.083754e+01           1        0
## 446     52.370216  4.895168e+00           1        0
## 447     40.697132 -7.393135e+01           1        0
## 448     50.836426  4.367415e+00           1        0
## 449     37.874043 -1.222800e+02           1        0
## 450     43.064388 -8.796620e+01           1        0
## 451    -26.808285 -6.521759e+01           1        0
## 452     33.871124 -1.178614e+02           1        0
## 453     37.338475 -1.218858e+02           1        0
## 454     52.501530  1.340185e+01           1        0
## 455     39.269310 -7.650352e+01           1        0
## 456     37.974570 -1.225325e+02           1        0
## 457    -31.632368 -6.069936e+01           1        0
## 458     45.511795 -1.226756e+02           1        0
## 459     54.077313 -6.608787e+00           1        0
## 460     52.501530  1.340185e+01           1        0
## 461     52.501530  1.340185e+01           1        0
## 462     33.606510 -8.865042e+01           1        0
## 463     41.260675 -9.594047e+01           1        0
## 464     44.964985 -9.326019e+01           1        0
## 465     40.697132 -7.393135e+01           1        0
## 466    -34.891151 -5.618721e+01           1        0
## 467     38.908642 -7.701538e+01           1        0
## 468     39.464791 -7.682920e+01           1        0
## 469     37.874043 -1.222800e+02           1        0
## 470    -34.891151 -5.618721e+01           1        0
## 471     44.044830 -1.230726e+02           1        0
## 472     44.943829 -9.309333e+01           1        0
## 473     39.308342 -7.661610e+01           1        0
## 474     43.072950 -8.938669e+01           1        0
## 475     19.371887 -9.908662e+01           1        0
## 476     42.505832 -7.119376e+01           1        0
## 477     52.501530  1.340185e+01           1        0
## 478     42.377003 -7.111666e+01           1        0
## 479     35.948199 -7.779521e+01           1        0
## 480     37.901180 -1.220616e+02           1        0
## 481     38.908642 -7.701538e+01           1        0
## 482     37.874043 -1.222800e+02           1        0
## 483     37.901180 -1.220616e+02           1        0
## 484     33.946154 -1.180830e+02           1        0
## 485     38.908642 -7.701538e+01           1        0
## 486     33.948005 -8.337732e+01           1        0
## 487     39.930771  3.276754e+01           1        0
## 488     31.950001  3.593333e+01           1        0
## 489    -34.891151 -5.618721e+01           1        0
## 490     40.008171 -7.513549e+01           1        0
## 491     37.997490  2.376273e+01           1        0
## 492     37.755363 -1.224434e+02           1        0
## 493     37.432805 -1.218973e+02           1        0
## 494     37.548148 -1.219886e+02           1        0
## 495     35.149680 -9.004893e+01           1        0
## 496     44.943829 -9.309333e+01           1        0
## 497    -34.891151 -5.618721e+01           1        0
## 498     54.607712 -5.956210e+00           1        0
## 499     43.064388 -8.796620e+01           1        0
## 500     33.745573 -1.178678e+02           1        0
## 501     41.822770 -9.053897e+01           1        0
## 502     34.097866 -1.184074e+02           1        0
## 503     50.117970  8.644191e+00           1        0
## 504     47.368650  8.539182e+00           1        0
## 505     52.370216  4.895168e+00           1        0
## 506     52.370216  4.895168e+00           1        0
## 507     42.581760 -7.179226e+01           1        0
## 508     52.501530  1.340185e+01           1        0
## 509    -31.399301 -6.418213e+01           1        0
## 510     43.072950 -8.938669e+01           1        0
## 511     29.647665 -8.234846e+01           1        0
## 512     31.950001  3.593333e+01           1        0
## 513    -34.891151 -5.618721e+01           1        0
## 514    -34.617680 -5.844443e+01           1        0
## 515     51.504387 -1.400410e-01           1        0
## 516    -34.891151 -5.618721e+01           1        0
## 517    -34.891151 -5.618721e+01           1        0
## 518    -32.951052 -6.066636e+01           1        0
## 519     41.670860 -8.354385e+01           1        0
## 520     42.811978 -7.087264e+01           1        0
## 521     42.350097 -7.115644e+01           1        0
## 522    -34.891151 -5.618721e+01           1        0
## 523     40.697132 -7.393135e+01           1        0
## 524     52.501530  1.340185e+01           1        0
## 525     40.697132 -7.393135e+01           1        0
## 526    -34.891151 -5.618721e+01           1        0
## 527     40.697132 -7.393135e+01           1        0
## 528     40.697132 -7.393135e+01           1        0
## 529     54.607712 -5.956210e+00           1        0
## 530     35.724533  5.140519e+01           1        0
## 531     39.308342 -7.661610e+01           1        0
## 532     38.395649  2.713564e+01           1        0
## 533     44.044830 -1.230726e+02           1        0
## 534     39.162608 -7.662469e+01           1        0
## 535     39.930771  3.276754e+01           1        0
## 536     39.930771  3.276754e+01           1        0
## 537     46.803137 -7.124130e+01           1        0
## 538     41.842602 -8.768123e+01           1        0
## 539     37.264891 -8.124027e+01           1        0
## 540     39.930771  3.276754e+01           1        0
## 541     40.697132 -7.393135e+01           1        0
## 542     47.610786 -1.223313e+02           1        0
## 543     34.419255 -1.196989e+02           1        0
## 544     37.974570 -1.225325e+02           1        0
## 545     37.874043 -1.222800e+02           1        0
## 546    -34.891151 -5.618721e+01           1        0
## 547     48.777106  9.180769e+00           1        0
## 548     29.813822 -9.536530e+01           1        0
## 549     46.803137 -7.124130e+01           1        0
## 550     35.724533  5.140519e+01           1        0
## 551     40.697132 -7.393135e+01           1        0
## 552     42.366790 -7.110602e+01           1        0
## 553     48.139126  1.158019e+01           1        0
## 554     42.366790 -7.110602e+01           1        0
## 555    -34.891151 -5.618721e+01           1        0
## 556    -34.891151 -5.618721e+01           1        0
## 557    -34.891151 -5.618721e+01           1        0
## 558    -34.891151 -5.618721e+01           1        0
## 559     39.176086 -9.457413e+01           1        0
## 560    -34.617680 -5.844443e+01           1        0
## 561     48.139126  1.158019e+01           1        0
## 562     33.683734 -1.177946e+02           1        0
## 563     33.683734 -1.177946e+02           1        0
## 564    -34.617680 -5.844443e+01           1        0
## 565     37.005105 -8.917627e+01           1        0
## 566    -37.813187  1.449630e+02           1        0
## 567     37.005105 -8.917627e+01           1        0
## 568     37.755363 -1.224434e+02           1        0
## 569     42.331685 -8.304792e+01           1        0
## 570     41.890961  1.249007e+01           1        0
## 571     37.005105 -8.917627e+01           1        0
## 572     37.005105 -8.917627e+01           1        0
## 573     38.908642 -7.701538e+01           1        0
## 574     33.683734 -1.177946e+02           1        0
## 575    -34.617680 -5.844443e+01           1        0
## 576     39.930771  3.276754e+01           1        0
## 577     51.504387 -1.400410e-01           1        0
## 578     27.199990 -8.025536e+01           1        0
## 579     43.111261 -8.789863e+01           1        0
## 580     33.629050 -1.176912e+02           1        0
## 581     40.697132 -7.393135e+01           1        0
## 582     40.697132 -7.393135e+01           1        0
## 583     40.697132 -7.393135e+01           1        0
## 584     40.697132 -7.393135e+01           1        0
## 585     35.724533  5.140519e+01           1        0
## 586     24.891115  6.714331e+01           1        0
## 587     36.740685 -1.197857e+02           1        0
## 588     36.740685 -1.197857e+02           1        0
## 589     41.001845 -8.034724e+01           1        0
## 590     42.278044 -8.373822e+01           1        0
## 591    -34.617680 -5.844443e+01           1        0
## 592    -34.864823 -5.790852e+01           1        0
## 593     52.501530  1.340185e+01           1        0
## 594     37.005105 -8.917627e+01           1        0
## 595     44.964985 -9.326019e+01           1        0
## 596     37.005105 -8.917627e+01           1        0
## 597     50.117970  8.644191e+00           1        0
## 598     39.930771  3.276754e+01           1        0
## 599     41.842602 -8.768123e+01           1        0
## 600     18.386932 -6.606113e+01           1        0
## 601     18.386932 -6.606113e+01           1        0
## 602     18.386932 -6.606113e+01           1        0
## 603     18.386932 -6.606113e+01           1        0
## 604    -34.617680 -5.844443e+01           1        0
## 605     27.771185 -8.263932e+01           1        0
## 606     54.607712 -5.956210e+00           1        0
## 607     27.807403 -8.268977e+01           1        0
## 608    -34.617680 -5.844443e+01           1        0
## 609    -34.617680 -5.844443e+01           1        0
## 610    -34.617680 -5.844443e+01           1        0
## 611     39.930771  3.276754e+01           1        0
## 612    -34.891151 -5.618721e+01           1        0
## 613     45.511795 -1.226756e+02           1        0
## 614     35.046440 -8.530946e+01           1        0
## 615     14.596051  1.209787e+02           1        0
## 616     27.771185 -8.263932e+01           1        0
## 617     18.386932 -6.606113e+01           1        0
## 618     39.930771  3.276754e+01           1        0
## 619     40.697132 -7.393135e+01           1        0
## 620     40.697132 -7.393135e+01           1        0
## 621     37.874043 -1.222800e+02           1        0
## 622     18.386932 -6.606113e+01           1        0
## 623    -34.891151 -5.618721e+01           1        0
## 624     50.117970  8.644191e+00           1        0
## 625    -34.891151 -5.618721e+01           1        0
## 626     43.291618 -1.977903e+00           1        0
## 627    -34.891151 -5.618721e+01           1        0
## 628    -34.891151 -5.618721e+01           1        0
## 629     44.044830 -1.230726e+02           1        0
## 630    -22.908278 -4.319703e+01           1        0
## 631     38.973065 -9.523653e+01           1        0
## 632    -34.891151 -5.618721e+01           1        0
## 633    -34.891151 -5.618721e+01           1        0
## 634     40.697132 -7.393135e+01           1        0
## 635     41.181880 -7.319127e+01           1        0
## 636     34.412170 -1.198570e+02           1        0
## 637     41.807741 -7.225398e+01           1        0
## 638    -34.891151 -5.618721e+01           1        0
## 639    -34.891151 -5.618721e+01           1        0
## 640     26.011201 -8.014949e+01           1        0
## 641    -34.891151 -5.618721e+01           1        0
## 642     37.547030 -1.223148e+02           1        0
## 643     43.113655 -8.790029e+01           1        0
## 644     54.607712 -5.956210e+00           1        0
## 645     39.930771  3.276754e+01           1        0
## 646     33.655968 -8.444896e+01           1        0
## 647     39.930771  3.276754e+01           1        0
## 648    -31.399301 -6.418213e+01           1        0
## 649     42.919882 -3.060073e+00           1        0
## 650     49.294642  8.697740e+00           1        0
## 651     34.068570 -1.180276e+02           1        0
## 652     35.214905 -8.000123e+01           1        0
## 653     48.139126  1.158019e+01           1        0
## 654     34.096100 -1.177164e+02           1        0
## 655     34.200340 -1.191804e+02           1        0
## 656     34.054830 -1.177500e+02           1        0
## 657     38.355879  3.829647e+01           1        0
## 658    -34.891151 -5.618721e+01           1        0
## 659     48.139126  1.158019e+01           1        0
## 660     38.908642 -7.701538e+01           1        0
## 661     34.038254 -1.177521e+02           1        0
## 662     34.055103 -1.177500e+02           1        0
## 663    -34.891151 -5.618721e+01           1        0
## 664     39.930771  3.276754e+01           1        0
## 665     34.055103 -1.177500e+02           1        0
## 666     33.783590 -1.183539e+02           1        0
## 667     37.755363 -1.224434e+02           1        0
## 668     48.139126  1.158019e+01           1        0
## 669            NA            NA           5        0
## 670     40.697132 -7.393135e+01           1        0
## 671     40.697132 -7.393135e+01           1        0
## 672     48.139126  1.158019e+01           1        0
## 673     40.697132 -7.393135e+01           1        0
## 674     37.755363 -1.224434e+02           1        0
## 675     37.755363 -1.224434e+02           1        0
## 676     41.479561 -8.167546e+01           1        0
## 677            NA            NA           5        0
## 678     39.930771  3.276754e+01           1        0
## 679     39.930771  3.276754e+01           1        0
## 680     11.583513  3.739702e+01           1        0
## 681    -34.686310 -5.852847e+01           1        0
## 682     40.697132 -7.393135e+01           1        0
## 683     39.930771  3.276754e+01           1        0
## 684     39.930771  3.276754e+01           1        0
## 685     26.714388 -8.005269e+01           1        0
## 686    -34.891151 -5.618721e+01           1        0
## 687    -34.891151 -5.618721e+01           1        0
## 688    -34.891151 -5.618721e+01           1        0
## 689     54.607712 -5.956210e+00           1        0
## 690     18.456792 -6.995116e+01           1        0
## 691     18.456792 -6.995116e+01           1        0
## 692     48.139126  1.158019e+01           1        0
## 693     39.930771  3.276754e+01           1        0
## 694     34.097866 -1.184074e+02           1        0
## 695    -31.399301 -6.418213e+01           1        0
## 696     38.395649  2.713564e+01           1        0
## 697     38.395649  2.713564e+01           1        0
## 698    -34.891151 -5.618721e+01           1        0
## 699     37.791927 -1.222259e+02           1        0
## 700     35.222500 -8.083754e+01           1        0
## 701     34.419255 -1.196989e+02           1        0
## 702     50.117970  8.644191e+00           1        0
## 703     54.607712 -5.956210e+00           1        0
## 704     54.637970 -6.144850e+00           1        0
## 705     39.930771  3.276754e+01           1        0
## 706     37.146795  4.953610e+01           4        0
## 707     54.452223 -7.486124e+00           1        0
## 708     26.714388 -8.005269e+01           1        0
## 709     39.930771  3.276754e+01           1        0
## 710     57.696994  1.198650e+01           1        0
## 711     41.084195 -8.151406e+01           1        0
## 712     10.482834 -6.696213e+01           1        0
## 713     39.930771  3.276754e+01           1        0
## 714     14.596051  1.209787e+02           1        0
## 715     39.930771  3.276754e+01           1        0
## 716     36.974025 -1.220310e+02           1        0
## 717     33.764496 -8.443208e+01           1        0
## 718     40.097625 -7.485727e+01           1        0
## 719     39.930771  3.276754e+01           1        0
## 720     54.607712 -5.956210e+00           1        0
## 721     18.442164 -6.602630e+01           1        0
## 722     18.442164 -6.602630e+01           1        0
## 723     18.386932 -6.606113e+01           1        0
## 724     18.386932 -6.606113e+01           1        0
## 725     18.386932 -6.606113e+01           1        0
## 726     39.930771  3.276754e+01           1        0
## 727     41.106178  2.868986e+01           1        0
## 728     41.106178  2.868986e+01           1        0
## 729      9.933333 -8.408333e+01           1        0
## 730     39.930771  3.276754e+01           1        0
## 731     25.774591 -8.021420e+01           1        0
## 732     10.482834 -6.696213e+01           1        0
## 733     39.930771  3.276754e+01           1        0
## 734     34.097866 -1.184074e+02           1        0
## 735     54.607712 -5.956210e+00           1        0
## 736     21.300000 -1.578190e+02           1        0
## 737     37.874043 -1.222800e+02           1        0
## 738     18.386932 -6.606113e+01           1        0
## 739     15.153002  1.205919e+02           1        0
## 740            NA            NA           5        0
##                                                                                                                                                                                                                                                                                                                                                                                                                                            location
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                   Edes Substation
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 15                                                                                                                                                                                                                                                                                                                                                                                                                          Caparra Shopping Center
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                         Brooklyn
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 21                                                                                                                                                                                                                                                                                                                                                                                                                      Champaign Police Department
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                               Seattle University
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                Front of building
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                        Manhattan
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                           Queens
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                Front of building
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                  210 East 10 St.
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                 2503 Dakota Ave.
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                              2105 Decatur Street
## 42                                                                                                                                                                                                                                                                                                                                                                                                                      North Portland neighborhood
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                   Pyramid Courts
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                        Manhattan
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                        The Bronx
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                        Manhattan
## 47                                                                                                                                                                                                                                                                                                                                                                                                                        Outside apartment complex
## 48                                                                                                                                                                                                                                                                                                                                                                                                                           School Bus Parking Lot
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                 Central District
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 53                                                                                                                                                                                                                                                                                                                                                                                                                              Isla Verde district
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                Boston University
## 55                                                                                                                                                                                                                                                                                                                                                                                                                          Wisconsin State College
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                 Queens; Woodside
## 57                                                                                                                                                                                                                                                                                                                                                                                                                      Brooklyn; Atlantic Terminal
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                        Manhattan
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                      Washtenaw Community College
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                    Parking lot of police station
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                        Manhattan
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                    The incident occurred at the Hall of Justice.
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                   Against a wall
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                   Tescarora area
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                   Men's Restroom
## 74                                                                                                                                                                                                                                                                                                                                                                                                                         University of Washington
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                      Parking lot
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                        Manhattan
## 79                                                                                                                                                                                                                                                                                                                                                                                                                         University of Washington
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                        Manhattan
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                         Brooklyn
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                        Manhattan
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 86                                                                                                                                                                                                                                                                                                                                                                                                                               Cornell University
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 88                                                                                                                                                                                                                                                                                                                                                                                                                      Sioux City/Dakota City area
## 89                                                                                                                                                                                                                                                                                                                                                                                                                      Sioux City/Dakota City area
## 90                                                                                                                                                                                                                                                                                                                                                                                                                      Sioux City/Dakota City area
## 91                                                                                                                                                                                                                                                                                                                                                                                                                      Sioux City/Dakota City area
## 92                                                                                                                                                                                                                                                                                                                                                                                                                    Sidewalk in front of building
## 93                                                                                                                                                                                                                                                                                                                                                                                                                          Porch in front of house
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 95                                                                                                                                                                                                                                                                                                                                                                                                                           University of Colorado
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 101                                                                                                                                                                                                                                                                                                                                                                                                                          University of Colorado
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 103                                                                                                                                                                                                                                                                                                                                                                                                                          West side of Cleveland
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                            328 East 23rd Street
## 106                                                                                                                                                                                                                                                                                                                                                                                                                             University District
## 107                                                                                                                                                                                                                                                                                                                                                                                                                        Third floor window ledge
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                    Railroad car
## 109                                                                                                                                                                                                                                                                                                                                                                                                                             1155 Sherman Street
## 110                                                                                                                                                                                                                                                                                                                                                                                                                        1300 Pennsylvania Street
## 111                                                                                                                                                                                                                                                                                                                                                                                                                        1300 Pennsylvania Street
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                  Women's Toilet
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                    Floor of car
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                     Ladies room
## 123                                                                                                                                                                                                                                                                                                                                                                                                                     San Francisco State College
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                  Underneath car
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 131                                                                                                                                                                                                                                                                                                                                                                                                                             Lawrence University
## 132                                                                                                                                                                                                                                                                                                                                                                                                                      Classroom and faculty room
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                        Brooklyn
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                   Pacific Ocean
## 137                                                                                                                                                                                                                                                                                                                                                                                                                             Outside of building
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                        Backseat
## 139                                                                                                                                                                                                                                                                                                                                                                                                                   Living room, outside of house
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                450 Ficketts St.
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                     Near Trucks
## 143                                                                                                                                                                                                                                                                                                                                                                                                                             In front of his car
## 144                                                                                                                                                                                                                                                                                                                                                                                                                           White House Mail Room
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 155                                                                                                                                                                                                                                                                                                                                                                                                          At the pedestal of The Thinker statue.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                     Selective Service Mail Room
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 168                                                                                                                                                                                                                                                                                                                                                                                                                              Cornell University
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                 Rice University
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 175                                                                                                                                                                                                                                                                                                                                                                                                                            Rogers Field Stadium
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                 Rice University
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                450 Ficketts St.
## 185                                                                                                                                                                                                                                                                                                                                                                                    The incident occurred at Fairview Heights Construction Site.
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 187                                                                                                                                                                                                                                                                                                                                                                                                                              Cornell University
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 194                                                                                                                                                                                                                                                                                                                                                                                                                     California State University
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                1549 Norfolk St.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                450 Ficketts St.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                           Air-conditioning unit
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                Women's Restroom
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                        Restroom
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 205                                                                                                                                                                                                                                                                                                                                                                                                                               Capital Hill Area
## 206                                                                                                                                                                                                                                                                                                                                                                                                                               Capital Hill Area
## 207                                                                                                                                                                                                                                                                                                                                                                                                                               Capital Hill Area
## 208                                                                                                                                                                                                                                                                                                                                                                                                                               Capital Hill Area
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                          Queens
## 210                                                                                                                                                                                                                                                                                                                                                                                                                            University of Kansas
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                   Intersection of Wabash Ave. and Sentinel Ave.
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 214                                                                                                                                                                                                                                                                                                                                                                                                              University of California, Berkeley
## 215                                                                                                                                                                                                                                                                                                                                                                                                              University of California, Berkeley
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 217                                                                                                                                                                                                                                                                                                                                                                                                                          University of Illinois
## 218                                                                                                                                                                                                                                                                                                                                                                                                                             Redlands University
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                 Atop a mountain
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                 Atop a mountain
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                 Atop a mountain
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                 Atop a mountain
## 223                                                                                                                                                                                                                                                                                                                                                                                                                             Stanford University
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                  West Baltimore
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                               Outskirts of city
## 234                                                                                                                                                                                                                                                                                                                                                                                                                           Outside of front door
## 235                                                                                                                                                                                                                                                                                                                                                                                                                           Metal trash container
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                 Yale Law School
## 237                                                                                                                                                                                                                                                                                                                                                                                                                         Northwestern University
## 238                                                                                                                                                                                                                                                                                                                                                                                                          California State University, Fullerton
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 244                                                                                                                                                                                                                                                                                                                                                                                                                               Outskirts of city
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                      Dorchester
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 248                                                                                                                                                                                                                                                                                                                                                                                                                               DePauw University
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                 Yale University
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 261                                                                                                                                                                                                                                                                                                                                                                                                                             University of Miami
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                        Brooklyn
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 265                                                                                                                                                                                                                                                                                                                                                                                                           Inside of a fence at rear of facility
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                      Dorchester
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                        Brooklyn
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                       Hollywood
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                        Oak Park
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                          KPFT Radio Transmitter
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 281                                                                                                                                                                                                                                                                                                                                                                                                Against a wall near a transformer and fuel drums
## 282                                                                                                                                                                                                                                                                                                                                                                                                                            Entrance of building
## 283                                                                                                                                                                                                                                                                                                                                                                                                                 Green Acres housing development
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                      Allapattah
## 285                                                                                                                                                                                                                                                                                                                                                                                                                             Outside of building
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 287                                                                                                                                                                                                                                                                                                                                                                                                         California State University, Long Beach
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                      Goshen St.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                               Capital Hill Area
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                859 Hague Avenue
## 301                                                                                                                                                                                                                                                                                                                                                                                                           Window well on South side of building
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                  McClanahan St.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                   South-Central
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                      Dorchester
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                      Dorchester
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 311                                                                                                                                                                                                                                                                                                                                                                                                          California State University, Fullerton
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                     Front porch
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                   Pacific Ocean
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                          Underneath transformer
## 320                                                                                                                                                                                                                                                                                                                                                                                                                       Underneath steering wheel
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                       Tail pipe
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                        The incident occurred at Firestone Park.
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                       Tail pipe
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 340                                                                                                                                                                                                                                                                                                                                                                                                                      Through living room window
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                Against outside wall of building
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                 Outside rear door of courthouse
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 348                                                                                                                                                                                                                                                                                                                                                                                                               Stairwell at basement of building
## 349                                                                                                                                                                                                                                                                                                                                                                                                                             Outside of building
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                  74th and Union
## 359                                                                                                                                                                                                                                                                                                                                                                                                                               643 Waller Street
## 360                                                                                                                                                                                                                                                                                                                                                                                                                              Des Moines Freeway
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                              At door of station
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                Drake University
## 372                                                                                                                                                                                                                                                                                                                                                                                                                      177 East Silver Spring Dr.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                               West End District
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 378                                                                                                                                                                                                                                                                                                                                                                                                                          2979 North Mayfair Rd.
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                      Dorchester
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                             2600 16th Street NW
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 388                                                                                                                                                                                                                                                                                                                                                                                                            One hundred feet from police station
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                        Brooklyn
## 393                                                                                                                                                                                                                                                                                                                                                                                                            Underneath buses on the outside rows
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                          Queens
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 403                                                                                                                                                                                                                                                                                                                                                                                                                          Through bedroom window
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                               2474 Dempster St.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                           Around Kempton Street
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                 13743 S. Leydon
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                        Brooklyn
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                  South St. Paul
## 415                                                                                                                                                                                                                                                                                                                                                                                                                 1150-1160 North Sedgwick Street
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                        Brooklyn
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                          Queens
## 421                                                                                                                                                                                                                                                                                                                                                                                                                           2372 South Logan Ave.
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                           1980 South Harbor Dr.
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                        Brooklyn
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 450                                                                                                                                                                                                                                                                                                                                                                                                                        4915 West Burnham Street
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                              Intersection of Santa Clara Street and 11th Street
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                       Parking lot of a West Point grocery store
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                              Third Avenue South
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                        Brooklyn
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                      Intersection of Main Street and Chatsworth
## 469                                                                                                                                                                                                                                                                                                                                                                                               Intersection of Union Street and Jefferson Street
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                        Restroom
## 473                                                                                                                                                                                                                                                                                                                                                                                                                          2600 Winchester Street
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                           Through a side window
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 479                                                                                                                                                                                                                                                                                                                                                                                                              Outside of the G.W. Bullick School
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 484                                                                                                                                                                                                                                                                                                                                                                                                                         Front steps of building
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                               Fillmore district
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 494                                                                                                                                                                                                                                                                                                                                                                                                                           In front of main door
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                            1707 E. North Avenue
## 500                                                                                                                                                                                                                                                                                                                                                                                                                     Thrown in front of building
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                     Dorr Street
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                Cinder Cove Road
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                          Queens
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                           Side door of building
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                         Midtown
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                               Washington Avenue
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 572                                                                                                                                                                                                                                                                                                                                                                                                                               Washington Avenue
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                On conveyor belt
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 579                                                                                                                                                                                                                                                                                                                                                                                                                    5300 North Marlborough Drive
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                          Queens
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                          Queens
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                  Outside of Rainbow Gardens Bar
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                   22nd Avenue S
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                          3901 41st Street North
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                             The incident occurred at City Hall.
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                  Through window
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                               Porch of building
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 643                                                                                                                                                                                                                                                                                                                                                                                                                     1225 East Henry Clay Street
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                               Front of building
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                         Rear downstairs doorway
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                  Cafeteria of Garey High School
## 662                                                                                                                                                                                                                                                                                                                                                                                                         Cafeteria of Hamilton Elementary School
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                         Cafeteria of Hamilton Elementary School
## 666                                                                                                                                                                                                                                                                                                                                                                                                                             608 Silver Spur Dr.
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                       The Bronx
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                  Hunter's Point
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                     Fifth floor
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                       Manhattan
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                           Placed on front porch
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                     The incident occurred at Ponce De Leon Ave.
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                      Isla Verde
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                      Isla Verde
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                    Old San Juan
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                    Old San Juan
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                   De Diego Ave.
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                    Liberty City
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                summary
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             1/1/1970: Unknown African American assailants fired several bullets at police headquarters in Cairo, Illinois, United States.  There were no casualties, however, one bullet narrowly missed several police officers.  This attack took place during heightened racial tensions, including a Black boycott of White-owned businesses, in Cairo Illinois.
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1/2/1970: Unknown perpetrators detonated explosives at the Pacific Gas & Electric Company Edes substation in Oakland, California, United States.  Three transformers were damaged costing an estimated $20,000 to $25,000.  There were no casualties.
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1/2/1970: Karl Armstrong, a member of the New Years Gang, threw a firebomb at R.O.T.C. offices located within the Old Red Gym at the University of Wisconsin in Madison, Wisconsin, United States.  There were no casualties but the fire caused around $60,000 in damages to the building.
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1/3/1970: Karl Armstrong, a member of the New Years Gang, broke into the University of Wisconsin's Primate Lab and set a fire on the first floor of the building.  Armstrong intended to set fire to the Madison, Wisconsin, United States, Selective Service Headquarters across the street but mistakenly confused the building with the Primate Lab.  The fire caused slight damages and was extinguished almost immediately.
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1/6/1970: Unknown perpetrators threw a Molotov cocktail into an Army Recruiting Station in Denver, Colorado, United States.  There were no casualties but damages to the station were estimated at $305.
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           1/9/1970: Unknown perpetrators set off a firebomb at the Packard Properties building in Detroit, Michigan, United States.  The facility housed federal employees.  The building was damaged but there were no casualties.
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     1/9/1970:  The Armed Commandos of Liberation claimed credit for setting a fire at the Baker's Store in Rio Piedras, Puerto Rico.  There were no casualties but the store was destroyed at a cost of $2,000,000.
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         1/12/1970: Unknown perpetrators threw a pipe bomb into the vacant dean's office of James Madison High School in Brooklyn, New York, United States.  There were no casualties but the explosion caused minor damages.  Earlier in the day anti-war and pro-Black Panther statements were discovered painted outside the walls of the school.
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1/12/1970: Unknown perpetrators detonated a bomb at a General Electric factory in Rio Grande, Puerto Rico during a strike.  There were no casualties and it is unknown if the factory sustained any damages.
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1/13/1970: Unknown perpetrators firebombed Fuson's Department Store in Seattle, Washington, United States.  There were no casualties but the store sustained an estimated $17,000 in damages.  Less than a week earlier, the store owner shot and killed an African American male attempting to rob the store.
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1/14/1970: Suspected Black militants threw two firebombs into the Champaign Police Department in Champaign, Illinois, United States.  The building was damaged and one police officer was severely burned.
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1/17/1970: Three African Americans were suspected of detonating a bomb on the Seattle University campus in Seattle, Washington, United States.  There were no casualties but the Liberal Arts and Garrand buildings sustained $2,200 in damages.
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1/17/1970: Silas and Judith Bissell placed an explosive device in the vicinity of the Air Force R.O.T.C. at the University of Washington campus in Seattle, Washington, United States.  The device was discovered and subsequently disarmed.
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1/19/1970: Unknown perpetrators ignited a fire at the Black Panther Party headquarters in Jersey City, New Jersey, United States.  Two hours later shots were fired at the building.  There were no casualties but the building sustained minor damages.
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       1/22/1970: Unknown perpetrators detonated an explosive device near a private home in South Sioux City, Nebraska, United States.  There were no casualties, however, a sizable hole was left in the house and windows were broken.  This attack was one of many instances of violence in South Sioux City during the Iowa Beef Packers strike.
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             1/25/1970: Unknown perpetrators burnt down a building that was a meeting spot for African Americans in West Point, Mississippi, United States.  There were no injuries or fatalities.  The attack occurred amidst widespread disapproval of school desegregation by the White population of West Point.
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         1/25/1970: Responding to what authorities believe was a fake report to lure police to Manhattan, New York, United States, Patrolmen William Kivlehan and Ralph Bax were shot at from a rooftop by unknown perpetrators after they got out of their car.  Officer Kivlehan was hit five times and officer Bax was hit three times.  Both policemen survived.
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     1/26/1970: Unknown African American assailants, unsatisfied with the courts decision on desegregation, threw a stick of dynamite at the Clay County Courthouse in West Point, Mississippi, United States.  There were no injuries or fatalities but the windows of the building were shattered.
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1/26/1970: Police officer Joseph Blik was on foot patrol in Queens, New York, United States when two people in a car stopped to ask him for directions.  The perpetrators in the car immediately fired two shots at Officer Blik and then drove away.  Officer Blik was not hit.
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               1/27/1970: Unknown perpetrators broke into the Selective Service Offices located at the Citizens Bank Building in Norwalk, Ohio, United States.  The perpetrators took out the draft records and set them on fire.  The attack caused an estimated $8,800 in damages.
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1/28/1970: Unknown perpetrators detonated an explosive device at Temple De Hirsch in Seattle, Washington, United States.  There were no casualties but the building sustained $1,000 in damages.  During this time period, there were numerous bombings in the Seattle area.
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1/30/1970: In a series of two incidents that were possibly related, unknown perpetrators detonated an explosive device at a building in South Sioux City, Nebraska, United States.  There were no casualties but the blast damaged the foundation of the building.  This attack was one of many instances of violence in South Sioux City during the Iowa Beef Packers strike.
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           1/30/1970: In a series of two incidents that were possibly related, unknown perpetrators detonated an explosive device at the A & B Boat Shop in South Sioux City, Nebraska, United States.  There were no casualties but the blast caused $2,500 in damages.  This attack was one of many instances of violence in South Sioux City during the Iowa Beef Packers strike.
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1/20/1970: Unknown perpetrators firebombed the premises of the Army R.O.T.C. at the University of Miami in Coral Gables, Florida, United States.  There were no casualties but an Army personal carrier was damaged.  Two firebombs did not explode.
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           1/31/1970: Unknown perpetrators bombed the Police Band Building in Denver, Colorado, United States.  There were no casualties but a restroom was damaged.
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2/1/1970: An unknown perpetrator broke into the Northeast Oregon building in Portland, Oregon, United States, which housed a Selective Service office and set fire to draft records.  About two hundred and fifty files were destroyed causing $4,189 in damage.
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2/1/1970: Unknown perpetrators fired shots at an Illinois State Police Car that was patrolling the all-Black Pyramid Courts housing development in Cairo, Illinois, United States.  Three bullets struck the police car of Officers Harold Nelson and John Abercrombie.  Neither officer was injured but the windshield of vehicle car was shattered.
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         2/2/1970: An incendiary device was discovered at Mays department store in Manhattan, New York, United States.  The device was dismantled before it inflicted any damage.  The next day, two incendiary devices were discovered at other department stores in New York City.
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2/3/1970: In a series of related attacks, an incendiary device was discovered and dismantled at Alexander's Department Store in the Bronx, New York, United States.
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       2/3/1970: In a series of related attacks, an incendiary device was ignited at Alexander's Department Store in Manhattan, New York, United States.  The device was immediately doused with water and did not cause any damage.
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2/4/1970: In an attack suspected of being connected with the Iowa Beef Packer's Strike, a dynamite bomb exploded near a parked car in Akron, Ohio, United States.  There were no casualties and the car sustained only minor damages.
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2/6/1970: Unknown anti-desegregationists detonated at least twelve dynamite bombs damaging thirty-nine vehicles, most of them school buses, in Denver, Colorado, United States.  There were no casualties.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       2/6/1970: Suspected White Racists detonated a bomb at the house of State Senator Fred Dore in Seattle, Washington, United States.  There were no casualties, but the house sustained major damages.  Dore was a White sympathizer of African American causes.
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2/6/1970: Unknown perpetrators detonated a bomb at a synagogue in Seattle, Washington, United States.  There were no casualties but the building as well as surrounding residences sustained minor damage.   During this time period, there were numerous bombings in the Seattle area.
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           2/6/1970: In a series of related events, the Armed Revolutionary Independence Movement (MIRA) claimed credit for igniting firebombs at a Selective Service office in Dorado, Puerto Rico.  There were no casualties and it is unknown if the firebombs caused any damage.
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     2/6/1970: In a series of related events, the Armed Revolutionary Independence Movement (MIRA) claimed credit for igniting firebombs at a General Electric facility in Rio Piedras, Puerto Rico.  There were no casualties and it is unknown if the firebombs caused any damage.
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     2/6/1970: In a series of related events, the Armed Revolutionary Independence Movement (MIRA) claimed credit for igniting firebombs at Hotel San Juan in Carolina, Puerto Rico.  There were no casualties and it is unknown if the firebombs caused any damage.
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     2/6/1970: Unknown perpetrators firebombed an R.O.T.C. office at Boston University in Boston, Massachusetts, United States.  There were no casualties but the resulting fire damaged the office.
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2/7/1970: Unknown perpetrators set a fire in Old Mail Hall at Wisconsin State College in Whitewater, Wisconsin, United States.  There were no casualties but the building sustained an estimated $1,000,000 in damages.
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2/8/1970: In a series of related events, the Armed Revolutionary Independence Movement (MIRA) claimed credit for bombing the General Electric Service Center in Queens, New York, United States.  There were no casualties but the building sustains minor damages.
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2/8/1970: In a series of related events, the Armed Revolutionary Independence Movement (MIRA) claimed credit for bombing the General Electric Service Center in Brooklyn, New York, United States.  There are no casualties but the building sustains minor damages.
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           2/9/1970: In a series of related events, a member of the Armed Revolutionary Independence Movement (MIRA) was suspected of placing a bomb at the General Electric Headquarters in Manhattan, New York, United States.   The bomb was discovered and subsequently removed.
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2/9/1970: Unknown perpetrators in Batavia, Ohio, United States, bombed two cars belonging to Leslie Jewel, an employee of General Electric that was not part of the union.  The automobiles were damaged, but there were no casualties.  There had been a recent labor strike at the nearby General Electric Evendale plant.
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       2/11/1970: Unknown perpetrators threw a firebomb into a building at Washtenaw Community College in Ypsilanti, Michigan, United States.  There were no casualties, but the buildings sustained an estimated $2,500 in damages.
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2/13/1970: Unknown perpetrators detonated two dynamite bombs in the parking lot of the Berkeley Police Station in California, United States, during a shift change.  Seven police officers were injured, three cars were destroyed, and windows were shattered at nearby buildings.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7/15/1970: Unknown perpetrators bombed the Chase Manhattan Bank in Manhattan, New York, United States.  There were no casualties, however, the glass doors of the building and windows were shattered.
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2/15/1970: Unknown perpetrators set fire to a building housing an R.O.T.C. storage area at the University of Oregon in Eugene, Oregon, United States.  One fireman was injured fighting the blaze and the men's physical education building sustained an estimated $350,000 in damages.  The incident took place a week after the university voted to retain the R.O.T.C. program.
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           2/16/1970: Four hours after a San Francisco Police Station was bombed in California, United States, a sniper took aim at three police officers.  However, police fired at the sniper before he could get a shot off.  The sniper and a companion fled the scene before being apprehended.
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     2/17/1970: A day after bombings in San Francisco and Berkeley, twenty-four sticks of dynamite were discovered at Walter Boysen Paint Company in Oakland, California, United States.  The bombs never detonated.
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2/17/1970: Unknown perpetrators bombed a power pole in Buckeystown, Maryland, United States.  There were no casualties, however, as a result of the bombing, five-hundred homes and two industrial facilities lost power.  Windows were also shattered in buildings a quarter of a mile a way.
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     2/17/1970: Unknown perpetrators detonated a bomb at Covington High School in Louisiana, United States.  There were no casualties but the building sustained minor damages.  The bombing took place six months before the school was integrated.
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2/17/1970: Unknown perpetrators placed a gasoline bomb underneath the Armory at the University of Washington in Seattle, United States.  The bomb did not explode and was later discovered and removed.
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2/18/1970: Amidst a period racial strife at Cuyahoga Community College in Cleveland, Ohio, United States, unknown perpetrators detonated a bomb that damaged a car of a police officer working as a security guard.
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2/18/1970: Booby trapped handgrenades were discovered wired to a car in the parking lot of the Vallejo Police Department in California, United States.  The device was deactivated.
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   2/20/1970: Unknown perpetrators threw a Molotov cocktail at a Federal Building that housed a United States Courthouse in Hartford, Connecticut, United States.  There were no casualties but the building sustained an estimated $450 in damages.
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2/20/1970: Unknown perpetrators ignited a firebomb at the Columbia University International Law Library in Manhattan, New York, United States.  There were no casualties but the building sustained slight damages.
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       2/20/1970: Unknown perpetrators placed two dynamite bombs at the construction site of the School of Architecture at the University of Washington in Seattle, Washington, United States.  Only one of the two bombs exploded causing little damage.  There were no casualties.
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2/21/1970: Unknown perpetrators threw a firebomb at a police car in front of the Charles Street Police Station in Greenwich, New York, United States.  Another bomb was thrown to the pavement  seventy-five feet away.  The attacks caused no damages or casualties.
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2/21/1970: Two Military Recruiting Stations in the vicinity of Brooklyn College were firebombed by unknown perpetrators in New York, United States.  There were no casualties but the recruiting stations sustained minor damages before the fire was extinguished.
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2/21/1970: The Weathermen claimed credit for bombing the residence of State Supreme Court Justice John Murtagh New York, United States.  The attack caused no casualties but the house sustained minor damages.  Judge Murtagh was presiding over a trial of thirteen Black Panther members at the time.    Anti-Vietnam war and pro-Black Panther graffiti was left at the scene of the attack.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         2/21/1970: Unknown perpetrators threw a firebomb into the residence of James C. Perrill in Denver, Colorado, United States.  There were no casualties and it is unknown if the house was damaged.  The attack occurred during heightened racial tensions due to the integration of Denver City Schools and Perrill was  a conservative school board member.
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2/22/1970: Unknown perpetrators threw kerosene flare pots at the Wari House Dormitory which housed the Black Women's Cooperative at Cornell University in Ithaca, New York, United States.  The incendiary tossed at the dormitory failed to ignite, but an incendiary thrown through the window of a car parked in front of the dormitory burst into flames and caused minor damages to the vehicle.  There were no casualties.
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2/22/1970: Karl Armstrong, a member of the New Years Gang, attempted to bomb the Wisconsin Power and Light substation in Prairie du Sac, Wisconsin, United States.  Carrying thirteen sticks of dynamite he broke into the substation, but fled the scene when a night security guard arrived unexpectedly.  The substation supplied power to the Badger Ammunition Plant.
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2/23/1970: In a series of related attacks, unknown perpetrators bombed four separate power transmission poles in the Dakota City and Sioux City areas in Nebraska, United States.  There were no casualties and none of the dynamite blasts broke off any of the poles.   These attacks were one of many instances of violence in South Sioux City during the Iowa Beef Packers strike.
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2/23/1970: In a series of related attacks, unknown perpetrators bombed four separate power transmission poles in the Dakota City and Sioux City areas in Nebraska, United States.  There were no casualties and none of the dynamite blasts broke off any of the poles.   These attacks were one of many instances of violence in South Sioux City during the Iowa Beef Packers strike.
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2/23/1970: In a series of related attacks, unknown perpetrators bombed four separate power transmission poles in the Dakota City and Sioux City areas in Nebraska, United States.  There were no casualties and none of the dynamite blasts broke off any of the poles.   These attacks were one of many instances of violence in South Sioux City during the Iowa Beef Packers strike.
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2/23/1970: In a series of related attacks, unknown perpetrators bombed four separate power transmission poles in the Dakota City and Sioux City areas in Nebraska, United States.  There were no casualties and none of the dynamite blasts broke off any of the poles.   These attacks were one of many instances of violence in South Sioux City during the Iowa Beef Packers strike.
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2/23/1970: Unknown perpetrators detonated a dynamite bomb in front of the Selective Service Headquarters in Tucson, Arizona, United States. There were no casualties, however, all of the windows of the building shattered.
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2/24/1970: Unknown perpetrators detonated a pipe bomb in front of the house of Wilfred Keyes in Denver, Colorado, United States.  There were no casualties, however, the front porch was destroyed and many windows were shattered.  Keyes was the lead plaintiff in a court case calling for the desegregation of Denver City Schools.
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2/24/1970: Unknown perpetrators threw a Molotov cocktail into the Armory at the University of Illinois, Champaign-Urbana, United States.  There were no casualties but the firebomb caused $2,000 in damages.  The offices of the R.O.T.C. were located in the Armory
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   2/27/1970: Unknown perpetrators detonated a bomb in the Behavioral Sciences Building at the University of Colorado at Boulder in Colorado, United States.  There were no casualties but the building was damaged.
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3/1/1970: Unknown perpetrators bombed the office of the Air Force R.O.T.C. at the University of Colorado in Boulder, Colorado, United States.  There were no casualties but the R.O.T.C. training facility sustained an estimated $2,000 in damages.
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           3/1/1970: Unknown perpetrators firebombed the headquarters of the Selective Service in Colorado Springs, Colorado, United States.  There were no casualties but the building sustained moderate damages.
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3/1/1970: In a series of two incidents that were possibly related, unknown perpetrators firebombed a University of Colorado campus police vehicle in Boulder, Colorado, United States.  There were no casualties but the car was damaged.
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           3/2/1970: In a series of two incidents that were possibly related, unknown perpetrators bombed a city police car in Boulder, Colorado, United States.  There were no casualties but the car was damaged.
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3/2/1970: Unknown perpetrators threw a Molotov cocktail into the house of Frank Schaeffer, the president of the Cleveland Fraternal Order of Police, in Cleveland, Ohio, United States.  There were no casualties but the fire caused an estimated $200 in damages.  Schaeffer had recently defended the actions of Cleveland Police Officers during the 1968 racial disorders.
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3/3/1970: Unknown perpetrators bombed a foreign-made car painted red in Denver, Colorado, United States.  There were no casualties but the car was damaged.
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           3/3/1970: Four left wing radicals set off a dynamite bomb at a post office in Seattle, Washington, United States.  There were no casualties but the building and a vehicle were damaged.
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     3/4/1970: Unknown perpetrators placed a time bomb in a Barracks at the Oakland Army Base in California, United States.  The bomb was subsequently discovered and disarmed. The base was used as a departing point for United States troops heading to Vietnam.
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           3/4/1970: Unknown perpetrators placed a bomb on a railroad car in Martinez, California, United States.  The bomb was subsequently discovered and disarmed.  The railroad car was used to transport acid.
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3/4/1970: Unknown perpetrators bombed a foreign-made car painted red in Denver, Colorado, United States.  There were no casualties but the car was damaged.
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3/5/1970: Unknown perpetrators detonated a bomb at the University District Post Office in Seattle, Washington, United States.  There were no casualties, however, the side of the building was damaged.
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3/5/1970: Unknown perpetrators bombed a foreign-made car painted red in Denver, Colorado, United States.  There were no casualties but the car was heavily damaged.
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     3/5/1970: Unknown Puerto Rican Nationalists assassinated two United States Navy personal stationed in San Juan, Puerto Rico.  The incident was in response to the death of Antonia Martinez Lagaras, who was shot and killed during a confrontation between students and police in front of the R.O.T.C. building at the University of Puerto Rico, Rio Piedras a day earlier.
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3/6/1970: In a series of related unsuccessful attacks, suspected members of the Weathermen placed thirty-four sticks of dynamite at the Detroit Police Department building in Michigan, United States.  The bombs were subsequently discovered and  disarmed.
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3/6/1970: In a series of related unsuccessful attacks, suspected members of the Weathermen tossed a package containing dynamite through a window of the Detroit Police Officers Association in Michigan, United States.  The dynamite was  discovered and subsequently disarmed.
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           3/9/1970: Unknown perpetrators firebombed Shiloh Baptist Church, a predominantly African American Church, in Bridgeport, Connecticut, United States.  There were no casualties but the building sustained minor damages.
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 3/9/1970: Unknown perpetrators placed an incendiary bomb underneath the Air Force R.O.T.C. building at the University of New Mexico in Albuquerque, New Mexico, United States.  The bomb was discovered and disarmed fifteen minutes before it was set to explode.
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       3/9/1970: A bomb exploded in the car of Ralph Featherstone and William Payne, members of the Student non-violent Coordinating Committee and supporters of H. Rap Brown, while they were driving in Bel Air, Maryland, United States.  Both men died as a result of the blast.  Police suspected that the bomb exploded prematurely and was intended for H. Rap Brown's trial scheduled to be held  at the Harford County Courthouse   Many members of the radical Black community believed that the bomb was set off by White Racists or the police.  The next day, a bomb was detonated at Dorchester County Courthouse, the original location of Brown's trial, by an unknown perpetrator.
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             3/10/1970: An unidentified White middle-aged female was suspected of bombing the Dorchester County Courthouse in Cambridge, Maryland, United States where the trial for radical Black leader H. Rap Brown was originally scheduled to be held.  There were no casualties but the building sustained extensive damages.
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     3/10/1970: Unknown perpetrators threw a Molotov cocktail into the office of Dr. Samuel Ichiye Hayakawa, the president of San Francisco State College, in San Francisco, California, United States.  The bomb failed to ignite.  The next day their were violent protests on campus against military recruiters on the SFSC campus.  Previously, S. I. Hayakawa took a hard line against student demonstrators.
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           3/11/1970: Unknown perpetrators firebombed the Army and Air Force Recruiting Station at the University of Illinois, Champaign-Urbana, United States.  There were no casualties but the Recruiting Station was destroyed.
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3/12/1970:  In a series of two incidents that were possibly related, a bomb exploded underneath an empty police car parked in front of detective headquarters in Chicago, Illinois, United States.  There were no casualties but the car sustained minor damages.
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3/12/1970:  In a series of two incidents that were possibly related, a cherry bomb was thrown at an empty police car in Chicago, Illinois, United States, after two officers left the vehicle responding to a call for help.  There were no casualties but the car was damaged.
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3/12/1970: In a series of related attacks, the Revolutionary Force 9 claimed credit for the bombing of the Mobil Oil Company Building in Manhattan, New York, United States.  There were no casualties but the building sustained heavy structural damage.  The Revolutionary Force 9 claimed that the Mobil Oil Company was an "enem(y) of human life" because it profited off of the Vietnam War.
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3/13/1970: In a series of two incidents that were possibly related, unknown perpetrators set off a firebomb at the R.O.T.C. Building at Lawrence University in Appleton, Wisconsin, United States.  There were no casualties but the building sustained damage to its walls
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       3/13/1970: In a series of two incidents that were possibly related, unknown perpetrators threw two incendiary devices into Appleton West High School in Wisconsin, United States.  The firebombs caused a fire but there were no casualties.
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3/14/1970: Unknown perpetrators placed an explosive device outside of the U. S. Army Reserve Building in Fort Hamilton, New York, United States.  The device was discovered and disarmed.
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3/14/1970: Two crewmen on the SS Columbia Eagle, Clyde William McKay Jr. and Leonard Glatkowski, hijacked the ship which debarked from Long Beach, California, United States towards Thailand.  The ship was transporting munitions that were to be used by the US military in the Vietnam War.  Twenty four crewmen were released from the ship immediately after the hijacking while thirteen were held on board as the ship was diverted to Cambodia.  The next day the SS Columbia reached Cambodia and the two perpetrators attempted attain asylum.  After many negotiations, the ship and crew were allowed to return to the United States on April 8th and McKay and Glatkowski remained in Cambodia.
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         3/15/1970: Unknown perpetrators detonated a bomb at a Kresge's Department Store in suburban San Juan, Puerto Rico.  There were no casualties and only minor damages were inflicted.  Kresge was an American owned company.
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           3/15/1970: Unknown perpetrators detonated a bomb in the backseat of a parked police car in Billings, Montana, United States.  There were no casualties, however, the car was demolished.
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3/16/1970: Unknown perpetrators threw four firebombs at the house of Councilman Norris Gregory in San Bernardino, California, United States.  He received minor burns attempting to put out the fire and the house sustained an estimated $4,000 in damages.  Gregory was the first and only Black councilman in San Bernadino at the time.
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       3/17/1970: Suspected members of the Chicano Liberation Front detonated two bombs in administration offices at Roosevelt High School in Los Angeles, California, United States.  There were no casualties and the bombs caused little damage.
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         3/18/1970: Unknown perpetrators detonated a bomb at a booster station of the Cincinnati Gas & Electric Company in Lockland, Ohio, United States.  There were no casualties but the transformer sustained extensive damage.
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3/20/1970: Unknown perpetrators placed two firebombs at the United States Army Reserve Training Center in Portland, Oregon, United States.  One bomb ignited but burnt out before causing any damage and the other bomb was found and dismantled.
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3/20/1970: Unknown perpetrators shot and killed Burton I. Gordin, the director of the Michigan Civil Rights Commission, in a downtown garage in Detroit, Michigan, United States.  Police suspected that this incident might have been politically motivated as no money was stolen from Gordin's wallet.
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3/21/1970: In a series of related incidents, a letter bomb protesting the draft was sent to President Richard Nixon in Washington D.C., United States.  The bomb was intercepted and dismantled.
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3/21/1970: In a series of related attacks, a group called Puerto Rican Resistance claimed credit for an incendiary device that ignited at Bloomingdale's Department Store in Manhattan, New York, United States.  There were no casualties but the firebomb caused minor damage.
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3/21/1970: In a series of related attacks, a group called Puerto Rican Resistance claimed credit for two incendiary devices that ignited at Alexander's Department Store in Manhattan, New York, United States.  One person was injured but the firebomb caused minor damage.
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3/22/1970: In a series of related attacks, a member of the Black Panther Party detonated a pipe bomb at the brokerage firm Nagler, Weissman & Co. in the Bronx, New York, United States.  There were no casualties but the door and windows of the building were damaged.
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3/22/1970: In a series of related attacks, a member of the Black Panther Party placed a pipe bomb on the window ledge of Chase-Manhattan Bank in the Bronx, New York, United States.  Police discovered and disarmed the time bomb.
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3/22/1970: In a series of related attacks, a suspected member of the Black Panther Party detonated a pipe bomb at the Electric Circus Discotheque in Manhattan New York, United States.  Seventeen people were injured and the building sustained minor damages.
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3/23/1970: Unknown perpetrators detonated a bomb that destroyed the local headquarters of the United Brotherhood of Carpenters and Joiners union in Orlando, Florida, United States.  There were no causalities.
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3/24/1970: Unknown perpetrators tossed a bomb through the window of Joe's Restaurant in Manhattan, New York, United States after it closed.  There were no casualties, however, windows and furniture were damaged.
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3/24/1970: Unknown perpetrators detonated a pipe bomb at Auguste Rodin's Thinker statue that was located in front of the Cleveland Museum of Art in Ohio, United States.  There were no casualties, however, the statue was irrevocably damaged.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 3/24/1970: Unknown perpetrators detonated a bomb outside of the home of a police officer in Richmond, California, United States.  There were no casualties, but the house sustained minor damages.
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3/27/1970: Unknown perpetrators detonated a bomb at the Trovatore Tavern in San Francisco, California, United States.  The Tavern was across the street from the Hall of Justice and frequented by police officers.  There were no casualties, however, the building sustained $5,000 in damages.
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3/30/1970: Unknown perpetrators set fire to the Old State Bank of Biggsville building which housed the Selective Service Offices in Biggsville, Illinois, United States.  There were no casualties but the building and draft records were destroyed causing an estimated $10,500 in damages.
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           3/30/1971: A United States soldier threw a firebomb at the military courthouse in Fort Benning, Georgia, United States where the trial of Lt. William Calley was taking place.  Lt. William Calley was on trial for his involvement in the My Lai Massacre.  It is unknown if the attack was successful.
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3/31/1970: In a series of related incidents, a letter bomb protesting the draft was sent to Curtis W. Tarr, the head of the Selective Services in Washington D.C., United States.  The bomb was intercepted and dismantled.
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             3/31/1970: Unknown perpetrators bombed two jeeps owned by the University of Washington parked at the Seattle campus in Washington, United States.  There were no casualties, but the vehicles sustained major damages.
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     4/1/1970: Unknown perpetrators bombed the administration building at Michigan State University in East Lansing, Michigan, United States.  There were no casualties but the building sustained $500 in damages.
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4/1/1970: Unknown perpetrators started a fire at the building that houses the Africana Studies and Research Center at Cornell University in Ithaca, New York, United States.  There were no casualties but the building sustained an estimated $100,000 in damages.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           4/1/1970: Unknown perpetrators set a kerosene fire to the Naval R.O.T.C. building at Rice University in Houston, Texas, United States.  There were no casualties but a hole was burned through one side of the building.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4/2/1970: Unknowns perpetrator placed a pipe bomb in a vestibule of Chase Manhattan Bank in the Bronx, New York, United States.  The bomb was discovered and subsequently dismantled by the police.
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     4/4/1970: In a series of related attacks that failed, unknown perpetrators placed a pipe bomb at the Banco de Ponce in Manhattan, New York, United States.  The bomb was discovered and subsequently disarmed.
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    4/4/1970: In a series of related attacks that failed, unknown perpetrators placed a pipe bomb at a busy intersection in the Bronx, New York, United States.  The bomb was discovered and subsequently disarmed.
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4/4/1970: Unknown perpetrators set a fire at Rogers Field Stadium at Washington State University in Pullman, Washington, United States.  There were no casualties, but the stadium sustained $700,000 in damages.
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4/5/1970: In a series of two incidents that were possibly related, unknown perpetrators bombed a power line pole supplying electrical power to a pumping station in Trona, California, United States.  There were no casualties but the power line pole was destroyed.  At the time, the American Potash Plant of Trona was the scene of a major workers strike.
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             4/5/1970: In a series of two incidents that were possibly related, unknown perpetrators set fire to barracks owned by the American Potash and Chemical Company in Trona, California, United States.  There were no casualties but the barracks were damaged.  At the time, the American Potash Plant of Trona was the scene of a major workers strike.
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 4/5/1970: Unknown perpetrators placed a bomb at the Young Women's Christian Association in Manhattan, New York, United States.  The bomb was discovered and subsequently disarmed.
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       4/5/1970: Unknown perpetrators set fire to the office of the dean of students at Rice University in Houston, Texas, United States.  There were no casualties but the office sustained an estimated $50,000 in damages.  Student records were also destroyed.
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4/8/1970: Unknown perpetrators bombed the building of Anchor Savings & Loan in Lawrence, Kansas, United States.  There were no casualties but two windows were shattered.
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4/8/1970: Unknown perpetrators bombed the car of a person working at a strike bound company in Baxter, Kansas, United States.  There were no casualties but the car was damaged.
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             4/8/1970: Suspected members of the Chicano Liberation Front set fire to the administration building at Roosevelt High School in Los Angeles, California, United States.  There were no casualties but the building sustained over $100,000 in damages.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4/9/1970: Unknown assailants bombed a shovel crane belonging to the Waggoner Equipment Rental & Excavating Company in East St. Louis, Illinois, United States.  There were no casualties but the crane sustained an estimated $30,000 in damages.  The perpetrators were protesting outside companies that worked on construction projects in East St. Louis.
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4/11/1970: Unknown perpetrators bombed the barracks at the Imperial Beach Naval Air Station in San Diego, California, United States.  There were no casualties but the barracks building was damaged.
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4/11/1970: Two unknown individuals threw Molotov cocktails into the Olin Library, McGraw Hall, Morrill Hall, and Psi Upsilon fraternity at Cornell University in Ithaca, New York, United States.  Only two of the Molotov cocktails ignited and caused minor damage.  There were no casualties.
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4/11/1970: Unknown perpetrators firebombed a storage tank at the Dow Chemical Company located north of Freeport, Texas, United States.  Five people received minor injuries from flying glass and an estimated $250,000 in damages was caused to the facilities.
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4/13/1970: In a series of related attacks, unknown perpetrators bombed East High School in Kansas City, Missouri, United States.  There were no casualties but the building sustained minor damage.
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4/13/1970: In a series of related attacks, unknown perpetrators bombed Linwood Methodist Church in Kansas City, Missouri, United States.  There were no casualties but the building sustained minor damage.
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       4/13/1970: In a series of related attacks, unknown perpetrators bombed the Police Academy of Kansas City, Missouri, United States.  There were no casualties but the windows of the Police Academy and surrounding buildings were shattered.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4/14/1970: Unknown perpetrators bombed a sewer leading from the American Potash Plant in Trona, California, United States.  There were no casualties but a substantial part of the sewer was destroyed.  At the time, the American Potash Plant of Trona was the scene of a major workers strike.
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4/14/1970: Unknown perpetrators placed a pipe bomb in the Science Building at California State University, Long Beach, United States.  The bomb was discovered and subsequently disarmed.
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4/14/1970: Unknown perpetrators placed a stick of dynamite, kerosene, a cloth rag, matches, and a cigarette explosive device at the May Company Department Store in Los Angeles, California, United States.  The weapons were discovered and removed by security officials.
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       4/15/1970: Four Cuban refugees firebombed a building in Los Angeles, California, United States, occupied by pro-Castro sympathizers.  There were no casualties but the building was damaged.
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4/15/1970: In a series of related attacks, suspected members of the Chicano Liberation Front set fire to the Board of Education administration building in Los Angeles, California, United States.  There were no casualties but the building sustained $75,000 in damages.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4/15/1970: In a series of related attacks, suspected members of the Chicano Liberation Front set fire to a storage structure at Roosevelt High School in Los Angeles, California, United States.  There were no casualties but the school sustained $20,000 in damages.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4/16/1970: In a series of related attacks, unknown perpetrators bombed the Plaza III Restaurant in Kansas City, Missouri, United States.  There were no casualties but the blast blew a hole through the ceiling of the restaurant.
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4/16/1970: In a series of related attacks, unknown perpetrators bombed the Waltower Building in Kansas City, Missouri, United States.  There were no casualties but the building sustained extensive damages.
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4/16/1970: In a series of related attacks, unknown perpetrators bombed the Argyle Building in Kansas City, Missouri, United States.  There were no casualties but the building was damaged.
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4/16/1970: Unknown perpetrators bombed railroad tracks leading to the American Potash Plant in Trona, California, United States.  There were no casualties but the tracks were partially damaged.  At the time, the American Potash Plant of Trona was the scene of a major workers strike.
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     4/17/1970: Suspected members of the Black Panther Party ambushed a police paddy wagon carrying two police officers and four prisoners in Oakland, California, United States.  Both police officers were critically wounded.  In the ensuing car chase, the perpetrators threw fragmentation grenades at police vehicles causing major damage.  Two of the assailants were eventually captured.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4/19/1970: In a simultaneous bombing campaign, suspected White Racists detonated an explosive device at the Japanese Presbyterian Church in Seattle, Washington, United States.  There were no casualties and the church sustained $2,000 in damages.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4/19/1970: In a simultaneous bombing campaign, suspected White Racists detonated an explosive device at Hard Castle Realty, a real estate office that employed African Americans in Seattle, Washington, United States.  There were no casualties and the office sustained $4,000 in damages.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             4/19/1970: In a simultaneous bombing campaign, suspected White Racists detonated an explosive device at a restaurant that was constructed by African Americans in Seattle, Washington, United States.  There were no casualties and the restaurant sustained around $2,000 in damages.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 4/19/1970: In a simultaneous bombing campaign, suspected White Racists detonated an explosive device at the house of State Legislator David G. Sprague in Seattle, Washington, United States.  There were no casualties and the house sustained $1,000 in damages.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           4/19/1970: Unknown perpetrators placed a pipe bomb in a corrections officer's car parked outside of the House of Detention in Queens, New York, United States, where ten Black Panthers members were held.  The bomb failed to explode and was discovered  after an unknown individual phoned the police stating "we're going to blow up the jail in a half hour.  Free the Panther 21."
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       4/20/1970: Unknown perpetrators firebombed the Student Union at the University of Kansas, Lawrence, United States.  There were no casualties but the building sustained approximately $3,000,000 in damages.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           4/21/1970:  Unknown perpetrators threw two Molotov Cocktails into a Bank of America branch in Los Angeles,  California, United States.  Another firebomb thrown into the facility did not explode.  There were no casualties but the building sustained an estimated $30,000 in damages.
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4/22/1970: Unknown perpetrators bombed a pipeline supplying brine to the American Potash Plant in Trona, California, United States.  There were no casualties but the salt-water pipeline was destroyed and the fire hydrants of Trona were dry for around eight hours.  At the time, the American Potash Plant of Trona was the scene of a major workers strike.
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     4/22/1970: In a series of related incidents, unknown perpetrators firebombed building T-9 at the University of California, Berkeley, United States.  There were no casualties but the upper floor of the building sustained extensive damages.
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4/22/1970: In a series of related incidents, unknown perpetrators placed a firebomb in building T-7 at the University of California, Berkeley, United States.  The bomb was discovered before it ignited.
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4/22/1970: Unknown perpetrators firebombed the Schmidt Building in Milwaukee, Wisconsin, United States.  There were no casualties but the facility was damaged.  Federal government offices were located in the building.
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    4/22/1970: Two women failed in their attempts to ignite a gasoline bomb at the University of Illinois' Police Station in Urbana, United States.
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    4/22/1970: Unknown perpetrators set off two firebombs at Redlands University in California, United States.  A Molotov cocktail destroyed offices in the administrative building and a bottle filled with inflammable liquid caused minor damages to a bathroom in the Hall of Letters.  There were no casualties but the total damage was estimated at $40,000.
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4/23/1970: In a series of four related incidents, the Armed Commandos of Liberation claimed credit for placing bombs that were discovered in a U.S. Naval Relay Power Station in Puerto Rico. Cumulatively, fifty-one out of fifty-three bombs failed to explode with the remaining two bombs causing minor damage.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4/23/1970: In a series of four related incidents, the Armed Commandos of Liberation claimed credit for placing bombs that were discovered in the offices of Motorola Inc. in Puerto Rico.  Cumulatively, fifty-one out of fifty-three bombs failed to explode with the remaining two bombs causing minor damage.
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4/23/1970: In a series of four related incidents, the Armed Commandos of Liberation claimed credit for placing bombs that were discovered at the International Telephone and Telegraph building in Puerto Rico.  Cumulatively, fifty-one out of fifty-three  bombs failed to explode with the remaining two bombs causing minor damage.
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4/23/1970: In a series of four related incidents, the Armed Commandos of Liberation claimed credit for placing bombs in a Puerto Rican police station.  The perpetrators were targeting communication devices.  Cumulatively, fifty-one out of fifty-three bombs failed to explode with the remaining two bombs causing minor damage.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4/24/1970:  Unknown perpetrators threw firebombs into two separate wings of the Center for Advanced Studies of Behavioral Sciences Building at Stanford University in Palo Alto, California, United States.  There were no casualties but there was an estimated $100,000 in damages not including lost research.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4/24/1970: Three members of the Black Panthers Party opened fire on a police vehicle parked in Baltimore, Maryland, United States.  Patrolman Donald Sager was killed and police officer Stanley Sierakowski was critically wounded but survived.  The perpetrators were under orders from the Black Panthers to kill police.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       4/24/1970: Unknown perpetrators bombed the Army and Air Force Recruiting Office located in an office building in Manhattan, New York, United States.  There were no casualties but the building sustained extensive damages.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4/24/1970: Republic of China's Vice Premier, Chiang Ching-kuo was visiting the United States for a meeting of the Far East-America Council of Commerce and Industry. While entering Manhattan's Plaza Hotel for a luncheon, an Asian man ran towards Chiang, pointing a black automated pistol. New York Detective James Ziede, acting as Chiang's security, grabbed the  assailant's arm before he shot, deflecting the bullet aimed at Chiang towards the glass door and Chiang remained unharmed.  Peter Huang Wen-hsiung, a Taiwan-born Chinese, and his brother-in-law, Cheng Tzu-tsai, were the named assailants.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4/25/1970: Doughtry Long, a former associate dean of students at the University of Pennsylvania, was arrested for throwing two Molotov cocktails into the Office of Community Relations in the College Hall building at the Philadelphia, United States campus.  There were no casualties and it is unknown whether the building sustained damages.
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4/25/1970: In a series of related incidents, unknown perpetrators bombed the East Lansing State Bank in East Lansing, Michigan United States.  There were no casualties but the building sustained minor damages.
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     4/25/1970: In a series of related incidents, unknown perpetrators bombed the First National Bank in East Lansing, Michigan, United States.  There were no casualties but the building sustained minor damages.
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             4/25/1970: In a series of related incidents, unknown perpetrators bombed the East Lansing Savings & Loan in East Lansing, Michigan, United States.  There were no casualties but the building sustained minor damages.
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4/26/1970: In a series of two incidents that were possibly related, suspected Black nationalists bombed a water cooling tower adjacent to the Baton Rouge Country Club in Louisiana, United States moments before the Louisiana State Capital Building was bombed.  There were no casualties but the tower was destroyed and the country club sustained slight damages.
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 4/26/1970: Unknown perpetrators bombed the Selective Service Office, Local Board Number 51 in Robbinsdale, Minnesota, United States.  There were no casualties and it is unclear whether the building was damaged.
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4/27/1970: Unknown perpetrators detonated a bomb on a street in Iowa City, Iowa, United States.  There was two injuries and twelve businesses were damaged at a total estimated cost of $20,000.
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4/27/1970: Unknown perpetrators set a fire in the basement of the Yale Law School Library in New Haven, Connecticut, United States.  There were no casualties but around five hundred books were destroyed and the library sustained structural damage.
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4/27/1970: Unknown perpetrators set fire to the department of linguistics building at Northwestern University in Evanston, Illinois, United States.  There were no casualties but the fire caused an estimated $15,000 in damage.
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           4/27/1970: Unknown perpetrators placed seven sticks of dynamite in the science building at California State University, Fullerton, United States.  The dynamite was discovered and subsequently removed.
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 4/27/1970: Unknown perpetrators placed an incendiary device in the garage of Judge John McKinney in Ames, Iowa, United States.  The device was discovered and subsequently disarmed.  Judge John McKinney resided over multiple cases against Anti-War protesters.
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4/27/1970: Unknown perpetrators bombed the car of the chairman of a group supporting pro-environmental legislation in St. Charles, Missouri, United States.  There were no casualties but the car was slightly damaged.
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 4/30/1970: Unknown perpetrators placed a pipe bomb near a police station in Manhattan, New York, United States.  The bomb was discovered and subsequently removed.
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4/29/1970: Unknown perpetrators placed fourteen sticks of dynamite and a timing device outside of the Baton Rouge Country Club in Louisiana, United States.  The device was discovered and subsequently disarmed by an Army demolition team.  Four days before this incident, it is suspected that Black nationalists bombed the same country club.
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5/0/1970: Unknown perpetrators set a fire at St. Ann's Church in Boston, Massachusetts, United States.  There were no casualties but the building was damaged.  This is believed to be part of a campaign to scare Whites out of the Dorchester area.
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     5/0/1970: Suspected Puerto Rican nationalists bombed a Burger King in Rio Piedras ,Puerto Rico.  The restaurant was damaged and one person was seriously injured by the explosion.  The Burger King was located across the street from the University of Puerto Rico, the site of many student demonstrations.
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         5/1/1970: Four unknown perpetrators firebombed a joint armed services recruiting booth in Manhattan, New York, United States.  There were no casualties, but the recruiting booth sustained heavy damages.
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5/1/1970: Unknown perpetrators placed a bomb on the DePauw University campus in Greencastle, Indiana, United States.  The resulting fire damaged the R.O.T.C. office and university library.  There were no casualties.
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          5/1/1970: Unknown perpetrators detonated a bomb at the Ingalls Skating Rink at Yale University in New Haven, Connecticut, United States.  There were two injuries and the entrance of the building was damaged.  The attack took place during a school dance after a large demonstration protesting the trial of the Black Panther Eight.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      5/1/1970: In a series of related incidents, suspected Puerto Rican nationalists detonated two bombs at the Dale Theatre in the Bronx, New York, United States.  Ten people were injured in the attack and the theater sustained light damages.  A third bomb that did not detonate was eventually discovered.
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             5/1/1970: In a series of related incidents, Puerto Rican nationalists detonated one bomb at the Paradise Theatre in the Bronx, New York, United States.  One person was injured in the attack and the theater sustained light damages.
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       5/1/1970: An organization calling itself Revolutionary Force 26 firebombed the Lincoln Square Mall in Champaign, Illinois, United States.  There were no casualties and the mall sustained only light damage.  The incident occurred after the shooting of Edgar Hoults, an African American, by a Champaign Police Officer.
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               5/1/1970: An organization calling itself Revolutionary Force 26 firebombed the Jos. Kuhn Company in Champaign, Illinois, United States.  There were no casualties and the clothing store sustained only light damage.  The incident occurred after the shooting of Edgar Hoults, an African American, by a Champaign Police Officer.
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       5/4/1970: Unknown perpetrators firebombed a barbershop owned by a non-union member in Jennings, Maryland, United States.  There were no casualties but the shop was damaged.
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5/4/1970: Unknown perpetrators detonated a plastic explosive at the R.O.T.C. office at the University of North Carolina, Chapel Hill, United States.  There were no casualties and it unknown whether the office sustained any damages.
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             5/4/1970: Unknown perpetrators tossed bricks into the window of the Selective Service office in Norman, Oklahoma, United States.  The building was subsequently firebombed.  There were no casualties but it the building was damaged.
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               5/4/1970: Unknown perpetrators threw two Molotov cocktails into the motor vehicle compound of the Missouri National Guard in Maryville, Missouri, United States.  There were no casualties and it is unknown whether the compound sustained damages.
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           5/5/1970: Joe Schock, an ex-Marine who served in Vietnam, threw a gasoline firebomb into the National Guard Armory in Lewiston, Idaho, United States.  There were no casualties but twenty-nine military vehicles were destroyed, causing an estimated loss of $250,000.
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         5/5/1970: Members of the Black Afro Militant Movement (BAMM) bombed the Computer Center at the University of Miami in Coral Gables, Florida, United States.  There were no casualties and it is unknown if the building sustained damages.
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5/5/1970: Unknown perpetrators tossed a firebomb through the window of a Federal Office Building in Orlando, Florida, United States.  There were no casualties but an office in the Social Security Department was heavily damaged.
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5/5/1970: Unknown perpetrators detonated a bomb at the Sears, Roebuck & Company Department Store in Brooklyn, New York, United States.  Two women were injured in the blast and it is unknown if the store was damaged.
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5/6/1970: Unknown perpetrators firebombed the Selective Service Office in Oakland, California, United States.  There were no casualties but the building sustained $200 in damages.
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5/6/1970: Unknown perpetrators detonated two bombs, probably consisting of dynamite, at the Longview National Guard Armory in Longview, Washington, United States.  There were no casualties and it is unknown whether the explosion caused any damage.
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5/6/1970: Unknown perpetrators set off an incendiary device at the U.S. Army Reserve Center in Reading, Pennsylvania, United States.  There were no casualties and it is unknown whether the resulting fire caused any damages.
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         5/6/1970: Unknown perpetrators set off a firebomb at a Federal Government Building in Portland, Oregon, United States.  There were no casualties but the building sustained an estimated $1000 in damages.
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5/6/1970: Two White males were arrested while they were attempting to firebomb vehicles at the San Pedro National Guard Armory in San Pedro, California, United States.  No firebombs were succesfully ignited.
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 5/6/1970: Unknown perpetrators threw a firebomb through the glass door of Oregon's Selective Service Headquarters in Portland, United States.  There were no casualties but the entryway and ceiling were damaged.
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5/6/1970: Unknown perpetrators set fire to a sacred Torah Scroll at Chevra Shas synagogue in Boston, Massachusetts, United States.  There were no casualties but the scroll was destroyed.  This is believed to be part of a campaign to scare Jews out of the Dorchester area.
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5/7/1970: Unknown perpetrators set off a pipe bomb at a  social club in the "Little Italy" section of Manhattan, New York, United States.  There were no casualties and the building sustained only slight damages.
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5/8/1970: Unknown perpetrators threw four bombs into the National Guard Armory in New London, Connecticut, United States.  There were no casualties and the resulting fire caused minimal damage.
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5/9/1970: The Stop the War Coalition claimed credit for setting fire to the Humanities Building at the Brooklyn campus of Long Island University in New York, United States.  Twelve firefighters were injured fighting the blaze and the building sustained $100,000 in damages.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5/9/1970: Unknown perpetrators detonated a bomb at a Selective Services office in Los Angeles, California, United States.  There were no casualties but the building sustained an estimated $10,000 in damages.
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        5/9/1970: Sacramento Police Officer Bernard Bennett was shot and killed by a sniper, suspected of being a Black Militant, as the he was patrolling the Oak Park area of Sacramento, United States, with his partner Officer Lloyd Smothers.
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             5/12/1970: A splinter group of the Ku Klux Klan claimed credit for blowing up a transmitter of the radio station KPFT in Houston, Texas, United States.  KPFT radio gave a platform for people with Communist views.  There were no casualties but the station was knocked of the air.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       5/12/1970: Unknown perpetrators set fire to a building housing two Selective Services offices in Detroit, Michigan, United States.  There were no casualties but the Selective Service offices sustained $50,000 in damages.
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   5/13/1970: Suspected members of the Black Panthers bombed the Des Moines Police Station in Iowa, United States.  Two people were injured and the attack caused an estimated $200,000 in damages.
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       5/13/1970: Unknown perpetrators bombed the supply building of the Utah National Guard in Salt Lake City, United States.  There were no casualties and the building sustained an estimated $9,000 in damages.
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      5/13/1970: Unknown African American perpetrators threw three firebombs at the house of James Rudder, a White citizen of Oxford, North Carolina, United States.  Two of the firebombs failed to ignite and the third caused only minor damage to the roof of the house.  This incident took place during heightened racial tensions in Oxford.
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5/13/1970: Members of the Black Afro Militant Movement (BAMM) firebombed the Allapattah Five and Ten Cent Store in Miami, Florida, United States.  There were no casualties and it is unknown if the store sustained any damages.
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5/14/1970: Unknown perpetrators firebombed the National Guard Armory in Melrose, Massachusetts, United States.  There were no casualties and the damages are unknown.
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   5/14/1970: Unknown perpetrators bombed the Alma Mater statue at Columbia University in Manhattan, New York, United States.  There were no casualties but the statue was damaged.
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         5/14/1970: Unknown perpetrators placed a pipe bomb in the Science Building at California State University, Long Beach, United States.  The bomb was discovered and subsequently removed before detonating.
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5/14/1970: Unknown African American perpetrators attempted to firebomb a tobacco warehouse in Oxford, North Carolina, United States. The firebomb failed but, as part of a diversionary tactic, an unoccupied house in another part of town was damaged by an incendiary device.  This incident took place during heightened racial tensions in Oxford.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      5/15/1970: Larry G. Ward, an African American, was shot and killed by police as he attempted to bomb the Hardcastle Realty office in Seattle, Washington, United States.  The real estate office was the target of a bombing a month earlier.
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        5/19/1970: Unknown perpetrators firebombed the Selective Service offices in Afton, Missouri, United States.    There were no casualties but the fire caused an estimated $1,600 in damages.
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     5/20/1970: Unknown perpetrators bombed a substation of the Florida Power Company in Quincy, Florida, United States.  There were no casualties but the main transformer was destroyed causing an estimated $600,000 in damages.
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5/20/1970: Unknown perpetrators attempted to firebomb the Selective Service building in Carlisle, Pennsylvania, United States, but the five Molotov cocktails failed to ignite.
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        5/20/1970: Members of the Black Afro Militant Movement threw Molotov cocktails at Dorsey Junior High School in Miami, Florida, United States.  There were no casualties and it is unknown if the firebombs caused any damage to the school.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5/21/1970: Unknown perpetrators bombed the residence of a foreman employed by the American Potash Plant in Trona, California, United States.  There were no casualties but the explosion caused major damage to the home and furnishings.  At the time, the American Potash Plant of Trona was the scene of a major workers strike.
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 5/22/1970: Police Officer James Sackett is murdered by a sniper after he responded to a fake emergency call in St. Paul, Minnesota, United States.  Over thirty-five years after Sackett's death Ronald Reed and Larry Clark were convicted of the murder.  They were Black Panther wannabe's who wanted to kill a police officer.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5/22/1970: Suspected members of the Black Panthers bombed the Ames Police Headquarters located in the city hall of Ames, Iowa, United States.  Ten people were injured and an estimated $50,000 in damage was caused.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   5/25/1970: Unknown African American perpetrators firebombed the Chapman Lumber Company in Oxford, North Carolina, United States. There were no casualties but the business was destroyed.  This incident took place during heightened racial tensions in Oxford.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5/26/1970: In a series of related incidents, unknown African American perpetrators firebombed the Planter's Warehouse in Oxford, North Carolina, United States.  There were no casualties but the tobacco warehouse was destroyed resulting in a net loss of $5,000,000.  This incident took place during heightened racial tensions in Oxford.
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5/26/1970: In a series of related incidents, unknown African American perpetrators firebombed Owen Warehouse Number Two in Oxford, North Carolina, United States.  There were no casualties but the tobacco warehouse was destroyed resulting in a net loss of $5,000,000.  This incident took place during heightened racial tensions in Oxford.
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 5/27/1970: Unknown perpetrators placed two pipe bombs in front of the Selective Service office in Los Angeles, California, United States.  One bomb exploded causing extensive damage to the exterior of the building.  The other bomb did not explode.  There were no casualties.
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             5/27/1970: In a series of two related incidents, unknown perpetrators burned a sacred Torah Scroll and ransacked the Chevra Shas synagogue in Boston, Massachusetts, United States.  There were no casualties but the Torah scroll was destroyed.  This is believed to be part of a campaign to scare Jews out of the Dorchester area.
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5/27/1970: In a series of two related incidents, unknown perpetrators set two fires at Agudath Israel synagogue in Boston, Massachusetts, United States.  There were no casualties but the synagogue sustained $10,000 in damages.  This is believed to be part of a campaign to scare Jews out of the Dorchester area.
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     5/28/1970: Unknown perpetrators connected a bomb consisting of TNT to the engine of a U.S. Department of Labor vehicle in Phoenix, Arizona, United States that transported people to a Government training program.  The bomb did not explode because it was believed to be wired incorrectly.
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             5/28/1970: Unknown perpetrators bombed an unoccupied lecture hall at Rockefeller University in Manhattan, New York, United States.  There were no casualties and the building sustained minor damages.
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5/28/1970: Hours after an anti-war demonstration, unknown perpetrators set fire to the registration building at California State University in Fullerton, United States.  The registration building was adjacent to a house used by students to protest the War in Vietnam.  There were no casualties but the building sustained an estimated $25,000 in damages.
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5/29/1970: The home of the deceased chief of the Oakland police force was bombed by unknown perpetrators in Oakland, California, United States.  There were no casualties and it is unknown if the house sustained any damages.
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   5/29/1970:  William F. Passmore a sailor on the Vietnam bound Navy Destroyer USS Richard B. Anderson sabotaged one of the engines of the ship by dropping nuts and bolts into the gears.  The ship returned to the United States and it took $231,000 to repair.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       5/30/1970: Unknown perpetrators bombed a fifty-foot office trailer located at a construction site of the World Trade Center in Manhattan, New York, United States.  The trailer sustained only minor damages, however, $3,000 worth of blueprints were destroyed.  There were no casualties.
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               6/2/1970: Unknown perpetrators bombed a transformer belonging to the Gulf States Utilities Company in Baton Rouge, Louisiana, United States.  There were no casualties but that transformer sustained an estimated $40,000 in damages and power was disrupted in the Baton Rouge area.  This incident occurred during a construction workers strike.
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   6/2/1970: A disgruntled businessman is suspected of hiring hit men to assassinate Illinois State Representative William G. Barr.  A dynamite bomb exploded when Barr turned on the ignition of his Cadillac in Joliet, Illinois, United States.  The car was destroyed and Barr's right leg had to be amputated.
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            6/3/1970: Unknown perpetrators firebombed the conference room at Oregon's Selective Service Headquarters in Portland, United States.  There were no casualties and it is unknown if the building sustained any damages.
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6/4/1970: Unknown perpetrators bombed an unmanned police vehicle in Oakland, California, United States.  There were no casualties but the car was destroyed.  The police officers at the time were investigating a disturbance at a pool hall.  There were many attacks against police in California during this time period.
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6/5/1970: Unknown perpetrators bombed the Wardroom of the Naval R.O.T.C. at the University of California, Los Angeles, United States.  There were no casualties but the room was destroyed causing an estimated $10,000 in damages.
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              6/6/1970:  Unknown perpetrators ignited nine dice-sized firebombs at the Woolworth's store in Manhattan, New York, United States.  There were no casualties but the resulting fire caused damage to the merchandise and infrastructure of the building resulting in an estimated $150,000 in damages.
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 6/6/1970: Unknown perpetrators placed a pipe bomb in a police parking lot in Berkeley, California, United States.  The bomb failed to explode due to a faulty fuse.  There were many attacks against police in California during this time period.
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            6/7/1970: Unknown perpetrators threw grenades at police vehicles parked at the Firestone Park Station in Los Angeles, California, United States.  There were no casualties but five police cars were damaged at a cost of around $5,000.  There were many attacks against police in California during this time period.
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   6/8/1970: Unknown perpetrators bombed an unmanned Armed Services Police Car in Oakland, California, United States.  There were no casualties but the car was damaged.  The patrolmen left the vehicle to search for AWOL servicemen in a theater.  There were many attacks against police in California during this time period.
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             6/9/1970: Unknown perpetrators broke into the Selective Service office in Galesburg, Illinois, United States and set fire to draft records.  There were no casualties.
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 6/9/1970: Unknown perpetrators fired two shotgun blasts into the house of Reverend Levin P. West in Newark, New Jersey, United States, in an apparent assassination attempt.  The shotgun pellets did not strike West but he was taken to  the hospital to be treated for shock.  During a highly contentious Mayoral campaign in Newark with racial overtones, West, an African American, supported the White candidate over the Black candidate.
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       6/11/1970: Suspected members of the Black Panther Party bombed Omaha Police Department's North Assembly Building in Omaha, Nebraska, United States.  There were no casualties but the blast ripped a four foot hole in the corner of building and shattered several windows.
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       6/12/1970: Unknown perpetrators placed a box containing seven sticks of dynamite outside of the Alexander County Courthouse in Cairo, Illinois, United States.  The bomb was discovered and subsequently removed.  This incident took place during a period of high racial tension in Cairo.
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              6/12/1970: Unknown snipers fired on an Illinois State Police patrol attending to a fire at the Pyramid Courts housing project in Cairo, Illinois, United States.  Officer Marion Troutt was shot, but survived his wounds.  This incident took place during a period of high racial tension in Cairo.
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6/13/1970: Suspected members of the Black Panthers Party bombed the Des Moines Chamber of Commerce in Des Moines, Iowa, United States.  The building sustained an estimated $150,000 in damages and several people were injured from the shattered glass.
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               6/13/1970: Unknown perpetrators bombed the Mid-Continental National Bank in Kansas City, Missouri, United States.  There were no casualties but the building sustained minor damage.
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6/15/1970: Unknown perpetrators bombed the joint police and fire station in Manhattan Beach, California, United States.  There were no casualties but the station received minor damages.
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   6/17/1970: Unknown perpetrators bombed a diner in Emeryville, California, United States frequented by police officers.  Three people were slightly injured and it is unknown if the diner sustained any damages.
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       6/18/1970: Two unidentified White youths set off four firebombs around the New York University campus in Manhattan, New York, United States.  One firebomb was discovered under a car.  Another firebomb damaged a construction shanty at Tish Hall.  The third firebomb ignited under a crane and the final firebomb exploded in a trash can.  Neither of the last two firebombs did any damage.  There were no casualties.
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  6/18/1970: While New York City Firemen were fighting a blaze in a Manhattan, United States tenement, an unknown perpetrator threw a Molotov cocktail into the hose bed of the fire truck.  The attack injured one fireman and another fireman suffered a heart attack.  Officials were unsure whether the fire at the tenement was set to trap the firemen or if the truck was attacked because it was a 'target of opportunity.'
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            6/19/1970: Bruce Sharp and William Redwine, both African Americans, shot and killed Police Officer Kenneth Kaner as he was sitting in his squad car in Chicago Illinois, United States.
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6/19/1970: Police Officer Richard Radetich was shot and killed by an unknown perpetrator in San Francisco, California, United States.  While writing a ticket, a gunman pulled up to Officer Radetich in his car and shot him three times with a revolver.  The perpetrator immediately drove away.
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         6/21/1970: Suspected members of the Black Panther Party are believed to have set a booby-trap package underneath a bridge in Iowa, United States, intended to kill Des Moines Police Officers.  An anonymous caller tipped the police about the package.  When the police arrived, it only failed to explode due to a sliver of wood blocking the trigger.
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         6/23/1970: Unknown perpetrators placed a bomb at a U.S. Air Force recruiting Station in San Francisco, California, United States.  The bomb was discovered by a station employee and subsequently removed.
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6/25/1970: Fred Loyd Hayes bombed a house purchased by an African American woman in a White neighborhood in Longview, Texas, United States.  There were no casualties and it is unknown what damages the house sustained.
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       6/29/1970: Suspected members of the Black Panther Party bombed the Harvey Ingham Hall of Science at Drake University in Des Moines, Iowa, United States.  There were no casualties but the explosion caused an estimated $300,000 in damage to the building.
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6/29/1970: Suspected revolutionary leftists threw a pipe bomb filled with gunpowder at the Whitefish Bay Bank & Trust Company in Whitefish Bay, Wisconsin, United States.  The bomb did not detonate.  This incident was believed to be linked to the many bombings in the Milwaukee, Wisconsin area during this time period.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        6/30/1970: Two policemen, Robert M. Perry and Robert G. Beck, were shot by snipers in Plainfield, New Jersey, United States after responding to a fire at a vacant shop.  Officer Perry would eventually die from his injuries.  City officials believed that radical African Americans intentionally set the fire to lure the policemen into the area.  Firefighters fighting the blaze were also shot at.
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6/30/1970: In a series of four related attack, unknown perpetrators placed multiple incendiary devices throughout the Woolworth's store on 34th street in Manhattan, New York, United States.  There were no casualties and the firebombs caused only minor damage to the building and merchandise.
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 6/30/1970: In a series of four related attack, unknown perpetrators placed multiple incendiary devices throughout the Woolworth's store on 86th street and 3rd Avenue in Manhattan, New York, United States.  There were no casualties and the firebombs caused only minor damage to the building and merchandise.
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            6/30/1970: In a series of four related attack, unknown perpetrators placed multiple incendiary devices throughout the Woolworth's store on Broadway Avenue in Manhattan, New York, United States.  There were no casualties and the firebombs caused only minor damage to the building and merchandise.
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6/30/1970: In a series of four related attack, unknown perpetrators placed multiple incendiary devices throughout a Grand Union supermarket in Manhattan, New York, United States.  There were no casualties and the firebombs caused only minor damages.
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        7/0/1970: An unexploded bomb was discovered at Honeywell Incorporated in Wauwatosa, Wisconsin, United States.  This incident was believed to be linked to the many bombings perpetrated by revolutionary leftists in the Milwaukee, Wisconsin area during this time period.
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    7/0/1970: Unknown perpetrators set a fire at St. Ann's Church in Boston, Massachusetts, United States.  There were no casualties but the blaze caused $5,000 in damages.  This is believed to be part of a campaign to scare Whites out of the Dorchester area.
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           7/1/1970: Members of the Revolutionary Force Seven threw a pipe bomb through the back door of the Inter-American Defense Board building in Washington D.C., United States.  There were no casualties but the chauffeur room and a bathroom were damaged.
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7/1/1970: Unknown perpetrators bombed a classroom in the University of California's Center for East Asian Studies in Berkeley, California, United States.  There were no casualties but the building sustained $7,000 in damages.
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    7/2/1970: Suspected Black Panthers bombed the Components Concept Corporation, a Black-owned business in Omaha, Nebraska, United States.  There were no casualties but the building was destroyed and equipment within the building was damaged.
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7/2/1970: Tommy L. Harper, an African American, was killed when a bomb that he was carrying prematurely exploded when he was one hundred feet away from the Compton Police Station in California, United States.  It is suspected that he was attempting to bomb the police station.  Windows were shattered at a building and automobile that were in the vicinity of the explosion.
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7/3/1970: Unknown perpetrators placed a bomb outside of the apartment of New York State Supreme Court Justice Jawn A. Sandifer in Manhattan, New York, United States.  The bomb was discovered inside a shopping bag at the door of the apartment by a maintenance employee and subsequently dismantled by the bomb squad.  Justice Sandifer and his family were vacationing in New Jersey at the time of the incident.
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7/3/1970: Unknown perpetrators bombed the University Federal Savings and Loan Building in Seattle, Washington, United States.  There were no casualties but the building sustained $3,000 in damages.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             7/4/1970: Gerard Malloy tossed a Molotov cocktail at an Army truck stationed at Fort Hamilton in New York, United States.  There were no casualties but the vehicle was badly damaged.
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       7/4/1970: Fred Loyd Hayes and Kenneth Ray McMaster placed twenty seven nitroglycerine explosives underneath buses stationed at the Longview school district maintenance yard in Longview, Texas, United States.  Attached to a common detonator, the bombs exploded simultaneously, damaging a total of thirty three buses at a cost of around $100,000.  There were no casualties.  Hayes and McMaster carried out the bombing to prevent the busing of African Americans to recently desegregated schools.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7/4/1970: Unknown perpetrators threw a pipe bomb through the garage window of Ben Maidenburg's house in Akron, Ohio, United States.  Maidenburg was the publisher of the Akron Beacon Journal.  There were no casualties but the blast caused $10,000 in damages.
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7/4/1970: Unknown perpetrators bombed the Long Beach Democratic Committee headquarters in Long Beach, New York, United States.  There were no casualties and it is unknown if the headquarters sustained any damages.
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7/4/1970: Two youths were hired by Frank Thurber, a member of a union affiliated with the striking Typographical Union, shot and killed Allan W. Daly at his home in San Francisco, California, United States.  Daly was a non-striking member of the San Rafael Independent Journal.
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       7/5/1970: Unknown perpetrators placed a total of eleven firebombs underneath five police radio cars in the parking lot of a police station in Queens, New York United States.  The firebombs, which failed to explode due to faulty fuses, were discovered by a patrolman on security duty and were removed.
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   7/8/1970: Gaylen Alexander and Billy Joel Oglesby detonated an explosive device in a dynamite warehouse owned by the Atlas Powder Company in Oneonta, Alabama, United States.  The blast ignited two-thousand cases of dynamite stored at the warehouse destroying the building.  There were no casualties but windows were shattered at buildings within an eight mile radius of the warehouse.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7/8/1970: Unknown perpetrators threw a Molotov Cocktail into a home that housed two printers for the strike-bound San Rafael Independent Journal in Petaluma, California, United States.  Six people escaped from the house without injury but the interior of the house was damaged.
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               7/9/1970: Unknown perpetrators set a fire in the Selective Service office in Des Plaines, Illinois, United States.  The fire, however, extinguished itself and only a desk and table were destroyed.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             7/11/1970: Unknown White perpetrators fired shotgun blasts indiscriminately into a crowd of African American youths in New Bedford, Massachusetts, United States.  Lester Lima was killed and Kim Holland, Randall Robinson, and Gordon Ribiro were wounded.  This attack sparked widespread rioting by the African American community of New Bedford.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         7/14/1970: Unknown perpetrators threw two Molotov cocktails and bricks into the Tri-City Human Relations Council building in Chicago, Illinois, United States.  There were no casualties and the building sustained only minor damages.  The council was involved in an anti-discrimination lawsuit against various housing developers and real estate brokers in Chicago.
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               7/14/1970: Unknown perpetrators firebombed a Marine Corp Recruiting Booth in New York City, United States. There were no casualties and it is unknown if the recruiting booth sustained any damages.
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   7/16/1970: The offices of the Southeast Community Organization of Chicago, Illinois, United States were firebombed by unknown perpetrators.  There were no casualties and it is unknown if the building sustained any damages.  This incident took place two days after the Tri-City Human Relations Council building in Chicago was firebombed.
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7/16/1970: Unknown perpetrators firebombed a Marine Corps Recruiting Office in Brooklyn, New York, United States.  There were no casualties and it is unknown if the recruiting office sustained any damages.
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    7/16/1970: Unknown perpetrators firebombed the Dakota County Selective Service Office in St. Paul, Minnesota, United States.  There were no casualties and it is unknown if the Selective Service office sustained any damages.
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7/17/1970: Chicago police officers Tony Rizzato and James Severin were killed by snipers while patrolling an open area at the Mother Cabrini Homes project in Chicago, Illinois, United States.  Two African Americans, Johnnie Veal and George Knights, were convicted of the murders.
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7/18/1970: Unknown perpetrators bombed the Broadway Savings Bank in Manhattan, New York, United States.  There were no casualties but windows and glass doors were shattered.
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          7/20/1970: Suspected Black nationalists firebombed the Crown Heights Jewish Community Council in Brooklyn, New York, United States.  There were no casualties, however, the building was heavily damaged.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           7/21/1970: Two cars being prepared for delivery to the New York Police Department were bombed in Queens, New York, United States.  There were no casualties, but both cars sustained damages.  A crudely made Vietcong flag was discovered at the scene.
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             7/21/1970: Suspected revolutionary leftists  bombed a truck at the South Side Reserve Headquarters in Milwaukee, Wisconsin, United States.  There were no casualties but the blast caused minor damage.  There were many other bombings in the Milwaukee area during this time period.
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           7/22/1970: Suspected revolutionary leftists bombed a fuel line at the Wisconsin Petroleum Terminal Corporation in Jones Island, Wisconsin, United States.  There were no casualties but twelve thousand gallons of fuel oil leaked out of the pipe and around eighteen windows on the premises were shattered.  There were many other bombings in the Milwaukee, Wisconsin area during this time period.
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                7/22/1970: Unknown perpetrators firebombed an Army Recruiting Trailer in Camden, New Jersey, United States.  There were no casualties and it is unknown if the trailer was damaged.
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7/23/1970: Unknown perpetrators, located on the Grove-Shafter Freeway, threw a bomb at the California Highway Patrol office in Oakland, California, United States.  The bomb landed fifty feet away from the building and created a small hole in the ground.
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         7/24/1970: Members of the Jewish Defense League failed in their attempts to firebomb a Black Community Center in Brooklyn, New York, United States.  This incident occurred four days after the Crown Heights Jewish Community Council in Brooklyn was firebombed by suspected African American militants.
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 7/27/1970: In a series of related attack, unknown perpetrators bombed the Armed Forces Police Station in San Francisco, California, United States.  There were no casualties but the bomb created a five inch hole in the office of the commanding officer and shattered windows at the army base.
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               7/27/1970: In a series of related attack, unknown perpetrators bombed a historic Nike missile located at the Army Presidio in San Francisco, California, United States.  There were no casualties but the bomb caused minor damages.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          7/31/1970: Unknown perpetrators fired shotgun blasts at the house of the first African American family to move into a White neighborhood in Charlotte,North Carolina, United States.  There were no casualties but it is uknown if the house was damaged.
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  8/2/1970: Unknown perpetrators taped a bomb to a police car driven by Officer Robert F. Maloney in Berkeley, California, United States.  The bomb exploded, rupturing the gasoline tank, and sending flames twenty five feet up into the air.  Officer Maloney was able to escape the vehicle unharmed but the car was destroyed.
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8/5/1970: Suspected revolutionary leftists bombed a research laboratory of the Wisconsin Motors Division of Continental Motors Corporation in Milwaukee, United States.  There were no casualties but the bomb caused $10,000 in damages to the laboratory.  There were many other bombings in the Milwaukee area during this time period.
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                8/6/1970: Police Officer Richard Huerta was shot dead by Emile Thompson, a Black nationalist, while he was sitting in his car writing out a traffic ticket in San Jose, California, United Station.
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             8/7/1970: Unknown perpetrators threw a Molotov cocktail through the door window of a Selective Service Office in Dundalk, Maryland, United States.  There were no casualties but the damages to the building and draft records amounted to about $600.
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              8/10/1970: Four members of the White Panthers Party threw three firebombs through the windows of Oregon's Selective Service Headquarters in Portland, United States.  There were no casualties but the resulting fire caused around $1,000 of damage to furniture within two offices.
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     8/15/1970: John Thomas was shot to death in his car in West Point, Mississippi, United States.  Thomas was a civil rights activist who previously led the campaign of a Black mayoral candidate.  The shooter, Seth Stanley, a White male, was found not guilty by means of self defense by an all-White jury.
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  8/17/1970: Unknown perpetrators placed twenty sticks of dynamite in an a federal office building housing the Armed Forces Examination Center in Minneapolis, Minnesota, United States.  The resulting explosion knocked a night watchman unconscious and caused an estimated $500,000 in damage to the building.  Windows were shattered at buildings within a one block radius of the explosion.
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           8/18/1970: Members of the Jewish Defense League failed in their attempts to firebomb a Black Community Center in Brooklyn, New York, United States.  This incident occurred a month after the Crown Heights Jewish Community Council in Brooklyn was firebombed by suspected African American militants.
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    8/20/1970: Stuart W. Baker Jr. and John Jefferson Rimes firebombed a Selective Service Office located in a Masonic Temple in Reisterstown, Maryland, United States.  There were no casualties but seven thousand draft records were destroyed or damaged and $300 worth of office equipment was also destroyed.
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           8/20/1970: Police Officer Ronald T. Tsukamoto was shot and killed by an unknown perpetrator in Berkeley, California, United States.  While writing a ticket for a motorcyclist, a man walked up to Officer Tsukamoto and shot him  twice with a revolver.  The perpetrator immediately jumped in a car driven by an African American male and sped away.
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8/21/1970: Unknown perpetrators placed a timed firebomb in the hallway of Emerald Hall at the University Oregon in Eugene, United States.  After the firebomb ignited, the sprinkler system of the building immediately put out the blaze.  However, the building sustained around $2,750 in damages caused mainly by the water from the sprinkler system.
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          8/22/1970: Gary Hogan, a suspected member of the Black Panthers Party, placed two time bombs in Dayton's Department Store in St. Paul, Minnesota, United States.  The first bomb detonated severely injuring one woman and causing damages to the restroom.  The second bomb, ten times more powerful that the first, was discovered and disarmed outside of the restroom by police.  It is believed that the second bomb was intended to kill police officers responding to the scene of the first bomb.
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             8/22/1970: Unknown perpetrators firebombed a National Guard truck stationed at an armory in Baltimore, Maryland, United States.  There were no casualties and it is unknown if there were any damages.
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      8/25/1970: Unknown revolutionary leftists tossed a Molotov cocktail into the Police Headquarters in Burlington, Massachusetts, United States.  The only Police Officer on duty, Ronald I. Glejzer, escaped without injury however the building was destroyed.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      8/27/1970: Unknown perpetrators placed an incendiary device connected to a detonator on the window ledge of a kitchen within the John F. Kennedy School of Government at Harvard University in Cambridge, Massachusetts, United States.  The device was discovered and subsequently disarmed.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                8/28/1970: Two explosive charges were set off at the G. W. Bullick School in Rocky Mount, North Carolina, United States.  The school was scheduled to be integrated.  There were no casualties in the attack and the school sustained minor damage.
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            8/28/1970: Unknown perpetrators firebombed the National Guard Armory in Walnut Creek, California, United States.  There were no casualties and it is unknown if the armory was damaged.
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8/28/1970: Unknown perpetrators firebombed a municipal court building in Walnut Creek, California, United States.  There were no casualties and it is unknown if the building was damaged.
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                8/29/1970:  Unknown perpetrators placed a bomb in front of the California Highway Patrol office in Santa Fe Springs, California, United States.  The bomb was discovered and subsequently disarmed.
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       8/30/1970: Unknown perpetrators threw a Molotov cocktail through the window of the R.O.T.C. building at the University of Georgia in Athens, United States.  The resulting fire was put out almost immediately by the sprinkler system, however, one classroom sustained minor water damage.
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   9/2/1970: Unknown perpetrators, stationed in a car, threw a bomb into an unoccupied police vehicle that was located in a predominantly African American neighborhood in San Francisco, California, United States.  There were no casualties but the car was extensively damaged.
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      9/2/1970: In a series of two incidents that were possibly part of a multiple attack, unknown perpetrators detonated a bomb at the Ford Motor Company's plant in Milpitas, California, United States.  There were no casualties but windows in the front lobby were shattered.
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               9/3/1970: In a series of two incidents that were possibly part of a multiple attack, unknown perpetrator detonated a bomb at the General Motors Company's plant in Fremont, California, United States.  There were no casualties but a total of twenty-seven windows were shattered.
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     9/3/1970: Unknown perpetrators placed three large homemade bombs near the statue of Edward Hull Crump at Overton Park in Memphis, Tennessee, United States.  The bombs were discovered and subsequently removed by the police.
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       9/4/1970: Suspected revolutionary leftists attempted to bomb the Lakeside Laboratories in Milwaukee, Wisconsin, United States.  The main charge of the bomb failed to detonate.  This incident was believed to be linked to the many bombings in the Milwaukee area during this time period.
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                9/4/1970: Unknown perpetrators threw a bomb at the Orange County Courthouse in Santa Ana, California, United States.  The device failed to explode.
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             9/5/1970: Don Clayton McMain threw a hand grenade simulator into the DeWitt Police Station in DeWitt, Iowa, United States.  Two police officers were injured and the building sustained minor damages.
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       9/5/1970: Unknown perpetrators bombed a restroom adjacent to District Attorney's Evelle J. Younger office at the Hall of Justice in Los Angeles, California, United States.  The Hall of Justice was the site where Charles Manson and three others were on trail for murdering Sharon Tate, Leno LaBianca, and Rosemary LaBianca.  There were no casualties, however the building sustained an estimate $10,000 in damages.
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        9/6/1970: Ernest J. King failed in his attempts to bomb a garage of the Fitchburg Police Station in Fitchburg, Massachusetts, United States.  He was arrested a week later.
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 9/9/1970: Unknown perpetrators failed in their attempts to firebomb the offices of the Kaleidoscope in Madison, Wisconsin, United States.  The Kaleidoscope was an underground newspaper that sympathized with the New Years Gang.
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   9/10/1970: Unknown perpetrators firebombed the R.O.T.C. building at the University of Florida in Gainesville, Florida, United States.  There were no casualties but the resulting fire caused $2,000 in damages.
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   9/18/1970: Police Officer William Albert Miscannon was sitting in his police car in Toledo, Ohio, United States, near the headquarters of the Black Panther Party, when an unknown perpetrator walked up to his car and shot the officer three times.  Officer Miscannon was killed and his partner Officer Walter Shaw, who was also sitting in the car, was treated for shock.
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  10/1/1970: Unknown perpetrators firebombed the campaign headquarters of Parren Mitchell in Baltimore, Maryland, United States.  Mitchell was running in a contentious campaign, attempting to become the first African American Congressman from the state of Maryland.  The were no casualties and the resulting fire caused only minor damages.
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  10/2/1970: Unknown perpetrators bombed Prince Lucien Campbell Hall at the University of Oregon in Eugene, United States.  There were no casualties but the building sustained $50,000 in damages.
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        10/2/1970: Four teenagers, who were members of a Neo-Nazi group, threw four Molotov cocktails and dropped metal grates down a seventy-five foot shaft at a Sewage Pumping Station in Anne Arundel, Maryland, United States.  There were no casualties, but the station sustained $2,000 in damages.  The perpetrators attempted to provoke a racial conflict hoping that the incident would be blamed on African Americans.
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           10/5/1970: Unknown perpetrators bombed the student union at Bluefield State College in Bluefield, West Virginia, United States.  There were no casualties but the building sustained $15,000 in damages.
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     10/9/1970: A splinter group of Ku Klux Klan claimed credit for blowing up a transmitter of radio station KPFT in Houston, Texas, United States.  KPFT radio gave a platform for people with Communist views.  There were no casualties but the station was knocked of the air.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       10/10/1970:  The Weathermen bombed a courthouse in the Long Island City section of Queens, New York, United States.  There were no casualties but the building sustained $50,000 in damages.
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         10/15/1970: Unknown perpetrators bombed a Police Storefront Center in Kansas City, Missouri, United States.  The Storefront Center was an experimental program focusing on improving relations between police and the African American community of Kansas City.  The building was damaged and Officers Kenneth Fleming and Charles Robinson were injured.
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        10/20/1970: Black militants set fire to the Veterans of Foreign Wars Building in Cairo, Illinois, United States.  Firefighters were shot at by sniper fire coming from the nearby Pyramid Courts Housing Project and could not begin to put out the fire until the police secured the premises.  There were no casualties but the building was destroyed at a cost of an estimated $60,000.
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           10/21/1970: Snipers positioned in and around the Pyramid Court Housing Project, armed with automatic weapons, fired on police headquarters in Cairo, Illinois, United States.  Police fired back in an exchanged that last three hours.  There were no casualties but the police station was hit by hundreds of bullets.
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             10/24/1970: Black militants ignited a fire in a White owned grocery store across the street from the Pyramid Courts Housing Project in Cairo, Illinois, United States.  Due to sniper fire, firefighters were unable to get close to the building.  There were no casualties but the store burnt down.
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    10/24/1970: Fifteen to eighteen Black militants, dressed in military fatigues and armed with rifles, opened fire on police headquarters in Cairo, Illinois, United States, three separate times during a six hour period.  Police were able to repel each of the three attacks.  One Black militant was injured and one bystander was hit by a stray bullet.  Buildings in the surrounding area were also damaged by bullets.  In response to this attack, the mayor claimed that there was an "open armed insurrection" taking place in Cairo.
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   10/25/1970: Unknown perpetrators sent a mail bomb that exploded at the main post office in Washington D.C., United States.  The bomb caused no damage to the building, but one person was injured.  Minutes after the explosion, an anonymous phone caller told the post office, apparently unaware that the bomb already detonated, to evacuate the building because there was a bomb.  Authorities were unable to determine who the mailbomb was intended for.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          10/28/1970: Unknown perpetrators threw five firebombs at the Martin County Courthouse in Stuart, Florida, United States.  Two of the bombs landed inside the building and three of the bombs landed outside the building.  There were no casualties and the building sustained less than $500 in damages.
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           10/28/1970: Suspected revolutionary leftists bombed a police car parked at the Whitefish Bay Police Station in Whitefish Bay, Wisconsin, United States.  The blast was coordinated to go off during the middle of a shift change, however there were no casualties.  Two police cars were damaged in the attack.  This incident was believed to be linked to the many bombings in the Milwaukee, Wisconsin area during this time period.
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10/29/1970: Two unknown perpetrators threw two Molotov cocktails into the El Toro Marine Corps Air Station in El Toro, California, United States.  The firebombs landed in the motor pool area but caused no damage.
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  10/30/1970: In a series of three related incidents, unknown perpetrators bombed the United States Naval Militia Armory in Queens, New York, United States.  Minutes before the blast, an anonymous caller stated that a bomb was set to go off in the armory in five minutes.  There were no casualties but the building and surrounding area sustained around $7,500 in damages.
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          10/30/1970: In a series of three related incidents, unknown perpetrators bombed the Police Motorcycle Headquarters in the Bronx, New York, United States.  There were no casualties but two holes were blown into the ceiling of the facility and a window was shattered.
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       10/30/1970: In a series of three related incidents, unknown perpetrators bombed the Army Reserve Center in Queens, New York, United States.  There were no casualties but a hole was torn into the building.
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10/30/1970: On a day of multiple bombings in New York City, postman Anthony Muranelli discovered two apparent homemade bombs in a bag lying against a tree stump in the Bronx, New York, United States.  He turned the bombs over to the police and they were subsequently disarmed.
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    11/1/1970: African American Ronald Mitchell was killed in a drive-by shooting by suspected White Racists in New Castle, Pennsylvania, United States.  His death sparked violent race riots throughout the city.
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    11/1/1970: Unknown perpetrators firebombed a Navy R.O.T.C. vehicle at the University of Michigan in Ann Arbor, Michigan, United States.  There were no casualties and it is unknown if the vehicle was damaged.
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             11/7/1970: Unknown perpetrators set fire to the Cairo Lumber Company in Cairo, Illinois, United States.  There were no casualties but the fire caused an estimated $100,000 in damages.  The lumber yard was owned by Robert Cunningham, the former leader of a White vigilante group.
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               11/7/1970: Unknown perpetrators ignited a fire in the Air Force Library located within the University of Minnesota Armory in Minneapolis, Minnesota, United States.  There were no casualties and the damages amounted to only $500.
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                11/8/1970: Shortly after a lumber yard owned by Robert Cunningham, a former leader of a White vigilante group in Cairo, Illinois, United States, was set on fire, Wiley Anderson, an African American, was shot four times as he was walking in the Pyramid Court Housing Projects in Cairo.  Leaders of Cairo's African American community believed that Anderson was shot by White snipers firing indiscriminately into the predominantly Black housing projects.  Anderson died from his wounds two weeks later.
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 11/12/1970: An unknown perpetrator, described as long-haired and bearded, threw three firebombs at the West Side Selective Service office in Chicago, Illinois, United States.  There were no casualties but one of the firebombs smashed through the window causing minor damage to the building.
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             11/15/1970: Police Officers John B. Horton and George A. Gatchel were beat up by African Americans in St. Petersburg, Florida, United States.  A car driving erratically was used to lure a police patrol car to a parking lot.  When Officers Horton and Gatchel got out of their car, two vehicles filled with ten to fifteen people sped into the lot.  Armed with rocks, bottles, plywood, and sticks the men got out of the car and injured both police officers.  The St. Petersburg Chief of Police  believed that the perpetrators were inspired by the many assaults on policemen by "revolutionary extremists" throughout the United States.
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         11/18/1970: Self-proclaimed White Revolutionaries threw a firebomb at Officer Bill Detterline's parked police vehicle at his house in St. Petersburg, Florida, United States.  There were no casualties but the police cruiser was destroyed.  The perpetrators left a note saying that they were showing support for their "Black brothers" in their struggles against the police and that "a revolution has started in the sunshine city." Three days earlier, a group of African Americans attacked two St. Petersburg police officers.
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         11/21/1970: Unknown perpetrators bombed a replica of the Liberty Bell that was located behind City Hall in Portland, Oregon, United States.  The blast destroyed the bell, damaged the front doors of City Hall, and shattered windows of buildings in the surrounding area.  A janitor was also injured by flying debris.
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             11/21/1970: Unknown perpetrators threw a bomb into the house of L. D. Turner, the chief of security of a TNT manufacturer roiled in a labor dispute.  There were no casualties but Turner's house in Chattanooga, Tennessee, United States sustained extensive damage.
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                11/22/1970: John Allen Brown placed a high explosive bomb within the vicinity of the Shore Acre-Snell Isle area of St. Petersburg, Florida, United States.  The bomb failed to explode due to a timing malfunction.  Police believed that Brown might have bombed a police car in St. Petersburg four days earlier.
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      11/25/1970: An unknown perpetrator placed a bomb in the men's restroom of the gymnasium at the University of California, Berkeley, United States.  The bomb was discovered by a custodian and subsequently disarmed by a military bomb squad.
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             11/25/1970: Two days after the Armed Commandos of Liberation bombed the Consulate of the Dominican Republic, unknown perpetrators placed a bomb in the R.O.T.C. building of the University of Puerto Rico in San Juan, Puerto Rico.  The fragmentation device was discovered and removed thirty minutes before it was set to detonate.
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 12/1/1970: Unknown perpetrators bombed Johnson Hall at the University of Oregon in Eugene, Oregon, United States.  There were no casualties but the bomb caused $9,000 in damages.
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         12/14/1970: Suspected members of the Armed Revolutionary Independence Movement (MIRA) firebombed the Headquarters of the Antipoverty Agency in Bridgeport, Connecticut, United States.  There were no casualties but records involving the Spanish community and food intended for charity were destroyed.
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     12/15/1970: Unknown perpetrators firebombed three offices of the Army R.O.T.C. at the University of Connecticut in Storrs, Connecticut, United States.  There were no casualties and the damages to the offices were modest.  Some military records were lost.
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          12/16/1970: Unknown perpetrators threw two firebombs through the front window of a Selective Service office in Hollywood, Florida, United States.  There were no casualties and the building sustained only minor damage.
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   12/18/1970: Unknown perpetrators bombed a building that housed the draft board in San Mateo, California, United States.  There were no casualties and it is unknown if the building was damaged.
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       12/22/1970: A revolutionary leftist bombed National Guard trucks stationed at the Whitefish Bay Armory in Whitefish Bay, Wisconsin, United States.  One truck was damaged but the resulting fire was extinguished before it had a chance to spread to the thirty other vehicles parked at the lot.  There were many other bombings in the Milwaukee, Wisconsin area during this time period.
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               12/27/1970:  James Palmer Brewer and Randy Gerald Davis placed a bomb wrapped in a paper bag in front of the Army Recruiting Station in College Park, Georgia, United States.  A janitor was injured picking up the bomb and glass windows and doors were shattered.
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 12/31/1970: Unknown perpetrators bombed the municipal court building in El Monte, California, United States.  There were no casualties but a door of the building was destroyed and twelve windows were shattered.
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     1/1/1971: The Mount Gilead, North Carolina, United States garage of William Chambers, the father of civil rights attorney Julius Chambers, was suspected to have been destroyed by arson.  There were no casualties  but the damages to building were estimated to be $11,000.
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   1/5/1970: Unknown perpetrators threw a firebomb into an R.O.T.C. office at Claremont Men's College in Claremont, California, United States.  There were no casualties but the building sustained an estimated $1,000 in damages.
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1/5/1971:  Unknown perpetrators bombed a military induction center in Oxnard, California, United States.  There were no casualties and it is unknown if the center sustained damages.
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1/6/1971: Unknown perpetrators threw a firebomb into the Camp Fire Girls Headquarters in Pomona, California, United States.  There were no casualties, however, the building was destroyed causing an estimated $50,000 in damages.  This attack occurred during heightened racial tensions in Pomona which included an attempted boycott of the school system.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   1/9/1971: Unknown perpetrators set a fire in the cafeteria at Garey High School in Pomona, California, United States.  There were no casualties but the fire caused an estimated $15,000 in damages.  This attack occurred during heightened racial tensions in Pomona which included an attempted boycott of the school system.
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1/9/1971:  Unknown perpetrators set a fire in the cafeteria at Hamilton Elementary School in Pomona, California, United States.  There were no casualties and only minor damages were reported.  This attack occurred during heightened racial tensions in Pomona which included an attempted boycott of the school system.
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1/11/1971: Unknown perpetrators set a fire in the cafeteria at Hamilton Elementary School in Pomona, California, United States.  There were no injuries or fatalities and only minor damages were reported.  This attack occurred during heightened racial tensions in Pomona which included an attempted boycott of the school system.
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   1/12/1971: Unknown perpetrators threw a Molotov cocktail through the front window of the Palos Verdes Peninsula Chamber of Commerce office in Rolling Hills Estates, California, United States.  There were no casualties but damage to the chamber of commerce and two businesses housed in the same facility amounted to an estimated $12,000.
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               1/15/1971: In a series of related incidents, an unknown perpetrator bombed a Marine Recruiting Station located in the National Bronx Bank Building in the Bronx, New York, United States.  Two people were injured and the bomb caused minor damage.
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1/15/1971: In a series of related incidents, unknown perpetrators bombed an Air Force Recruiting Station in Manhattan, New York, United States.  There were no casualties and the bomb caused minor damage.
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       1/19/1971: Unknown perpetrators bombed a Housing Authority Police Station in San Francisco, California, United States.  There were no casualties but about thirty windows were shattered and power and communication lines were knocked out.
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1/19/1971: Unknown perpetrators placed a time bomb adjacent to military recruiting offices housed in the old federal building at the San Francisco Civic Center in California, United States.  The bomb was discovered and defused.
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1/19/1971: Unknown perpetrators firebombed the home of James Ford in Cleveland, Ohio, United States.  There were no casualties but Ford's home sustained $15,000 in damages.  Ford was an administrator at the Cuyahoga Metropolitan Housing Authority.  At the time, dissident employees of the organization were on strike.
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1/24/1971: At around 8:00 AM, a member of the Black Liberation Army flagged down a police officer driving his radio car in Manhattan, New York, United States.  When the cop pulled over, the perpetrator began stabbing the officer with a knife.  The officer then shot and killed the assailant.  That morning, the New York Times received two anonymous calls stating that a New York policeman would be killed at 8:00 AM unless the BLA received $100,000.
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         1/26/1971: Unknown perpetrators bombed the boiler room located at the north campus of Twin Lakes High School in West Palm Beach, Florida, United States.  The explosion caused $10,000 in damages to the heating system.  Twin Lakes High School was the scene of intense racial conflict.
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2/4/1971: The Charlotte, North Carolina, United States law offices of civil rights attorney Julius Chambers were destroyed by arson.  There were no casualties in the attack.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2/9/1971: Unknown perpetrators placed a bomb underneath the car of Thomas H. Abbott, the principal of Twin Lakes High School in West Palm Beach, Florida, United States.  The bomb failed to explode because the timing device of the weapon malfunctioned.  Twin Lakes High School was the scene of intense racial conflict.
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       2/10/1971: Charles Lawrence, a member of a Neo-Nazi group, placed a dynamite bomb at the home of Ben Maidenburg in Akron, Ohio, United States.  Maidenburg was the publisher of the Akron Beacon Journal.  The bomb was discovered and subsequently removed.
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2/13/1971: James Palmer Brewer and Randy Gerald Davis bombed the Armed Forces Induction Center in Atlanta, Georgia, United States.  There were no casualties but the blast shattered hundreds of windows.
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2/14/1971: Five anti-war protesters broke into the Bucks County Selective Service office in Bristol, Pennsylvania, United States.  The perpetrators set fire to draft records and ransacked the office.  The interior of the office was heavily damaged and around half of the files were destroyed.
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     2/16/1971: In a series of related incidents, Puerto Rican nationalists bombed El San Juan Hotel in San Juan, Puerto Rico.  There were no casualties but the hotel sustained $5,500 in damages.
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         2/16/1971: In a series of related incidents, Puerto Rican nationalists bombed the Americana in San Juan, Puerto Rico.  There were no casualties but the hotel sustained $5,000 in damages.
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2/16/1971: In a series of five incidents that might have been related, Puerto Rican nationalists placed a pipe bomb at the United States Coast Guard radio beacon tower in San Juan, Puerto Rico.  The bomb was discovered and deactivated two hours before it was set to detonate.
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2/16/1971: In a series of five incidents that might have been related, Puerto Rican nationalists placed three Molotov cocktails in an office building housing American owned businesses in San Juan, Puerto Rico.  The firebombs were discovered unignited and subsequently removed.
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2/16/1971: In a series of five incidents that might have been related, Puerto Rican nationalists placed an incendiary device in the Franklin's Store in Rio Piedras, Puerto Rico.  The firebomb were discovered unignited and subsequently removed.
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2/20/1971: Miami Police Officer Victor Butler Jr. was ambushed by suspected members of the Black Afro-militant Movement (BAMM) in Miami, Florida, United States.  The bullets struck him in the chest and back and he died instantly.  BAMM members John Lane and John Murray Johnson were indicted of the murder but the charges were dropped when the police witness, and fellow BAMM member Jan Thurston, recanted his confession.  Police eventually indicted Thurston for the murder but charges against him were also dropped because a judged ruled that he was questioned without probable cause.
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           2/22/1970:  A realty office in Los Angeles, California, United States was bombed by the Chicano Liberation Front.  Apparently the office was mistakenly thought to be owned by a critic of militant Chicanos.  There were no casualties.
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2/26/1971: Unknown perpetrators set fire to the R.O.T.C. building at the University of Hawaii, in Honolulu, United States.  There were no casualties but the building sustained $70,000 in damages.
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     2/27/1971: Unknown perpetrators placed a bomb in a Selective Service office in Rio Piedras, Puerto Rico.  It is unknown if the bomb detonated.
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
##        crit1 crit2 crit3 doubtterr alternative            alternative_txt
## 1          1     1     1         0          NA                       <NA>
## 2          1     1     1         0          NA                       <NA>
## 3          1     1     1         0          NA                       <NA>
## 4          1     1     1         0          NA                       <NA>
## 5          1     1     1        -9          NA                       <NA>
## 6          1     1     1         0          NA                       <NA>
## 7          1     1     1         0          NA                       <NA>
## 8          1     1     1         1           2           Other Crime Type
## 9          1     1     1         0          NA                       <NA>
## 10         1     1     1         0          NA                       <NA>
## 11         1     1     0         1           1 Insurgency/Guerilla Action
## 12         1     1     1         1           2           Other Crime Type
## 13         1     1     1        -9          NA                       <NA>
## 14         1     1     1         0          NA                       <NA>
## 15         1     1     1         1           2           Other Crime Type
## 16         1     1     1         0          NA                       <NA>
## 17         1     1     0         1           1 Insurgency/Guerilla Action
## 18         1     1     1         0          NA                       <NA>
## 19         1     1     1         0          NA                       <NA>
## 20         1     1     1         0          NA                       <NA>
## 21         1     1     1         0          NA                       <NA>
## 22         1     1     1         0          NA                       <NA>
## 23         1     1     1         0          NA                       <NA>
## 24         1     1     1         0          NA                       <NA>
## 25         1     1     1         0          NA                       <NA>
## 26         1     1     1         0          NA                       <NA>
## 27         1     1     1         0          NA                       <NA>
## 28         1     1     1         0          NA                       <NA>
## 29         1     1     1         0          NA                       <NA>
## 30         1     1     1         1           2           Other Crime Type
## 31         1     1     1         0          NA                       <NA>
## 32         1     1     1         0          NA                       <NA>
## 33         1     1     1         0          NA                       <NA>
## 34         1     1     1         0          NA                       <NA>
## 35         1     1     1        -9          NA                       <NA>
## 36         1     1     1         1           2           Other Crime Type
## 37         1     1     1         0          NA                       <NA>
## 38         1     1     1         0          NA                       <NA>
## 39         1     1     1         0          NA                       <NA>
## 40         1     1     0         1           1 Insurgency/Guerilla Action
## 41         1     1     1         1           2           Other Crime Type
## 42         1     1     1         1           2           Other Crime Type
## 43         1     1     1         0          NA                       <NA>
## 44         1     1     1         0          NA                       <NA>
## 45         1     1     1         0          NA                       <NA>
## 46         1     1     1         0          NA                       <NA>
## 47         1     1     1         0          NA                       <NA>
## 48         1     1     1         0          NA                       <NA>
## 49         1     1     1         0          NA                       <NA>
## 50         1     1     1         1           2           Other Crime Type
## 51         1     1     1         0          NA                       <NA>
## 52         1     1     1         0          NA                       <NA>
## 53         1     1     1         0          NA                       <NA>
## 54         1     1     1         1           2           Other Crime Type
## 55         1     1     1         1           2           Other Crime Type
## 56         1     1     1         0          NA                       <NA>
## 57         1     1     1         0          NA                       <NA>
## 58         1     1     1         0          NA                       <NA>
## 59         1     1     1         1           2           Other Crime Type
## 60         1     1     1         0          NA                       <NA>
## 61         1     1     1         1           2           Other Crime Type
## 62         1     1     1         0          NA                       <NA>
## 63         1     1     1         0          NA                       <NA>
## 64         1     1     1         0          NA                       <NA>
## 65         1     1     1         0          NA                       <NA>
## 66         1     1     1         0          NA                       <NA>
## 67         1     1     1         0          NA                       <NA>
## 68         1     1     1        -9          NA                       <NA>
## 69         1     1     1        -9          NA                       <NA>
## 70         1     1     1         0          NA                       <NA>
## 71         1     1     1         1           2           Other Crime Type
## 72         1     1     1         1           2           Other Crime Type
## 73         1     1     1         0          NA                       <NA>
## 74         1     1     1         0          NA                       <NA>
## 75         1     1     1         0          NA                       <NA>
## 76         1     1     1         0          NA                       <NA>
## 77         1     1     1         0          NA                       <NA>
## 78         1     1     1         0          NA                       <NA>
## 79         1     1     1         0          NA                       <NA>
## 80         1     1     1         0          NA                       <NA>
## 81         1     1     1         0          NA                       <NA>
## 82         1     1     1         0          NA                       <NA>
## 83         1     1     1         0          NA                       <NA>
## 84         1     1     1         0          NA                       <NA>
## 85         1     1     1         0          NA                       <NA>
## 86         1     1     1         0          NA                       <NA>
## 87         1     1     1         0          NA                       <NA>
## 88         1     1     1         0          NA                       <NA>
## 89         1     1     1         0          NA                       <NA>
## 90         1     1     1         0          NA                       <NA>
## 91         1     1     1         0          NA                       <NA>
## 92         1     1     1         0          NA                       <NA>
## 93         1     1     1         0          NA                       <NA>
## 94         1     1     1         0          NA                       <NA>
## 95         1     1     1         0          NA                       <NA>
## 96         1     1     1        -9          NA                       <NA>
## 97         1     1     1         0          NA                       <NA>
## 98         1     1     1         0          NA                       <NA>
## 99         1     1     1         0          NA                       <NA>
## 100        1     1     1         0          NA                       <NA>
## 101        1     1     1         0          NA                       <NA>
## 102        1     1     1         0          NA                       <NA>
## 103        1     1     1         0          NA                       <NA>
## 104        1     1     1         0          NA                       <NA>
## 105        1     1     1         1           2           Other Crime Type
## 106        1     1     1         0          NA                       <NA>
## 107        1     1     1         0          NA                       <NA>
## 108        1     1     1         1           2           Other Crime Type
## 109        1     1     1         1           2           Other Crime Type
## 110        1     1     1         1           2           Other Crime Type
## 111        1     1     1         1           2           Other Crime Type
## 112        1     1     1         0          NA                       <NA>
## 113        1     1     1         0          NA                       <NA>
## 114        1     1     1         0          NA                       <NA>
## 115        1     1     1         0          NA                       <NA>
## 116        1     1     1        -9          NA                       <NA>
## 117        1     1     1         0          NA                       <NA>
## 118        1     1     1         1           2           Other Crime Type
## 119        1     1     1         0          NA                       <NA>
## 120        1     1     1         0          NA                       <NA>
## 121        1     1     1         0          NA                       <NA>
## 122        1     1     1         0          NA                       <NA>
## 123        1     1     1         0          NA                       <NA>
## 124        1     1     1         0          NA                       <NA>
## 125        1     1     1         0          NA                       <NA>
## 126        1     1     1         0          NA                       <NA>
## 127        1     1     1         0          NA                       <NA>
## 128        1     1     1         1           2           Other Crime Type
## 129        1     1     1         1           2           Other Crime Type
## 130        1     1     1         0          NA                       <NA>
## 131        1     1     1         0          NA                       <NA>
## 132        1     1     1         0          NA                       <NA>
## 133        1     1     1         0          NA                       <NA>
## 134        1     1     1         0          NA                       <NA>
## 135        1     1     1         0          NA                       <NA>
## 136        1     1     1         0          NA                       <NA>
## 137        1     1     1         0          NA                       <NA>
## 138        1     1     1         1           2           Other Crime Type
## 139        1     1     1         0          NA                       <NA>
## 140        1     1     1         0          NA                       <NA>
## 141        1     1     1         1           2           Other Crime Type
## 142        1     1     1         0          NA                       <NA>
## 143        1     1     1         1           2           Other Crime Type
## 144        1     1     1         0          NA                       <NA>
## 145        1     1     1         0          NA                       <NA>
## 146        1     1     1         0          NA                       <NA>
## 147        1     1     1         0          NA                       <NA>
## 148        1     1     1         0          NA                       <NA>
## 149        1     1     1         0          NA                       <NA>
## 150        1     1     1         0          NA                       <NA>
## 151        1     1     0         1           1 Insurgency/Guerilla Action
## 152        1     1     0         1           1 Insurgency/Guerilla Action
## 153        1     1     1         0          NA                       <NA>
## 154        1     1     1         1           2           Other Crime Type
## 155        1     1     1         0          NA                       <NA>
## 156        1     1     1         0          NA                       <NA>
## 157        1     1     1         0          NA                       <NA>
## 158        1     1     1         0          NA                       <NA>
## 159        1     1     1         0          NA                       <NA>
## 160        1     1     1         0          NA                       <NA>
## 161        1     1     1         0          NA                       <NA>
## 162        1     1     1         0          NA                       <NA>
## 163        1     1     1         0          NA                       <NA>
## 164        1     1     1         0          NA                       <NA>
## 165        1     1     1         0          NA                       <NA>
## 166        1     1     1         0          NA                       <NA>
## 167        1     1     1         0          NA                       <NA>
## 168        1     1     1         0          NA                       <NA>
## 169        1     1     1         0          NA                       <NA>
## 170        1     1     0         1           1 Insurgency/Guerilla Action
## 171        1     1     1         0          NA                       <NA>
## 172        1     1     1         0          NA                       <NA>
## 173        1     1     1         0          NA                       <NA>
## 174        1     1     1         0          NA                       <NA>
## 175        1     1     1         1           2           Other Crime Type
## 176        1     1     1         0          NA                       <NA>
## 177        1     1     0         1           1 Insurgency/Guerilla Action
## 178        1     1     1         0          NA                       <NA>
## 179        1     1     1         0          NA                       <NA>
## 180        1     1     1         1           2           Other Crime Type
## 181        1     1     1         0          NA                       <NA>
## 182        1     1     1         1           2           Other Crime Type
## 183        1     1     1         0          NA                       <NA>
## 184        1     1     1         0          NA                       <NA>
## 185        1     1     1         1           2           Other Crime Type
## 186        1     1     1         0          NA                       <NA>
## 187        1     1     1         0          NA                       <NA>
## 188        1     1     1         1           2           Other Crime Type
## 189        1     1     1         0          NA                       <NA>
## 190        1     1     1         1           2           Other Crime Type
## 191        1     1     1         1           2           Other Crime Type
## 192        1     1     1         1           2           Other Crime Type
## 193        1     1     1         0          NA                       <NA>
## 194        1     1     1         0          NA                       <NA>
## 195        1     1     1         1           2           Other Crime Type
## 196        1     1     1         0          NA                       <NA>
## 197        1     1     1         0          NA                       <NA>
## 198        1     1     1         0          NA                       <NA>
## 199        1     1     1         0          NA                       <NA>
## 200        1     1     1         1           2           Other Crime Type
## 201        1     1     1         1           2           Other Crime Type
## 202        1     1     1         1           2           Other Crime Type
## 203        1     1     1         0          NA                       <NA>
## 204        1     1     1         0          NA                       <NA>
## 205        1     1     1         0          NA                       <NA>
## 206        1     1     1         0          NA                       <NA>
## 207        1     1     1         0          NA                       <NA>
## 208        1     1     1         0          NA                       <NA>
## 209        1     1     1         0          NA                       <NA>
## 210        1     1     1         0          NA                       <NA>
## 211        1     1     1         0          NA                       <NA>
## 212        1     1     1         0          NA                       <NA>
## 213        1     1     1         0          NA                       <NA>
## 214        1     1     1         0          NA                       <NA>
## 215        1     1     1         0          NA                       <NA>
## 216        1     1     1         0          NA                       <NA>
## 217        1     1     1         0          NA                       <NA>
## 218        1     1     1         0          NA                       <NA>
## 219        1     1     1         0          NA                       <NA>
## 220        1     1     1         0          NA                       <NA>
## 221        1     1     1         0          NA                       <NA>
## 222        1     1     1         0          NA                       <NA>
## 223        1     1     1         0          NA                       <NA>
## 224        1     1     1         0          NA                       <NA>
## 225        1     1     1         0          NA                       <NA>
## 226        1     1     1         0          NA                       <NA>
## 227        1     1     1         0          NA                       <NA>
## 228        1     1     1         0          NA                       <NA>
## 229        1     1     1         0          NA                       <NA>
## 230        1     1     1         0          NA                       <NA>
## 231        1     1     1         0          NA                       <NA>
## 232        1     1     1         0          NA                       <NA>
## 233        1     1     1         0          NA                       <NA>
## 234        1     1     1         0          NA                       <NA>
## 235        1     1     1         1           2           Other Crime Type
## 236        1     1     1         0          NA                       <NA>
## 237        1     1     1         0          NA                       <NA>
## 238        1     1     1         0          NA                       <NA>
## 239        1     1     1         0          NA                       <NA>
## 240        1     1     1         0          NA                       <NA>
## 241        1     1     1         0          NA                       <NA>
## 242        1     1     1        -9          NA                       <NA>
## 243        1     1     1         0          NA                       <NA>
## 244        1     1     1         0          NA                       <NA>
## 245        1     1     1         1           2           Other Crime Type
## 246        1     1     1         1           2           Other Crime Type
## 247        1     1     1         0          NA                       <NA>
## 248        1     1     1         0          NA                       <NA>
## 249        1     1     1         0          NA                       <NA>
## 250        1     1     1         0          NA                       <NA>
## 251        1     1     1         0          NA                       <NA>
## 252        1     1     1         0          NA                       <NA>
## 253        1     1     1         0          NA                       <NA>
## 254        1     1     1         0          NA                       <NA>
## 255        1     1     1         0          NA                       <NA>
## 256        1     1     1         0          NA                       <NA>
## 257        1     1     1         1           2           Other Crime Type
## 258        1     1     1         1           2           Other Crime Type
## 259        1     1     1         0          NA                       <NA>
## 260        1     1     1         0          NA                       <NA>
## 261        1     1     1         0          NA                       <NA>
## 262        1     1     1         0          NA                       <NA>
## 263        1     1     1         0          NA                       <NA>
## 264        1     1     1         1           2           Other Crime Type
## 265        1     1     1         0          NA                       <NA>
## 266        1     1     1         1           2           Other Crime Type
## 267        1     1     1         1           2           Other Crime Type
## 268        1     1     1         0          NA                       <NA>
## 269        1     1     1         0          NA                       <NA>
## 270        1     1     1         1           2           Other Crime Type
## 271        1     1     1         1           2           Other Crime Type
## 272        1     1     1         1           2           Other Crime Type
## 273        1     1     1         0          NA                       <NA>
## 274        1     1     1         0          NA                       <NA>
## 275        1     1     1         0          NA                       <NA>
## 276        1     1     1         0          NA                       <NA>
## 277        1     1     1         0          NA                       <NA>
## 278        1     1     1         0          NA                       <NA>
## 279        1     1     1         0          NA                       <NA>
## 280        1     1     1         0          NA                       <NA>
## 281        1     1     1         0          NA                       <NA>
## 282        1     1     1         0          NA                       <NA>
## 283        1     1     1         1           2           Other Crime Type
## 284        1     1     1         0          NA                       <NA>
## 285        1     1     1         1           2           Other Crime Type
## 286        1     1     1         0          NA                       <NA>
## 287        1     1     1         0          NA                       <NA>
## 288        1     1     1         1           2           Other Crime Type
## 289        1     1     1        -9          NA                       <NA>
## 290        1     1     1         0          NA                       <NA>
## 291        1     1     1        -9          NA                       <NA>
## 292        1     1     1         0          NA                       <NA>
## 293        1     1     1         0          NA                       <NA>
## 294        1     1     1         1           2           Other Crime Type
## 295        1     1     1         1           2           Other Crime Type
## 296        1     1     1         1           2           Other Crime Type
## 297        1     1     1         0          NA                       <NA>
## 298        1     1     1         0          NA                       <NA>
## 299        1     1     1         0          NA                       <NA>
## 300        1     1     1         0          NA                       <NA>
## 301        1     1     1         0          NA                       <NA>
## 302        1     1     1         1           2           Other Crime Type
## 303        1     1     1         0          NA                       <NA>
## 304        1     1     1         0          NA                       <NA>
## 305        1     1     1         0          NA                       <NA>
## 306        1     1     1         1           2           Other Crime Type
## 307        1     1     1         1           2           Other Crime Type
## 308        1     1     1         0          NA                       <NA>
## 309        1     1     1         0          NA                       <NA>
## 310        1     1     1         0          NA                       <NA>
## 311        1     1     1         1           2           Other Crime Type
## 312        1     1     1         0          NA                       <NA>
## 313        1     1     0         1           1 Insurgency/Guerilla Action
## 314        1     1     1         0          NA                       <NA>
## 315        1     1     1         0          NA                       <NA>
## 316        1     1     1         0          NA                       <NA>
## 317        1     1     1         0          NA                       <NA>
## 318        1     1     1         0          NA                       <NA>
## 319        1     1     1         0          NA                       <NA>
## 320        0     1     1         1           2           Other Crime Type
## 321        1     1     1         0          NA                       <NA>
## 322        1     1     1         0          NA                       <NA>
## 323        1     1     1         0          NA                       <NA>
## 324        1     1     1         0          NA                       <NA>
## 325        1     1     1         0          NA                       <NA>
## 326        1     1     1         0          NA                       <NA>
## 327        1     1     1         0          NA                       <NA>
## 328        1     1     1         0          NA                       <NA>
## 329        1     1     0         1           1 Insurgency/Guerilla Action
## 330        1     1     1         0          NA                       <NA>
## 331        1     1     1         1           2           Other Crime Type
## 332        1     1     1         0          NA                       <NA>
## 333        1     1     1         0          NA                       <NA>
## 334        1     1     1         0          NA                       <NA>
## 335        1     1     1         0          NA                       <NA>
## 336        1     1     1         0          NA                       <NA>
## 337        1     1     1         0          NA                       <NA>
## 338        1     1     1         0          NA                       <NA>
## 339        1     1     1         0          NA                       <NA>
## 340        1     1     1         0          NA                       <NA>
## 341        1     1     0         1           1 Insurgency/Guerilla Action
## 342        1     1     1         0          NA                       <NA>
## 343        1     1     1         0          NA                       <NA>
## 344        1     1     1         0          NA                       <NA>
## 345        1     1     1         0          NA                       <NA>
## 346        1     1     1         0          NA                       <NA>
## 347        1     1     1         0          NA                       <NA>
## 348        1     1     1         0          NA                       <NA>
## 349        1     1     1         1           2           Other Crime Type
## 350        1     1     1        -9          NA                       <NA>
## 351        1     1     1        -9          NA                       <NA>
## 352        1     1     1         1           2           Other Crime Type
## 353        1     1     1         0          NA                       <NA>
## 354        1     1     1         0          NA                       <NA>
## 355        1     1     1         0          NA                       <NA>
## 356        1     1     1        -9          NA                       <NA>
## 357        1     1     1        -9          NA                       <NA>
## 358        1     1     1         0          NA                       <NA>
## 359        1     1     1         0          NA                       <NA>
## 360        1     1     1         0          NA                       <NA>
## 361        1     1     1        -9          NA                       <NA>
## 362        1     1     1         0          NA                       <NA>
## 363        1     1     1         0          NA                       <NA>
## 364        1     1     1         0          NA                       <NA>
## 365        1     1     1         0          NA                       <NA>
## 366        1     1     1         0          NA                       <NA>
## 367        1     1     1         0          NA                       <NA>
## 368        1     1     1         0          NA                       <NA>
## 369        1     1     1         0          NA                       <NA>
## 370        1     1     1         0          NA                       <NA>
## 371        1     1     1         0          NA                       <NA>
## 372        1     1     1         0          NA                       <NA>
## 373        1     1     1         0          NA                       <NA>
## 374        1     1     1         0          NA                       <NA>
## 375        1     1     1         0          NA                       <NA>
## 376        1     1     1         0          NA                       <NA>
## 377        1     1     1         0          NA                       <NA>
## 378        1     1     1         0          NA                       <NA>
## 379        1     1     1         1           2           Other Crime Type
## 380        1     1     1        -9          NA                       <NA>
## 381        1     1     1         0          NA                       <NA>
## 382        1     1     1         0          NA                       <NA>
## 383        1     1     1         0          NA                       <NA>
## 384        1     1     1         0          NA                       <NA>
## 385        1     1     1         0          NA                       <NA>
## 386        1     1     1         0          NA                       <NA>
## 387        1     1     1         0          NA                       <NA>
## 388        1     1     1         0          NA                       <NA>
## 389        1     1     1         1           2           Other Crime Type
## 390        1     1     1         0          NA                       <NA>
## 391        1     1     1         0          NA                       <NA>
## 392        1     1     1         0          NA                       <NA>
## 393        1     1     1         0          NA                       <NA>
## 394        1     1     1         1           2           Other Crime Type
## 395        1     1     1         1           2           Other Crime Type
## 396        1     1     1         0          NA                       <NA>
## 397        1     1     1         0          NA                       <NA>
## 398        1     1     1         0          NA                       <NA>
## 399        1     1     1         0          NA                       <NA>
## 400        1     1     1        -9          NA                       <NA>
## 401        1     1     1         0          NA                       <NA>
## 402        1     1     1         1           2           Other Crime Type
## 403        1     1     1         0          NA                       <NA>
## 404        1     1     1        -9          NA                       <NA>
## 405        1     1     1         0          NA                       <NA>
## 406        1     1     1        -9          NA                       <NA>
## 407        1     1     1         0          NA                       <NA>
## 408        1     1     1         1           2           Other Crime Type
## 409        1     1     1        -9          NA                       <NA>
## 410        1     1     1         0          NA                       <NA>
## 411        1     1     1         1           2           Other Crime Type
## 412        1     1     1         0          NA                       <NA>
## 413        1     1     1         1           2           Other Crime Type
## 414        1     1     1         1           2           Other Crime Type
## 415        1     1     1         0          NA                       <NA>
## 416        1     1     1         0          NA                       <NA>
## 417        1     1     1         0          NA                       <NA>
## 418        1     1     1         0          NA                       <NA>
## 419        1     1     1        -9          NA                       <NA>
## 420        1     1     1         0          NA                       <NA>
## 421        1     1     1         1           2           Other Crime Type
## 422        1     1     1        -9          NA                       <NA>
## 423        1     1     1         1           2           Other Crime Type
## 424        1     1     1         1           2           Other Crime Type
## 425        1     1     1         0          NA                       <NA>
## 426        1     1     1         1           2           Other Crime Type
## 427        1     1     1        -9          NA                       <NA>
## 428        1     1     1         0          NA                       <NA>
## 429        1     1     1        -9          NA                       <NA>
## 430        1     1     0         1           1 Insurgency/Guerilla Action
## 431        1     1     1         0          NA                       <NA>
## 432        1     1     1         0          NA                       <NA>
## 433        1     1     1         0          NA                       <NA>
## 434        1     1     1         0          NA                       <NA>
## 435        1     1     1         0          NA                       <NA>
## 436        1     1     1         0          NA                       <NA>
## 437        1     1     1        -9          NA                       <NA>
## 438        1     1     1         0          NA                       <NA>
## 439        1     1     1         0          NA                       <NA>
## 440        1     1     1         0          NA                       <NA>
## 441        1     1     1         0          NA                       <NA>
## 442        1     1     1         0          NA                       <NA>
## 443        1     1     1         0          NA                       <NA>
## 444        1     1     1         0          NA                       <NA>
## 445        1     1     1         1           2           Other Crime Type
## 446        1     1     1        -9          NA                       <NA>
## 447        1     1     1         0          NA                       <NA>
## 448        1     1     1         0          NA                       <NA>
## 449        1     1     1         0          NA                       <NA>
## 450        1     1     1         1           2           Other Crime Type
## 451        1     1     1        -9          NA                       <NA>
## 452        1     1     1        -9          NA                       <NA>
## 453        1     1     1         0          NA                       <NA>
## 454        1     1     1         0          NA                       <NA>
## 455        1     1     1         0          NA                       <NA>
## 456        1     1     1         0          NA                       <NA>
## 457        1     1     1         0          NA                       <NA>
## 458        1     1     1         0          NA                       <NA>
## 459        1     1     1         0          NA                       <NA>
## 460        1     1     1         0          NA                       <NA>
## 461        1     1     1         0          NA                       <NA>
## 462        1     1     1         1           2           Other Crime Type
## 463        1     1     1         0          NA                       <NA>
## 464        1     1     1         0          NA                       <NA>
## 465        1     1     1         0          NA                       <NA>
## 466        1     1     1         0          NA                       <NA>
## 467        1     1     1         0          NA                       <NA>
## 468        1     1     1         0          NA                       <NA>
## 469        1     1     1         0          NA                       <NA>
## 470        1     1     1         0          NA                       <NA>
## 471        1     1     1         0          NA                       <NA>
## 472        1     1     1         0          NA                       <NA>
## 473        1     1     1         0          NA                       <NA>
## 474        1     1     0         1           1 Insurgency/Guerilla Action
## 475        1     1     1        -9          NA                       <NA>
## 476        1     1     1         0          NA                       <NA>
## 477        1     1     1        -9          NA                       <NA>
## 478        1     1     1         0          NA                       <NA>
## 479        1     1     1         0          NA                       <NA>
## 480        1     1     1         1           2           Other Crime Type
## 481        1     1     1         0          NA                       <NA>
## 482        1     1     1        -9          NA                       <NA>
## 483        1     1     1         1           2           Other Crime Type
## 484        1     1     1         1           2           Other Crime Type
## 485        1     1     1         0          NA                       <NA>
## 486        1     1     1         0          NA                       <NA>
## 487        1     1     0         1           1 Insurgency/Guerilla Action
## 488        1     1     0         1           1 Insurgency/Guerilla Action
## 489        1     1     1         0          NA                       <NA>
## 490        1     1     1         1           2           Other Crime Type
## 491        1     1     1         0          NA                       <NA>
## 492        1     1     1         1           2           Other Crime Type
## 493        1     1     1         1           2           Other Crime Type
## 494        1     1     1         1           2           Other Crime Type
## 495        1     1     1         0          NA                       <NA>
## 496        1     1     1         0          NA                       <NA>
## 497        1     1     1         0          NA                       <NA>
## 498        1     1     1         0          NA                       <NA>
## 499        1     1     1         0          NA                       <NA>
## 500        1     1     1         1           2           Other Crime Type
## 501        1     1     1         1           2           Other Crime Type
## 502        1     1     1         1           2           Other Crime Type
## 503        1     1     1         0          NA                       <NA>
## 504        1     1     1         0          NA                       <NA>
## 505        1     1     1         0          NA                       <NA>
## 506        1     1     1         0          NA                       <NA>
## 507        1     1     1         1           2           Other Crime Type
## 508        1     1     1         0          NA                       <NA>
## 509        1     1     1         0          NA                       <NA>
## 510        1     1     1         0          NA                       <NA>
## 511        1     1     1         0          NA                       <NA>
## 512        1     1     1         0          NA                       <NA>
## 513        1     1     1         0          NA                       <NA>
## 514        1     1     1        -9          NA                       <NA>
## 515        1     1     1         0          NA                       <NA>
## 516        1     1     1         0          NA                       <NA>
## 517        1     1     1         0          NA                       <NA>
## 518        1     1     1         0          NA                       <NA>
## 519        1     1     1         0          NA                       <NA>
## 520        1     1     0         1           1 Insurgency/Guerilla Action
## 521        1     1     1         0          NA                       <NA>
## 522        1     1     1         0          NA                       <NA>
## 523        1     1     1         0          NA                       <NA>
## 524        1     1     1         0          NA                       <NA>
## 525        1     1     1         0          NA                       <NA>
## 526        1     1     1         0          NA                       <NA>
## 527        1     1     1         0          NA                       <NA>
## 528        1     1     1         0          NA                       <NA>
## 529        1     1     1         0          NA                       <NA>
## 530        1     1     1         0          NA                       <NA>
## 531        1     1     1         0          NA                       <NA>
## 532        1     1     0         1           1 Insurgency/Guerilla Action
## 533        1     1     1         0          NA                       <NA>
## 534        1     1     1         0          NA                       <NA>
## 535        1     1     1         0          NA                       <NA>
## 536        1     1     1         0          NA                       <NA>
## 537        1     1     1         0          NA                       <NA>
## 538        1     1     1         0          NA                       <NA>
## 539        1     1     1         1           2           Other Crime Type
## 540        1     1     0         1           1 Insurgency/Guerilla Action
## 541        1     1     1         0          NA                       <NA>
## 542        1     1     0         1           1 Insurgency/Guerilla Action
## 543        1     1     0         1           1 Insurgency/Guerilla Action
## 544        1     1     1         0          NA                       <NA>
## 545        1     1     1         0          NA                       <NA>
## 546        1     1     1         0          NA                       <NA>
## 547        1     1     1         0          NA                       <NA>
## 548        1     1     1         0          NA                       <NA>
## 549        1     1     1         0          NA                       <NA>
## 550        1     1     1        -9          NA                       <NA>
## 551        1     1     1         0          NA                       <NA>
## 552        1     1     1         0          NA                       <NA>
## 553        1     1     1         0          NA                       <NA>
## 554        1     1     1         0          NA                       <NA>
## 555        1     1     1         0          NA                       <NA>
## 556        1     1     1         0          NA                       <NA>
## 557        1     1     1         0          NA                       <NA>
## 558        1     1     1         0          NA                       <NA>
## 559        1     1     1         0          NA                       <NA>
## 560        1     1     1        -9          NA                       <NA>
## 561        1     1     1         0          NA                       <NA>
## 562        1     1     1         0          NA                       <NA>
## 563        1     1     1         0          NA                       <NA>
## 564        1     1     1         0          NA                       <NA>
## 565        1     1     1         0          NA                       <NA>
## 566        1     1     1         0          NA                       <NA>
## 567        1     1     1         0          NA                       <NA>
## 568        1     1     1         0          NA                       <NA>
## 569        1     1     1         0          NA                       <NA>
## 570        1     1     1         0          NA                       <NA>
## 571        1     1     1         0          NA                       <NA>
## 572        1     1     1         0          NA                       <NA>
## 573        1     1     1         1           2           Other Crime Type
## 574        1     1     1        -9          NA                       <NA>
## 575        1     1     1        -9          NA                       <NA>
## 576        1     1     0         1           1 Insurgency/Guerilla Action
## 577        1     1     1         0          NA                       <NA>
## 578        1     1     1         1           2           Other Crime Type
## 579        1     1     1         0          NA                       <NA>
## 580        1     1     1         0          NA                       <NA>
## 581        1     1     1         0          NA                       <NA>
## 582        1     1     1         0          NA                       <NA>
## 583        1     1     1         0          NA                       <NA>
## 584        1     1     1         1           2           Other Crime Type
## 585        1     1     1        -9          NA                       <NA>
## 586        1     1     1         0          NA                       <NA>
## 587        1     1     1         0          NA                       <NA>
## 588        1     1     0         1           1 Insurgency/Guerilla Action
## 589        1     1     1         1           2           Other Crime Type
## 590        1     1     1         1           2           Other Crime Type
## 591        1     1     1         0          NA                       <NA>
## 592        1     1     1         0          NA                       <NA>
## 593        1     1     1         0          NA                       <NA>
## 594        1     1     1         0          NA                       <NA>
## 595        1     1     1         0          NA                       <NA>
## 596        1     1     1         1           2           Other Crime Type
## 597        1     1     0         1           1 Insurgency/Guerilla Action
## 598        1     1     1        -9          NA                       <NA>
## 599        1     1     1         0          NA                       <NA>
## 600        1     1     1         0          NA                       <NA>
## 601        1     1     1         0          NA                       <NA>
## 602        1     1     1         0          NA                       <NA>
## 603        1     1     1         0          NA                       <NA>
## 604        1     1     1         0          NA                       <NA>
## 605        1     1     1         0          NA                       <NA>
## 606        1     1     1         0          NA                       <NA>
## 607        1     1     1         0          NA                       <NA>
## 608        1     1     1         0          NA                       <NA>
## 609        1     1     1         0          NA                       <NA>
## 610        1     1     1         0          NA                       <NA>
## 611        1     1     1         0          NA                       <NA>
## 612        1     1     1         0          NA                       <NA>
## 613        1     1     1         0          NA                       <NA>
## 614        1     1     1         0          NA                       <NA>
## 615        1     1     1         0          NA                       <NA>
## 616        1     1     1         1           2           Other Crime Type
## 617        1     1     1         0          NA                       <NA>
## 618        1     1     1         0          NA                       <NA>
## 619        1     1     1         0          NA                       <NA>
## 620        1     1     1         0          NA                       <NA>
## 621        1     1     1         0          NA                       <NA>
## 622        1     1     1         0          NA                       <NA>
## 623        1     1     1         0          NA                       <NA>
## 624        1     1     0         1           1 Insurgency/Guerilla Action
## 625        1     1     1         0          NA                       <NA>
## 626        1     1     1         0          NA                       <NA>
## 627        1     1     1         0          NA                       <NA>
## 628        1     1     1         0          NA                       <NA>
## 629        1     1     1         0          NA                       <NA>
## 630        1     1     1         0          NA                       <NA>
## 631        1     1     1         0          NA                       <NA>
## 632        1     1     1         0          NA                       <NA>
## 633        1     1     1         0          NA                       <NA>
## 634        1     1     1         0          NA                       <NA>
## 635        1     1     1         0          NA                       <NA>
## 636        1     1     1        -9          NA                       <NA>
## 637        1     1     1         0          NA                       <NA>
## 638        1     1     1         0          NA                       <NA>
## 639        1     1     1         0          NA                       <NA>
## 640        1     1     1         0          NA                       <NA>
## 641        1     1     1         0          NA                       <NA>
## 642        1     1     1         0          NA                       <NA>
## 643        1     1     1         0          NA                       <NA>
## 644        1     1     1         0          NA                       <NA>
## 645        1     1     0         1           1 Insurgency/Guerilla Action
## 646        1     1     1         0          NA                       <NA>
## 647        1     1     1         0          NA                       <NA>
## 648        1     1     1         0          NA                       <NA>
## 649        1     1     1         0          NA                       <NA>
## 650        1     1     1         0          NA                       <NA>
## 651        1     1     1         1           2           Other Crime Type
## 652        1     1     1         0          NA                       <NA>
## 653        1     1     1         0          NA                       <NA>
## 654        1     1     1         0          NA                       <NA>
## 655        1     1     1         0          NA                       <NA>
## 656        1     1     1         0          NA                       <NA>
## 657        1     1     0         1           1 Insurgency/Guerilla Action
## 658        1     1     1         0          NA                       <NA>
## 659        1     1     1         0          NA                       <NA>
## 660        1     1     1         0          NA                       <NA>
## 661        1     1     1         0          NA                       <NA>
## 662        1     1     1         0          NA                       <NA>
## 663        1     1     1         0          NA                       <NA>
## 664        1     1     1         0          NA                       <NA>
## 665        1     1     1         0          NA                       <NA>
## 666        1     1     1         1           2           Other Crime Type
## 667        1     1     1         0          NA                       <NA>
## 668        1     1     1        -9          NA                       <NA>
## 669        1     1     1         0          NA                       <NA>
## 670        1     1     1         0          NA                       <NA>
## 671        1     1     1         0          NA                       <NA>
## 672        1     1     1         0          NA                       <NA>
## 673        1     1     1        -9          NA                       <NA>
## 674        1     1     1         0          NA                       <NA>
## 675        1     1     1         0          NA                       <NA>
## 676        1     1     1         0          NA                       <NA>
## 677        1     1     1        -9          NA                       <NA>
## 678        1     1     1         0          NA                       <NA>
## 679        1     1     0         1           1 Insurgency/Guerilla Action
## 680        1     1     1         0          NA                       <NA>
## 681        1     1     1         0          NA                       <NA>
## 682        1     1     1         1           2           Other Crime Type
## 683        1     1     1         0          NA                       <NA>
## 684        1     1     1         0          NA                       <NA>
## 685        1     1     1         0          NA                       <NA>
## 686        1     1     1         0          NA                       <NA>
## 687        1     1     1         0          NA                       <NA>
## 688        1     1     1         0          NA                       <NA>
## 689        1     1     1         0          NA                       <NA>
## 690        1     1     1         0          NA                       <NA>
## 691        1     1     1         0          NA                       <NA>
## 692        1     1     1         0          NA                       <NA>
## 693        1     1     1         0          NA                       <NA>
## 694        1     1     1         0          NA                       <NA>
## 695        1     1     1         0          NA                       <NA>
## 696        1     1     1         0          NA                       <NA>
## 697        1     1     0         1           1 Insurgency/Guerilla Action
## 698        1     1     1         0          NA                       <NA>
## 699        1     1     0         1           1 Insurgency/Guerilla Action
## 700        1     1     1         0          NA                       <NA>
## 701        1     1     0         1           1 Insurgency/Guerilla Action
## 702        1     1     1         0          NA                       <NA>
## 703        1     1     0         1           1 Insurgency/Guerilla Action
## 704        1     1     1         0          NA                       <NA>
## 705        1     1     0         1           1 Insurgency/Guerilla Action
## 706        1     1     1        -9          NA                       <NA>
## 707        1     1     1         0          NA                       <NA>
## 708        1     1     1         0          NA                       <NA>
## 709        1     1     1         0          NA                       <NA>
## 710        1     1     1        -9          NA                       <NA>
## 711        1     1     1         0          NA                       <NA>
## 712        1     1     1         0          NA                       <NA>
## 713        1     1     1         0          NA                       <NA>
## 714        1     1     1         0          NA                       <NA>
## 715        1     1     1        -9          NA                       <NA>
## 716        1     1     1         0          NA                       <NA>
## 717        1     1     1         0          NA                       <NA>
## 718        1     1     1         0          NA                       <NA>
## 719        1     1     0         1           1 Insurgency/Guerilla Action
## 720        1     1     0         1           1 Insurgency/Guerilla Action
## 721        1     1     1         0          NA                       <NA>
## 722        1     1     1         0          NA                       <NA>
## 723        1     1     1         0          NA                       <NA>
## 724        1     1     1         0          NA                       <NA>
## 725        1     1     1         0          NA                       <NA>
## 726        1     1     0         1           1 Insurgency/Guerilla Action
## 727        1     1     1         0          NA                       <NA>
## 728        1     1     0         1           1 Insurgency/Guerilla Action
## 729        1     1     1        -9          NA                       <NA>
## 730        1     1     1         0          NA                       <NA>
## 731        1     1     1         1           2           Other Crime Type
## 732        1     1     1         0          NA                       <NA>
## 733        1     1     1        -9          NA                       <NA>
## 734        1     1     1         0          NA                       <NA>
## 735        1     1     1         0          NA                       <NA>
## 736        1     1     1         0          NA                       <NA>
## 737        1     1     1        -9          NA                       <NA>
## 738        1     1     1         0          NA                       <NA>
## 739        1     1     1        -9          NA                       <NA>
## 740        1     1     0         1           1 Insurgency/Guerilla Action
##        multiple success suicide attacktype1
## 1             0       1       0           1
## 2             0       1       0           6
## 3             0       1       0           1
## 4             0       1       0           3
## 5             0       1       0           7
## 6             0       1       0           2
## 7             0       0       0           1
## 8             0       1       0           3
## 9             0       1       0           7
## 10            0       1       0           7
## 11            0       0       0           3
## 12            0       1       0           7
## 13            0       1       0           4
## 14            0       1       0           7
## 15            0       1       0           7
## 16            0       1       0           3
## 17            0       1       0           9
## 18            0       1       0           3
## 19            0       1       0           3
## 20            0       1       0           7
## 21            0       1       0           7
## 22            0       1       0           2
## 23            0       1       0           3
## 24            0       0       0           3
## 25            0       1       0           7
## 26            0       1       0           1
## 27            0       1       0           3
## 28            0       1       0           6
## 29            0       1       0           3
## 30            0       1       0           7
## 31            0       1       0           2
## 32            0       1       0           3
## 33            0       1       0           2
## 34            0       1       0           7
## 35            0       1       0           7
## 36            0       1       0           3
## 37            1       1       0           3
## 38            1       1       0           3
## 39            0       1       0           7
## 40            0       0       0           9
## 41            0       1       0           3
## 42            0       1       0           7
## 43            0       1       0           2
## 44            0       0       0           7
## 45            1       0       0           7
## 46            1       0       0           7
## 47            0       1       0           3
## 48            0       1       0           3
## 49            0       1       0           3
## 50            0       1       0           3
## 51            1       1       0           7
## 52            1       1       0           7
## 53            1       1       0           7
## 54            0       1       0           7
## 55            0       1       0           7
## 56            1       1       0           3
## 57            1       1       0           3
## 58            1       0       0           3
## 59            0       1       0           3
## 60            0       1       0           2
## 61            0       1       0           7
## 62            0       1       0           3
## 63            0       1       0           7
## 64            0       1       0           3
## 65            0       1       0           3
## 66            0       1       0           7
## 67            1       1       0           3
## 68            1       1       0           3
## 69            1       1       0           3
## 70            1       0       0           2
## 71            0       0       0           3
## 72            0       1       0           3
## 73            0       1       0           3
## 74            0       0       0           3
## 75            0       1       0           3
## 76            0       1       0           3
## 77            0       1       0           7
## 78            0       1       0           7
## 79            0       1       0           3
## 80            0       1       0           3
## 81            0       1       0           3
## 82            0       0       0           7
## 83            0       1       0           7
## 84            0       1       0           3
## 85            0       1       0           7
## 86            0       1       0           7
## 87            0       0       0           3
## 88            1       1       0           3
## 89            1       1       0           3
## 90            1       1       0           3
## 91            1       1       0           3
## 92            0       1       0           3
## 93            0       1       0           3
## 94            0       1       0           7
## 95            0       1       0           3
## 96            0       1       0           2
## 97            0       1       0           3
## 98            0       0       0           3
## 99            0       1       0           3
## 100           0       1       0           7
## 101           0       1       0           7
## 102           0       1       0           3
## 103           0       1       0           7
## 104           0       0       0           6
## 105           0       1       0           3
## 106           0       1       0           3
## 107           0       0       0           3
## 108           0       0       0           3
## 109           0       1       0           3
## 110           0       1       0           3
## 111           0       1       0           3
## 112           0       1       0           1
## 113           0       1       0           6
## 114           1       0       0           3
## 115           1       0       0           3
## 116           0       1       0           7
## 117           0       1       0           7
## 118           0       1       0           7
## 119           0       0       0           3
## 120           0       0       0           3
## 121           0       0       0           3
## 122           0       1       0           3
## 123           0       0       0           7
## 124           0       1       0           6
## 125           0       1       0           7
## 126           1       1       0           3
## 127           1       1       0           3
## 128           1       1       0           3
## 129           1       1       0           3
## 130           1       1       0           3
## 131           1       1       0           7
## 132           1       1       0           7
## 133           0       1       0           6
## 134           0       1       0           3
## 135           0       0       0           3
## 136           0       1       0           4
## 137           0       1       0           3
## 138           0       1       0           3
## 139           0       1       0           7
## 140           0       1       0           3
## 141           0       1       0           3
## 142           0       0       0           3
## 143           0       1       0           1
## 144           0       0       0           3
## 145           1       1       0           7
## 146           1       1       0           7
## 147           1       1       0           3
## 148           1       0       0           3
## 149           1       1       0           3
## 150           0       1       0           3
## 151           0       1       0           9
## 152           0       1       0           6
## 153           0       1       0           6
## 154           0       1       0           3
## 155           0       1       0           3
## 156           0       1       0           3
## 157           0       1       0           3
## 158           0       1       0           6
## 159           0       1       0           3
## 160           0       1       0           7
## 161           0       1       0           7
## 162           0       1       0           6
## 163           0       1       0           4
## 164           0       0       0           3
## 165           0       1       0           3
## 166           0       1       0           6
## 167           0       1       0           3
## 168           0       1       0           7
## 169           0       1       0           7
## 170           0       1       0           9
## 171           0       0       0           3
## 172           0       1       0           2
## 173           1       0       0           3
## 174           1       0       0           3
## 175           0       1       0           7
## 176           0       0       0           6
## 177           0       1       0           2
## 178           0       1       0           3
## 179           0       1       0           7
## 180           0       0       0           3
## 181           0       1       0           7
## 182           0       1       0           3
## 183           0       1       0           3
## 184           0       1       0           7
## 185           0       1       0           3
## 186           0       1       0           3
## 187           0       1       0           7
## 188           0       1       0           7
## 189           0       1       0           3
## 190           1       1       0           3
## 191           1       1       0           3
## 192           1       1       0           3
## 193           0       1       0           3
## 194           0       0       0           3
## 195           0       0       0           3
## 196           0       1       0           3
## 197           0       1       0           7
## 198           1       1       0           7
## 199           1       1       0           7
## 200           1       1       0           3
## 201           1       1       0           3
## 202           1       1       0           3
## 203           0       1       0           3
## 204           0       1       0           2
## 205           1       1       0           3
## 206           1       1       0           3
## 207           1       1       0           3
## 208           1       1       0           3
## 209           0       0       0           3
## 210           0       1       0           7
## 211           0       1       0           3
## 212           0       1       0           7
## 213           0       1       0           3
## 214           1       1       0           7
## 215           1       0       0           7
## 216           0       1       0           7
## 217           0       0       0           7
## 218           0       1       0           7
## 219           1       0       0           3
## 220           1       0       0           3
## 221           1       0       0           3
## 222           1       0       0           3
## 223           0       1       0           7
## 224           0       1       0           2
## 225           0       1       0           3
## 226           0       0       0           1
## 227           0       1       0           3
## 228           0       1       0           7
## 229           1       1       0           3
## 230           1       1       0           3
## 231           1       1       0           3
## 232           1       1       0           3
## 233           1       1       0           3
## 234           0       1       0           3
## 235           0       1       0           3
## 236           0       1       0           7
## 237           0       1       0           7
## 238           0       0       0           3
## 239           0       0       0           7
## 240           0       1       0           3
## 241           0       1       0           7
## 242           0       1       0           7
## 243           0       0       0           3
## 244           0       0       0           3
## 245           0       1       0           7
## 246           0       1       0           3
## 247           0       1       0           7
## 248           0       1       0           3
## 249           0       1       0           3
## 250           1       1       0           3
## 251           1       1       0           3
## 252           0       1       0           7
## 253           0       1       0           7
## 254           0       1       0           1
## 255           0       1       0           7
## 256           0       1       0           3
## 257           0       1       0           7
## 258           0       1       0           7
## 259           0       1       0           7
## 260           0       1       0           7
## 261           0       1       0           3
## 262           0       1       0           7
## 263           0       1       0           3
## 264           0       1       0           7
## 265           0       1       0           3
## 266           0       1       0           7
## 267           0       1       0           7
## 268           0       0       0           7
## 269           0       1       0           7
## 270           0       1       0           7
## 271           0       1       0           3
## 272           0       1       0           7
## 273           0       1       0           7
## 274           0       1       0           3
## 275           0       1       0           2
## 276           0       1       0           7
## 277           0       1       0           3
## 278           0       1       0           3
## 279           0       1       0           3
## 280           0       1       0           7
## 281           0       1       0           3
## 282           0       1       0           3
## 283           0       1       0           7
## 284           0       1       0           7
## 285           0       1       0           7
## 286           0       1       0           3
## 287           0       0       0           3
## 288           0       0       0           7
## 289           0       1       0           7
## 290           0       1       0           1
## 291           0       1       0           2
## 292           0       0       0           3
## 293           0       0       0           3
## 294           0       1       0           7
## 295           0       1       0           3
## 296           0       0       0           7
## 297           0       1       0           7
## 298           0       1       0           3
## 299           0       1       0           8
## 300           0       1       0           2
## 301           0       1       0           3
## 302           0       1       0           7
## 303           1       1       0           7
## 304           1       1       0           7
## 305           0       1       0           3
## 306           1       1       0           7
## 307           1       1       0           7
## 308           0       1       0           2
## 309           0       0       0           3
## 310           0       1       0           3
## 311           0       1       0           7
## 312           0       1       0           6
## 313           0       1       0           2
## 314           0       0       0           3
## 315           0       1       0           7
## 316           0       1       0           3
## 317           0       1       0           1
## 318           0       1       0           3
## 319           0       1       0           3
## 320           0       0       0           1
## 321           0       1       0           7
## 322           0       1       0           3
## 323           0       1       0           3
## 324           0       1       0           3
## 325           0       1       0           2
## 326           0       1       0           2
## 327           0       1       0           7
## 328           0       0       0           3
## 329           0       0       0           9
## 330           0       1       0           6
## 331           0       1       0           3
## 332           0       1       0           3
## 333           0       1       0           3
## 334           0       1       0           6
## 335           0       1       0           3
## 336           0       1       0           3
## 337           1       1       0           5
## 338           1       1       0           5
## 339           0       1       0           7
## 340           0       0       0           1
## 341           0       1       0           1
## 342           0       1       0           6
## 343           0       1       0           3
## 344           0       1       0           3
## 345           0       1       0           9
## 346           0       0       0           3
## 347           0       1       0           2
## 348           0       1       0           3
## 349           0       1       0           3
## 350           0       1       0           7
## 351           0       1       0           7
## 352           0       1       0           3
## 353           0       1       0           3
## 354           0       1       0           7
## 355           0       1       0           7
## 356           0       1       0           3
## 357           0       1       0           3
## 358           0       1       0           2
## 359           0       1       0           2
## 360           0       0       0           3
## 361           0       1       0           7
## 362           0       0       0           3
## 363           0       1       0           3
## 364           0       1       0           3
## 365           0       0       0           2
## 366           0       1       0           2
## 367           0       1       0           2
## 368           0       1       0           2
## 369           0       1       0           2
## 370           0       0       0           2
## 371           0       1       0           3
## 372           0       0       0           3
## 373           0       1       0           2
## 374           1       1       0           7
## 375           1       1       0           7
## 376           1       1       0           7
## 377           1       1       0           7
## 378           0       0       0           3
## 379           0       1       0           7
## 380           0       0       0           4
## 381           1       1       0           3
## 382           0       1       0           3
## 383           1       1       0           3
## 384           1       1       0           3
## 385           1       1       0           3
## 386           1       1       0           3
## 387           0       1       0           3
## 388           0       0       0           3
## 389           0       0       0           3
## 390           0       1       0           3
## 391           0       1       0           3
## 392           0       1       0           7
## 393           0       1       0           3
## 394           0       1       0           3
## 395           0       1       0           3
## 396           0       1       0           1
## 397           0       0       0           3
## 398           0       1       0           3
## 399           0       0       0           3
## 400           0       1       0           3
## 401           0       1       0           3
## 402           0       1       0           3
## 403           0       1       0           7
## 404           0       1       0           7
## 405           0       1       0           7
## 406           0       1       0           6
## 407           0       1       0           6
## 408           0       1       0           2
## 409           0       0       0           3
## 410           0       1       0           7
## 411           0       1       0           7
## 412           0       1       0           7
## 413           0       1       0           7
## 414           0       1       0           7
## 415           0       1       0           2
## 416           0       1       0           3
## 417           0       1       0           7
## 418           0       1       0           6
## 419           0       1       0           3
## 420           0       1       0           3
## 421           0       1       0           3
## 422           0       1       0           4
## 423           0       1       0           3
## 424           0       1       0           7
## 425           0       1       0           6
## 426           0       1       0           3
## 427           0       0       0           6
## 428           0       0       0           7
## 429           0       1       0           1
## 430           0       1       0           3
## 431           0       1       0           3
## 432           0       1       0           3
## 433           0       1       0           3
## 434           1       1       0           3
## 435           1       1       0           3
## 436           0       1       0           6
## 437           0       1       0           3
## 438           0       1       0           3
## 439           0       1       0           3
## 440           0       0       0           3
## 441           0       1       0           6
## 442           0       1       0           6
## 443           0       1       0           6
## 444           0       1       0           2
## 445           0       1       0           2
## 446           0       1       0           2
## 447           0       1       0           3
## 448           0       0       0           3
## 449           0       1       0           3
## 450           0       1       0           3
## 451           0       1       0           1
## 452           0       1       0           3
## 453           0       1       0           2
## 454           0       1       0           3
## 455           0       1       0           7
## 456           0       1       0           6
## 457           0       1       0           2
## 458           0       1       0           7
## 459           0       1       0           3
## 460           0       1       0           3
## 461           0       1       0           3
## 462           0       1       0           1
## 463           0       1       0           3
## 464           0       1       0           3
## 465           0       0       0           7
## 466           0       1       0           6
## 467           0       1       0           3
## 468           0       1       0           7
## 469           0       1       0           2
## 470           0       1       0           5
## 471           0       1       0           7
## 472           0       0       0           3
## 473           0       1       0           7
## 474           0       1       0           3
## 475           0       1       0           6
## 476           0       1       0           7
## 477           0       1       0           3
## 478           0       0       0           7
## 479           0       1       0           3
## 480           0       1       0           7
## 481           0       1       0           3
## 482           0       1       0           7
## 483           0       1       0           7
## 484           0       0       0           3
## 485           0       1       0           3
## 486           0       0       0           7
## 487           0       1       0           3
## 488           0       1       0           6
## 489           0       1       0           7
## 490           0       1       0           2
## 491           0       1       0           3
## 492           0       1       0           3
## 493           1       1       0           3
## 494           1       0       0           3
## 495           0       1       0           3
## 496           0       1       0           3
## 497           0       1       0           1
## 498           0       0       0           3
## 499           0       0       0           3
## 500           1       0       0           3
## 501           0       1       0           3
## 502           1       0       0           3
## 503           1       1       0           4
## 504           1       1       0           4
## 505           1       1       0           4
## 506           1       0       0           4
## 507           0       0       0           3
## 508           0       1       0           3
## 509           0       1       0           3
## 510           0       0       0           7
## 511           0       1       0           7
## 512           0       1       0           6
## 513           0       1       0           3
## 514           0       1       0           6
## 515           0       1       0           6
## 516           0       1       0           7
## 517           0       1       0           7
## 518           0       1       0           2
## 519           0       1       0           2
## 520           0       1       0           3
## 521           0       1       0           2
## 522           0       1       0           7
## 523           0       1       0           3
## 524           0       1       0           3
## 525           0       1       0           3
## 526           0       0       0           6
## 527           0       1       0           3
## 528           0       0       0           4
## 529           0       1       0           2
## 530           0       1       0           2
## 531           0       1       0           7
## 532           0       1       0           3
## 533           0       1       0           3
## 534           0       1       0           7
## 535           0       1       0           3
## 536           0       1       0           3
## 537           0       1       0           6
## 538           0       1       0           3
## 539           0       1       0           3
## 540           0       0       0           2
## 541           0       1       0           3
## 542           0       1       0           3
## 543           0       1       0           3
## 544           0       1       0           3
## 545           0       0       0           3
## 546           0       1       0           7
## 547           0       1       0           3
## 548           0       1       0           3
## 549           0       1       0           6
## 550           0       1       0           4
## 551           0       1       0           3
## 552           0       1       0           3
## 553           0       1       0           3
## 554           0       1       0           3
## 555           0       1       0           7
## 556           0       1       0           7
## 557           0       1       0           7
## 558           0       1       0           7
## 559           0       1       0           3
## 560           0       1       0           7
## 561           0       1       0           3
## 562           0       1       0           3
## 563           0       1       0           3
## 564           0       1       0           3
## 565           0       1       0           7
## 566           0       1       0           3
## 567           0       1       0           2
## 568           0       1       0           3
## 569           0       1       0           2
## 570           0       0       0           8
## 571           1       1       0           7
## 572           1       1       0           2
## 573           0       1       0           3
## 574           0       1       0           7
## 575           0       1       0           1
## 576           0       1       0           3
## 577           0       1       0           7
## 578           0       1       0           7
## 579           0       1       0           3
## 580           0       0       0           7
## 581           1       1       0           3
## 582           1       1       0           3
## 583           1       1       0           3
## 584           0       0       0           3
## 585           0       0       0           6
## 586           0       1       0           1
## 587           0       1       0           3
## 588           0       1       0           3
## 589           0       1       0           2
## 590           0       1       0           7
## 591           0       1       0           2
## 592           0       1       0           2
## 593           0       1       0           3
## 594           0       1       0           7
## 595           0       1       0           7
## 596           0       1       0           2
## 597           0       1       0           2
## 598           0       1       0           7
## 599           0       1       0           7
## 600           0       1       0           3
## 601           0       1       0           3
## 602           0       1       0           3
## 603           0       1       0           3
## 604           0       1       0           1
## 605           0       1       0           8
## 606           0       1       0           2
## 607           0       1       0           7
## 608           0       1       0           3
## 609           0       1       0           3
## 610           0       1       0           2
## 611           0       1       0           3
## 612           0       1       0           2
## 613           0       1       0           3
## 614           0       1       0           3
## 615           0       1       0           3
## 616           0       0       0           3
## 617           0       1       0           3
## 618           0       1       0           3
## 619           0       1       0           3
## 620           0       1       0           3
## 621           0       0       0           3
## 622           0       0       0           3
## 623           0       1       0           7
## 624           0       1       0           2
## 625           0       1       0           2
## 626           0       1       0           6
## 627           0       1       0           3
## 628           0       1       0           3
## 629           0       1       0           3
## 630           0       1       0           6
## 631           0       1       0           3
## 632           0       1       0           3
## 633           0       1       0           3
## 634           0       1       0           3
## 635           0       1       0           7
## 636           0       1       0           3
## 637           0       1       0           7
## 638           0       1       0           3
## 639           0       1       0           1
## 640           0       1       0           7
## 641           0       1       0           3
## 642           0       1       0           3
## 643           0       1       0           3
## 644           0       1       0           2
## 645           0       0       0           3
## 646           0       1       0           3
## 647           0       0       0           2
## 648           0       1       0           2
## 649           0       1       0           3
## 650           0       1       0           2
## 651           0       1       0           3
## 652           0       1       0           7
## 653           0       1       0           3
## 654           0       1       0           7
## 655           0       1       0           3
## 656           0       1       0           7
## 657           0       1       0           3
## 658           0       1       0           6
## 659           0       1       0           3
## 660           0       1       0           3
## 661           1       1       0           7
## 662           1       1       0           7
## 663           0       1       0           1
## 664           0       1       0           2
## 665           0       1       0           7
## 666           0       1       0           7
## 667           0       1       0           2
## 668           0       1       0           7
## 669           0       1       0           6
## 670           1       1       0           3
## 671           1       1       0           3
## 672           0       1       0           3
## 673           0       1       0           7
## 674           0       1       0           3
## 675           0       0       0           3
## 676           0       1       0           7
## 677           0       1       0           2
## 678           0       0       0           3
## 679           0       1       0           3
## 680           0       1       0           4
## 681           0       1       0           2
## 682           0       1       0           2
## 683           0       1       0           7
## 684           0       1       0           3
## 685           0       1       0           3
## 686           0       1       0           2
## 687           0       1       0           2
## 688           0       1       0           2
## 689           0       1       0           1
## 690           0       1       0           2
## 691           0       1       0           2
## 692           0       0       0           3
## 693           0       1       0           3
## 694           0       1       0           3
## 695           0       1       0           3
## 696           0       1       0           3
## 697           0       1       0           3
## 698           0       1       0           6
## 699           0       1       0           3
## 700           0       1       0           7
## 701           0       1       0           7
## 702           0       1       0           3
## 703           0       1       0           1
## 704           0       1       0           1
## 705           0       1       0           3
## 706           0       1       0           2
## 707           0       1       0           3
## 708           0       0       0           3
## 709           0       1       0           3
## 710           0       1       0           2
## 711           0       0       0           3
## 712           0       1       0           6
## 713           0       1       0           3
## 714           0       1       0           3
## 715           0       1       0           3
## 716           0       1       0           7
## 717           0       1       0           3
## 718           0       1       0           7
## 719           0       1       0           6
## 720           0       1       0           1
## 721           1       1       0           3
## 722           1       1       0           3
## 723           0       0       0           3
## 724           1       0       0           7
## 725           1       0       0           7
## 726           0       1       0           3
## 727           0       1       0           3
## 728           0       1       0           3
## 729           0       1       0           6
## 730           0       0       0           3
## 731           0       1       0           2
## 732           0       1       0           6
## 733           0       1       0           2
## 734           0       1       0           3
## 735           0       1       0           1
## 736           0       1       0           7
## 737           0       1       0           3
## 738           0       0       0           3
## 739           0       1       0           3
## 740           0       1       0           3
##                            attacktype1_txt attacktype2
## 1                            Assassination          NA
## 2              Hostage Taking (Kidnapping)          NA
## 3                            Assassination          NA
## 4                        Bombing/Explosion          NA
## 5           Facility/Infrastructure Attack          NA
## 6                            Armed Assault          NA
## 7                            Assassination          NA
## 8                        Bombing/Explosion          NA
## 9           Facility/Infrastructure Attack          NA
## 10          Facility/Infrastructure Attack          NA
## 11                       Bombing/Explosion          NA
## 12          Facility/Infrastructure Attack          NA
## 13                               Hijacking          NA
## 14          Facility/Infrastructure Attack          NA
## 15          Facility/Infrastructure Attack          NA
## 16                       Bombing/Explosion          NA
## 17                                 Unknown          NA
## 18                       Bombing/Explosion          NA
## 19                       Bombing/Explosion          NA
## 20          Facility/Infrastructure Attack          NA
## 21          Facility/Infrastructure Attack          NA
## 22                           Armed Assault          NA
## 23                       Bombing/Explosion          NA
## 24                       Bombing/Explosion          NA
## 25          Facility/Infrastructure Attack           2
## 26                           Assassination          NA
## 27                       Bombing/Explosion          NA
## 28             Hostage Taking (Kidnapping)          NA
## 29                       Bombing/Explosion          NA
## 30          Facility/Infrastructure Attack          NA
## 31                           Armed Assault          NA
## 32                       Bombing/Explosion          NA
## 33                           Armed Assault          NA
## 34          Facility/Infrastructure Attack          NA
## 35          Facility/Infrastructure Attack          NA
## 36                       Bombing/Explosion          NA
## 37                       Bombing/Explosion          NA
## 38                       Bombing/Explosion          NA
## 39          Facility/Infrastructure Attack          NA
## 40                                 Unknown          NA
## 41                       Bombing/Explosion          NA
## 42          Facility/Infrastructure Attack          NA
## 43                           Armed Assault          NA
## 44          Facility/Infrastructure Attack          NA
## 45          Facility/Infrastructure Attack          NA
## 46          Facility/Infrastructure Attack          NA
## 47                       Bombing/Explosion          NA
## 48                       Bombing/Explosion          NA
## 49                       Bombing/Explosion          NA
## 50                       Bombing/Explosion          NA
## 51          Facility/Infrastructure Attack          NA
## 52          Facility/Infrastructure Attack          NA
## 53          Facility/Infrastructure Attack          NA
## 54          Facility/Infrastructure Attack          NA
## 55          Facility/Infrastructure Attack          NA
## 56                       Bombing/Explosion          NA
## 57                       Bombing/Explosion          NA
## 58                       Bombing/Explosion          NA
## 59                       Bombing/Explosion          NA
## 60                           Armed Assault          NA
## 61          Facility/Infrastructure Attack          NA
## 62                       Bombing/Explosion          NA
## 63          Facility/Infrastructure Attack          NA
## 64                       Bombing/Explosion          NA
## 65                       Bombing/Explosion          NA
## 66          Facility/Infrastructure Attack          NA
## 67                       Bombing/Explosion          NA
## 68                       Bombing/Explosion          NA
## 69                       Bombing/Explosion          NA
## 70                           Armed Assault          NA
## 71                       Bombing/Explosion          NA
## 72                       Bombing/Explosion          NA
## 73                       Bombing/Explosion          NA
## 74                       Bombing/Explosion          NA
## 75                       Bombing/Explosion          NA
## 76                       Bombing/Explosion          NA
## 77          Facility/Infrastructure Attack          NA
## 78          Facility/Infrastructure Attack          NA
## 79                       Bombing/Explosion          NA
## 80                       Bombing/Explosion          NA
## 81                       Bombing/Explosion          NA
## 82          Facility/Infrastructure Attack          NA
## 83          Facility/Infrastructure Attack          NA
## 84                       Bombing/Explosion          NA
## 85          Facility/Infrastructure Attack          NA
## 86          Facility/Infrastructure Attack          NA
## 87                       Bombing/Explosion          NA
## 88                       Bombing/Explosion          NA
## 89                       Bombing/Explosion          NA
## 90                       Bombing/Explosion          NA
## 91                       Bombing/Explosion          NA
## 92                       Bombing/Explosion          NA
## 93                       Bombing/Explosion          NA
## 94          Facility/Infrastructure Attack          NA
## 95                       Bombing/Explosion          NA
## 96                           Armed Assault          NA
## 97                       Bombing/Explosion          NA
## 98                       Bombing/Explosion          NA
## 99                       Bombing/Explosion          NA
## 100         Facility/Infrastructure Attack          NA
## 101         Facility/Infrastructure Attack          NA
## 102                      Bombing/Explosion          NA
## 103         Facility/Infrastructure Attack          NA
## 104            Hostage Taking (Kidnapping)          NA
## 105                      Bombing/Explosion          NA
## 106                      Bombing/Explosion          NA
## 107                      Bombing/Explosion          NA
## 108                      Bombing/Explosion          NA
## 109                      Bombing/Explosion          NA
## 110                      Bombing/Explosion          NA
## 111                      Bombing/Explosion          NA
## 112                          Assassination          NA
## 113            Hostage Taking (Kidnapping)          NA
## 114                      Bombing/Explosion          NA
## 115                      Bombing/Explosion          NA
## 116         Facility/Infrastructure Attack          NA
## 117         Facility/Infrastructure Attack          NA
## 118         Facility/Infrastructure Attack          NA
## 119                      Bombing/Explosion          NA
## 120                      Bombing/Explosion          NA
## 121                      Bombing/Explosion          NA
## 122                      Bombing/Explosion          NA
## 123         Facility/Infrastructure Attack          NA
## 124            Hostage Taking (Kidnapping)          NA
## 125         Facility/Infrastructure Attack          NA
## 126                      Bombing/Explosion          NA
## 127                      Bombing/Explosion          NA
## 128                      Bombing/Explosion          NA
## 129                      Bombing/Explosion          NA
## 130                      Bombing/Explosion          NA
## 131         Facility/Infrastructure Attack          NA
## 132         Facility/Infrastructure Attack          NA
## 133            Hostage Taking (Kidnapping)          NA
## 134                      Bombing/Explosion          NA
## 135                      Bombing/Explosion          NA
## 136                              Hijacking          NA
## 137                      Bombing/Explosion          NA
## 138                      Bombing/Explosion          NA
## 139         Facility/Infrastructure Attack          NA
## 140                      Bombing/Explosion          NA
## 141                      Bombing/Explosion          NA
## 142                      Bombing/Explosion          NA
## 143                          Assassination          NA
## 144                      Bombing/Explosion          NA
## 145         Facility/Infrastructure Attack          NA
## 146         Facility/Infrastructure Attack          NA
## 147                      Bombing/Explosion          NA
## 148                      Bombing/Explosion          NA
## 149                      Bombing/Explosion          NA
## 150                      Bombing/Explosion          NA
## 151                                Unknown          NA
## 152            Hostage Taking (Kidnapping)          NA
## 153            Hostage Taking (Kidnapping)          NA
## 154                      Bombing/Explosion          NA
## 155                      Bombing/Explosion          NA
## 156                      Bombing/Explosion          NA
## 157                      Bombing/Explosion          NA
## 158            Hostage Taking (Kidnapping)          NA
## 159                      Bombing/Explosion          NA
## 160         Facility/Infrastructure Attack          NA
## 161         Facility/Infrastructure Attack          NA
## 162            Hostage Taking (Kidnapping)          NA
## 163                              Hijacking          NA
## 164                      Bombing/Explosion          NA
## 165                      Bombing/Explosion          NA
## 166            Hostage Taking (Kidnapping)          NA
## 167                      Bombing/Explosion          NA
## 168         Facility/Infrastructure Attack          NA
## 169         Facility/Infrastructure Attack          NA
## 170                                Unknown          NA
## 171                      Bombing/Explosion          NA
## 172                          Armed Assault          NA
## 173                      Bombing/Explosion          NA
## 174                      Bombing/Explosion          NA
## 175         Facility/Infrastructure Attack          NA
## 176            Hostage Taking (Kidnapping)          NA
## 177                          Armed Assault          NA
## 178                      Bombing/Explosion          NA
## 179         Facility/Infrastructure Attack          NA
## 180                      Bombing/Explosion          NA
## 181         Facility/Infrastructure Attack          NA
## 182                      Bombing/Explosion          NA
## 183                      Bombing/Explosion          NA
## 184         Facility/Infrastructure Attack          NA
## 185                      Bombing/Explosion          NA
## 186                      Bombing/Explosion          NA
## 187         Facility/Infrastructure Attack          NA
## 188         Facility/Infrastructure Attack          NA
## 189                      Bombing/Explosion          NA
## 190                      Bombing/Explosion          NA
## 191                      Bombing/Explosion          NA
## 192                      Bombing/Explosion          NA
## 193                      Bombing/Explosion          NA
## 194                      Bombing/Explosion          NA
## 195                      Bombing/Explosion           7
## 196                      Bombing/Explosion          NA
## 197         Facility/Infrastructure Attack          NA
## 198         Facility/Infrastructure Attack          NA
## 199         Facility/Infrastructure Attack          NA
## 200                      Bombing/Explosion          NA
## 201                      Bombing/Explosion          NA
## 202                      Bombing/Explosion          NA
## 203                      Bombing/Explosion          NA
## 204                          Armed Assault           3
## 205                      Bombing/Explosion          NA
## 206                      Bombing/Explosion          NA
## 207                      Bombing/Explosion          NA
## 208                      Bombing/Explosion          NA
## 209                      Bombing/Explosion          NA
## 210         Facility/Infrastructure Attack          NA
## 211                      Bombing/Explosion          NA
## 212         Facility/Infrastructure Attack          NA
## 213                      Bombing/Explosion          NA
## 214         Facility/Infrastructure Attack          NA
## 215         Facility/Infrastructure Attack          NA
## 216         Facility/Infrastructure Attack          NA
## 217         Facility/Infrastructure Attack          NA
## 218         Facility/Infrastructure Attack          NA
## 219                      Bombing/Explosion          NA
## 220                      Bombing/Explosion          NA
## 221                      Bombing/Explosion          NA
## 222                      Bombing/Explosion          NA
## 223         Facility/Infrastructure Attack          NA
## 224                          Armed Assault          NA
## 225                      Bombing/Explosion          NA
## 226                          Assassination          NA
## 227                      Bombing/Explosion          NA
## 228         Facility/Infrastructure Attack          NA
## 229                      Bombing/Explosion          NA
## 230                      Bombing/Explosion          NA
## 231                      Bombing/Explosion          NA
## 232                      Bombing/Explosion          NA
## 233                      Bombing/Explosion          NA
## 234                      Bombing/Explosion          NA
## 235                      Bombing/Explosion          NA
## 236         Facility/Infrastructure Attack          NA
## 237         Facility/Infrastructure Attack          NA
## 238                      Bombing/Explosion          NA
## 239         Facility/Infrastructure Attack          NA
## 240                      Bombing/Explosion          NA
## 241         Facility/Infrastructure Attack          NA
## 242         Facility/Infrastructure Attack          NA
## 243                      Bombing/Explosion          NA
## 244                      Bombing/Explosion          NA
## 245         Facility/Infrastructure Attack          NA
## 246                      Bombing/Explosion          NA
## 247         Facility/Infrastructure Attack          NA
## 248                      Bombing/Explosion          NA
## 249                      Bombing/Explosion          NA
## 250                      Bombing/Explosion          NA
## 251                      Bombing/Explosion          NA
## 252         Facility/Infrastructure Attack          NA
## 253         Facility/Infrastructure Attack          NA
## 254                          Assassination          NA
## 255         Facility/Infrastructure Attack          NA
## 256                      Bombing/Explosion          NA
## 257         Facility/Infrastructure Attack          NA
## 258         Facility/Infrastructure Attack          NA
## 259         Facility/Infrastructure Attack          NA
## 260         Facility/Infrastructure Attack          NA
## 261                      Bombing/Explosion          NA
## 262         Facility/Infrastructure Attack          NA
## 263                      Bombing/Explosion          NA
## 264         Facility/Infrastructure Attack          NA
## 265                      Bombing/Explosion          NA
## 266         Facility/Infrastructure Attack          NA
## 267         Facility/Infrastructure Attack          NA
## 268         Facility/Infrastructure Attack          NA
## 269         Facility/Infrastructure Attack          NA
## 270         Facility/Infrastructure Attack          NA
## 271                      Bombing/Explosion          NA
## 272         Facility/Infrastructure Attack          NA
## 273         Facility/Infrastructure Attack          NA
## 274                      Bombing/Explosion          NA
## 275                          Armed Assault          NA
## 276         Facility/Infrastructure Attack          NA
## 277                      Bombing/Explosion          NA
## 278                      Bombing/Explosion          NA
## 279                      Bombing/Explosion          NA
## 280         Facility/Infrastructure Attack          NA
## 281                      Bombing/Explosion          NA
## 282                      Bombing/Explosion          NA
## 283         Facility/Infrastructure Attack          NA
## 284         Facility/Infrastructure Attack          NA
## 285         Facility/Infrastructure Attack          NA
## 286                      Bombing/Explosion          NA
## 287                      Bombing/Explosion          NA
## 288         Facility/Infrastructure Attack          NA
## 289         Facility/Infrastructure Attack          NA
## 290                          Assassination          NA
## 291                          Armed Assault          NA
## 292                      Bombing/Explosion          NA
## 293                      Bombing/Explosion          NA
## 294         Facility/Infrastructure Attack          NA
## 295                      Bombing/Explosion          NA
## 296         Facility/Infrastructure Attack          NA
## 297         Facility/Infrastructure Attack          NA
## 298                      Bombing/Explosion          NA
## 299                        Unarmed Assault          NA
## 300                          Armed Assault          NA
## 301                      Bombing/Explosion          NA
## 302         Facility/Infrastructure Attack          NA
## 303         Facility/Infrastructure Attack          NA
## 304         Facility/Infrastructure Attack          NA
## 305                      Bombing/Explosion          NA
## 306         Facility/Infrastructure Attack          NA
## 307         Facility/Infrastructure Attack          NA
## 308                          Armed Assault          NA
## 309                      Bombing/Explosion          NA
## 310                      Bombing/Explosion          NA
## 311         Facility/Infrastructure Attack          NA
## 312            Hostage Taking (Kidnapping)          NA
## 313                          Armed Assault          NA
## 314                      Bombing/Explosion          NA
## 315         Facility/Infrastructure Attack          NA
## 316                      Bombing/Explosion          NA
## 317                          Assassination          NA
## 318                      Bombing/Explosion          NA
## 319                      Bombing/Explosion          NA
## 320                          Assassination          NA
## 321         Facility/Infrastructure Attack          NA
## 322                      Bombing/Explosion          NA
## 323                      Bombing/Explosion          NA
## 324                      Bombing/Explosion          NA
## 325                          Armed Assault          NA
## 326                          Armed Assault          NA
## 327         Facility/Infrastructure Attack          NA
## 328                      Bombing/Explosion          NA
## 329                                Unknown          NA
## 330            Hostage Taking (Kidnapping)          NA
## 331                      Bombing/Explosion          NA
## 332                      Bombing/Explosion          NA
## 333                      Bombing/Explosion          NA
## 334            Hostage Taking (Kidnapping)          NA
## 335                      Bombing/Explosion          NA
## 336                      Bombing/Explosion          NA
## 337    Hostage Taking (Barricade Incident)          NA
## 338    Hostage Taking (Barricade Incident)          NA
## 339         Facility/Infrastructure Attack          NA
## 340                          Assassination          NA
## 341                          Assassination          NA
## 342            Hostage Taking (Kidnapping)          NA
## 343                      Bombing/Explosion          NA
## 344                      Bombing/Explosion          NA
## 345                                Unknown          NA
## 346                      Bombing/Explosion          NA
## 347                          Armed Assault          NA
## 348                      Bombing/Explosion          NA
## 349                      Bombing/Explosion          NA
## 350         Facility/Infrastructure Attack          NA
## 351         Facility/Infrastructure Attack          NA
## 352                      Bombing/Explosion          NA
## 353                      Bombing/Explosion          NA
## 354         Facility/Infrastructure Attack          NA
## 355         Facility/Infrastructure Attack          NA
## 356                      Bombing/Explosion          NA
## 357                      Bombing/Explosion          NA
## 358                          Armed Assault          NA
## 359                          Armed Assault          NA
## 360                      Bombing/Explosion          NA
## 361         Facility/Infrastructure Attack          NA
## 362                      Bombing/Explosion          NA
## 363                      Bombing/Explosion          NA
## 364                      Bombing/Explosion          NA
## 365                          Armed Assault          NA
## 366                          Armed Assault          NA
## 367                          Armed Assault          NA
## 368                          Armed Assault          NA
## 369                          Armed Assault          NA
## 370                          Armed Assault          NA
## 371                      Bombing/Explosion          NA
## 372                      Bombing/Explosion          NA
## 373                          Armed Assault           7
## 374         Facility/Infrastructure Attack          NA
## 375         Facility/Infrastructure Attack          NA
## 376         Facility/Infrastructure Attack          NA
## 377         Facility/Infrastructure Attack          NA
## 378                      Bombing/Explosion          NA
## 379         Facility/Infrastructure Attack          NA
## 380                              Hijacking          NA
## 381                      Bombing/Explosion          NA
## 382                      Bombing/Explosion          NA
## 383                      Bombing/Explosion          NA
## 384                      Bombing/Explosion          NA
## 385                      Bombing/Explosion          NA
## 386                      Bombing/Explosion          NA
## 387                      Bombing/Explosion          NA
## 388                      Bombing/Explosion          NA
## 389                      Bombing/Explosion          NA
## 390                      Bombing/Explosion          NA
## 391                      Bombing/Explosion          NA
## 392         Facility/Infrastructure Attack          NA
## 393                      Bombing/Explosion          NA
## 394                      Bombing/Explosion          NA
## 395                      Bombing/Explosion          NA
## 396                          Assassination          NA
## 397                      Bombing/Explosion          NA
## 398                      Bombing/Explosion          NA
## 399                      Bombing/Explosion          NA
## 400                      Bombing/Explosion          NA
## 401                      Bombing/Explosion          NA
## 402                      Bombing/Explosion          NA
## 403         Facility/Infrastructure Attack          NA
## 404         Facility/Infrastructure Attack          NA
## 405         Facility/Infrastructure Attack          NA
## 406            Hostage Taking (Kidnapping)          NA
## 407            Hostage Taking (Kidnapping)          NA
## 408                          Armed Assault          NA
## 409                      Bombing/Explosion          NA
## 410         Facility/Infrastructure Attack          NA
## 411         Facility/Infrastructure Attack          NA
## 412         Facility/Infrastructure Attack          NA
## 413         Facility/Infrastructure Attack          NA
## 414         Facility/Infrastructure Attack          NA
## 415                          Armed Assault          NA
## 416                      Bombing/Explosion          NA
## 417         Facility/Infrastructure Attack          NA
## 418            Hostage Taking (Kidnapping)          NA
## 419                      Bombing/Explosion          NA
## 420                      Bombing/Explosion          NA
## 421                      Bombing/Explosion          NA
## 422                              Hijacking          NA
## 423                      Bombing/Explosion          NA
## 424         Facility/Infrastructure Attack          NA
## 425            Hostage Taking (Kidnapping)          NA
## 426                      Bombing/Explosion          NA
## 427            Hostage Taking (Kidnapping)          NA
## 428         Facility/Infrastructure Attack          NA
## 429                          Assassination          NA
## 430                      Bombing/Explosion          NA
## 431                      Bombing/Explosion          NA
## 432                      Bombing/Explosion          NA
## 433                      Bombing/Explosion          NA
## 434                      Bombing/Explosion          NA
## 435                      Bombing/Explosion          NA
## 436            Hostage Taking (Kidnapping)          NA
## 437                      Bombing/Explosion          NA
## 438                      Bombing/Explosion          NA
## 439                      Bombing/Explosion          NA
## 440                      Bombing/Explosion          NA
## 441            Hostage Taking (Kidnapping)          NA
## 442            Hostage Taking (Kidnapping)          NA
## 443            Hostage Taking (Kidnapping)          NA
## 444                          Armed Assault          NA
## 445                          Armed Assault          NA
## 446                          Armed Assault          NA
## 447                      Bombing/Explosion          NA
## 448                      Bombing/Explosion          NA
## 449                      Bombing/Explosion          NA
## 450                      Bombing/Explosion          NA
## 451                          Assassination          NA
## 452                      Bombing/Explosion          NA
## 453                          Armed Assault          NA
## 454                      Bombing/Explosion          NA
## 455         Facility/Infrastructure Attack          NA
## 456            Hostage Taking (Kidnapping)          NA
## 457                          Armed Assault          NA
## 458         Facility/Infrastructure Attack          NA
## 459                      Bombing/Explosion          NA
## 460                      Bombing/Explosion          NA
## 461                      Bombing/Explosion          NA
## 462                          Assassination          NA
## 463                      Bombing/Explosion          NA
## 464                      Bombing/Explosion          NA
## 465         Facility/Infrastructure Attack          NA
## 466            Hostage Taking (Kidnapping)          NA
## 467                      Bombing/Explosion          NA
## 468         Facility/Infrastructure Attack          NA
## 469                          Armed Assault          NA
## 470    Hostage Taking (Barricade Incident)          NA
## 471         Facility/Infrastructure Attack          NA
## 472                      Bombing/Explosion          NA
## 473         Facility/Infrastructure Attack          NA
## 474                      Bombing/Explosion          NA
## 475            Hostage Taking (Kidnapping)          NA
## 476         Facility/Infrastructure Attack          NA
## 477                      Bombing/Explosion          NA
## 478         Facility/Infrastructure Attack          NA
## 479                      Bombing/Explosion          NA
## 480         Facility/Infrastructure Attack          NA
## 481                      Bombing/Explosion          NA
## 482         Facility/Infrastructure Attack          NA
## 483         Facility/Infrastructure Attack          NA
## 484                      Bombing/Explosion          NA
## 485                      Bombing/Explosion          NA
## 486         Facility/Infrastructure Attack          NA
## 487                      Bombing/Explosion          NA
## 488            Hostage Taking (Kidnapping)          NA
## 489         Facility/Infrastructure Attack          NA
## 490                          Armed Assault          NA
## 491                      Bombing/Explosion          NA
## 492                      Bombing/Explosion          NA
## 493                      Bombing/Explosion          NA
## 494                      Bombing/Explosion          NA
## 495                      Bombing/Explosion          NA
## 496                      Bombing/Explosion          NA
## 497                          Assassination          NA
## 498                      Bombing/Explosion          NA
## 499                      Bombing/Explosion          NA
## 500                      Bombing/Explosion          NA
## 501                      Bombing/Explosion          NA
## 502                      Bombing/Explosion          NA
## 503                              Hijacking          NA
## 504                              Hijacking          NA
## 505                              Hijacking          NA
## 506                              Hijacking          NA
## 507                      Bombing/Explosion          NA
## 508                      Bombing/Explosion          NA
## 509                      Bombing/Explosion          NA
## 510         Facility/Infrastructure Attack          NA
## 511         Facility/Infrastructure Attack          NA
## 512            Hostage Taking (Kidnapping)          NA
## 513                      Bombing/Explosion          NA
## 514            Hostage Taking (Kidnapping)          NA
## 515            Hostage Taking (Kidnapping)          NA
## 516         Facility/Infrastructure Attack          NA
## 517         Facility/Infrastructure Attack          NA
## 518                          Armed Assault          NA
## 519                          Armed Assault          NA
## 520                      Bombing/Explosion          NA
## 521                          Armed Assault          NA
## 522         Facility/Infrastructure Attack          NA
## 523                      Bombing/Explosion          NA
## 524                      Bombing/Explosion          NA
## 525                      Bombing/Explosion          NA
## 526            Hostage Taking (Kidnapping)          NA
## 527                      Bombing/Explosion          NA
## 528                              Hijacking          NA
## 529                          Armed Assault          NA
## 530                          Armed Assault          NA
## 531         Facility/Infrastructure Attack          NA
## 532                      Bombing/Explosion          NA
## 533                      Bombing/Explosion          NA
## 534         Facility/Infrastructure Attack          NA
## 535                      Bombing/Explosion          NA
## 536                      Bombing/Explosion          NA
## 537            Hostage Taking (Kidnapping)          NA
## 538                      Bombing/Explosion          NA
## 539                      Bombing/Explosion          NA
## 540                          Armed Assault          NA
## 541                      Bombing/Explosion          NA
## 542                      Bombing/Explosion          NA
## 543                      Bombing/Explosion          NA
## 544                      Bombing/Explosion          NA
## 545                      Bombing/Explosion          NA
## 546         Facility/Infrastructure Attack          NA
## 547                      Bombing/Explosion          NA
## 548                      Bombing/Explosion          NA
## 549            Hostage Taking (Kidnapping)          NA
## 550                              Hijacking          NA
## 551                      Bombing/Explosion          NA
## 552                      Bombing/Explosion          NA
## 553                      Bombing/Explosion          NA
## 554                      Bombing/Explosion          NA
## 555         Facility/Infrastructure Attack          NA
## 556         Facility/Infrastructure Attack          NA
## 557         Facility/Infrastructure Attack          NA
## 558         Facility/Infrastructure Attack          NA
## 559                      Bombing/Explosion          NA
## 560         Facility/Infrastructure Attack          NA
## 561                      Bombing/Explosion          NA
## 562                      Bombing/Explosion          NA
## 563                      Bombing/Explosion          NA
## 564                      Bombing/Explosion          NA
## 565         Facility/Infrastructure Attack           2
## 566                      Bombing/Explosion          NA
## 567                          Armed Assault          NA
## 568                      Bombing/Explosion          NA
## 569                          Armed Assault          NA
## 570                        Unarmed Assault          NA
## 571         Facility/Infrastructure Attack           2
## 572                          Armed Assault          NA
## 573                      Bombing/Explosion          NA
## 574         Facility/Infrastructure Attack          NA
## 575                          Assassination          NA
## 576                      Bombing/Explosion          NA
## 577         Facility/Infrastructure Attack          NA
## 578         Facility/Infrastructure Attack          NA
## 579                      Bombing/Explosion          NA
## 580         Facility/Infrastructure Attack          NA
## 581                      Bombing/Explosion          NA
## 582                      Bombing/Explosion          NA
## 583                      Bombing/Explosion          NA
## 584                      Bombing/Explosion          NA
## 585            Hostage Taking (Kidnapping)          NA
## 586                          Assassination          NA
## 587                      Bombing/Explosion          NA
## 588                      Bombing/Explosion          NA
## 589                          Armed Assault          NA
## 590         Facility/Infrastructure Attack          NA
## 591                          Armed Assault          NA
## 592                          Armed Assault          NA
## 593                      Bombing/Explosion          NA
## 594         Facility/Infrastructure Attack          NA
## 595         Facility/Infrastructure Attack          NA
## 596                          Armed Assault          NA
## 597                          Armed Assault          NA
## 598         Facility/Infrastructure Attack          NA
## 599         Facility/Infrastructure Attack          NA
## 600                      Bombing/Explosion          NA
## 601                      Bombing/Explosion          NA
## 602                      Bombing/Explosion          NA
## 603                      Bombing/Explosion          NA
## 604                          Assassination          NA
## 605                        Unarmed Assault          NA
## 606                          Armed Assault          NA
## 607         Facility/Infrastructure Attack          NA
## 608                      Bombing/Explosion          NA
## 609                      Bombing/Explosion          NA
## 610                          Armed Assault          NA
## 611                      Bombing/Explosion          NA
## 612                          Armed Assault          NA
## 613                      Bombing/Explosion          NA
## 614                      Bombing/Explosion          NA
## 615                      Bombing/Explosion          NA
## 616                      Bombing/Explosion          NA
## 617                      Bombing/Explosion          NA
## 618                      Bombing/Explosion          NA
## 619                      Bombing/Explosion          NA
## 620                      Bombing/Explosion          NA
## 621                      Bombing/Explosion          NA
## 622                      Bombing/Explosion          NA
## 623         Facility/Infrastructure Attack          NA
## 624                          Armed Assault          NA
## 625                          Armed Assault          NA
## 626            Hostage Taking (Kidnapping)          NA
## 627                      Bombing/Explosion          NA
## 628                      Bombing/Explosion          NA
## 629                      Bombing/Explosion          NA
## 630            Hostage Taking (Kidnapping)          NA
## 631                      Bombing/Explosion          NA
## 632                      Bombing/Explosion          NA
## 633                      Bombing/Explosion          NA
## 634                      Bombing/Explosion          NA
## 635         Facility/Infrastructure Attack          NA
## 636                      Bombing/Explosion          NA
## 637         Facility/Infrastructure Attack          NA
## 638                      Bombing/Explosion          NA
## 639                          Assassination          NA
## 640         Facility/Infrastructure Attack          NA
## 641                      Bombing/Explosion          NA
## 642                      Bombing/Explosion          NA
## 643                      Bombing/Explosion          NA
## 644                          Armed Assault          NA
## 645                      Bombing/Explosion          NA
## 646                      Bombing/Explosion          NA
## 647                          Armed Assault          NA
## 648                          Armed Assault          NA
## 649                      Bombing/Explosion          NA
## 650                          Armed Assault          NA
## 651                      Bombing/Explosion          NA
## 652         Facility/Infrastructure Attack          NA
## 653                      Bombing/Explosion          NA
## 654         Facility/Infrastructure Attack          NA
## 655                      Bombing/Explosion          NA
## 656         Facility/Infrastructure Attack          NA
## 657                      Bombing/Explosion          NA
## 658            Hostage Taking (Kidnapping)          NA
## 659                      Bombing/Explosion          NA
## 660                      Bombing/Explosion          NA
## 661         Facility/Infrastructure Attack          NA
## 662         Facility/Infrastructure Attack          NA
## 663                          Assassination          NA
## 664                          Armed Assault          NA
## 665         Facility/Infrastructure Attack          NA
## 666         Facility/Infrastructure Attack          NA
## 667                          Armed Assault          NA
## 668         Facility/Infrastructure Attack          NA
## 669            Hostage Taking (Kidnapping)          NA
## 670                      Bombing/Explosion          NA
## 671                      Bombing/Explosion          NA
## 672                      Bombing/Explosion          NA
## 673         Facility/Infrastructure Attack          NA
## 674                      Bombing/Explosion          NA
## 675                      Bombing/Explosion          NA
## 676         Facility/Infrastructure Attack          NA
## 677                          Armed Assault          NA
## 678                      Bombing/Explosion          NA
## 679                      Bombing/Explosion          NA
## 680                              Hijacking          NA
## 681                          Armed Assault          NA
## 682                          Armed Assault          NA
## 683         Facility/Infrastructure Attack          NA
## 684                      Bombing/Explosion          NA
## 685                      Bombing/Explosion          NA
## 686                          Armed Assault          NA
## 687                          Armed Assault          NA
## 688                          Armed Assault          NA
## 689                          Assassination          NA
## 690                          Armed Assault          NA
## 691                          Armed Assault          NA
## 692                      Bombing/Explosion          NA
## 693                      Bombing/Explosion          NA
## 694                      Bombing/Explosion          NA
## 695                      Bombing/Explosion          NA
## 696                      Bombing/Explosion          NA
## 697                      Bombing/Explosion          NA
## 698            Hostage Taking (Kidnapping)          NA
## 699                      Bombing/Explosion          NA
## 700         Facility/Infrastructure Attack          NA
## 701         Facility/Infrastructure Attack          NA
## 702                      Bombing/Explosion          NA
## 703                          Assassination          NA
## 704                          Assassination          NA
## 705                      Bombing/Explosion          NA
## 706                          Armed Assault          NA
## 707                      Bombing/Explosion          NA
## 708                      Bombing/Explosion          NA
## 709                      Bombing/Explosion          NA
## 710                          Armed Assault          NA
## 711                      Bombing/Explosion          NA
## 712            Hostage Taking (Kidnapping)          NA
## 713                      Bombing/Explosion          NA
## 714                      Bombing/Explosion          NA
## 715                      Bombing/Explosion          NA
## 716         Facility/Infrastructure Attack          NA
## 717                      Bombing/Explosion          NA
## 718         Facility/Infrastructure Attack          NA
## 719            Hostage Taking (Kidnapping)          NA
## 720                          Assassination          NA
## 721                      Bombing/Explosion          NA
## 722                      Bombing/Explosion          NA
## 723                      Bombing/Explosion          NA
## 724         Facility/Infrastructure Attack          NA
## 725         Facility/Infrastructure Attack          NA
## 726                      Bombing/Explosion          NA
## 727                      Bombing/Explosion          NA
## 728                      Bombing/Explosion          NA
## 729            Hostage Taking (Kidnapping)          NA
## 730                      Bombing/Explosion          NA
## 731                          Armed Assault          NA
## 732            Hostage Taking (Kidnapping)          NA
## 733                          Armed Assault          NA
## 734                      Bombing/Explosion          NA
## 735                          Assassination          NA
## 736         Facility/Infrastructure Attack          NA
## 737                      Bombing/Explosion          NA
## 738                      Bombing/Explosion          NA
## 739                      Bombing/Explosion          NA
## 740                      Bombing/Explosion          NA
##                            attacktype2_txt attacktype3
## 1                                     <NA>          NA
## 2                                     <NA>          NA
## 3                                     <NA>          NA
## 4                                     <NA>          NA
## 5                                     <NA>          NA
## 6                                     <NA>          NA
## 7                                     <NA>          NA
## 8                                     <NA>          NA
## 9                                     <NA>          NA
## 10                                    <NA>          NA
## 11                                    <NA>          NA
## 12                                    <NA>          NA
## 13                                    <NA>          NA
## 14                                    <NA>          NA
## 15                                    <NA>          NA
## 16                                    <NA>          NA
## 17                                    <NA>          NA
## 18                                    <NA>          NA
## 19                                    <NA>          NA
## 20                                    <NA>          NA
## 21                                    <NA>          NA
## 22                                    <NA>          NA
## 23                                    <NA>          NA
## 24                                    <NA>          NA
## 25                           Armed Assault          NA
## 26                                    <NA>          NA
## 27                                    <NA>          NA
## 28                                    <NA>          NA
## 29                                    <NA>          NA
## 30                                    <NA>          NA
## 31                                    <NA>          NA
## 32                                    <NA>          NA
## 33                                    <NA>          NA
## 34                                    <NA>          NA
## 35                                    <NA>          NA
## 36                                    <NA>          NA
## 37                                    <NA>          NA
## 38                                    <NA>          NA
## 39                                    <NA>          NA
## 40                                    <NA>          NA
## 41                                    <NA>          NA
## 42                                    <NA>          NA
## 43                                    <NA>          NA
## 44                                    <NA>          NA
## 45                                    <NA>          NA
## 46                                    <NA>          NA
## 47                                    <NA>          NA
## 48                                    <NA>          NA
## 49                                    <NA>          NA
## 50                                    <NA>          NA
## 51                                    <NA>          NA
## 52                                    <NA>          NA
## 53                                    <NA>          NA
## 54                                    <NA>          NA
## 55                                    <NA>          NA
## 56                                    <NA>          NA
## 57                                    <NA>          NA
## 58                                    <NA>          NA
## 59                                    <NA>          NA
## 60                                    <NA>          NA
## 61                                    <NA>          NA
## 62                                    <NA>          NA
## 63                                    <NA>          NA
## 64                                    <NA>          NA
## 65                                    <NA>          NA
## 66                                    <NA>          NA
## 67                                    <NA>          NA
## 68                                    <NA>          NA
## 69                                    <NA>          NA
## 70                                    <NA>          NA
## 71                                    <NA>          NA
## 72                                    <NA>          NA
## 73                                    <NA>          NA
## 74                                    <NA>          NA
## 75                                    <NA>          NA
## 76                                    <NA>          NA
## 77                                    <NA>          NA
## 78                                    <NA>          NA
## 79                                    <NA>          NA
## 80                                    <NA>          NA
## 81                                    <NA>          NA
## 82                                    <NA>          NA
## 83                                    <NA>          NA
## 84                                    <NA>          NA
## 85                                    <NA>          NA
## 86                                    <NA>          NA
## 87                                    <NA>          NA
## 88                                    <NA>          NA
## 89                                    <NA>          NA
## 90                                    <NA>          NA
## 91                                    <NA>          NA
## 92                                    <NA>          NA
## 93                                    <NA>          NA
## 94                                    <NA>          NA
## 95                                    <NA>          NA
## 96                                    <NA>          NA
## 97                                    <NA>          NA
## 98                                    <NA>          NA
## 99                                    <NA>          NA
## 100                                   <NA>          NA
## 101                                   <NA>          NA
## 102                                   <NA>          NA
## 103                                   <NA>          NA
## 104                                   <NA>          NA
## 105                                   <NA>          NA
## 106                                   <NA>          NA
## 107                                   <NA>          NA
## 108                                   <NA>          NA
## 109                                   <NA>          NA
## 110                                   <NA>          NA
## 111                                   <NA>          NA
## 112                                   <NA>          NA
## 113                                   <NA>          NA
## 114                                   <NA>          NA
## 115                                   <NA>          NA
## 116                                   <NA>          NA
## 117                                   <NA>          NA
## 118                                   <NA>          NA
## 119                                   <NA>          NA
## 120                                   <NA>          NA
## 121                                   <NA>          NA
## 122                                   <NA>          NA
## 123                                   <NA>          NA
## 124                                   <NA>          NA
## 125                                   <NA>          NA
## 126                                   <NA>          NA
## 127                                   <NA>          NA
## 128                                   <NA>          NA
## 129                                   <NA>          NA
## 130                                   <NA>          NA
## 131                                   <NA>          NA
## 132                                   <NA>          NA
## 133                                   <NA>          NA
## 134                                   <NA>          NA
## 135                                   <NA>          NA
## 136                                   <NA>          NA
## 137                                   <NA>          NA
## 138                                   <NA>          NA
## 139                                   <NA>          NA
## 140                                   <NA>          NA
## 141                                   <NA>          NA
## 142                                   <NA>          NA
## 143                                   <NA>          NA
## 144                                   <NA>          NA
## 145                                   <NA>          NA
## 146                                   <NA>          NA
## 147                                   <NA>          NA
## 148                                   <NA>          NA
## 149                                   <NA>          NA
## 150                                   <NA>          NA
## 151                                   <NA>          NA
## 152                                   <NA>          NA
## 153                                   <NA>          NA
## 154                                   <NA>          NA
## 155                                   <NA>          NA
## 156                                   <NA>          NA
## 157                                   <NA>          NA
## 158                                   <NA>          NA
## 159                                   <NA>          NA
## 160                                   <NA>          NA
## 161                                   <NA>          NA
## 162                                   <NA>          NA
## 163                                   <NA>          NA
## 164                                   <NA>          NA
## 165                                   <NA>          NA
## 166                                   <NA>          NA
## 167                                   <NA>          NA
## 168                                   <NA>          NA
## 169                                   <NA>          NA
## 170                                   <NA>          NA
## 171                                   <NA>          NA
## 172                                   <NA>          NA
## 173                                   <NA>          NA
## 174                                   <NA>          NA
## 175                                   <NA>          NA
## 176                                   <NA>          NA
## 177                                   <NA>          NA
## 178                                   <NA>          NA
## 179                                   <NA>          NA
## 180                                   <NA>          NA
## 181                                   <NA>          NA
## 182                                   <NA>          NA
## 183                                   <NA>          NA
## 184                                   <NA>          NA
## 185                                   <NA>          NA
## 186                                   <NA>          NA
## 187                                   <NA>          NA
## 188                                   <NA>          NA
## 189                                   <NA>          NA
## 190                                   <NA>          NA
## 191                                   <NA>          NA
## 192                                   <NA>          NA
## 193                                   <NA>          NA
## 194                                   <NA>          NA
## 195         Facility/Infrastructure Attack          NA
## 196                                   <NA>          NA
## 197                                   <NA>          NA
## 198                                   <NA>          NA
## 199                                   <NA>          NA
## 200                                   <NA>          NA
## 201                                   <NA>          NA
## 202                                   <NA>          NA
## 203                                   <NA>          NA
## 204                      Bombing/Explosion          NA
## 205                                   <NA>          NA
## 206                                   <NA>          NA
## 207                                   <NA>          NA
## 208                                   <NA>          NA
## 209                                   <NA>          NA
## 210                                   <NA>          NA
## 211                                   <NA>          NA
## 212                                   <NA>          NA
## 213                                   <NA>          NA
## 214                                   <NA>          NA
## 215                                   <NA>          NA
## 216                                   <NA>          NA
## 217                                   <NA>          NA
## 218                                   <NA>          NA
## 219                                   <NA>          NA
## 220                                   <NA>          NA
## 221                                   <NA>          NA
## 222                                   <NA>          NA
## 223                                   <NA>          NA
## 224                                   <NA>          NA
## 225                                   <NA>          NA
## 226                                   <NA>          NA
## 227                                   <NA>          NA
## 228                                   <NA>          NA
## 229                                   <NA>          NA
## 230                                   <NA>          NA
## 231                                   <NA>          NA
## 232                                   <NA>          NA
## 233                                   <NA>          NA
## 234                                   <NA>          NA
## 235                                   <NA>          NA
## 236                                   <NA>          NA
## 237                                   <NA>          NA
## 238                                   <NA>          NA
## 239                                   <NA>          NA
## 240                                   <NA>          NA
## 241                                   <NA>          NA
## 242                                   <NA>          NA
## 243                                   <NA>          NA
## 244                                   <NA>          NA
## 245                                   <NA>          NA
## 246                                   <NA>          NA
## 247                                   <NA>          NA
## 248                                   <NA>          NA
## 249                                   <NA>          NA
## 250                                   <NA>          NA
## 251                                   <NA>          NA
## 252                                   <NA>          NA
## 253                                   <NA>          NA
## 254                                   <NA>          NA
## 255                                   <NA>          NA
## 256                                   <NA>          NA
## 257                                   <NA>          NA
## 258                                   <NA>          NA
## 259                                   <NA>          NA
## 260                                   <NA>          NA
## 261                                   <NA>          NA
## 262                                   <NA>          NA
## 263                                   <NA>          NA
## 264                                   <NA>          NA
## 265                                   <NA>          NA
## 266                                   <NA>          NA
## 267                                   <NA>          NA
## 268                                   <NA>          NA
## 269                                   <NA>          NA
## 270                                   <NA>          NA
## 271                                   <NA>          NA
## 272                                   <NA>          NA
## 273                                   <NA>          NA
## 274                                   <NA>          NA
## 275                                   <NA>          NA
## 276                                   <NA>          NA
## 277                                   <NA>          NA
## 278                                   <NA>          NA
## 279                                   <NA>          NA
## 280                                   <NA>          NA
## 281                                   <NA>          NA
## 282                                   <NA>          NA
## 283                                   <NA>          NA
## 284                                   <NA>          NA
## 285                                   <NA>          NA
## 286                                   <NA>          NA
## 287                                   <NA>          NA
## 288                                   <NA>          NA
## 289                                   <NA>          NA
## 290                                   <NA>          NA
## 291                                   <NA>          NA
## 292                                   <NA>          NA
## 293                                   <NA>          NA
## 294                                   <NA>          NA
## 295                                   <NA>          NA
## 296                                   <NA>          NA
## 297                                   <NA>          NA
## 298                                   <NA>          NA
## 299                                   <NA>          NA
## 300                                   <NA>          NA
## 301                                   <NA>          NA
## 302                                   <NA>          NA
## 303                                   <NA>          NA
## 304                                   <NA>          NA
## 305                                   <NA>          NA
## 306                                   <NA>          NA
## 307                                   <NA>          NA
## 308                                   <NA>          NA
## 309                                   <NA>          NA
## 310                                   <NA>          NA
## 311                                   <NA>          NA
## 312                                   <NA>          NA
## 313                                   <NA>          NA
## 314                                   <NA>          NA
## 315                                   <NA>          NA
## 316                                   <NA>          NA
## 317                                   <NA>          NA
## 318                                   <NA>          NA
## 319                                   <NA>          NA
## 320                                   <NA>          NA
## 321                                   <NA>          NA
## 322                                   <NA>          NA
## 323                                   <NA>          NA
## 324                                   <NA>          NA
## 325                                   <NA>          NA
## 326                                   <NA>          NA
## 327                                   <NA>          NA
## 328                                   <NA>          NA
## 329                                   <NA>          NA
## 330                                   <NA>          NA
## 331                                   <NA>          NA
## 332                                   <NA>          NA
## 333                                   <NA>          NA
## 334                                   <NA>          NA
## 335                                   <NA>          NA
## 336                                   <NA>          NA
## 337                                   <NA>          NA
## 338                                   <NA>          NA
## 339                                   <NA>          NA
## 340                                   <NA>          NA
## 341                                   <NA>          NA
## 342                                   <NA>          NA
## 343                                   <NA>          NA
## 344                                   <NA>          NA
## 345                                   <NA>          NA
## 346                                   <NA>          NA
## 347                                   <NA>          NA
## 348                                   <NA>          NA
## 349                                   <NA>          NA
## 350                                   <NA>          NA
## 351                                   <NA>          NA
## 352                                   <NA>          NA
## 353                                   <NA>          NA
## 354                                   <NA>          NA
## 355                                   <NA>          NA
## 356                                   <NA>          NA
## 357                                   <NA>          NA
## 358                                   <NA>          NA
## 359                                   <NA>          NA
## 360                                   <NA>          NA
## 361                                   <NA>          NA
## 362                                   <NA>          NA
## 363                                   <NA>          NA
## 364                                   <NA>          NA
## 365                                   <NA>          NA
## 366                                   <NA>          NA
## 367                                   <NA>          NA
## 368                                   <NA>          NA
## 369                                   <NA>          NA
## 370                                   <NA>          NA
## 371                                   <NA>          NA
## 372                                   <NA>          NA
## 373         Facility/Infrastructure Attack          NA
## 374                                   <NA>          NA
## 375                                   <NA>          NA
## 376                                   <NA>          NA
## 377                                   <NA>          NA
## 378                                   <NA>          NA
## 379                                   <NA>          NA
## 380                                   <NA>          NA
## 381                                   <NA>          NA
## 382                                   <NA>          NA
## 383                                   <NA>          NA
## 384                                   <NA>          NA
## 385                                   <NA>          NA
## 386                                   <NA>          NA
## 387                                   <NA>          NA
## 388                                   <NA>          NA
## 389                                   <NA>          NA
## 390                                   <NA>          NA
## 391                                   <NA>          NA
## 392                                   <NA>          NA
## 393                                   <NA>          NA
## 394                                   <NA>          NA
## 395                                   <NA>          NA
## 396                                   <NA>          NA
## 397                                   <NA>          NA
## 398                                   <NA>          NA
## 399                                   <NA>          NA
## 400                                   <NA>          NA
## 401                                   <NA>          NA
## 402                                   <NA>          NA
## 403                                   <NA>          NA
## 404                                   <NA>          NA
## 405                                   <NA>          NA
## 406                                   <NA>          NA
## 407                                   <NA>          NA
## 408                                   <NA>          NA
## 409                                   <NA>          NA
## 410                                   <NA>          NA
## 411                                   <NA>          NA
## 412                                   <NA>          NA
## 413                                   <NA>          NA
## 414                                   <NA>          NA
## 415                                   <NA>          NA
## 416                                   <NA>          NA
## 417                                   <NA>          NA
## 418                                   <NA>          NA
## 419                                   <NA>          NA
## 420                                   <NA>          NA
## 421                                   <NA>          NA
## 422                                   <NA>          NA
## 423                                   <NA>          NA
## 424                                   <NA>          NA
## 425                                   <NA>          NA
## 426                                   <NA>          NA
## 427                                   <NA>          NA
## 428                                   <NA>          NA
## 429                                   <NA>          NA
## 430                                   <NA>          NA
## 431                                   <NA>          NA
## 432                                   <NA>          NA
## 433                                   <NA>          NA
## 434                                   <NA>          NA
## 435                                   <NA>          NA
## 436                                   <NA>          NA
## 437                                   <NA>          NA
## 438                                   <NA>          NA
## 439                                   <NA>          NA
## 440                                   <NA>          NA
## 441                                   <NA>          NA
## 442                                   <NA>          NA
## 443                                   <NA>          NA
## 444                                   <NA>          NA
## 445                                   <NA>          NA
## 446                                   <NA>          NA
## 447                                   <NA>          NA
## 448                                   <NA>          NA
## 449                                   <NA>          NA
## 450                                   <NA>          NA
## 451                                   <NA>          NA
## 452                                   <NA>          NA
## 453                                   <NA>          NA
## 454                                   <NA>          NA
## 455                                   <NA>          NA
## 456                                   <NA>          NA
## 457                                   <NA>          NA
## 458                                   <NA>          NA
## 459                                   <NA>          NA
## 460                                   <NA>          NA
## 461                                   <NA>          NA
## 462                                   <NA>          NA
## 463                                   <NA>          NA
## 464                                   <NA>          NA
## 465                                   <NA>          NA
## 466                                   <NA>          NA
## 467                                   <NA>          NA
## 468                                   <NA>          NA
## 469                                   <NA>          NA
## 470                                   <NA>          NA
## 471                                   <NA>          NA
## 472                                   <NA>          NA
## 473                                   <NA>          NA
## 474                                   <NA>          NA
## 475                                   <NA>          NA
## 476                                   <NA>          NA
## 477                                   <NA>          NA
## 478                                   <NA>          NA
## 479                                   <NA>          NA
## 480                                   <NA>          NA
## 481                                   <NA>          NA
## 482                                   <NA>          NA
## 483                                   <NA>          NA
## 484                                   <NA>          NA
## 485                                   <NA>          NA
## 486                                   <NA>          NA
## 487                                   <NA>          NA
## 488                                   <NA>          NA
## 489                                   <NA>          NA
## 490                                   <NA>          NA
## 491                                   <NA>          NA
## 492                                   <NA>          NA
## 493                                   <NA>          NA
## 494                                   <NA>          NA
## 495                                   <NA>          NA
## 496                                   <NA>          NA
## 497                                   <NA>          NA
## 498                                   <NA>          NA
## 499                                   <NA>          NA
## 500                                   <NA>          NA
## 501                                   <NA>          NA
## 502                                   <NA>          NA
## 503                                   <NA>          NA
## 504                                   <NA>          NA
## 505                                   <NA>          NA
## 506                                   <NA>          NA
## 507                                   <NA>          NA
## 508                                   <NA>          NA
## 509                                   <NA>          NA
## 510                                   <NA>          NA
## 511                                   <NA>          NA
## 512                                   <NA>          NA
## 513                                   <NA>          NA
## 514                                   <NA>          NA
## 515                                   <NA>          NA
## 516                                   <NA>          NA
## 517                                   <NA>          NA
## 518                                   <NA>          NA
## 519                                   <NA>          NA
## 520                                   <NA>          NA
## 521                                   <NA>          NA
## 522                                   <NA>          NA
## 523                                   <NA>          NA
## 524                                   <NA>          NA
## 525                                   <NA>          NA
## 526                                   <NA>          NA
## 527                                   <NA>          NA
## 528                                   <NA>          NA
## 529                                   <NA>          NA
## 530                                   <NA>          NA
## 531                                   <NA>          NA
## 532                                   <NA>          NA
## 533                                   <NA>          NA
## 534                                   <NA>          NA
## 535                                   <NA>          NA
## 536                                   <NA>          NA
## 537                                   <NA>          NA
## 538                                   <NA>          NA
## 539                                   <NA>          NA
## 540                                   <NA>          NA
## 541                                   <NA>          NA
## 542                                   <NA>          NA
## 543                                   <NA>          NA
## 544                                   <NA>          NA
## 545                                   <NA>          NA
## 546                                   <NA>          NA
## 547                                   <NA>          NA
## 548                                   <NA>          NA
## 549                                   <NA>          NA
## 550                                   <NA>          NA
## 551                                   <NA>          NA
## 552                                   <NA>          NA
## 553                                   <NA>          NA
## 554                                   <NA>          NA
## 555                                   <NA>          NA
## 556                                   <NA>          NA
## 557                                   <NA>          NA
## 558                                   <NA>          NA
## 559                                   <NA>          NA
## 560                                   <NA>          NA
## 561                                   <NA>          NA
## 562                                   <NA>          NA
## 563                                   <NA>          NA
## 564                                   <NA>          NA
## 565                          Armed Assault          NA
## 566                                   <NA>          NA
## 567                                   <NA>          NA
## 568                                   <NA>          NA
## 569                                   <NA>          NA
## 570                                   <NA>          NA
## 571                          Armed Assault          NA
## 572                                   <NA>          NA
## 573                                   <NA>          NA
## 574                                   <NA>          NA
## 575                                   <NA>          NA
## 576                                   <NA>          NA
## 577                                   <NA>          NA
## 578                                   <NA>          NA
## 579                                   <NA>          NA
## 580                                   <NA>          NA
## 581                                   <NA>          NA
## 582                                   <NA>          NA
## 583                                   <NA>          NA
## 584                                   <NA>          NA
## 585                                   <NA>          NA
## 586                                   <NA>          NA
## 587                                   <NA>          NA
## 588                                   <NA>          NA
## 589                                   <NA>          NA
## 590                                   <NA>          NA
## 591                                   <NA>          NA
## 592                                   <NA>          NA
## 593                                   <NA>          NA
## 594                                   <NA>          NA
## 595                                   <NA>          NA
## 596                                   <NA>          NA
## 597                                   <NA>          NA
## 598                                   <NA>          NA
## 599                                   <NA>          NA
## 600                                   <NA>          NA
## 601                                   <NA>          NA
## 602                                   <NA>          NA
## 603                                   <NA>          NA
## 604                                   <NA>          NA
## 605                                   <NA>          NA
## 606                                   <NA>          NA
## 607                                   <NA>          NA
## 608                                   <NA>          NA
## 609                                   <NA>          NA
## 610                                   <NA>          NA
## 611                                   <NA>          NA
## 612                                   <NA>          NA
## 613                                   <NA>          NA
## 614                                   <NA>          NA
## 615                                   <NA>          NA
## 616                                   <NA>          NA
## 617                                   <NA>          NA
## 618                                   <NA>          NA
## 619                                   <NA>          NA
## 620                                   <NA>          NA
## 621                                   <NA>          NA
## 622                                   <NA>          NA
## 623                                   <NA>          NA
## 624                                   <NA>          NA
## 625                                   <NA>          NA
## 626                                   <NA>          NA
## 627                                   <NA>          NA
## 628                                   <NA>          NA
## 629                                   <NA>          NA
## 630                                   <NA>          NA
## 631                                   <NA>          NA
## 632                                   <NA>          NA
## 633                                   <NA>          NA
## 634                                   <NA>          NA
## 635                                   <NA>          NA
## 636                                   <NA>          NA
## 637                                   <NA>          NA
## 638                                   <NA>          NA
## 639                                   <NA>          NA
## 640                                   <NA>          NA
## 641                                   <NA>          NA
## 642                                   <NA>          NA
## 643                                   <NA>          NA
## 644                                   <NA>          NA
## 645                                   <NA>          NA
## 646                                   <NA>          NA
## 647                                   <NA>          NA
## 648                                   <NA>          NA
## 649                                   <NA>          NA
## 650                                   <NA>          NA
## 651                                   <NA>          NA
## 652                                   <NA>          NA
## 653                                   <NA>          NA
## 654                                   <NA>          NA
## 655                                   <NA>          NA
## 656                                   <NA>          NA
## 657                                   <NA>          NA
## 658                                   <NA>          NA
## 659                                   <NA>          NA
## 660                                   <NA>          NA
## 661                                   <NA>          NA
## 662                                   <NA>          NA
## 663                                   <NA>          NA
## 664                                   <NA>          NA
## 665                                   <NA>          NA
## 666                                   <NA>          NA
## 667                                   <NA>          NA
## 668                                   <NA>          NA
## 669                                   <NA>          NA
## 670                                   <NA>          NA
## 671                                   <NA>          NA
## 672                                   <NA>          NA
## 673                                   <NA>          NA
## 674                                   <NA>          NA
## 675                                   <NA>          NA
## 676                                   <NA>          NA
## 677                                   <NA>          NA
## 678                                   <NA>          NA
## 679                                   <NA>          NA
## 680                                   <NA>          NA
## 681                                   <NA>          NA
## 682                                   <NA>          NA
## 683                                   <NA>          NA
## 684                                   <NA>          NA
## 685                                   <NA>          NA
## 686                                   <NA>          NA
## 687                                   <NA>          NA
## 688                                   <NA>          NA
## 689                                   <NA>          NA
## 690                                   <NA>          NA
## 691                                   <NA>          NA
## 692                                   <NA>          NA
## 693                                   <NA>          NA
## 694                                   <NA>          NA
## 695                                   <NA>          NA
## 696                                   <NA>          NA
## 697                                   <NA>          NA
## 698                                   <NA>          NA
## 699                                   <NA>          NA
## 700                                   <NA>          NA
## 701                                   <NA>          NA
## 702                                   <NA>          NA
## 703                                   <NA>          NA
## 704                                   <NA>          NA
## 705                                   <NA>          NA
## 706                                   <NA>          NA
## 707                                   <NA>          NA
## 708                                   <NA>          NA
## 709                                   <NA>          NA
## 710                                   <NA>          NA
## 711                                   <NA>          NA
## 712                                   <NA>          NA
## 713                                   <NA>          NA
## 714                                   <NA>          NA
## 715                                   <NA>          NA
## 716                                   <NA>          NA
## 717                                   <NA>          NA
## 718                                   <NA>          NA
## 719                                   <NA>          NA
## 720                                   <NA>          NA
## 721                                   <NA>          NA
## 722                                   <NA>          NA
## 723                                   <NA>          NA
## 724                                   <NA>          NA
## 725                                   <NA>          NA
## 726                                   <NA>          NA
## 727                                   <NA>          NA
## 728                                   <NA>          NA
## 729                                   <NA>          NA
## 730                                   <NA>          NA
## 731                                   <NA>          NA
## 732                                   <NA>          NA
## 733                                   <NA>          NA
## 734                                   <NA>          NA
## 735                                   <NA>          NA
## 736                                   <NA>          NA
## 737                                   <NA>          NA
## 738                                   <NA>          NA
## 739                                   <NA>          NA
## 740                                   <NA>          NA
##                            attacktype3_txt targtype1
## 1                                     <NA>        14
## 2                                     <NA>         7
## 3                                     <NA>        10
## 4                                     <NA>         7
## 5                                     <NA>         7
## 6                                     <NA>         3
## 7                                     <NA>         3
## 8                                     <NA>        21
## 9                                     <NA>         4
## 10                                    <NA>         2
## 11                                    <NA>         4
## 12                                    <NA>         4
## 13                                    <NA>         6
## 14                                    <NA>         2
## 15                                    <NA>         1
## 16                                    <NA>         2
## 17                                    <NA>         4
## 18                                    <NA>         8
## 19                                    <NA>         1
## 20                                    <NA>         1
## 21                                    <NA>         3
## 22                                    <NA>         8
## 23                                    <NA>         8
## 24                                    <NA>         4
## 25                                    <NA>        22
## 26                                    <NA>         7
## 27                                    <NA>         7
## 28                                    <NA>         1
## 29                                    <NA>        14
## 30                                    <NA>        14
## 31                                    <NA>         3
## 32                                    <NA>         2
## 33                                    <NA>         3
## 34                                    <NA>         2
## 35                                    <NA>         3
## 36                                    <NA>        15
## 37                                    <NA>        20
## 38                                    <NA>         1
## 39                                    <NA>         4
## 40                                    <NA>         4
## 41                                    <NA>         3
## 42                                    <NA>         2
## 43                                    <NA>         3
## 44                                    <NA>         1
## 45                                    <NA>         1
## 46                                    <NA>         1
## 47                                    <NA>        14
## 48                                    <NA>        19
## 49                                    <NA>         2
## 50                                    <NA>        15
## 51                                    <NA>         2
## 52                                    <NA>        21
## 53                                    <NA>         1
## 54                                    <NA>         4
## 55                                    <NA>         8
## 56                                    <NA>         1
## 57                                    <NA>         1
## 58                                    <NA>         1
## 59                                    <NA>        14
## 60                                    <NA>         6
## 61                                    <NA>         8
## 62                                    <NA>         3
## 63                                    <NA>        14
## 64                                    <NA>         3
## 65                                    <NA>         1
## 66                                    <NA>         4
## 67                                    <NA>         3
## 68                                    <NA>         1
## 69                                    <NA>         1
## 70                                    <NA>         3
## 71                                    <NA>         1
## 72                                    <NA>        21
## 73                                    <NA>         8
## 74                                    <NA>         4
## 75                                    <NA>         3
## 76                                    <NA>         3
## 77                                    <NA>         2
## 78                                    <NA>         8
## 79                                    <NA>         8
## 80                                    <NA>         6
## 81                                    <NA>         6
## 82                                    <NA>         3
## 83                                    <NA>         4
## 84                                    <NA>        14
## 85                                    <NA>        14
## 86                                    <NA>         8
## 87                                    <NA>        21
## 88                                    <NA>        21
## 89                                    <NA>        21
## 90                                    <NA>        21
## 91                                    <NA>        21
## 92                                    <NA>         4
## 93                                    <NA>        14
## 94                                    <NA>         4
## 95                                    <NA>         8
## 96                                    <NA>        18
## 97                                    <NA>         7
## 98                                    <NA>         6
## 99                                    <NA>         4
## 100                                   <NA>         4
## 101                                   <NA>         3
## 102                                   <NA>         3
## 103                                   <NA>        14
## 104                                   <NA>         2
## 105                                   <NA>        14
## 106                                   <NA>         2
## 107                                   <NA>         4
## 108                                   <NA>        19
## 109                                   <NA>        14
## 110                                   <NA>         2
## 111                                   <NA>        14
## 112                                   <NA>         4
## 113                                   <NA>         7
## 114                                   <NA>         3
## 115                                   <NA>         3
## 116                                   <NA>         8
## 117                                   <NA>        14
## 118                                   <NA>        15
## 119                                   <NA>         4
## 120                                   <NA>        20
## 121                                   <NA>         2
## 122                                   <NA>         2
## 123                                   <NA>         1
## 124                                   <NA>         7
## 125                                   <NA>         4
## 126                                   <NA>         1
## 127                                   <NA>         1
## 128                                   <NA>         3
## 129                                   <NA>         3
## 130                                   <NA>         1
## 131                                   <NA>         4
## 132                                   <NA>         8
## 133                                   <NA>        10
## 134                                   <NA>         6
## 135                                   <NA>         4
## 136                                   <NA>         4
## 137                                   <NA>         1
## 138                                   <NA>         3
## 139                                   <NA>         2
## 140                                   <NA>         8
## 141                                   <NA>        21
## 142                                   <NA>         4
## 143                                   <NA>        14
## 144                                   <NA>         2
## 145                                   <NA>         1
## 146                                   <NA>         1
## 147                                   <NA>         1
## 148                                   <NA>         1
## 149                                   <NA>         1
## 150                                   <NA>        14
## 151                                   <NA>         4
## 152                                   <NA>         4
## 153                                   <NA>         7
## 154                                   <NA>         1
## 155                                   <NA>        14
## 156                                   <NA>         3
## 157                                   <NA>         3
## 158                                   <NA>         7
## 159                                   <NA>         7
## 160                                   <NA>         2
## 161                                   <NA>         4
## 162                                   <NA>         7
## 163                                   <NA>         6
## 164                                   <NA>         2
## 165                                   <NA>         8
## 166                                   <NA>         7
## 167                                   <NA>         8
## 168                                   <NA>         8
## 169                                   <NA>         4
## 170                                   <NA>         4
## 171                                   <NA>         1
## 172                                   <NA>         1
## 173                                   <NA>         1
## 174                                   <NA>        14
## 175                                   <NA>         8
## 176                                   <NA>         7
## 177                                   <NA>         4
## 178                                   <NA>        21
## 179                                   <NA>         1
## 180                                   <NA>        12
## 181                                   <NA>         8
## 182                                   <NA>         1
## 183                                   <NA>        14
## 184                                   <NA>         8
## 185                                   <NA>         1
## 186                                   <NA>         4
## 187                                   <NA>         8
## 188                                   <NA>         1
## 189                                   <NA>        21
## 190                                   <NA>         8
## 191                                   <NA>        15
## 192                                   <NA>         3
## 193                                   <NA>         1
## 194                                   <NA>         8
## 195                                   <NA>         1
## 196                                   <NA>         7
## 197                                   <NA>        14
## 198                                   <NA>         8
## 199                                   <NA>         8
## 200                                   <NA>         1
## 201                                   <NA>        14
## 202                                   <NA>        14
## 203                                   <NA>         1
## 204                                   <NA>         3
## 205                                   <NA>        15
## 206                                   <NA>         1
## 207                                   <NA>         1
## 208                                   <NA>         2
## 209                                   <NA>         3
## 210                                   <NA>         8
## 211                                   <NA>         6
## 212                                   <NA>         1
## 213                                   <NA>         1
## 214                                   <NA>         8
## 215                                   <NA>         8
## 216                                   <NA>         2
## 217                                   <NA>         3
## 218                                   <NA>         8
## 219                                   <NA>         4
## 220                                   <NA>        16
## 221                                   <NA>        16
## 222                                   <NA>         3
## 223                                   <NA>         8
## 224                                   <NA>         3
## 225                                   <NA>         4
## 226                                   <NA>         7
## 227                                   <NA>         6
## 228                                   <NA>         8
## 229                                   <NA>         1
## 230                                   <NA>         1
## 231                                   <NA>         1
## 232                                   <NA>         2
## 233                                   <NA>         9
## 234                                   <NA>         2
## 235                                   <NA>         1
## 236                                   <NA>         8
## 237                                   <NA>         8
## 238                                   <NA>         8
## 239                                   <NA>        14
## 240                                   <NA>        14
## 241                                   <NA>         1
## 242                                   <NA>         2
## 243                                   <NA>         3
## 244                                   <NA>         1
## 245                                   <NA>        15
## 246                                   <NA>         1
## 247                                   <NA>         4
## 248                                   <NA>         4
## 249                                   <NA>         8
## 250                                   <NA>         1
## 251                                   <NA>         1
## 252                                   <NA>         1
## 253                                   <NA>         1
## 254                                   <NA>         7
## 255                                   <NA>         2
## 256                                   <NA>         4
## 257                                   <NA>         2
## 258                                   <NA>         4
## 259                                   <NA>         7
## 260                                   <NA>         4
## 261                                   <NA>         8
## 262                                   <NA>         2
## 263                                   <NA>         1
## 264                                   <NA>         2
## 265                                   <NA>         4
## 266                                   <NA>         4
## 267                                   <NA>         2
## 268                                   <NA>         4
## 269                                   <NA>         2
## 270                                   <NA>        15
## 271                                   <NA>         1
## 272                                   <NA>         4
## 273                                   <NA>         8
## 274                                   <NA>         2
## 275                                   <NA>         3
## 276                                   <NA>         1
## 277                                   <NA>        12
## 278                                   <NA>         6
## 279                                   <NA>        16
## 280                                   <NA>         2
## 281                                   <NA>         3
## 282                                   <NA>         4
## 283                                   <NA>        14
## 284                                   <NA>         1
## 285                                   <NA>         4
## 286                                   <NA>         8
## 287                                   <NA>         8
## 288                                   <NA>         1
## 289                                   <NA>         1
## 290                                   <NA>         4
## 291                                   <NA>         1
## 292                                   <NA>         1
## 293                                   <NA>         4
## 294                                   <NA>         2
## 295                                   <NA>        21
## 296                                   <NA>         2
## 297                                   <NA>         8
## 298                                   <NA>        14
## 299                                   <NA>        17
## 300                                   <NA>         3
## 301                                   <NA>         3
## 302                                   <NA>         1
## 303                                   <NA>         1
## 304                                   <NA>         1
## 305                                   <NA>         2
## 306                                   <NA>        15
## 307                                   <NA>        15
## 308                                   <NA>         3
## 309                                   <NA>         2
## 310                                   <NA>         8
## 311                                   <NA>         8
## 312                                   <NA>         2
## 313                                   <NA>         4
## 314                                   <NA>        14
## 315                                   <NA>         4
## 316                                   <NA>         1
## 317                                   <NA>         2
## 318                                   <NA>         6
## 319                                   <NA>        21
## 320                                   <NA>        14
## 321                                   <NA>         2
## 322                                   <NA>         3
## 323                                   <NA>         4
## 324                                   <NA>         7
## 325                                   <NA>         1
## 326                                   <NA>         2
## 327                                   <NA>         1
## 328                                   <NA>         3
## 329                                   <NA>         4
## 330                                   <NA>         7
## 331                                   <NA>         3
## 332                                   <NA>         2
## 333                                   <NA>         4
## 334                                   <NA>         1
## 335                                   <NA>         6
## 336                                   <NA>         3
## 337                                   <NA>         1
## 338                                   <NA>         1
## 339                                   <NA>         2
## 340                                   <NA>        14
## 341                                   <NA>         4
## 342                                   <NA>         7
## 343                                   <NA>         6
## 344                                   <NA>         3
## 345                                   <NA>         7
## 346                                   <NA>         2
## 347                                   <NA>         3
## 348                                   <NA>         1
## 349                                   <NA>         1
## 350                                   <NA>         2
## 351                                   <NA>         2
## 352                                   <NA>         3
## 353                                   <NA>         3
## 354                                   <NA>         8
## 355                                   <NA>        13
## 356                                   <NA>         1
## 357                                   <NA>         1
## 358                                   <NA>         3
## 359                                   <NA>         3
## 360                                   <NA>         3
## 361                                   <NA>         2
## 362                                   <NA>         4
## 363                                   <NA>         1
## 364                                   <NA>        14
## 365                                   <NA>        17
## 366                                   <NA>        14
## 367                                   <NA>        14
## 368                                   <NA>        14
## 369                                   <NA>        15
## 370                                   <NA>         3
## 371                                   <NA>         8
## 372                                   <NA>         1
## 373                                   <NA>         3
## 374                                   <NA>         1
## 375                                   <NA>         1
## 376                                   <NA>         1
## 377                                   <NA>         1
## 378                                   <NA>         1
## 379                                   <NA>        15
## 380                                   <NA>         6
## 381                                   <NA>        14
## 382                                   <NA>         8
## 383                                   <NA>         7
## 384                                   <NA>         7
## 385                                   <NA>         7
## 386                                   <NA>         7
## 387                                   <NA>         1
## 388                                   <NA>         3
## 389                                   <NA>        14
## 390                                   <NA>         1
## 391                                   <NA>         1
## 392                                   <NA>         4
## 393                                   <NA>         8
## 394                                   <NA>        14
## 395                                   <NA>        14
## 396                                   <NA>        14
## 397                                   <NA>         3
## 398                                   <NA>        14
## 399                                   <NA>         7
## 400                                   <NA>         1
## 401                                   <NA>         7
## 402                                   <NA>         1
## 403                                   <NA>        10
## 404                                   <NA>         2
## 405                                   <NA>         2
## 406                                   <NA>         2
## 407                                   <NA>         1
## 408                                   <NA>        14
## 409                                   <NA>         1
## 410                                   <NA>        12
## 411                                   <NA>         4
## 412                                   <NA>        12
## 413                                   <NA>         4
## 414                                   <NA>         2
## 415                                   <NA>         3
## 416                                   <NA>         1
## 417                                   <NA>        12
## 418                                   <NA>         1
## 419                                   <NA>         1
## 420                                   <NA>         3
## 421                                   <NA>         1
## 422                                   <NA>         6
## 423                                   <NA>        21
## 424                                   <NA>         4
## 425                                   <NA>         1
## 426                                   <NA>         2
## 427                                   <NA>         7
## 428                                   <NA>        12
## 429                                   <NA>         1
## 430                                   <NA>         4
## 431                                   <NA>         1
## 432                                   <NA>        21
## 433                                   <NA>        16
## 434                                   <NA>         4
## 435                                   <NA>         4
## 436                                   <NA>         2
## 437                                   <NA>         1
## 438                                   <NA>        10
## 439                                   <NA>         2
## 440                                   <NA>        21
## 441                                   <NA>         7
## 442                                   <NA>         7
## 443                                   <NA>         2
## 444                                   <NA>        14
## 445                                   <NA>        14
## 446                                   <NA>         7
## 447                                   <NA>         1
## 448                                   <NA>         7
## 449                                   <NA>         3
## 450                                   <NA>         1
## 451                                   <NA>         3
## 452                                   <NA>         1
## 453                                   <NA>         3
## 454                                   <NA>         2
## 455                                   <NA>         2
## 456                                   <NA>         2
## 457                                   <NA>         1
## 458                                   <NA>         2
## 459                                   <NA>         3
## 460                                   <NA>         3
## 461                                   <NA>         3
## 462                                   <NA>        14
## 463                                   <NA>        14
## 464                                   <NA>         4
## 465                                   <NA>        12
## 466                                   <NA>         2
## 467                                   <NA>         7
## 468                                   <NA>         2
## 469                                   <NA>         3
## 470                                   <NA>        16
## 471                                   <NA>         8
## 472                                   <NA>         3
## 473                                   <NA>         4
## 474                                   <NA>         4
## 475                                   <NA>         7
## 476                                   <NA>         3
## 477                                   <NA>         1
## 478                                   <NA>         8
## 479                                   <NA>         8
## 480                                   <NA>         4
## 481                                   <NA>         7
## 482                                   <NA>         1
## 483                                   <NA>         2
## 484                                   <NA>         2
## 485                                   <NA>         7
## 486                                   <NA>         8
## 487                                   <NA>         4
## 488                                   <NA>         4
## 489                                   <NA>         1
## 490                                   <NA>         1
## 491                                   <NA>         7
## 492                                   <NA>         3
## 493                                   <NA>         1
## 494                                   <NA>         1
## 495                                   <NA>        14
## 496                                   <NA>         1
## 497                                   <NA>         2
## 498                                   <NA>        17
## 499                                   <NA>         1
## 500                                   <NA>         2
## 501                                   <NA>         3
## 502                                   <NA>         2
## 503                                   <NA>         6
## 504                                   <NA>         6
## 505                                   <NA>         6
## 506                                   <NA>         6
## 507                                   <NA>         3
## 508                                   <NA>        14
## 509                                   <NA>         7
## 510                                   <NA>        10
## 511                                   <NA>         8
## 512                                   <NA>         7
## 513                                   <NA>         1
## 514                                   <NA>        10
## 515                                   <NA>         7
## 516                                   <NA>         1
## 517                                   <NA>         1
## 518                                   <NA>         3
## 519                                   <NA>         3
## 520                                   <NA>         4
## 521                                   <NA>         3
## 522                                   <NA>         1
## 523                                   <NA>         2
## 524                                   <NA>         7
## 525                                   <NA>         4
## 526                                   <NA>         3
## 527                                   <NA>         7
## 528                                   <NA>         6
## 529                                   <NA>        14
## 530                                   <NA>         1
## 531                                   <NA>        14
## 532                                   <NA>         4
## 533                                   <NA>         8
## 534                                   <NA>         9
## 535                                   <NA>         7
## 536                                   <NA>         1
## 537                                   <NA>         2
## 538                                   <NA>        14
## 539                                   <NA>         8
## 540                                   <NA>         4
## 541                                   <NA>        17
## 542                                   <NA>         4
## 543                                   <NA>         4
## 544                                   <NA>         2
## 545                                   <NA>         8
## 546                                   <NA>         1
## 547                                   <NA>         7
## 548                                   <NA>        16
## 549                                   <NA>         2
## 550                                   <NA>         6
## 551                                   <NA>         2
## 552                                   <NA>         8
## 553                                   <NA>         3
## 554                                   <NA>         8
## 555                                   <NA>        10
## 556                                   <NA>         1
## 557                                   <NA>         6
## 558                                   <NA>         1
## 559                                   <NA>         3
## 560                                   <NA>         2
## 561                                   <NA>         3
## 562                                   <NA>         8
## 563                                   <NA>         8
## 564                                   <NA>         7
## 565                                   <NA>         2
## 566                                   <NA>         7
## 567                                   <NA>         3
## 568                                   <NA>        15
## 569                                   <NA>         3
## 570                                   <NA>         8
## 571                                   <NA>         1
## 572                                   <NA>         3
## 573                                   <NA>         2
## 574                                   <NA>         1
## 575                                   <NA>        14
## 576                                   <NA>         4
## 577                                   <NA>         6
## 578                                   <NA>         2
## 579                                   <NA>         3
## 580                                   <NA>         4
## 581                                   <NA>         4
## 582                                   <NA>         3
## 583                                   <NA>         4
## 584                                   <NA>        20
## 585                                   <NA>         7
## 586                                   <NA>         7
## 587                                   <NA>        10
## 588                                   <NA>         4
## 589                                   <NA>        14
## 590                                   <NA>         4
## 591                                   <NA>        14
## 592                                   <NA>        14
## 593                                   <NA>        15
## 594                                   <NA>         1
## 595                                   <NA>         4
## 596                                   <NA>        14
## 597                                   <NA>         4
## 598                                   <NA>         6
## 599                                   <NA>         2
## 600                                   <NA>         1
## 601                                   <NA>         1
## 602                                   <NA>         1
## 603                                   <NA>         1
## 604                                   <NA>         3
## 605                                   <NA>         3
## 606                                   <NA>        14
## 607                                   <NA>         3
## 608                                   <NA>         2
## 609                                   <NA>         2
## 610                                   <NA>         4
## 611                                   <NA>         7
## 612                                   <NA>         1
## 613                                   <NA>         2
## 614                                   <NA>        14
## 615                                   <NA>         7
## 616                                   <NA>        20
## 617                                   <NA>         7
## 618                                   <NA>         7
## 619                                   <NA>         6
## 620                                   <NA>        18
## 621                                   <NA>         8
## 622                                   <NA>         4
## 623                                   <NA>         1
## 624                                   <NA>         4
## 625                                   <NA>         1
## 626                                   <NA>         7
## 627                                   <NA>         1
## 628                                   <NA>         1
## 629                                   <NA>         8
## 630                                   <NA>         7
## 631                                   <NA>         8
## 632                                   <NA>         1
## 633                                   <NA>         1
## 634                                   <NA>         1
## 635                                   <NA>        12
## 636                                   <NA>         1
## 637                                   <NA>         4
## 638                                   <NA>         8
## 639                                   <NA>        10
## 640                                   <NA>         2
## 641                                   <NA>         1
## 642                                   <NA>         2
## 643                                   <NA>         4
## 644                                   <NA>        14
## 645                                   <NA>         4
## 646                                   <NA>         4
## 647                                   <NA>         3
## 648                                   <NA>         1
## 649                                   <NA>        16
## 650                                   <NA>         1
## 651                                   <NA>         2
## 652                                   <NA>        14
## 653                                   <NA>         3
## 654                                   <NA>         4
## 655                                   <NA>         4
## 656                                   <NA>        12
## 657                                   <NA>         4
## 658                                   <NA>         7
## 659                                   <NA>         3
## 660                                   <NA>         7
## 661                                   <NA>         8
## 662                                   <NA>         8
## 663                                   <NA>         3
## 664                                   <NA>         1
## 665                                   <NA>         8
## 666                                   <NA>         2
## 667                                   <NA>         3
## 668                                   <NA>         3
## 669                                   <NA>         2
## 670                                   <NA>         4
## 671                                   <NA>         4
## 672                                   <NA>         7
## 673                                   <NA>         7
## 674                                   <NA>         3
## 675                                   <NA>         2
## 676                                   <NA>        14
## 677                                   <NA>         8
## 678                                   <NA>         7
## 679                                   <NA>         4
## 680                                   <NA>         6
## 681                                   <NA>         1
## 682                                   <NA>         3
## 683                                   <NA>         7
## 684                                   <NA>         4
## 685                                   <NA>         8
## 686                                   <NA>         8
## 687                                   <NA>        10
## 688                                   <NA>         8
## 689                                   <NA>        14
## 690                                   <NA>         8
## 691                                   <NA>        10
## 692                                   <NA>         2
## 693                                   <NA>         2
## 694                                   <NA>         2
## 695                                   <NA>         1
## 696                                   <NA>         2
## 697                                   <NA>         4
## 698                                   <NA>         1
## 699                                   <NA>         4
## 700                                   <NA>         2
## 701                                   <NA>         4
## 702                                   <NA>         8
## 703                                   <NA>         4
## 704                                   <NA>        14
## 705                                   <NA>         4
## 706                                   <NA>         3
## 707                                   <NA>         4
## 708                                   <NA>         8
## 709                                   <NA>        14
## 710                                   <NA>         7
## 711                                   <NA>        14
## 712                                   <NA>         1
## 713                                   <NA>         7
## 714                                   <NA>         7
## 715                                   <NA>        14
## 716                                   <NA>         4
## 717                                   <NA>         4
## 718                                   <NA>         2
## 719                                   <NA>         4
## 720                                   <NA>         4
## 721                                   <NA>         1
## 722                                   <NA>         1
## 723                                   <NA>         4
## 724                                   <NA>         1
## 725                                   <NA>         1
## 726                                   <NA>         4
## 727                                   <NA>         8
## 728                                   <NA>         4
## 729                                   <NA>        14
## 730                                   <NA>         7
## 731                                   <NA>         3
## 732                                   <NA>         1
## 733                                   <NA>         7
## 734                                   <NA>         1
## 735                                   <NA>         3
## 736                                   <NA>         4
## 737                                   <NA>         1
## 738                                   <NA>         2
## 739                                   <NA>         1
## 740                                   <NA>         4
##                         targtype1_txt targsubtype1
## 1         Private Citizens & Property           68
## 2             Government (Diplomatic)           45
## 3                 Journalists & Media           54
## 4             Government (Diplomatic)           46
## 5             Government (Diplomatic)           46
## 6                              Police           22
## 7                              Police           25
## 8                           Utilities          107
## 9                            Military           28
## 10               Government (General)           21
## 11                           Military           27
## 12                           Military           28
## 13                Airports & Aircraft           42
## 14               Government (General)           21
## 15                           Business            7
## 16               Government (General)           NA
## 17                           Military           34
## 18            Educational Institution           49
## 19                           Business            4
## 20                           Business            7
## 21                             Police           22
## 22            Educational Institution           49
## 23            Educational Institution           49
## 24                           Military           28
## 25            Violent Political Party          110
## 26            Government (Diplomatic)           46
## 27            Government (Diplomatic)           46
## 28                           Business            7
## 29        Private Citizens & Property           76
## 30        Private Citizens & Property           71
## 31                             Police           25
## 32               Government (General)           14
## 33                             Police           23
## 34               Government (General)           21
## 35                             Police           25
## 36     Religious Figures/Institutions           86
## 37                            Unknown           NA
## 38                           Business            7
## 39                           Military           28
## 40                           Military           34
## 41                             Police           22
## 42               Government (General)           21
## 43                             Police           22
## 44                           Business            7
## 45                           Business            7
## 46                           Business            7
## 47        Private Citizens & Property           73
## 48                     Transportation           99
## 49               Government (General)           15
## 50     Religious Figures/Institutions           86
## 51               Government (General)           21
## 52                          Utilities          107
## 53                           Business            8
## 54                           Military           28
## 55            Educational Institution           49
## 56                           Business            4
## 57                           Business            4
## 58                           Business            4
## 59        Private Citizens & Property           68
## 60                Airports & Aircraft           44
## 61            Educational Institution           49
## 62                             Police           22
## 63        Private Citizens & Property           76
## 64                             Police           22
## 65                           Business            3
## 66                           Military           28
## 67                             Police           22
## 68                           Business            7
## 69                           Business            7
## 70                             Police           25
## 71                           Business           12
## 72                          Utilities          107
## 73            Educational Institution           49
## 74                           Military           27
## 75                             Police           25
## 76                             Police           25
## 77               Government (General)           14
## 78            Educational Institution           49
## 79            Educational Institution           49
## 80                Airports & Aircraft           42
## 81                Airports & Aircraft           42
## 82                             Police           22
## 83                           Military           28
## 84        Private Citizens & Property           68
## 85        Private Citizens & Property           68
## 86            Educational Institution           49
## 87                          Utilities          107
## 88                          Utilities          107
## 89                          Utilities          107
## 90                          Utilities          107
## 91                          Utilities          107
## 92                           Military           27
## 93        Private Citizens & Property           68
## 94                           Military           28
## 95            Educational Institution           49
## 96                           Tourists           96
## 97            Government (Diplomatic)           46
## 98                Airports & Aircraft           42
## 99                           Military           28
## 100                          Military           27
## 101                            Police           23
## 102                            Police           23
## 103       Private Citizens & Property           68
## 104              Government (General)           15
## 105       Private Citizens & Property           73
## 106              Government (General)           21
## 107                          Military           27
## 108                    Transportation          100
## 109       Private Citizens & Property           73
## 110              Government (General)           21
## 111       Private Citizens & Property           73
## 112                          Military           34
## 113           Government (Diplomatic)           45
## 114                            Police           22
## 115                            Police           25
## 116           Educational Institution           49
## 117       Private Citizens & Property           69
## 118    Religious Figures/Institutions           86
## 119                          Military           28
## 120                           Unknown           NA
## 121              Government (General)           14
## 122              Government (General)           14
## 123                          Business           NA
## 124           Government (Diplomatic)           45
## 125                          Military           28
## 126                          Business            7
## 127                          Business            4
## 128                            Police           23
## 129                            Police           23
## 130                          Business            1
## 131                          Military           28
## 132           Educational Institution           49
## 133               Journalists & Media           53
## 134               Airports & Aircraft           42
## 135                          Military           27
## 136                          Military           32
## 137                          Business            7
## 138                            Police           23
## 139              Government (General)           15
## 140           Educational Institution           49
## 141                         Utilities           NA
## 142                          Military           28
## 143       Private Citizens & Property           68
## 144              Government (General)           17
## 145                          Business            7
## 146                          Business            7
## 147                          Business            3
## 148                          Business            3
## 149                          Business           11
## 150       Private Citizens & Property           82
## 151                          Military           34
## 152                          Military           34
## 153           Government (Diplomatic)           45
## 154                          Business            2
## 155       Private Citizens & Property           81
## 156                            Police           25
## 157                            Police           25
## 158           Government (Diplomatic)           45
## 159           Government (Diplomatic)           46
## 160              Government (General)           21
## 161                          Military           27
## 162           Government (Diplomatic)           45
## 163               Airports & Aircraft           42
## 164              Government (General)           18
## 165           Educational Institution           49
## 166           Government (Diplomatic)           45
## 167           Educational Institution           49
## 168           Educational Institution           49
## 169                          Military           28
## 170                          Military           34
## 171                          Business            3
## 172                          Business            3
## 173                          Business            3
## 174       Private Citizens & Property           79
## 175           Educational Institution           49
## 176           Government (Diplomatic)           45
## 177                          Military           27
## 178                         Utilities          107
## 179                          Business            5
## 180                               NGO           62
## 181           Educational Institution           49
## 182                          Business            3
## 183       Private Citizens & Property           67
## 184           Educational Institution           49
## 185                          Business            5
## 186                          Military           27
## 187           Educational Institution           49
## 188                          Business            5
## 189                         Utilities          107
## 190           Educational Institution           49
## 191    Religious Figures/Institutions           86
## 192                            Police           22
## 193                          Business            5
## 194           Educational Institution           49
## 195                          Business            7
## 196           Government (Diplomatic)           46
## 197       Private Citizens & Property           84
## 198           Educational Institution           49
## 199           Educational Institution           49
## 200                          Business            2
## 201       Private Citizens & Property           79
## 202       Private Citizens & Property           79
## 203                          Business            5
## 204                            Police           23
## 205    Religious Figures/Institutions           86
## 206                          Business           NA
## 207                          Business            2
## 208              Government (General)           15
## 209                            Police           23
## 210           Educational Institution           49
## 211               Airports & Aircraft           42
## 212                          Business            3
## 213                          Business            5
## 214           Educational Institution           49
## 215           Educational Institution           49
## 216              Government (General)           21
## 217                            Police           22
## 218           Educational Institution           49
## 219                          Military           27
## 220                 Telecommunication           90
## 221                 Telecommunication           90
## 222                            Police           22
## 223           Educational Institution           49
## 224                            Police           25
## 225                          Military           28
## 226           Government (Diplomatic)           45
## 227               Airports & Aircraft           43
## 228           Educational Institution           49
## 229                          Business            3
## 230                          Business            3
## 231                          Business            3
## 232              Government (General)           21
## 233              Food or Water Supply           52
## 234              Government (General)           21
## 235                          Business           NA
## 236           Educational Institution           49
## 237           Educational Institution           49
## 238           Educational Institution           49
## 239       Private Citizens & Property           68
## 240       Private Citizens & Property           77
## 241                          Business            3
## 242              Government (General)           14
## 243                            Police           22
## 244                          Business           11
## 245    Religious Figures/Institutions           86
## 246                          Business            2
## 247                          Military           28
## 248                          Military           28
## 249           Educational Institution           49
## 250                          Business           11
## 251                          Business           11
## 252                          Business            7
## 253                          Business            7
## 254           Government (Diplomatic)           45
## 255              Government (General)           15
## 256                          Military           28
## 257              Government (General)           21
## 258                          Military           35
## 259           Government (Diplomatic)           46
## 260                          Military           27
## 261           Educational Institution           49
## 262              Government (General)           21
## 263                          Business            7
## 264              Government (General)           21
## 265                          Military           27
## 266                          Military           27
## 267              Government (General)           21
## 268                          Military           27
## 269              Government (General)           21
## 270    Religious Figures/Institutions           NA
## 271                          Business           11
## 272                          Military           27
## 273           Educational Institution           49
## 274              Government (General)           21
## 275                            Police           25
## 276                          Business            4
## 277                               NGO           61
## 278               Airports & Aircraft           42
## 279                 Telecommunication           88
## 280              Government (General)           21
## 281                            Police           22
## 282                          Military           27
## 283       Private Citizens & Property           68
## 284                          Business            7
## 285                          Military           27
## 286           Educational Institution           49
## 287           Educational Institution           49
## 288                          Business            9
## 289                          Business            3
## 290                          Military           34
## 291                          Business            3
## 292                          Business           NA
## 293                          Military           28
## 294              Government (General)           21
## 295                         Utilities          107
## 296              Government (General)           21
## 297           Educational Institution           49
## 298       Private Citizens & Property           77
## 299      Terrorists/Non-State Militia           93
## 300                            Police           25
## 301                            Police           22
## 302                          Business            5
## 303                          Business            5
## 304                          Business            5
## 305              Government (General)           21
## 306    Religious Figures/Institutions           86
## 307    Religious Figures/Institutions           86
## 308                            Police           25
## 309              Government (General)           21
## 310           Educational Institution           49
## 311           Educational Institution           49
## 312              Government (General)           18
## 313                          Military           28
## 314       Private Citizens & Property           77
## 315                          Military           32
## 316                          Business           12
## 317              Government (General)           18
## 318               Airports & Aircraft           42
## 319                         Utilities          107
## 320       Private Citizens & Property           68
## 321              Government (General)           21
## 322                            Police           23
## 323                          Military           28
## 324           Government (Diplomatic)           46
## 325                          Business            4
## 326              Government (General)           14
## 327                          Business            7
## 328                            Police           23
## 329                          Military           29
## 330           Government (Diplomatic)           45
## 331                            Police           23
## 332              Government (General)           15
## 333                          Military           35
## 334                          Business            9
## 335               Airports & Aircraft           43
## 336                            Police           22
## 337                          Business            8
## 338                          Business            8
## 339              Government (General)           21
## 340       Private Citizens & Property           71
## 341                          Military           34
## 342           Government (Diplomatic)           45
## 343               Airports & Aircraft           43
## 344                            Police           22
## 345           Government (Diplomatic)           46
## 346              Government (General)           15
## 347                            Police           25
## 348                          Business            3
## 349                          Business            3
## 350              Government (General)           14
## 351              Government (General)           14
## 352                            Police           22
## 353                            Police           25
## 354           Educational Institution           49
## 355                             Other           64
## 356                          Business            3
## 357                          Business            3
## 358                            Police           25
## 359                            Police           25
## 360                            Police           25
## 361              Government (General)           21
## 362                          Military           28
## 363                          Business            3
## 364       Private Citizens & Property           71
## 365      Terrorists/Non-State Militia           93
## 366       Private Citizens & Property           69
## 367       Private Citizens & Property           69
## 368       Private Citizens & Property           69
## 369    Religious Figures/Institutions           86
## 370                            Police           25
## 371           Educational Institution           49
## 372                          Business            3
## 373                            Police           25
## 374                          Business            7
## 375                          Business            7
## 376                          Business            7
## 377                          Business            7
## 378                          Business            4
## 379    Religious Figures/Institutions           86
## 380               Airports & Aircraft           42
## 381       Private Citizens & Property           82
## 382           Educational Institution           49
## 383           Government (Diplomatic)           46
## 384           Government (Diplomatic)           46
## 385           Government (Diplomatic)           46
## 386           Government (Diplomatic)           46
## 387                          Business           NA
## 388                            Police           22
## 389       Private Citizens & Property           76
## 390                          Business            3
## 391                          Business            7
## 392                          Military           35
## 393           Educational Institution           50
## 394       Private Citizens & Property           76
## 395       Private Citizens & Property           84
## 396       Private Citizens & Property           68
## 397                            Police           23
## 398       Private Citizens & Property           78
## 399           Government (Diplomatic)           46
## 400                          Business           11
## 401           Government (Diplomatic)           46
## 402                          Business            5
## 403               Journalists & Media           53
## 404              Government (General)           14
## 405              Government (General)           21
## 406              Government (General)           18
## 407                          Business           NA
## 408       Private Citizens & Property           71
## 409                          Business            3
## 410                               NGO           61
## 411                          Military           28
## 412                               NGO           61
## 413                          Military           28
## 414              Government (General)           21
## 415                            Police           23
## 416                          Business            3
## 417                               NGO           61
## 418                          Business           10
## 419                          Business            3
## 420                            Police           23
## 421                          Business            3
## 422               Airports & Aircraft           42
## 423                         Utilities          108
## 424                          Military           28
## 425                          Business           NA
## 426              Government (General)           21
## 427           Government (Diplomatic)           45
## 428                               NGO           61
## 429                          Business            7
## 430                          Military           27
## 431                          Business            3
## 432                         Utilities          107
## 433                 Telecommunication           90
## 434                          Military           27
## 435                          Military           27
## 436              Government (General)           14
## 437                          Business            6
## 438               Journalists & Media           53
## 439              Government (General)           14
## 440                         Utilities          107
## 441           Government (Diplomatic)           45
## 442           Government (Diplomatic)           45
## 443              Government (General)           18
## 444       Private Citizens & Property           75
## 445       Private Citizens & Property           71
## 446           Government (Diplomatic)           46
## 447                          Business            3
## 448           Government (Diplomatic)           46
## 449                            Police           23
## 450                          Business            4
## 451                            Police           25
## 452                          Business            3
## 453                            Police           25
## 454              Government (General)           14
## 455              Government (General)           21
## 456              Government (General)           14
## 457                          Business            6
## 458              Government (General)           21
## 459                            Police           25
## 460                            Police           23
## 461                            Police           23
## 462       Private Citizens & Property           68
## 463       Private Citizens & Property           76
## 464                          Military           27
## 465                               NGO           61
## 466              Government (General)           18
## 467           Government (Diplomatic)           46
## 468              Government (General)           21
## 469                            Police           25
## 470                 Telecommunication           88
## 471           Educational Institution           49
## 472                            Police           25
## 473                          Military           35
## 474                          Military           27
## 475           Government (Diplomatic)           45
## 476                            Police           22
## 477                          Business            3
## 478           Educational Institution           49
## 479           Educational Institution           49
## 480                          Military           27
## 481           Government (Diplomatic)           46
## 482                          Business            3
## 483              Government (General)           14
## 484              Government (General)           21
## 485           Government (Diplomatic)           46
## 486           Educational Institution           49
## 487                          Military           29
## 488                          Military           34
## 489                          Business           11
## 490                          Business            3
## 491           Government (Diplomatic)           46
## 492                            Police           23
## 493                          Business            4
## 494                          Business            4
## 495       Private Citizens & Property           80
## 496                          Business            1
## 497              Government (General)           18
## 498      Terrorists/Non-State Militia           93
## 499                          Business            6
## 500              Government (General)           14
## 501                            Police           22
## 502              Government (General)           14
## 503               Airports & Aircraft           42
## 504               Airports & Aircraft           42
## 505               Airports & Aircraft           42
## 506               Airports & Aircraft           42
## 507                            Police           22
## 508       Private Citizens & Property           73
## 509           Government (Diplomatic)           46
## 510               Journalists & Media           53
## 511           Educational Institution           49
## 512           Government (Diplomatic)           45
## 513                          Business            4
## 514               Journalists & Media           53
## 515           Government (Diplomatic)           45
## 516                          Business            5
## 517                          Business            9
## 518                            Police           22
## 519                            Police           25
## 520                          Military           27
## 521                            Police           25
## 522                          Business            5
## 523              Government (General)           18
## 524           Government (Diplomatic)           46
## 525                          Military           28
## 526                            Police           25
## 527           Government (Diplomatic)           47
## 528               Airports & Aircraft           42
## 529       Private Citizens & Property           69
## 530                          Business            3
## 531       Private Citizens & Property           84
## 532                          Military           27
## 533           Educational Institution           49
## 534              Food or Water Supply           52
## 535           Government (Diplomatic)           46
## 536                          Business           NA
## 537              Government (General)           21
## 538       Private Citizens & Property           80
## 539           Educational Institution           49
## 540                          Military           35
## 541      Terrorists/Non-State Militia           93
## 542                          Military           28
## 543                          Military           27
## 544              Government (General)           14
## 545           Educational Institution           49
## 546                          Business           NA
## 547           Government (Diplomatic)           46
## 548                 Telecommunication           88
## 549              Government (General)           18
## 550               Airports & Aircraft           42
## 551              Government (General)           14
## 552           Educational Institution           49
## 553                            Police           23
## 554           Educational Institution           49
## 555               Journalists & Media           53
## 556                          Business            5
## 557               Airports & Aircraft           43
## 558                          Business            4
## 559                            Police           22
## 560              Government (General)           18
## 561                            Police           23
## 562           Educational Institution           49
## 563           Educational Institution           49
## 564           Government (Diplomatic)           46
## 565              Government (General)           21
## 566           Government (Diplomatic)           46
## 567                            Police           22
## 568    Religious Figures/Institutions           86
## 569                            Police           25
## 570           Educational Institution           49
## 571                          Business            7
## 572                            Police           22
## 573              Government (General)           21
## 574                          Business            3
## 575       Private Citizens & Property           82
## 576                          Military           27
## 577               Airports & Aircraft           44
## 578              Government (General)           14
## 579                            Police           23
## 580                          Military           27
## 581                          Military           27
## 582                            Police           22
## 583                          Military           27
## 584                           Unknown           NA
## 585           Government (Diplomatic)           45
## 586           Government (Diplomatic)           45
## 587               Journalists & Media           53
## 588                          Military           27
## 589       Private Citizens & Property           71
## 590                          Military           28
## 591       Private Citizens & Property           82
## 592       Private Citizens & Property           75
## 593    Religious Figures/Institutions           87
## 594                          Business            5
## 595                          Military           28
## 596       Private Citizens & Property           71
## 597                          Military           35
## 598               Airports & Aircraft           43
## 599              Government (General)           21
## 600                          Business            8
## 601                          Business            8
## 602                          Business            8
## 603                          Business            8
## 604                            Police           25
## 605                            Police           25
## 606       Private Citizens & Property           69
## 607                            Police           23
## 608              Government (General)           18
## 609              Government (General)           18
## 610                          Military           34
## 611           Government (Diplomatic)           46
## 612                          Business           NA
## 613              Government (General)           21
## 614       Private Citizens & Property           77
## 615           Government (Diplomatic)           46
## 616                           Unknown           NA
## 617           Government (Diplomatic)           46
## 618           Government (Diplomatic)           46
## 619               Airports & Aircraft           43
## 620                          Tourists           95
## 621           Educational Institution           49
## 622                          Military           27
## 623                          Business           NA
## 624                          Military           35
## 625                          Business            2
## 626           Government (Diplomatic)           45
## 627                          Business            4
## 628                          Business            4
## 629           Educational Institution           49
## 630           Government (Diplomatic)           45
## 631           Educational Institution           49
## 632                          Business            3
## 633                          Business           11
## 634                          Business            4
## 635                               NGO           61
## 636                          Business            3
## 637                          Military           27
## 638           Educational Institution           49
## 639               Journalists & Media           53
## 640              Government (General)           21
## 641                          Business           11
## 642              Government (General)           21
## 643                          Military           35
## 644       Private Citizens & Property           69
## 645                          Military           NA
## 646                          Military           28
## 647                            Police           25
## 648                          Business            3
## 649                 Telecommunication           89
## 650                          Business            6
## 651              Government (General)           14
## 652       Private Citizens & Property           77
## 653                            Police           23
## 654                          Military           28
## 655                          Military           27
## 656                               NGO           61
## 657                          Military           35
## 658           Government (Diplomatic)           45
## 659                            Police           22
## 660           Government (Diplomatic)           46
## 661           Educational Institution           49
## 662           Educational Institution           49
## 663                            Police           25
## 664                          Business            3
## 665           Educational Institution           49
## 666              Government (General)           21
## 667                            Police           25
## 668                            Police           22
## 669              Government (General)           18
## 670                          Military           28
## 671                          Military           28
## 672           Government (Diplomatic)           46
## 673           Government (Diplomatic)           NA
## 674                            Police           22
## 675              Government (General)           21
## 676       Private Citizens & Property           76
## 677           Educational Institution           49
## 678           Government (Diplomatic)           46
## 679                          Military           35
## 680               Airports & Aircraft           42
## 681                          Business            3
## 682                            Police           25
## 683           Government (Diplomatic)           45
## 684                          Military           NA
## 685           Educational Institution           49
## 686           Educational Institution           49
## 687               Journalists & Media           56
## 688           Educational Institution           49
## 689       Private Citizens & Property           69
## 690           Educational Institution           49
## 691               Journalists & Media           54
## 692              Government (General)           21
## 693              Government (General)           21
## 694              Government (General)           21
## 695                          Business            3
## 696              Government (General)           21
## 697                          Military           35
## 698                          Business           NA
## 699                          Military           27
## 700              Government (General)           14
## 701                          Military           28
## 702           Educational Institution           49
## 703                          Military           34
## 704       Private Citizens & Property           69
## 705                          Military           34
## 706                            Police           22
## 707                          Military           34
## 708           Educational Institution           50
## 709       Private Citizens & Property           76
## 710           Government (Diplomatic)           46
## 711       Private Citizens & Property           68
## 712                          Business            3
## 713           Government (Diplomatic)           46
## 714           Government (Diplomatic)           46
## 715       Private Citizens & Property           73
## 716                          Military           28
## 717                          Military           27
## 718              Government (General)           21
## 719                          Military           34
## 720                          Military           34
## 721                          Business            8
## 722                          Business            8
## 723                          Military           27
## 724                          Business            4
## 725                          Business            7
## 726                          Military           NA
## 727           Educational Institution           49
## 728                          Military           32
## 729       Private Citizens & Property           68
## 730           Government (Diplomatic)           46
## 731                            Police           25
## 732                          Business            7
## 733           Government (Diplomatic)           45
## 734                          Business           NA
## 735                            Police           25
## 736                          Military           28
## 737                          Business            7
## 738              Government (General)           21
## 739                          Business           11
## 740                          Military           27
##                                                               targsubtype1_txt
## 1                                                               Named Civilian
## 2                         Diplomatic Personnel (outside of embassy, consulate)
## 3                                              Radio Journalist/Staff/Facility
## 4                                                            Embassy/Consulate
## 5                                                            Embassy/Consulate
## 6                              Police Building (headquarters, station, school)
## 7                                              Police Security Forces/Officers
## 8                                                                  Electricity
## 9                                          Military Recruiting Station/Academy
## 10                                         Government Building/Facility/Office
## 11                               Military Barracks/Base/Headquarters/Checkpost
## 12                                         Military Recruiting Station/Academy
## 13                                                Aircraft (not at an airport)
## 14                                         Government Building/Facility/Office
## 15                                                       Retail/Grocery/Bakery
## 16                                                                        <NA>
## 17                     Military Personnel (soldiers, troops, officers, forces)
## 18                                      School/University/Educational Building
## 19                                                   Multinational Corporation
## 20                                                       Retail/Grocery/Bakery
## 21                             Police Building (headquarters, station, school)
## 22                                      School/University/Educational Building
## 23                                      School/University/Educational Building
## 24                                         Military Recruiting Station/Academy
## 25                                                       Party Office/Facility
## 26                                                           Embassy/Consulate
## 27                                                           Embassy/Consulate
## 28                                                       Retail/Grocery/Bakery
## 29                                                   House/Apartment/Residence
## 30                                                   Race/Ethnicity Identified
## 31                                             Police Security Forces/Officers
## 32                                                        Judge/Attorney/Court
## 33                              Police Patrol (including vehicles and convoys)
## 34                                         Government Building/Facility/Office
## 35                                             Police Security Forces/Officers
## 36                                                            Place of Worship
## 37                                                                        <NA>
## 38                                                       Retail/Grocery/Bakery
## 39                                         Military Recruiting Station/Academy
## 40                     Military Personnel (soldiers, troops, officers, forces)
## 41                             Police Building (headquarters, station, school)
## 42                                         Government Building/Facility/Office
## 43                             Police Building (headquarters, station, school)
## 44                                                       Retail/Grocery/Bakery
## 45                                                       Retail/Grocery/Bakery
## 46                                                       Retail/Grocery/Bakery
## 47                                                     Vehicles/Transportation
## 48                                                    Bus (excluding tourists)
## 49                        Politician or Political Party Movement/Meeting/Rally
## 50                                                            Place of Worship
## 51                                         Government Building/Facility/Office
## 52                                                                 Electricity
## 53                                                                Hotel/Resort
## 54                                         Military Recruiting Station/Academy
## 55                                      School/University/Educational Building
## 56                                                   Multinational Corporation
## 57                                                   Multinational Corporation
## 58                                                   Multinational Corporation
## 59                                                              Named Civilian
## 60                                                                     Airport
## 61                                      School/University/Educational Building
## 62                             Police Building (headquarters, station, school)
## 63                                                   House/Apartment/Residence
## 64                             Police Building (headquarters, station, school)
## 65                                                               Bank/Commerce
## 66                                         Military Recruiting Station/Academy
## 67                             Police Building (headquarters, station, school)
## 68                                                       Retail/Grocery/Bakery
## 69                                                       Retail/Grocery/Bakery
## 70                                             Police Security Forces/Officers
## 71                                                                Construction
## 72                                                                 Electricity
## 73                                      School/University/Educational Building
## 74                               Military Barracks/Base/Headquarters/Checkpost
## 75                                             Police Security Forces/Officers
## 76                                             Police Security Forces/Officers
## 77                                                        Judge/Attorney/Court
## 78                                      School/University/Educational Building
## 79                                      School/University/Educational Building
## 80                                                Aircraft (not at an airport)
## 81                                                Aircraft (not at an airport)
## 82                             Police Building (headquarters, station, school)
## 83                                         Military Recruiting Station/Academy
## 84                                                              Named Civilian
## 85                                                              Named Civilian
## 86                                      School/University/Educational Building
## 87                                                                 Electricity
## 88                                                                 Electricity
## 89                                                                 Electricity
## 90                                                                 Electricity
## 91                                                                 Electricity
## 92                               Military Barracks/Base/Headquarters/Checkpost
## 93                                                              Named Civilian
## 94                                         Military Recruiting Station/Academy
## 95                                      School/University/Educational Building
## 96                                                                Tour Bus/Van
## 97                                                           Embassy/Consulate
## 98                                                Aircraft (not at an airport)
## 99                                         Military Recruiting Station/Academy
## 100                              Military Barracks/Base/Headquarters/Checkpost
## 101                             Police Patrol (including vehicles and convoys)
## 102                             Police Patrol (including vehicles and convoys)
## 103                                                             Named Civilian
## 104                       Politician or Political Party Movement/Meeting/Rally
## 105                                                    Vehicles/Transportation
## 106                                        Government Building/Facility/Office
## 107                              Military Barracks/Base/Headquarters/Checkpost
## 108                                                 Train/Train Tracks/Trolley
## 109                                                    Vehicles/Transportation
## 110                                        Government Building/Facility/Office
## 111                                                    Vehicles/Transportation
## 112                    Military Personnel (soldiers, troops, officers, forces)
## 113                       Diplomatic Personnel (outside of embassy, consulate)
## 114                            Police Building (headquarters, station, school)
## 115                                            Police Security Forces/Officers
## 116                                     School/University/Educational Building
## 117                                                        Religion Identified
## 118                                                           Place of Worship
## 119                                        Military Recruiting Station/Academy
## 120                                                                       <NA>
## 121                                                       Judge/Attorney/Court
## 122                                                       Judge/Attorney/Court
## 123                                                                       <NA>
## 124                       Diplomatic Personnel (outside of embassy, consulate)
## 125                                        Military Recruiting Station/Academy
## 126                                                      Retail/Grocery/Bakery
## 127                                                  Multinational Corporation
## 128                             Police Patrol (including vehicles and convoys)
## 129                             Police Patrol (including vehicles and convoys)
## 130                                                           Gas/Oil/Electric
## 131                                        Military Recruiting Station/Academy
## 132                                     School/University/Educational Building
## 133                                        Newspaper Journalist/Staff/Facility
## 134                                               Aircraft (not at an airport)
## 135                              Military Barracks/Base/Headquarters/Checkpost
## 136                                                          Military Maritime
## 137                                                      Retail/Grocery/Bakery
## 138                             Police Patrol (including vehicles and convoys)
## 139                       Politician or Political Party Movement/Meeting/Rally
## 140                                     School/University/Educational Building
## 141                                                                       <NA>
## 142                                        Military Recruiting Station/Academy
## 143                                                             Named Civilian
## 144                                                              Head of State
## 145                                                      Retail/Grocery/Bakery
## 146                                                      Retail/Grocery/Bakery
## 147                                                              Bank/Commerce
## 148                                                              Bank/Commerce
## 149                                      Entertainment/Cultural/Stadium/Casino
## 150                                                        Labor Union Related
## 151                    Military Personnel (soldiers, troops, officers, forces)
## 152                    Military Personnel (soldiers, troops, officers, forces)
## 153                       Diplomatic Personnel (outside of embassy, consulate)
## 154                                                        Restaurant/Bar/Café
## 155                                      Museum/Cultural Center/Cultural House
## 156                                            Police Security Forces/Officers
## 157                                            Police Security Forces/Officers
## 158                       Diplomatic Personnel (outside of embassy, consulate)
## 159                                                          Embassy/Consulate
## 160                                        Government Building/Facility/Office
## 161                              Military Barracks/Base/Headquarters/Checkpost
## 162                       Diplomatic Personnel (outside of embassy, consulate)
## 163                                               Aircraft (not at an airport)
## 164                          Government Personnel (excluding police, military)
## 165                                     School/University/Educational Building
## 166                       Diplomatic Personnel (outside of embassy, consulate)
## 167                                     School/University/Educational Building
## 168                                     School/University/Educational Building
## 169                                        Military Recruiting Station/Academy
## 170                    Military Personnel (soldiers, troops, officers, forces)
## 171                                                              Bank/Commerce
## 172                                                              Bank/Commerce
## 173                                                              Bank/Commerce
## 174    Public Area (garden, parking lot, garage, beach, public building, camp)
## 175                                     School/University/Educational Building
## 176                       Diplomatic Personnel (outside of embassy, consulate)
## 177                              Military Barracks/Base/Headquarters/Checkpost
## 178                                                                Electricity
## 179                                                Industrial/Textiles/Factory
## 180                                                          International NGO
## 181                                     School/University/Educational Building
## 182                                                              Bank/Commerce
## 183                                               Unnamed Civilian/Unspecified
## 184                                     School/University/Educational Building
## 185                                                Industrial/Textiles/Factory
## 186                              Military Barracks/Base/Headquarters/Checkpost
## 187                                     School/University/Educational Building
## 188                                                Industrial/Textiles/Factory
## 189                                                                Electricity
## 190                                     School/University/Educational Building
## 191                                                           Place of Worship
## 192                            Police Building (headquarters, station, school)
## 193                                                Industrial/Textiles/Factory
## 194                                     School/University/Educational Building
## 195                                                      Retail/Grocery/Bakery
## 196                                                          Embassy/Consulate
## 197                                               Political Party Member/Rally
## 198                                     School/University/Educational Building
## 199                                     School/University/Educational Building
## 200                                                        Restaurant/Bar/Café
## 201    Public Area (garden, parking lot, garage, beach, public building, camp)
## 202    Public Area (garden, parking lot, garage, beach, public building, camp)
## 203                                                Industrial/Textiles/Factory
## 204                             Police Patrol (including vehicles and convoys)
## 205                                                           Place of Worship
## 206                                                                       <NA>
## 207                                                        Restaurant/Bar/Café
## 208                       Politician or Political Party Movement/Meeting/Rally
## 209                             Police Patrol (including vehicles and convoys)
## 210                                     School/University/Educational Building
## 211                                               Aircraft (not at an airport)
## 212                                                              Bank/Commerce
## 213                                                Industrial/Textiles/Factory
## 214                                     School/University/Educational Building
## 215                                     School/University/Educational Building
## 216                                        Government Building/Facility/Office
## 217                            Police Building (headquarters, station, school)
## 218                                     School/University/Educational Building
## 219                              Military Barracks/Base/Headquarters/Checkpost
## 220                                                        Telephone/Telegraph
## 221                                                        Telephone/Telegraph
## 222                            Police Building (headquarters, station, school)
## 223                                     School/University/Educational Building
## 224                                            Police Security Forces/Officers
## 225                                        Military Recruiting Station/Academy
## 226                       Diplomatic Personnel (outside of embassy, consulate)
## 227                                                  Airline Officer/Personnel
## 228                                     School/University/Educational Building
## 229                                                              Bank/Commerce
## 230                                                              Bank/Commerce
## 231                                                              Bank/Commerce
## 232                                        Government Building/Facility/Office
## 233                                                               Water Supply
## 234                                        Government Building/Facility/Office
## 235                                                                       <NA>
## 236                                     School/University/Educational Building
## 237                                     School/University/Educational Building
## 238                                     School/University/Educational Building
## 239                                                             Named Civilian
## 240                                    Laborer (General)/Occupation Identified
## 241                                                              Bank/Commerce
## 242                                                       Judge/Attorney/Court
## 243                            Police Building (headquarters, station, school)
## 244                                      Entertainment/Cultural/Stadium/Casino
## 245                                                           Place of Worship
## 246                                                        Restaurant/Bar/Café
## 247                                        Military Recruiting Station/Academy
## 248                                        Military Recruiting Station/Academy
## 249                                     School/University/Educational Building
## 250                                      Entertainment/Cultural/Stadium/Casino
## 251                                      Entertainment/Cultural/Stadium/Casino
## 252                                                      Retail/Grocery/Bakery
## 253                                                      Retail/Grocery/Bakery
## 254                       Diplomatic Personnel (outside of embassy, consulate)
## 255                       Politician or Political Party Movement/Meeting/Rally
## 256                                        Military Recruiting Station/Academy
## 257                                        Government Building/Facility/Office
## 258                        Military Transportation/Vehicle (excluding convoys)
## 259                                                          Embassy/Consulate
## 260                              Military Barracks/Base/Headquarters/Checkpost
## 261                                     School/University/Educational Building
## 262                                        Government Building/Facility/Office
## 263                                                      Retail/Grocery/Bakery
## 264                                        Government Building/Facility/Office
## 265                              Military Barracks/Base/Headquarters/Checkpost
## 266                              Military Barracks/Base/Headquarters/Checkpost
## 267                                        Government Building/Facility/Office
## 268                              Military Barracks/Base/Headquarters/Checkpost
## 269                                        Government Building/Facility/Office
## 270                                                                       <NA>
## 271                                      Entertainment/Cultural/Stadium/Casino
## 272                              Military Barracks/Base/Headquarters/Checkpost
## 273                                     School/University/Educational Building
## 274                                        Government Building/Facility/Office
## 275                                            Police Security Forces/Officers
## 276                                                  Multinational Corporation
## 277                                                               Domestic NGO
## 278                                               Aircraft (not at an airport)
## 279                                                                      Radio
## 280                                        Government Building/Facility/Office
## 281                            Police Building (headquarters, station, school)
## 282                              Military Barracks/Base/Headquarters/Checkpost
## 283                                                             Named Civilian
## 284                                                      Retail/Grocery/Bakery
## 285                              Military Barracks/Base/Headquarters/Checkpost
## 286                                     School/University/Educational Building
## 287                                     School/University/Educational Building
## 288                                                                 Farm/Ranch
## 289                                                              Bank/Commerce
## 290                    Military Personnel (soldiers, troops, officers, forces)
## 291                                                              Bank/Commerce
## 292                                                                       <NA>
## 293                                        Military Recruiting Station/Academy
## 294                                        Government Building/Facility/Office
## 295                                                                Electricity
## 296                                        Government Building/Facility/Office
## 297                                     School/University/Educational Building
## 298                                    Laborer (General)/Occupation Identified
## 299                                                                  Terrorist
## 300                                            Police Security Forces/Officers
## 301                            Police Building (headquarters, station, school)
## 302                                                Industrial/Textiles/Factory
## 303                                                Industrial/Textiles/Factory
## 304                                                Industrial/Textiles/Factory
## 305                                        Government Building/Facility/Office
## 306                                                           Place of Worship
## 307                                                           Place of Worship
## 308                                            Police Security Forces/Officers
## 309                                        Government Building/Facility/Office
## 310                                     School/University/Educational Building
## 311                                     School/University/Educational Building
## 312                          Government Personnel (excluding police, military)
## 313                                        Military Recruiting Station/Academy
## 314                                    Laborer (General)/Occupation Identified
## 315                                                          Military Maritime
## 316                                                               Construction
## 317                          Government Personnel (excluding police, military)
## 318                                               Aircraft (not at an airport)
## 319                                                                Electricity
## 320                                                             Named Civilian
## 321                                        Government Building/Facility/Office
## 322                             Police Patrol (including vehicles and convoys)
## 323                                        Military Recruiting Station/Academy
## 324                                                          Embassy/Consulate
## 325                                                  Multinational Corporation
## 326                                                       Judge/Attorney/Court
## 327                                                      Retail/Grocery/Bakery
## 328                             Police Patrol (including vehicles and convoys)
## 329                                                Military Unit/Patrol/Convoy
## 330                       Diplomatic Personnel (outside of embassy, consulate)
## 331                             Police Patrol (including vehicles and convoys)
## 332                       Politician or Political Party Movement/Meeting/Rally
## 333                        Military Transportation/Vehicle (excluding convoys)
## 334                                                                 Farm/Ranch
## 335                                                  Airline Officer/Personnel
## 336                            Police Building (headquarters, station, school)
## 337                                                               Hotel/Resort
## 338                                                               Hotel/Resort
## 339                                        Government Building/Facility/Office
## 340                                                  Race/Ethnicity Identified
## 341                    Military Personnel (soldiers, troops, officers, forces)
## 342                       Diplomatic Personnel (outside of embassy, consulate)
## 343                                                  Airline Officer/Personnel
## 344                            Police Building (headquarters, station, school)
## 345                                                          Embassy/Consulate
## 346                       Politician or Political Party Movement/Meeting/Rally
## 347                                            Police Security Forces/Officers
## 348                                                              Bank/Commerce
## 349                                                              Bank/Commerce
## 350                                                       Judge/Attorney/Court
## 351                                                       Judge/Attorney/Court
## 352                            Police Building (headquarters, station, school)
## 353                                            Police Security Forces/Officers
## 354                                     School/University/Educational Building
## 355                                                         Fire Fighter/Truck
## 356                                                              Bank/Commerce
## 357                                                              Bank/Commerce
## 358                                            Police Security Forces/Officers
## 359                                            Police Security Forces/Officers
## 360                                            Police Security Forces/Officers
## 361                                        Government Building/Facility/Office
## 362                                        Military Recruiting Station/Academy
## 363                                                              Bank/Commerce
## 364                                                  Race/Ethnicity Identified
## 365                                                                  Terrorist
## 366                                                        Religion Identified
## 367                                                        Religion Identified
## 368                                                        Religion Identified
## 369                                                           Place of Worship
## 370                                            Police Security Forces/Officers
## 371                                     School/University/Educational Building
## 372                                                              Bank/Commerce
## 373                                            Police Security Forces/Officers
## 374                                                      Retail/Grocery/Bakery
## 375                                                      Retail/Grocery/Bakery
## 376                                                      Retail/Grocery/Bakery
## 377                                                      Retail/Grocery/Bakery
## 378                                                  Multinational Corporation
## 379                                                           Place of Worship
## 380                                               Aircraft (not at an airport)
## 381                                                        Labor Union Related
## 382                                     School/University/Educational Building
## 383                                                          Embassy/Consulate
## 384                                                          Embassy/Consulate
## 385                                                          Embassy/Consulate
## 386                                                          Embassy/Consulate
## 387                                                                       <NA>
## 388                            Police Building (headquarters, station, school)
## 389                                                  House/Apartment/Residence
## 390                                                              Bank/Commerce
## 391                                                      Retail/Grocery/Bakery
## 392                        Military Transportation/Vehicle (excluding convoys)
## 393                                                            Other Personnel
## 394                                                  House/Apartment/Residence
## 395                                               Political Party Member/Rally
## 396                                                             Named Civilian
## 397                             Police Patrol (including vehicles and convoys)
## 398               Procession/Gathering (funeral, wedding, birthday, religious)
## 399                                                          Embassy/Consulate
## 400                                      Entertainment/Cultural/Stadium/Casino
## 401                                                          Embassy/Consulate
## 402                                                Industrial/Textiles/Factory
## 403                                        Newspaper Journalist/Staff/Facility
## 404                                                       Judge/Attorney/Court
## 405                                        Government Building/Facility/Office
## 406                          Government Personnel (excluding police, military)
## 407                                                                       <NA>
## 408                                                  Race/Ethnicity Identified
## 409                                                              Bank/Commerce
## 410                                                               Domestic NGO
## 411                                        Military Recruiting Station/Academy
## 412                                                               Domestic NGO
## 413                                        Military Recruiting Station/Academy
## 414                                        Government Building/Facility/Office
## 415                             Police Patrol (including vehicles and convoys)
## 416                                                              Bank/Commerce
## 417                                                               Domestic NGO
## 418                                                                     Mining
## 419                                                              Bank/Commerce
## 420                             Police Patrol (including vehicles and convoys)
## 421                                                              Bank/Commerce
## 422                                               Aircraft (not at an airport)
## 423                                                                        Oil
## 424                                        Military Recruiting Station/Academy
## 425                                                                       <NA>
## 426                                        Government Building/Facility/Office
## 427                       Diplomatic Personnel (outside of embassy, consulate)
## 428                                                               Domestic NGO
## 429                                                      Retail/Grocery/Bakery
## 430                              Military Barracks/Base/Headquarters/Checkpost
## 431                                                              Bank/Commerce
## 432                                                                Electricity
## 433                                                        Telephone/Telegraph
## 434                              Military Barracks/Base/Headquarters/Checkpost
## 435                              Military Barracks/Base/Headquarters/Checkpost
## 436                                                       Judge/Attorney/Court
## 437                                                     Medical/Pharmaceutical
## 438                                        Newspaper Journalist/Staff/Facility
## 439                                                       Judge/Attorney/Court
## 440                                                                Electricity
## 441                       Diplomatic Personnel (outside of embassy, consulate)
## 442                       Diplomatic Personnel (outside of embassy, consulate)
## 443                          Government Personnel (excluding police, military)
## 444                                                   Village/City/Town/Suburb
## 445                                                  Race/Ethnicity Identified
## 446                                                          Embassy/Consulate
## 447                                                              Bank/Commerce
## 448                                                          Embassy/Consulate
## 449                             Police Patrol (including vehicles and convoys)
## 450                                                  Multinational Corporation
## 451                                            Police Security Forces/Officers
## 452                                                              Bank/Commerce
## 453                                            Police Security Forces/Officers
## 454                                                       Judge/Attorney/Court
## 455                                        Government Building/Facility/Office
## 456                                                       Judge/Attorney/Court
## 457                                                     Medical/Pharmaceutical
## 458                                        Government Building/Facility/Office
## 459                                            Police Security Forces/Officers
## 460                             Police Patrol (including vehicles and convoys)
## 461                             Police Patrol (including vehicles and convoys)
## 462                                                             Named Civilian
## 463                                                  House/Apartment/Residence
## 464                              Military Barracks/Base/Headquarters/Checkpost
## 465                                                               Domestic NGO
## 466                          Government Personnel (excluding police, military)
## 467                                                          Embassy/Consulate
## 468                                        Government Building/Facility/Office
## 469                                            Police Security Forces/Officers
## 470                                                                      Radio
## 471                                     School/University/Educational Building
## 472                                            Police Security Forces/Officers
## 473                        Military Transportation/Vehicle (excluding convoys)
## 474                              Military Barracks/Base/Headquarters/Checkpost
## 475                       Diplomatic Personnel (outside of embassy, consulate)
## 476                            Police Building (headquarters, station, school)
## 477                                                              Bank/Commerce
## 478                                     School/University/Educational Building
## 479                                     School/University/Educational Building
## 480                              Military Barracks/Base/Headquarters/Checkpost
## 481                                                          Embassy/Consulate
## 482                                                              Bank/Commerce
## 483                                                       Judge/Attorney/Court
## 484                                        Government Building/Facility/Office
## 485                                                          Embassy/Consulate
## 486                                     School/University/Educational Building
## 487                                                Military Unit/Patrol/Convoy
## 488                    Military Personnel (soldiers, troops, officers, forces)
## 489                                      Entertainment/Cultural/Stadium/Casino
## 490                                                              Bank/Commerce
## 491                                                          Embassy/Consulate
## 492                             Police Patrol (including vehicles and convoys)
## 493                                                  Multinational Corporation
## 494                                                  Multinational Corporation
## 495                                                 Memorial/Cemetery/Monument
## 496                                                           Gas/Oil/Electric
## 497                          Government Personnel (excluding police, military)
## 498                                                                  Terrorist
## 499                                                     Medical/Pharmaceutical
## 500                                                       Judge/Attorney/Court
## 501                            Police Building (headquarters, station, school)
## 502                                                       Judge/Attorney/Court
## 503                                               Aircraft (not at an airport)
## 504                                               Aircraft (not at an airport)
## 505                                               Aircraft (not at an airport)
## 506                                               Aircraft (not at an airport)
## 507                            Police Building (headquarters, station, school)
## 508                                                    Vehicles/Transportation
## 509                                                          Embassy/Consulate
## 510                                        Newspaper Journalist/Staff/Facility
## 511                                     School/University/Educational Building
## 512                       Diplomatic Personnel (outside of embassy, consulate)
## 513                                                  Multinational Corporation
## 514                                        Newspaper Journalist/Staff/Facility
## 515                       Diplomatic Personnel (outside of embassy, consulate)
## 516                                                Industrial/Textiles/Factory
## 517                                                                 Farm/Ranch
## 518                            Police Building (headquarters, station, school)
## 519                                            Police Security Forces/Officers
## 520                              Military Barracks/Base/Headquarters/Checkpost
## 521                                            Police Security Forces/Officers
## 522                                                Industrial/Textiles/Factory
## 523                          Government Personnel (excluding police, military)
## 524                                                          Embassy/Consulate
## 525                                        Military Recruiting Station/Academy
## 526                                            Police Security Forces/Officers
## 527             International Organization (peacekeeper, aid agency, compound)
## 528                                               Aircraft (not at an airport)
## 529                                                        Religion Identified
## 530                                                              Bank/Commerce
## 531                                               Political Party Member/Rally
## 532                              Military Barracks/Base/Headquarters/Checkpost
## 533                                     School/University/Educational Building
## 534                                                               Water Supply
## 535                                                          Embassy/Consulate
## 536                                                                       <NA>
## 537                                        Government Building/Facility/Office
## 538                                                 Memorial/Cemetery/Monument
## 539                                     School/University/Educational Building
## 540                        Military Transportation/Vehicle (excluding convoys)
## 541                                                                  Terrorist
## 542                                        Military Recruiting Station/Academy
## 543                              Military Barracks/Base/Headquarters/Checkpost
## 544                                                       Judge/Attorney/Court
## 545                                     School/University/Educational Building
## 546                                                                       <NA>
## 547                                                          Embassy/Consulate
## 548                                                                      Radio
## 549                          Government Personnel (excluding police, military)
## 550                                               Aircraft (not at an airport)
## 551                                                       Judge/Attorney/Court
## 552                                     School/University/Educational Building
## 553                             Police Patrol (including vehicles and convoys)
## 554                                     School/University/Educational Building
## 555                                        Newspaper Journalist/Staff/Facility
## 556                                                Industrial/Textiles/Factory
## 557                                                  Airline Officer/Personnel
## 558                                                  Multinational Corporation
## 559                            Police Building (headquarters, station, school)
## 560                          Government Personnel (excluding police, military)
## 561                             Police Patrol (including vehicles and convoys)
## 562                                     School/University/Educational Building
## 563                                     School/University/Educational Building
## 564                                                          Embassy/Consulate
## 565                                        Government Building/Facility/Office
## 566                                                          Embassy/Consulate
## 567                            Police Building (headquarters, station, school)
## 568                                                           Place of Worship
## 569                                            Police Security Forces/Officers
## 570                                     School/University/Educational Building
## 571                                                      Retail/Grocery/Bakery
## 572                            Police Building (headquarters, station, school)
## 573                                        Government Building/Facility/Office
## 574                                                              Bank/Commerce
## 575                                                        Labor Union Related
## 576                              Military Barracks/Base/Headquarters/Checkpost
## 577                                                                    Airport
## 578                                                       Judge/Attorney/Court
## 579                             Police Patrol (including vehicles and convoys)
## 580                              Military Barracks/Base/Headquarters/Checkpost
## 581                              Military Barracks/Base/Headquarters/Checkpost
## 582                            Police Building (headquarters, station, school)
## 583                              Military Barracks/Base/Headquarters/Checkpost
## 584                                                                       <NA>
## 585                       Diplomatic Personnel (outside of embassy, consulate)
## 586                       Diplomatic Personnel (outside of embassy, consulate)
## 587                                        Newspaper Journalist/Staff/Facility
## 588                              Military Barracks/Base/Headquarters/Checkpost
## 589                                                  Race/Ethnicity Identified
## 590                                        Military Recruiting Station/Academy
## 591                                                        Labor Union Related
## 592                                                   Village/City/Town/Suburb
## 593                                                     Affiliated Institution
## 594                                                Industrial/Textiles/Factory
## 595                                        Military Recruiting Station/Academy
## 596                                                  Race/Ethnicity Identified
## 597                        Military Transportation/Vehicle (excluding convoys)
## 598                                                  Airline Officer/Personnel
## 599                                        Government Building/Facility/Office
## 600                                                               Hotel/Resort
## 601                                                               Hotel/Resort
## 602                                                               Hotel/Resort
## 603                                                               Hotel/Resort
## 604                                            Police Security Forces/Officers
## 605                                            Police Security Forces/Officers
## 606                                                        Religion Identified
## 607                             Police Patrol (including vehicles and convoys)
## 608                          Government Personnel (excluding police, military)
## 609                          Government Personnel (excluding police, military)
## 610                    Military Personnel (soldiers, troops, officers, forces)
## 611                                                          Embassy/Consulate
## 612                                                                       <NA>
## 613                                        Government Building/Facility/Office
## 614                                    Laborer (General)/Occupation Identified
## 615                                                          Embassy/Consulate
## 616                                                                       <NA>
## 617                                                          Embassy/Consulate
## 618                                                          Embassy/Consulate
## 619                                                  Airline Officer/Personnel
## 620                                                      Tourism Travel Agency
## 621                                     School/University/Educational Building
## 622                              Military Barracks/Base/Headquarters/Checkpost
## 623                                                                       <NA>
## 624                        Military Transportation/Vehicle (excluding convoys)
## 625                                                        Restaurant/Bar/Café
## 626                       Diplomatic Personnel (outside of embassy, consulate)
## 627                                                  Multinational Corporation
## 628                                                  Multinational Corporation
## 629                                     School/University/Educational Building
## 630                       Diplomatic Personnel (outside of embassy, consulate)
## 631                                     School/University/Educational Building
## 632                                                              Bank/Commerce
## 633                                      Entertainment/Cultural/Stadium/Casino
## 634                                                  Multinational Corporation
## 635                                                               Domestic NGO
## 636                                                              Bank/Commerce
## 637                              Military Barracks/Base/Headquarters/Checkpost
## 638                                     School/University/Educational Building
## 639                                        Newspaper Journalist/Staff/Facility
## 640                                        Government Building/Facility/Office
## 641                                      Entertainment/Cultural/Stadium/Casino
## 642                                        Government Building/Facility/Office
## 643                        Military Transportation/Vehicle (excluding convoys)
## 644                                                        Religion Identified
## 645                                                                       <NA>
## 646                                        Military Recruiting Station/Academy
## 647                                            Police Security Forces/Officers
## 648                                                              Bank/Commerce
## 649                                                                 Television
## 650                                                     Medical/Pharmaceutical
## 651                                                       Judge/Attorney/Court
## 652                                    Laborer (General)/Occupation Identified
## 653                             Police Patrol (including vehicles and convoys)
## 654                                        Military Recruiting Station/Academy
## 655                              Military Barracks/Base/Headquarters/Checkpost
## 656                                                               Domestic NGO
## 657                        Military Transportation/Vehicle (excluding convoys)
## 658                       Diplomatic Personnel (outside of embassy, consulate)
## 659                            Police Building (headquarters, station, school)
## 660                                                          Embassy/Consulate
## 661                                     School/University/Educational Building
## 662                                     School/University/Educational Building
## 663                                            Police Security Forces/Officers
## 664                                                              Bank/Commerce
## 665                                     School/University/Educational Building
## 666                                        Government Building/Facility/Office
## 667                                            Police Security Forces/Officers
## 668                            Police Building (headquarters, station, school)
## 669                          Government Personnel (excluding police, military)
## 670                                        Military Recruiting Station/Academy
## 671                                        Military Recruiting Station/Academy
## 672                                                          Embassy/Consulate
## 673                                                                       <NA>
## 674                            Police Building (headquarters, station, school)
## 675                                        Government Building/Facility/Office
## 676                                                  House/Apartment/Residence
## 677                                     School/University/Educational Building
## 678                                                          Embassy/Consulate
## 679                        Military Transportation/Vehicle (excluding convoys)
## 680                                               Aircraft (not at an airport)
## 681                                                              Bank/Commerce
## 682                                            Police Security Forces/Officers
## 683                       Diplomatic Personnel (outside of embassy, consulate)
## 684                                                                       <NA>
## 685                                     School/University/Educational Building
## 686                                     School/University/Educational Building
## 687                                     Other (including online news agencies)
## 688                                     School/University/Educational Building
## 689                                                        Religion Identified
## 690                                     School/University/Educational Building
## 691                                            Radio Journalist/Staff/Facility
## 692                                        Government Building/Facility/Office
## 693                                        Government Building/Facility/Office
## 694                                        Government Building/Facility/Office
## 695                                                              Bank/Commerce
## 696                                        Government Building/Facility/Office
## 697                        Military Transportation/Vehicle (excluding convoys)
## 698                                                                       <NA>
## 699                              Military Barracks/Base/Headquarters/Checkpost
## 700                                                       Judge/Attorney/Court
## 701                                        Military Recruiting Station/Academy
## 702                                     School/University/Educational Building
## 703                    Military Personnel (soldiers, troops, officers, forces)
## 704                                                        Religion Identified
## 705                    Military Personnel (soldiers, troops, officers, forces)
## 706                            Police Building (headquarters, station, school)
## 707                    Military Personnel (soldiers, troops, officers, forces)
## 708                                                            Other Personnel
## 709                                                  House/Apartment/Residence
## 710                                                          Embassy/Consulate
## 711                                                             Named Civilian
## 712                                                              Bank/Commerce
## 713                                                          Embassy/Consulate
## 714                                                          Embassy/Consulate
## 715                                                    Vehicles/Transportation
## 716                                        Military Recruiting Station/Academy
## 717                              Military Barracks/Base/Headquarters/Checkpost
## 718                                        Government Building/Facility/Office
## 719                    Military Personnel (soldiers, troops, officers, forces)
## 720                    Military Personnel (soldiers, troops, officers, forces)
## 721                                                               Hotel/Resort
## 722                                                               Hotel/Resort
## 723                              Military Barracks/Base/Headquarters/Checkpost
## 724                                                  Multinational Corporation
## 725                                                      Retail/Grocery/Bakery
## 726                                                                       <NA>
## 727                                     School/University/Educational Building
## 728                                                          Military Maritime
## 729                                                             Named Civilian
## 730                                                          Embassy/Consulate
## 731                                            Police Security Forces/Officers
## 732                                                      Retail/Grocery/Bakery
## 733                       Diplomatic Personnel (outside of embassy, consulate)
## 734                                                                       <NA>
## 735                                            Police Security Forces/Officers
## 736                                        Military Recruiting Station/Academy
## 737                                                      Retail/Grocery/Bakery
## 738                                        Government Building/Facility/Office
## 739                                      Entertainment/Cultural/Stadium/Casino
## 740                              Military Barracks/Base/Headquarters/Checkpost
##                                                                                                                                                                                         corp1
## 1                                                                                                                                                                                        <NA>
## 2                                                                                                                                                                 Belgian Ambassador Daughter
## 3                                                                                                                                                                            Voice of America
## 4                                                                                                                                                                                        <NA>
## 5                                                                                                                                                                                        <NA>
## 6                                                                                                                                                                     Cairo Police Department
## 7                                                                                                                                                                            Uruguayan Police
## 8                                                                                                                                                              Pacific Gas & Electric Company
## 9                                                                                                                                                                                    R.O.T.C.
## 10                                                                                                                                                                          Selective Service
## 11                                                                                                                                                                                       <NA>
## 12                                                                                                                                                                    Army Recruiting Station
## 13                                                                                                                                                                        Trans World Airline
## 14                                                                                                                                                                    U.S. Government housing
## 15                                                                                                                                                     American owned business in Puerto Rico
## 16                                                                                                                                                                                       <NA>
## 17                                                                                                                                                                                  U.S. Army
## 18                                                                                                                                                                                High School
## 19                                                                                                                                                                           General Electric
## 20                                                                                                                                                                   Fuson's Department Store
## 21                                                                                                                                                                          Police Department
## 22                                                                                                                                                                                       <NA>
## 23                                                                                                                                                                         Seattle University
## 24                                                                                                                                                                                   R.O.T.C.
## 25                                                                                                                                                                        Black Panther Party
## 26                                                                                                                                                                          British consulate
## 27                                                                                                                                                                                       <NA>
## 28                                                                                                                                                          Father owned chain of dept stores
## 29                                                                                                                                                                          Private residence
## 30                                                                                                                                                                                   Building
## 31                                                                                                                                                                 New York Police Department
## 32                                                                                                                                                                                 Courthouse
## 33                                                                                                                                                                 New York Police Department
## 34                                                                                                                                                                          Selective Service
## 35                                                                                                                                                                                       <NA>
## 36                                                                                                                                                                           Jewish Synagogue
## 37                                                                                                                                                                           Unknown building
## 38                                                                                                                                                                                       <NA>
## 39                                                                                                                                                                              Army R.O.T.C.
## 40                                                                                                                                                                                  U.S. Navy
## 41                                                                                                                                                                   Denver Police Department
## 42                                                                                                                                                                          Selective Service
## 43                                                                                                                                                                      Illinois State Police
## 44                                                                                                                                                                      Mays Department Store
## 45                                                                                                                                                               Alexander's Department Store
## 46                                                                                                                                                               Alexander's Department Store
## 47                                                                                                                                                                                        Car
## 48                                                                                                                                                      Transportation of Denver City Schools
## 49                                                                                                                                      White politician who represented a Black constituency
## 50                                                                                                                                                                           Jewish Synagogue
## 51                                                                                                                                                                          Selective Service
## 52                                                                                                                                                                           General Electric
## 53                                                                                                                                                                                      Hotel
## 54                                                                                                                                                                                   R.O.T.C.
## 55                                                                                                                                                                    Wisconsin State College
## 56                                                                                                                                                                           General Electric
## 57                                                                                                                                                                           General Electric
## 58                                                                                                                                                                           General Electric
## 59                                                                                                                                      Nonunion employee of General Electric in Batavia Ohio
## 60                                                                                                                                                                                       <NA>
## 61                                                                                                                                                                Washtenaw Community College
## 62                                                                                                                                                                 Berkeley Police Department
## 63                                                                                                                                                                                       <NA>
## 64                                                                                                                                                                             Police Station
## 65                                                                                                                                                                       Chase Manhattan Bank
## 66                                                                                                                                                                                   R.O.T.C.
## 67                                                                                                                                                            San Francisco Police Department
## 68                                                                                                                                                                                       <NA>
## 69                                                                                                                                                                                       <NA>
## 70                                                                                                                                                            San Francisco Police Department
## 71                                                                                                                                                                                       <NA>
## 72                                                                                                                                                                                 Power Pole
## 73                                                                                                                                                            School planned to be integrated
## 74                                                                                                                                                                                     Armory
## 75                                                                                                                                                  Cuyahoga Community College security guard
## 76                                                                                                                                                            Mission Vallejo Police Officers
## 77                                                                                                                                                                            U.S. Courthouse
## 78                                                                                                                                                                        Columbia University
## 79                                                                                                                                                                   University of Washington
## 80                                                                                                                                                                                       <NA>
## 81                                                                                                                                                                                       <NA>
## 82                                                                                                                                                                             Police Station
## 83                                                                                                                                                               Military Recruiting Stations
## 84                                                                                                                                                                                       <NA>
## 85                                                                                                                                                                                       <NA>
## 86                                                                                                                                               Black Women's Collective, Cornell University
## 87                                                                                                                                                          Wisconsin Power and Light Company
## 88                                                                                                                                                                                       <NA>
## 89                                                                                                                                                                                       <NA>
## 90                                                                                                                                                                                       <NA>
## 91                                                                                                                                                                                       <NA>
## 92                                                                                                                                                                          Selective Service
## 93                                                                                                                                                                                       <NA>
## 94                                                                                                                                                                                   R.O.T.C.
## 95                                                                                                                                                                     University of Colorado
## 96                                                                                                                                                                                       <NA>
## 97                                                                                                                                                                                       <NA>
## 98                                                                                                                                                                                       <NA>
## 99                                                                                                                                                                                   R.O.T.C.
## 100                                                                                                                                                                         Selective Service
## 101                                                                                                                                                             University of Colorado Police
## 102                                                                                                                                                                 Boulder Police Department
## 103                                                                                                                                                                                      <NA>
## 104                                                                                                                                                                             Spanish Govt.
## 105                                                                                                                                                                          Foreign Vehicles
## 106                                                                                                                                                                               Post Office
## 107                                                                                                                                                                               US Military
## 108                                                                                                                                                                              Railroad car
## 109                                                                                                                                                                          Foreign Vehicles
## 110                                                                                                                                                                               Post Office
## 111                                                                                                                                                                          Foreign Vehicles
## 112                                                                                                                                                                                   US Navy
## 113                                                                                                                                                                                State Dept
## 114                                                                                                                                                                 Detroit Police Department
## 115                                                                                                                                                                 Detroit Police Department
## 116                                                                                                                                                        University of California, Berkeley
## 117                                                                                                                                                                                      <NA>
## 118                                                                                                                                                                   African American Church
## 119                                                                                                                                                                                  R.O.T.C.
## 120                                                                                                                                                                                      <NA>
## 121                                                                                                                                                                                      <NA>
## 122                                                                                                                                                                                      <NA>
## 123                                                                                                                                                                                      <NA>
## 124                                                                                                                                                                             Japanese govt
## 125                                                                                                                                                     Army and Air Force Recruiting Station
## 126                                                                                                                                                                                      <NA>
## 127                                                                                                                                                                                      <NA>
## 128                                                                                                                                                                            Chicago Police
## 129                                                                                                                                                                            Chicago Police
## 130                                                                                                                                                                        Mobile Oil Company
## 131                                                                                                                                                                                  R.O.T.C.
## 132                                                                                                                                                                                      <NA>
## 133                                                                                                                                                               National geographic society
## 134                                                                                                                                                                                      <NA>
## 135                                                                                                                                                                               US Military
## 136                                                                                                                                                                               US Military
## 137                                                                                                                                                                          Department Store
## 138                                                                                                                                                                           Billings Police
## 139                                                                                                                                                           Black San Bernardino Councilman
## 140                                                                                                                                                        Roosevelt High School, Los Angeles
## 141                                                                                                                                                                               Transformer
## 142                                                                                                                                                                               US Military
## 143                                                                                                                                                          Michigan Civil Rights Commission
## 144                                                                                                                                                            President of the United States
## 145                                                                                                                                                                          Department Store
## 146                                                                                                                                                                          Department Store
## 147                                                                                                                                                                           Stock Brokerage
## 148                                                                                                                                                                      Chase-Manhattan Bank
## 149                                                                                                                                                                               Discotheque
## 150                                                                                                                                              United Brotherhood of Carpenters and Joiners
## 151                                                                                                                                                                            U.S. Air Force
## 152                                                                                                                                                                            U.S. Air force
## 153                                                                                                                                                                     Paraguayan government
## 154                                                                                                                                                                                Restaurant
## 155                                                                                                                                                                   Cleveland Museum of Art
## 156                                                                                                                                                                   Richmond Police Officer
## 157                                                                                                                                                           San Francisco Police Department
## 158                                                                                                                                                                                      USSR
## 159                                                                                                                                                                                      <NA>
## 160                                                                                                                                                                         Selective Service
## 161                                                                                                                        Military courthouse where the trial of Lt. William Calley was held
## 162                                                                                                                                                                                 FRG Govt.
## 163                                                                                                                                                                            Japan Airlines
## 164                                                                                                                                                        Director of the Selective Services
## 165                                                                                                                                                                  University of Washington
## 166                                                                                                                                                              Peace corps, U.S. government
## 167                                                                                                                                                                 Michigan State University
## 168                                                                                                                                  Africana Studies and Research Center, Cornell University
## 169                                                                                                                                                                            Naval R.O.T.C.
## 170                                                                                                                                                                            U.S. Air Force
## 171                                                                                                                                                                      Chase-Manhattan Bank
## 172                                                                                                                                                                           Bank of Ireland
## 173                                                                                                                                                                            Banco de Ponce
## 174                                                                                                                                                                         Busy intersection
## 175                                                                                                                                           Football stadium of Washington State University
## 176                                                                                                                                                                                state dept
## 177                                                                                                                                                                                      <NA>
## 178                                                                                                                                                                                      <NA>
## 179                                                                                                                                                      American Potash and Chemical Company
## 180                                                                                                                                                       Young Women's Christian Association
## 181                                                                                                                                                                           Rice University
## 182                                                                                                                                                                     Anchor Savings & Loan
## 183                                                                                                                                                                                      <NA>
## 184                                                                                                                                                        Roosevelt High School, Los Angeles
## 185                                                                                                                                            Waggoner Equipment Rental & Excavating Company
## 186                                                                                                                                                                               US Military
## 187                                                                                                                                                                        Cornell University
## 188                                                                                                                                                                      Dow Chemical Company
## 189                                                                                                                                                                                      <NA>
## 190                                                                                                                                                                          East High School
## 191                                                                                                                                                                  Linwood Methodist Church
## 192                                                                                                                                                             Kansas City Police Department
## 193                                                                                                                                                      American Potash and Chemical Company
## 194                                                                                                                                                   California State University, Long Beach
## 195                                                                                                                                                              May Company Department Store
## 196                                                                                                                                                                                      <NA>
## 197                                                                                                                                                                                      <NA>
## 198                                                                                                                                                            Los Angeles Board of Education
## 199                                                                                                                                                        Roosevelt High School, Los Angeles
## 200                                                                                                                                                                    Kansas City Restaurant
## 201                                                                                                                                                               Kansas City Office Building
## 202                                                                                                                                                               Kansas City Office Building
## 203                                                                                                                                                      American Potash and Chemical Company
## 204                                                                                                                                                                 Oakland Police Department
## 205                                                                                                                                                                                    Church
## 206                                                                                                                                             Realty office that employed African Americans
## 207                                                                                                                                               Restaurant constructed by African Americans
## 208                                                                                                                                      White politician who represents a Black constituency
## 209                                                                                                                                                                New York Police Department
## 210                                                                                                                                                            University of Kansas, Lawrence
## 211                                                                                                                                                                                      <NA>
## 212                                                                                                                                                                           Bank of America
## 213                                                                                                                                                      American Potash and Chemical Company
## 214                                                                                                                                                        University of California, Berkeley
## 215                                                                                                                                                        University of California, Berkeley
## 216                                                                                                                                                                Federal government offices
## 217                                                                                                                                                                 University Police Station
## 218                                                                                                                                                                       Redlands University
## 219                                                                                                                                                                                 U.S. Navy
## 220                                                                                                                                                  Puerto Rican telecommunications facility
## 221                                                                                                                                                  Puerto Rican telecommunications facility
## 222                                                                                                                                                               Puerto Rican Police Station
## 223                                                                                                                                                                       Stanford University
## 224                                                                                                                                                               Baltimore Police Department
## 225                                                                                                                                                      Army and Air Force Recruiting Office
## 226                                                                                                                                                     Vice Premier of the Republic of China
## 227                                                                                                                                                                                      <NA>
## 228                                                                                                                                                                University of Pennsylvania
## 229                                                                                                                                                                         East Lansing Bank
## 230                                                                                                                                                                         East Lansing Bank
## 231                                                                                                                                                                         East Lansing Bank
## 232                                                                                                                                                                                      <NA>
## 233                                                                                                                                                                  Baton Rouge Country Club
## 234                                                                                                                                                                         Selective Service
## 235                                                                                                                                                                      Iowa City Businesses
## 236                                                                                                                                                                           Yale Law School
## 237                                                                                                                                                                   Northwestern University
## 238                                                                                                                                                    California State University, Fullerton
## 239                                                                                                                                                                                      <NA>
## 240                                                                                                                                 Chairman of group proposing pro-environmental legislation
## 241                                                                                                                                                                                      <NA>
## 242                                                                                                                                                                                      <NA>
## 243                                                                                                                                                                New York Police Department
## 244                                                                                                                                                                  Baton Rouge Country Club
## 245                                                                                                                                          Catholic Church in the Dorchester area of Boston
## 246                                                                                                                                                                               Burger King
## 247                                                                                                                                                     Joint Armed Services Recruiting Booth
## 248                                                                                                                                                                                  R.O.T.C.
## 249                                                                                                                                                                           Yale University
## 250                                                                                                                                                                             Bronx Theater
## 251                                                                                                                                                                             Bronx Theater
## 252                                                                                                                                                                        Champaign business
## 253                                                                                                                                                                        Champaign business
## 254                                                                                                                                                                              Israeli Govt
## 255                                                                                                                                                                                      <NA>
## 256                                                                                                                                                                                  R.O.T.C.
## 257                                                                                                                                                                         Selective Service
## 258                                                                                                                                                                   Missouri National Guard
## 259                                                                                                                                                                                      <NA>
## 260                                                                                                                                                                            National Guard
## 261                                                                                                                                                                       University of Miami
## 262                                                                                                                                                                   Federal Office Building
## 263                                                                                                                                                                  Sears, Roebuck & Company
## 264                                                                                                                                                                         Selective Service
## 265                                                                                                                                                                     National Guard Armory
## 266                                                                                                                                                                  U.S. Army Reserve Center
## 267                                                                                                                                                               Federal Government Building
## 268                                                                                                                                                                     National Guard Armory
## 269                                                                                                                                                                         Selective Service
## 270                                                                                                                                                Synagogue in the Dorchester area of Boston
## 271                                                                                                                                                         Social Club in Manhattan New York
## 272                                                                                                                                                                     National Guard Armory
## 273                                                                                                                                                   Long Island University, Brooklyn campus
## 274                                                                                                                                                                         Selective Service
## 275                                                                                                                                                              Sacramento Police Department
## 276                                                                                                                                                                                      <NA>
## 277                                                                                                                                                                                      <NA>
## 278                                                                                                                                                                                      <NA>
## 279                                                                                                                                                                                 KPFT - FM
## 280                                                                                                                                                                         Selective Service
## 281                                                                                                                                                              Des Moines Police Department
## 282                                                                                                                                                                       Utah National Guard
## 283                                                                                                                                                    White citizen in Oxford North Carolina
## 284                                                                                                                                                                                      <NA>
## 285                                                                                                                                                                     National Guard Armory
## 286                                                                                                                                                                       Columbia University
## 287                                                                                                                                                   California State University, Long Beach
## 288                                                                                                                                     White owned tobacco business in Oxford North Carolina
## 289                                                                                                                                                                                      <NA>
## 290                                                                                                                                                                                      <NA>
## 291                                                                                                                                                                                      <NA>
## 292                                                                                                                                                                         Hardcastle Realty
## 293                                                                                                                                                                             U.S. Military
## 294                                                                                                                                                                         Selective Service
## 295                                                                                                                                                                     Florida Power Company
## 296                                                                                                                                                                         Selective Service
## 297                                                                                                                                                                                      <NA>
## 298                                                                                                                                                                                      <NA>
## 299                                                                                                                                                       Palestinian Liberation Organization
## 300                                                                                                                                                                St. Paul Police Department
## 301                                                                                                                                                                    Ames Police Department
## 302                                                                                                                                             White owned business in Oxford North Carolina
## 303                                                                                                                                     White owned tobacco business in Oxford North Carolina
## 304                                                                                                                                     White owned tobacco business in Oxford North Carolina
## 305                                                                                                                                                                         Selective Service
## 306                                                                                                                                                Synagogue in the Dorchester area of Boston
## 307                                                                                                                                                Synagogue in the Dorchester area of Boston
## 308                                                                                                                                                                         Sacramento Police
## 309                                                                                                                                                                  U.S. Department of Labor
## 310                                                                                                                                                                    Rockefeller University
## 311                                                                                                                                                    California State University, Fullerton
## 312                                                                                                                                                                            Argentine Govt
## 313                                                                                                                                                                                      <NA>
## 314                                                                                                                                                                                      <NA>
## 315                                                                                                                                                                                   US Navy
## 316                                                                                                                                                                           Tishman Company
## 317                                                                                                                                                                          Argentine Nation
## 318                                                                                                                                                                                      <NA>
## 319                                                                                                                                                             Gulf States Utilities Company
## 320                                                                                                                                                                                      <NA>
## 321                                                                                                                                                                         Selective Service
## 322                                                                                                                                                                 Oakland Police Department
## 323                                                                                                                                                                            Naval R.O.T.C.
## 324                                                                                                                                                                                      <NA>
## 325                                                                                                                                                                                      <NA>
## 326                                                                                                                                                                                      <NA>
## 327                                                                                                                                                                   F. W. Woolworth Company
## 328                                                                                                                                                                Berkeley Police Department
## 329                                                                                                                                                                                      U.S.
## 330                                                                                                                                                                                State dept
## 331                                                                                                                                                                     Firestone Park Police
## 332                                                                                                                                                                                      <NA>
## 333                                                                                                                                                                            Armed Services
## 334                                                                                                                                                                                   rancher
## 335                                                                                                                                                                                      <NA>
## 336                                                                                                                                                                                      <NA>
## 337                                                                                                                                                                                      <NA>
## 338                                                                                                                                                                                      <NA>
## 339                                                                                                                                                                         Selective Service
## 340                                                                                                                                                  Black supporters of Mayor Hugh Addonizio
## 341                                                                                                                                                                                  U.S. DOD
## 342                                                                                                                                                                            FRG government
## 343                                                                                                                                                                                      <NA>
## 344                                                                                                                                                                   Omaha Police Department
## 345                                                                                                                                                                                      <NA>
## 346                                                                                                                                                               Alexander County Courthouse
## 347                                                                                                                                                                     Illinois State Police
## 348                                                                                                                                                            Des Moines Chamber of Commerce
## 349                                                                                                                                                              Bank in Kansas City Missouri
## 350                                                                                                                                                                                      <NA>
## 351                                                                                                                                                                                      <NA>
## 352                                                                                                                                                             Joint police and fire station
## 353                                                                                                                                                              Emeryville Police Department
## 354                                                                                                                                                                       New York University
## 355                                                                                                                                                                  New York Fire Department
## 356                                                                                                                                                                           Bank of America
## 357                                                                                                                                                                           Bank of America
## 358                                                                                                                                                                    Chicago Police Officer
## 359                                                                                                                                                           San Francisco Police Department
## 360                                                                                                                                                              Des Moines Police Department
## 361                                                                                                                                                                                      <NA>
## 362                                                                                                                                                         U.S. Air Force Recruiting Station
## 363                                                                                                                                                                                      <NA>
## 364                                                                                                                    African American owned house in a white neighborhood in Longview Texas
## 365                                                                                                                                                                                      <NA>
## 366                                                                                                                                                                                      <NA>
## 367                                                                                                                                                                                      <NA>
## 368                                                                                                                                                                                      <NA>
## 369                                                                                                                                                                          Catholic enclave
## 370                                                                                                                                                                            Detroit Police
## 371                                                                                                                                                                          Drake University
## 372                                                                                                                                                                                      Bank
## 373                                                                                                                                          Police and firefighters of Plainfield New Jersey
## 374                                                                                                                                                                   F. W. Woolworth Company
## 375                                                                                                                                                                   F. W. Woolworth Company
## 376                                                                                                                                                                   F. W. Woolworth Company
## 377                                                                                                                                                                               Supermarket
## 378                                                                                                                                                                    Honeywell Incorporated
## 379                                                                                                                                          Catholic Church in the Dorchester area of Boston
## 380                                                                                                                                                                           Cruzeiro do Sul
## 381                                                                                                                                                              Inter-American Defense Board
## 382                                                                                                                                                        University of California, Berkeley
## 383                                                                                                                                                                                      <NA>
## 384                                                                                                                                                                                      <NA>
## 385                                                                                                                                                                                      <NA>
## 386                                                                                                                                                                                      <NA>
## 387                                                                                                                                     Black owned business working on a government contract
## 388                                                                                                                                                                 Compton Police Department
## 389                                                                                                                                                                                      <NA>
## 390                                                                                                                                                       University Federal Savings and Loan
## 391                                                                                                                                                                                      <NA>
## 392                                                                                                                                                                                   US Army
## 393                                                                                                                                                            Longview Texas School District
## 394                                                                                                                                                                       Newspaper publisher
## 395                                                                                                                                                                          Democratic Party
## 396                                                                                                                                 Non striking member of the San Rafael Independent Journal
## 397                                                                                                                                                                New York Police Department
## 398                                                                                                                                                                                      <NA>
## 399                                                                                                                                                                                      <NA>
## 400                                                                                                                                                                                      <NA>
## 401                                                                                                                                                                                      <NA>
## 402                                                                                                                                                                      Atlas Powder Company
## 403                                                                                                                                                            San Rafael Independent Journal
## 404                                                                                                                                                                                      <NA>
## 405                                                                                                                                                                         Selective Service
## 406                                                                                                                                                                                government
## 407                                                                                                                                                                                   unknown
## 408                                                                                                                                                                         African Americans
## 409                                                                                                                                                                           Bank of America
## 410                                                                                                                                                                       Civil Rights Office
## 411                                                                                                                                                                   Marine Recruiting Booth
## 412                                                                                                                                                                                      <NA>
## 413                                                                                                                                                                  Marine Recruiting Office
## 414                                                                                                                                                                         Selective Service
## 415                                                                                                                                                                 Chicago Police Department
## 416                                                                                                                                                                     Broadway Savings Bank
## 417                                                                                                                                                                  Jewish Community Council
## 418                                                                                                                                                               South American placers inc.
## 419                                                                                                                                                                           Bank of America
## 420                                                                                                                                                                New York Police Department
## 421                                                                                                                                                                        South Side Reserve
## 422                                                                                                                                                                          Olympic Airlines
## 423                                                                                                                                                  Wisconsin Petroleum Terminal Corporation
## 424                                                                                                                                                                   Army Recruiting Trailer
## 425                                                                                                                                                                      Industrialist father
## 426                                                                                                                                                                 California Highway Patrol
## 427                                                                                                                                                                                State dept
## 428                                                                                                                                                                    Black Community Center
## 429                                                                                                                                                                 Continental Telephone Co.
## 430                                                                                                                                                                                      <NA>
## 431                                                                                                                                                                           Bank of America
## 432                                                                                                                                                                                      <NA>
## 433                                                                                                                                                                                      <NA>
## 434                                                                                                                                                                       Armed Forces Police
## 435                                                                                                                                                                                   US Army
## 436                                                                                                                                                                      Uruguayan Government
## 437                                                                                                                                                                                      <NA>
## 438                                                                                                                                                                                      <NA>
## 439                                                                                                                                                                                      <NA>
## 440                                                                                                                                                                                      <NA>
## 441                                                                                                                                                                                State dept
## 442                                                                                                                                                                      Brazilian government
## 443                                                                                                                                                                                  U.S. Aid
## 444                                                                                                                                                                                      <NA>
## 445                                                                                                                                                         White house in Black neighborhood
## 446                                                                                                                                                                                      <NA>
## 447                                                                                                                                                                                      <NA>
## 448                                                                                                                                                                                      <NA>
## 449                                                                                                                                                                Berkeley Police Department
## 450                                                                                                                                                            Continental Motors Corporation
## 451                                                                                                                                                                            Tucuman Police
## 452                                                                                                                                                                           Bank of America
## 453                                                                                                                                                                San Jose Police Department
## 454                                                                                                                                                                                      <NA>
## 455                                                                                                                                                                         Selective Service
## 456                                                                                                                                                                                      <NA>
## 457                                                                                                                                                                                      <NA>
## 458                                                                                                                                                                         Selective Service
## 459                                                                                                                                                                 Royal Ulster Constabulary
## 460                                                                                                                                                                                      <NA>
## 461                                                                                                                                                                                      <NA>
## 462                                                                                                                                                                                      <NA>
## 463                                                                                                                                                                                      <NA>
## 464                                                                                                                                                                  US Army Induction Center
## 465                                                                                                                                                                    Black Community Center
## 466                                                                                                                                                                                    US Aid
## 467                                                                                                                                                                                      <NA>
## 468                                                                                                                                                                         Selective Service
## 469                                                                                                                                                                Berkeley Police Department
## 470                                                                                                                                                                                      <NA>
## 471                                                                                                                                                                      University of Oregon
## 472                                                                                                                                                                St. Paul Police Department
## 473                                                                                                                                                                     National Guard Armory
## 474                                                                                                                                                                                      <NA>
## 475                                                                                                                                                                        Belgium government
## 476                                                                                                                                                              Burlington Police Department
## 477                                                                                                                                                                                      <NA>
## 478                                                                                                                                                                        Harvard University
## 479                                                                                                                                                                                    School
## 480                                                                                                                                                                     National Guard Armory
## 481                                                                                                                                                                                      <NA>
## 482                                                                                                                                                                           Bank of America
## 483                                                                                                                                                                  Municipal court building
## 484                                                                                                                                                                 California Highway Patrol
## 485                                                                                                                                                                                      <NA>
## 486                                                                                                                                                                                  R.O.T.C.
## 487                                                                                                                                                                                      <NA>
## 488                                                                                                                                                                                 U.S. Army
## 489                                                                                                                                                                                      <NA>
## 490                                                                                                                                                                                      <NA>
## 491                                                                                                                                                                                      <NA>
## 492                                                                                                                                                           San Francisco Police Department
## 493                                                                                                                                                                        Ford Motor Company
## 494                                                                                                                                                                    General Motors Company
## 495                                                                                                                                                                                      <NA>
## 496                                                                                                                                                                                      <NA>
## 497                                                                                                                                                                                      <NA>
## 498                                                                                                                                                                                       IRA
## 499                                                                                                                                                                     Lakeside Laboratories
## 500                                                                                                                                                                  Orange County Courthouse
## 501                                                                                                                                                                  DeWitt Police Department
## 502                                                                                                                                                                           Hall of Justice
## 503                                                                                                                                                                       Trans World Airline
## 504                                                                                                                                                                                 Swiss Air
## 505                                                                                                                                                                     Pan American Airlines
## 506                                                                                                                                                                                     El Al
## 507                                                                                                                                                               Fitchburg Police Department
## 508                                                                                                                                                                                      <NA>
## 509                                                                                                                                                                                      <NA>
## 510                                                                                                                                                                The Kaleidoscope Newspaper
## 511                                                                                                                                                                                  R.O.T.C.
## 512                                                                                                                                                                                      USIS
## 513                                                                                                                                                                                      <NA>
## 514                                                                                                                                                                       El Clarin Newspaper
## 515                                                                                                                                                                       Egyptian Government
## 516                                                                                                                                                                                      <NA>
## 517                                                                                                                                                                                      <NA>
## 518                                                                                                                                                                                      <NA>
## 519                                                                                                                                                                  Toledo Police Department
## 520                                                                                                                                                                                      <NA>
## 521                                                                                                                                                                           Brighton Police
## 522                                                                                                                                                                                      <NA>
## 523                                                                                                                                                                                      <NA>
## 524                                                                                                                                                                                      <NA>
## 525                                                                                                                                                                                      <NA>
## 526                                                                                                                                                                          Uruguayan police
## 527                                                                                                                                                                                      <NA>
## 528                                                                                                                                                                                      <NA>
## 529                                                                                                                                                                                      <NA>
## 530                                                                                                                                                                                      <NA>
## 531                                                                                                                         Campaign Headquarters of African American Congressional Candidate
## 532                                                                                                                                                                                      <NA>
## 533                                                                                                                                                                      University of Oregon
## 534                                                                                                                                                                              Sewage Plant
## 535                                                                                                                                                                                      <NA>
## 536                                                                                                                                                                                      <NA>
## 537                                                                                                                                                                           U.K. government
## 538                                                                                                                                                                                      <NA>
## 539                                                                                                                                                                   Bluefield State College
## 540                                                                                                                                                                                      <NA>
## 541                                                                                                                                                                                      <NA>
## 542                                                                                                                                                                                      <NA>
## 543                                                                                                                                                                                      <NA>
## 544                                                                                                                                                                                      <NA>
## 545                                                                                                                                                                                      <NA>
## 546                                                                                                                                                                                      <NA>
## 547                                                                                                                                                                                      <NA>
## 548                                                                                                                                                                                 KPFT - FM
## 549                                                                                                                                                                      Quebec Province govt
## 550                                                                                                                                                                     Iran National Airline
## 551                                                                                                                         Courthouse adjacent to the Queens House Branch House of Detention
## 552                                                                                                                                                                                      <NA>
## 553                                                                                                                                                                                      <NA>
## 554                                                                                                                                                                                      <NA>
## 555                                                                                                                                                                                      <NA>
## 556                                                                                                                                                                                      <NA>
## 557                                                                                                                                                                                      <NA>
## 558                                                                                                                                                                                      <NA>
## 559                                                                                                                                                             Kansas City Police Department
## 560                                                                                                                                                                                      <NA>
## 561                                                                                                                                                                                      <NA>
## 562                                                                                                                                                                                      <NA>
## 563                                                                                                                                                                                      <NA>
## 564                                                                                                                                                                                      <NA>
## 565                                                                                                                                                                  Veterans of Foreign Wars
## 566                                                                                                                                                                                      <NA>
## 567                                                                                                                                                                   Cairo Police Department
## 568                                                                                                                                                                                      <NA>
## 569                                                                                                                                                                            Detroit Police
## 570                                                                                                                                                                                      <NA>
## 571                                                                                                                                                                         White owned store
## 572                                                                                                                                                                   Cairo Police Department
## 573                                                                                                                                                                               Post Office
## 574                                                                                                                                                                           Bank of America
## 575                                                                                                                                                     Confederation General de Trabajadores
## 576                                                                                                                                                                                      <NA>
## 577                                                                                                                                                                                      <NA>
## 578                                                                                                                                                                                Courthouse
## 579                                                                                                                                                           Whitefish Bay Police Department
## 580                                                                                                                                                                  Marine Corps Air Station
## 581                                                                                                                                                                     National Guard Armory
## 582                                                                                                                                                                New York Police Department
## 583                                                                                                                                                                     National Guard Armory
## 584                                                                                                                                                                                      <NA>
## 585                                                                                                                                                                                Staet dept
## 586                                                                                                                                                        Polish Ministry of Foreign Affairs
## 587                                                                                                                                                                                      <NA>
## 588                                                                                                                                                                                      <NA>
## 589                                                                                                                                                                              Black person
## 590                                                                                                                                                                                  R.O.T.C.
## 591                                                                                                                                                                                      <NA>
## 592                                                                                                                                                                                      <NA>
## 593                                                                                                                                                                                      <NA>
## 594                                                                                                                                                                                      <NA>
## 595                                                                                                                                                            University of Minnesota Armory
## 596                                                                                                                                                                         African Americans
## 597                                                                                                                                                                                      <NA>
## 598                                                                                                                                                                                      <NA>
## 599                                                                                                                                                                         Selective Service
## 600                                                                                                                                                                                      <NA>
## 601                                                                                                                                                                                      <NA>
## 602                                                                                                                                                                                      <NA>
## 603                                                                                                                                                                                      <NA>
## 604                                                                                                                                                                      City of Buenos Aires
## 605                                                                                                                                                          St. Petersburg Police Department
## 606                                                                                                                                                                         alleged criminals
## 607                                                                                                                                                          St. Petersburg Police Department
## 608                                                                                                                                                                                      <NA>
## 609                                                                                                                                                                                      <NA>
## 610                                                                                                                                                                                      <NA>
## 611                                                                                                                                                                                      <NA>
## 612                                                                                                                                                                                      <NA>
## 613                                                                                                                                                                              Liberty Bell
## 614                                                                                                                          Chief of security for a Tennessee TNT company in a labor dispute
## 615                                                                                                                                                                                      <NA>
## 616                                                                                                                                                                                      <NA>
## 617                                                                                                                                                                                      <NA>
## 618                                                                                                                                                                                      <NA>
## 619                                                                                                                                                                                      <NA>
## 620                                                                                                                                                                                      <NA>
## 621                                                                                                                                                        University of California, Berkeley
## 622                                                                                                                                                                                  R.O.T.C.
## 623                                                                                                                                                                                      <NA>
## 624                                                                                                                                                                                      <NA>
## 625                                                                                                                                                                                      <NA>
## 626                                                                                                                                                                                       FRG
## 627                                                                                                                                                                                      <NA>
## 628                                                                                                                                                                                      <NA>
## 629                                                                                                                                                                      University of Oregon
## 630                                                                                                                                                                                Swiss Govt
## 631                                                                                                                                                                      University of Kansas
## 632                                                                                                                                                                                      <NA>
## 633                                                                                                                                                                                      <NA>
## 634                                                                                                                                                                                      <NA>
## 635                                                                                                                                                                        Antipoverty Agency
## 636                                                                                                                                                                           Bank of America
## 637                                                                                                                                                                                  R.O.T.C.
## 638                                                                                                                                                                                      <NA>
## 639                                                                                                                                                                                      <NA>
## 640                                                                                                                                                                         Selective Service
## 641                                                                                                                                                                                      <NA>
## 642                                                                                                                                                                               Draft board
## 643                                                                                                                                                                     National Guard Armory
## 644                                                                                                                                                                                      <NA>
## 645                                                                                                                                                                                      <NA>
## 646                                                                                                                                                                   Army Recruiting Station
## 647                                                                                                                                                                             Ankara Police
## 648                                                                                                                                                                                      <NA>
## 649                                                                                                                                                                                      <NA>
## 650                                                                                                                                                                                      <NA>
## 651                                                                                                                                                                      Municipal courthouse
## 652                                                                                                                                           Garage of the father of a civil rights attorney
## 653                                                                                                                                                                                      <NA>
## 654                                                                                                                                                                                  R.O.T.C.
## 655                                                                                                                                                                 Military induction center
## 656                                                                                                                                                                           Camp Fire Girls
## 657                                                                                                                                                                                      <NA>
## 658                                                                                                                                                                           U.K. government
## 659                                                                                                                                                                                      <NA>
## 660                                                                                                                                                                                      <NA>
## 661                                                                                                                                                                               High School
## 662                                                                                                                                                                         Elementary School
## 663                                                                                                                                                                          Uruguayan Police
## 664                                                                                                                                                                                      <NA>
## 665                                                                                                                                                                         Elementary School
## 666                                                                                                                                                                       Chamber of Commerce
## 667                                                                                                                                                                             Hunters Point
## 668                                                                                                                                                                                      <NA>
## 669                                                                                                                                         land survey team, Zambezi valley development plan
## 670                                                                                                                                                                 Marine Recruiting Station
## 671                                                                                                                                                              Air Force Recruiting Station
## 672                                                                                                                                                                                      <NA>
## 673                                                                                                                                                                                      <NA>
## 674                                                                                                                                                           San Francisco Police Department
## 675                                                                                                                                                               Military recruiting offices
## 676                                                                                                                                Home of an official of the Cuyahoga Metropolitan Authority
## 677                                                                                                                                                                                      <NA>
## 678                                                                                                                                                                                      <NA>
## 679                                                                                                                                                                                      <NA>
## 680                                                                                                                                                                        Ethiopian Airlines
## 681                                                                                                                                                                                      <NA>
## 682                                                                                                                                                                New York Police Department
## 683                                                                                                                                                                                      <NA>
## 684                                                                                                                                                                                      <NA>
## 685                                                                                                                                                                    Twin Lakes High School
## 686                                                                                                                                                                                      <NA>
## 687                                                                                                                                                                                      <NA>
## 688                                                                                                                                                                                      <NA>
## 689                                                                                                                                                                                      <NA>
## 690                                                                                                                                                                                      <NA>
## 691                                                                                                                                                                                      <NA>
## 692                                                                                                                                                                                      <NA>
## 693                                                                                                                                                                                      <NA>
## 694                                                                                                                                                                                      <NA>
## 695                                                                                                                                                                                      <NA>
## 696                                                                                                                                                                                      <NA>
## 697                                                                                                                                                                                      <NA>
## 698                                                                                                                                                                        Freezer Industries
## 699                                                                                                                                                                                      <NA>
## 700                                                                                                                                                                       Civil Rights Office
## 701                                                                                                                                                               University of Santa Barbara
## 702                                                                                                                                                                                      <NA>
## 703                                                                                                                                                                              British Army
## 704                                                                                                                                                                                      <NA>
## 705                                                                                                                                                                                      <NA>
## 706                                                                                                                                                                                      <NA>
## 707                                                                                                                                                                              British Army
## 708                                                                                                                                                                    Twin Lakes High School
## 709                                                                                                                                                                                      <NA>
## 710                                                                                                                                                                                      <NA>
## 711                                                                                                                                                                       Newspaper publisher
## 712                                                                                                                                                                            Bank of Caribe
## 713                                                                                                                                                                                      <NA>
## 714                                                                                                                                                                                      <NA>
## 715                                                                                                                                                                                      <NA>
## 716                                                                                                                                                                                      <NA>
## 717                                                                                                                                                             Armed Forces Induction Center
## 718                                                                                                                                                                         Selective Service
## 719                                                                                                                                                                                      USAF
## 720                                                                                                                                                                              British Army
## 721                                                                                                                                                    American establishments in Puerto Rico
## 722                                                                                                                                                    American establishments in Puerto Rico
## 723                                                                                                                                                                 United States Coast Guard
## 724                                                                                                                                                    American owned business in Puerto Rico
## 725                                                                                                                                                    American owned business in Puerto Rico
## 726                                                                                                                                                                                      <NA>
## 727                                                                                                                                                                                      <NA>
## 728                                                                                                                                                                                      <NA>
## 729                                                                                                                                                                                      <NA>
## 730                                                                                                                                                                                      <NA>
## 731                                                                                                                                                                      Miami Police Officer
## 732                                                                                                                                                                        Jewelry store, own
## 733                                                                                                                                                                                      <NA>
## 734                                                                                                                                                        Office of an anti-militant Chicano
## 735                                                                                                                                                                 Royal Ulster Constabulary
## 736                                                                                                                                                                                  R.O.T.C.
## 737                                                                                                                                                                                      <NA>
## 738                                                                                                                                                                         Selective Service
## 739                                                                                                                                                                                      <NA>
## 740                                                                                                                                                                                      <NA>
##                                                                                                                                                                                                                                                                                                                                                        target1
## 1                                                                                                                                                                                                                                                                                                                                                 Julio Guzman
## 2                                                                                                                                                                                                                                                                                                                                      Nadine Chaval, daughter
## 3                                                                                                                                                                                                                                                                                                                                                     Employee
## 4                                                                                                                                                                                                                                                                                                                                                 U.S. Embassy
## 5                                                                                                                                                                                                                                                                                                                                               U.S. Consulate
## 6                                                                                                                                                                                                                                                                                                                                    Cairo Police Headquarters
## 7                                                                                                                                                                                                                                                                                                Juan Maria de Lucah/Chief of Directorate of info. and intell.
## 8                                                                                                                                                                                                                                                                                                                                              Edes Substation
## 9                                                                                                                                                                                                                                                                                                         R.O.T.C. offices at University of Wisconsin, Madison
## 10                                                                                                                                                                                                                                                                                                         Selective Service Headquarters in Madison Wisconsin
## 11                                                                                                                                                                                                                                                                                                                                     Badger Army ammo depot.
## 12                                                                                                                                                                                                                                                                                                                    Army Recruiting Station, Denver Colorado
## 13                                                                                                                                                                                                                                                                                                                                       Flight 802 Boeing 707
## 14                                                                                                                                                                                                                                                                                                             Packard Properties building of Detroit Michigan
## 15                                                                                                                                                                                                                                                                                                                                               Baker's Store
## 16                                                                                                                                                                                                                                                                                                                          Jurists Ball (Palais au Frankturm)
## 17                                                                                                                                                                                                                                                                                                                                                     Soldier
## 18                                                                                                                                                                                                                                                                                                                                   James Madison High School
## 19                                                                                                                                                                                                                                                                                                          General Electric factory in Rio Grande Puerto Rico
## 20                                                                                                                                                                                                                                                                                                                Fuson's Department Store, Seattle Washington
## 21                                                                                                                                                                                                                                                                                                                                 Champaign Police Department
## 22                                                                                                                                                                                                                                                                                                                             Secondary School, Chemistry Lab
## 23                                                                                                                                                                                                                                                                                                      Liberal Arts and Garrand buildings, Seattle University
## 24                                                                                                                                                                                                                                                                                                          Air Force R.O.T.C. at the University of Washington
## 25                                                                                                                                                                                                                                                                                                                                                Headquarters
## 26                                                                                                                                                                                                                                                                                                                                   Bodyguard, British Consul
## 27                                                                                                                                                                                                                                                                                                                                                   JUSMAG HQ
## 28                                                                                                                                                                                                                                                                                                                                     Leon Jacobo Taurel, son
## 29                                                                                                                                                                                                                                                                                                                                                        <NA>
## 30                                                                                                                                                                                                                                                                                                     Building used as a meeting place for African Americans.
## 31                                                                                                                                                                                                                                                                                                     New York Police Officers responding to a call in Harlem
## 32                                                                                                                                                                                                                                                                                                                                      Clay County Courthouse
## 33                                                                                                                                                                                                                                                                                                           New York Police Officer on patrol in Forest Hills
## 34                                                                                                                                                                                                                                                                                                                    Selective Service office in Norwalk Ohio
## 35                                                                                                                                                                                                                                                                                                                      Residence of President of Penal Office
## 36                                                                                                                                                                                                                                                                                                                                            Temple De Hirsch
## 37                                                                                                                                                                                                                                                                                                                                                        <NA>
## 38                                                                                                                                                                                                                                                                                                                                             A & B Boat Shop
## 39                                                                                                                                                                                                                                                                                                                          Army R.O.T.C., University of Miami
## 40                                                                                                                                                                                                                                                                                                                                                      Seaman
## 41                                                                                                                                                                                                                                                                                                                       Police Band Building, Denver Colorado
## 42                                                                                                                                                                                                                                                                                              Selective Service office Local Board No. 28 in Portland Oregon
## 43                                                                                                                                                                                                                                                                                                 Illinois State Police in the Pyramid Courts housing project
## 44                                                                                                                                                                                                                                                                                                                          Mays Department Store in Manhattan
## 45                                                                                                                                                                                                                                                                                                                   Alexander's Department Store in the Bronx
## 46                                                                                                                                                                                                                                                                                                                   Alexander's Department Store in Manhattan
## 47                                                                                                                                                                                                                                                                                                                                                        <NA>
## 48                                                                                                                                                                                                                                                                                                                                    Denver City School Buses
## 49                                                                                                                                                                                                                                                                                                                                                   Fred Dore
## 50                                                                                                                                                                                                                                                                                                                                                        <NA>
## 51                                                                                                                                                                                                                                                                                                              Selective Service office in Dorado Puerto Rico
## 52                                                                                                                                                                                                                                                                                                                                                        <NA>
## 53                                                                                                                                                                                                                                                                                                                                              San Juan Hotel
## 54                                                                                                                                                                                                                                                                                                                          R.O.T.C. office, Boston University
## 55                                                                                                                                                                                                                                                                                                                      Old Mail Hall, Wisconsin State College
## 56                                                                                                                                                                                                                                                                                                                      Queens General Electric Service Center
## 57                                                                                                                                                                                                                                                                                                                    Brooklyn General Electric Service Center
## 58                                                                                                                                                                                                                                                                                                                               General Electric Headquarters
## 59                                                                                                                                                                                                                                                                                                                                                Leslie Jewel
## 60                                                                                                                                                                                                                                                                                                                        El Al Passenger Bus & Airport Lounge
## 61                                                                                                                                                                                                                                                                                                                                                        <NA>
## 62                                                                                                                                                                                                                                                                                                                                          Police parking lot
## 63                                                                                                                                                                                                                                                                                                                                    Jewish Old People's Home
## 64                                                                                                                                                                                                                                                                                                                                     Berkeley Police Station
## 65                                                                                                                                                                                                                                                                                                                   Chase Manhattan Bank, East Village Branch
## 66                                                                                                                                                                                                                                                                                                                 R.O.T.C. storage area, University of Oregon
## 67                                                                                                                                                                                                                                                                                                                                              police station
## 68                                                                                                                                                                                                                                                                                                                                            department store
## 69                                                                                                                                                                                                                                                                                                                                            department store
## 70                                                                                                                                                                                                                                                                                                                               San Francisco Police Officers
## 71                                                                                                                                                                                                                                                                                                                                 Walter Boysen Paint Company
## 72                                                                                                                                                                                                                                                                                                                 Power supply of the Frederick Maryland area
## 73                                                                                                                                                                                                                                                                                                                                       Covington High School
## 74                                                                                                                                                                                                                                                                                                                            Armory, University of Washington
## 75                                                                                                                                                                                                                                                                                                                                                        <NA>
## 76                                                                                                                                                                                                                                                                                                                                                        <NA>
## 77                                                                                                                                                                                                                                                                                                                 United States District Court of Connecticut
## 78                                                                                                                                                                                                                                                                                                               Columbia University International Law Library
## 79                                                                                                                                                                                                                                                                                          Construction site of Architecture School, University of Washington
## 80                                                                                                                                                                                                                                                                                                                      Austrian Airliner en route to Tel Aviv
## 81                                                                                                                                                                                                                                                                                                                                              Swiss Air DC-9
## 82                                                                                                                                                                                                                                                                                                                               Charles Street Police Station
## 83                                                                                                                                                                                                                                                                                                             Army Recruiting Booth and Navy Recruiting Booth
## 84                                                                                                                                                                                                                                                                                                                               Judge John Murtagh and family
## 85                                                                                                                                                                                                                                                                                                                                            James C. Perrill
## 86                                                                                                                                                                                                                                                                                                                  Dormitory housing Black Women's Collective
## 87                                                                                                                                                                                                                                                                                                Wisconsin Power and Light Company substation, Prairie du Sac
## 88                                                                                                                                                                                                                                                                                                  Power Transmission Pole in the Dakota City/Sioux City area
## 89                                                                                                                                                                                                                                                                                                  Power Transmission Pole in the Dakota City/Sioux City area
## 90                                                                                                                                                                                                                                                                                                  Power Transmission Pole in the Dakota City/Sioux City area
## 91                                                                                                                                                                                                                                                                                                  Power Transmission Pole in the Dakota City/Sioux City area
## 92                                                                                                                                                                                                                                                                                                             Selective Service Headquarters, Tucson Arizona.
## 93                                                                                                                                                                                                                                                                                                                                               Wilfred Keyes
## 94                                                                                                                                                                                                                                                                                                                            R.O.T.C., University of Illinois
## 95                                                                                                                                                                                                                                                                                                                            Institute of Behavioral Sciences
## 96                                                                                                                                                                                                                                                                                                                                                 Tourist Bus
## 97                                                                                                                                                                                                                                                                                                                                                U.S. Embassy
## 98                                                                                                                                                                                                                                                                                                                                           Ethopian Airliner
## 99                                                                                                                                                                                                                                                                                                                Air Force R.O.T.C. at University of Colorado
## 100                                                                                                                                                                                                                                                                                                           Selective Service Headquarters, Colorado Springs
## 101                                                                                                                                                                                                                                                                                                                                                 Police Car
## 102                                                                                                                                                                                                                                                                                                                                                 Police Car
## 103                                                                                                                                                                                                                                                                                                                                            Frank Schaeffer
## 104                                                                                                                                                                                                                                                                                                            Garrigues, permanent spanish delegaet to Unesco
## 105                                                                                                                                                                                                                                                                                                                                   Foreign cars painted red
## 106                                                                                                                                                                                                                                                                                                               Post Office in Seattle's University District
## 107                                                                                                                                                                                                                                                                                                                                          Oakland Army Base
## 108                                                                                                                                                                                                                                                                                                                                                       <NA>
## 109                                                                                                                                                                                                                                                                                                                                   Foreign cars painted red
## 110                                                                                                                                                                                                                                                                                                                            University District Post Office
## 111                                                                                                                                                                                                                                                                                                                                   Foreign cars painted red
## 112                                                                                                                                                                                                                                                                                                                      Two members of the United States Navy
## 113                                                                                                                                                                                                                                                                                                              Sean Holley, U.S. labor attache, U.S. embassy
## 114                                                                                                                                                                                                                                                                                                                         Detroit Police Department Building
## 115                                                                                                                                                                                                                                                                                                                        Detroit Police Officers Association
## 116                                                                                                                                                                                                                                                                                                                                                    Library
## 117                                                                                                                                                                                                                                                                                                                                              Black Muslims
## 118                                                                                                                                                                                                                                                                                                                                      Shiloh Baptist Church
## 119                                                                                                                                                                                                                                                                                                             Air Force R.O.T.C. at University of New Mexico
## 120                                                                                                                                                                                                                                                                                                                                                       <NA>
## 121                                                                                                                                                                                                                                                                                                                               Court Building (Amstgericht)
## 122                                                                                                                                                                                                                                                                                                                               Dorchester County Courthouse
## 123                                                                                                                                                                                                                                                                                                                                   Office of S. I. Hayakawa
## 124                                                                                                                                                                                                                                                                                                          Nobico Okushi, Japanese consul general, Sao PAulo
## 125                                                                                                                                                                                                                                                                                              Army and Air Force Recruiting Station, University of Illinois
## 126                                                                                                                                                                                                                                                                                                                          general telephone and electronics
## 127                                                                                                                                                                                                                                                                                                                                                        IBM
## 128                                                                                                                                                                                                                                                                                                                                         Chicago Police Car
## 129                                                                                                                                                                                                                                                                                                                                         Chicago Police Car
## 130                                                                                                                                                                                                                                                                                                                                 Mobil Oil Company Building
## 131                                                                                                                                                                                                                                                                                                                            R.O.T.C. at Lawrence University
## 132                                                                                                                                                                                                                                                                                                                                  Appleton West High School
## 133                                                                                                                                                                                                                                                                                                                                                  Film crew
## 134                                                                                                                                                                                                                                                                                                                United Arab Airlines Flight Antonov 24 Acft
## 135                                                                                                                                                                                                                                                                                                                                      Army Reserve Building
## 136                                                                                                                                                                                                                                                                                                                                          SS Columbia Eagle
## 137                                                                                                                                                                                                                                                                                                                                  Kresge's Department Store
## 138                                                                                                                                                                                                                                                                                                                                        Billings Police car
## 139                                                                                                                                                                                                                                                                                                                                             Norris Gregory
## 140                                                                                                                                                                                                                                                                                                              Administration offices, Roosevelt High School
## 141                                                                                                                                                                                                                                                                                                          Cincinnati Gas & Electric Company Booster Station
## 142                                                                                                                                                                                                                                                                                              United States Army Reserve Training Center in Portland Oregon
## 143                                                                                                                                                                                                                                                                                                                                           Burton I. Gordin
## 144                                                                                                                                                                                                                                                                                                                                    President Richard Nixon
## 145                                                                                                                                                                                                                                                                                                                            Bloomingdale's Department Store
## 146                                                                                                                                                                                                                                                                                                                               Alexander's Department Store
## 147                                                                                                                                                                                                                                                                                                                                 Nagler, Weissman & Company
## 148                                                                                                                                                                                                                                                                                                                         Chase-Manhattan Bank, Bronx branch
## 149                                                                                                                                                                                                                                                                                                                                           Electric  Circus
## 150                                                                                                                                                                                                                                                                                                                            Local 1765 Orlando Headquarters
## 151                                                                                                                                                                                                                                                                                                                                                    officer
## 152                                                                                                                                                                                                                                                                                                                Lt. Col. Donal J. Crowley, U.S. Air attache
## 153                                                                                                                                                                                                                                                                                                          Waldemar Sanchez, paraguayan consul, Buenos Aires
## 154                                                                                                                                                                                                                                                                                                                                           Joe's Restaurant
## 155                                                                                                                                                                                                                                                                                                                                         The Thinker statue
## 156                                                                                                                                                                                                                                                                                                                                    House of Police Officer
## 157                                                                                                                                                                                                                                                                                                 San Francisco Police Officers frequenting Trovatore Tavern
## 158                                                                                                                                                                                                                                                                                                                         Yuri Pivovarov, commercial attache
## 159                                                                                                                                                                                                                                                                                                                                               U.S. Embassy
## 160                                                                                                                                                                                                                                                                                                            Selective Service office in Biggsville Illinois
## 161                                                                                                                                                                                                                                                                                                                  Military courthouse, Fort Benning Georgia
## 162                                                                                                                                                                                                                                                                                                             Count Karl Von Spreti, ambassador to Guatemala
## 163                                                                                                                                                                                                                                                                                                                                                 Boeing 727
## 164                                                                                                                                                                                                                                                                                                                                             Curtis W. Tarr
## 165                                                                                                                                                                                                                                                                                                                Jeeps owned by the University of Washington
## 166                                                                                                                                                                                                                                                                                                                             Jack Fry, peace corps official
## 167                                                                                                                                                                                                                                                                                                          Michigan State University administration building
## 168                                                                                                                                                                                                                                                                                                      Building housing Africana Studies and Research Center
## 169                                                                                                                                                                                                                                                                                                                          Naval R.O.T.C. at Rice University
## 170                                                                                                                                                                                                                                                                                                                                                     Airmen
## 171                                                                                                                                                                                                                                                                                                                         Chase-Manhattan Bank, Bronx branch
## 172                                                                                                                                                                                                                                                                                                                         Richard Fallon, 42, Garda Siochana
## 173                                                                                                                                                                                                                                                                                                                               Banco de Ponce, Bronx Branch
## 174                                                                                                                                                                                                                                                                                                                             135th Street and Brook Avenues
## 175                                                                                                                                                                                                                                                                                                                                       Rogers Field Stadium
## 176                                                                                                                                                                                                                                                                                                                Curtis C. Cutter, U.S. consul, Porto Alegre
## 177                                                                                                                                                                                                                                                                                                                            HQ. Patricios Infantry Regiment
## 178                                                                                                                                                                                                                                                                                                                                            Power line pole
## 179                                                                                                                                                                                                                                                                                                           Barracks of American Potash and Chemical Company
## 180                                                                                                                                                                                                                                                                              West Side Branch of Young Women's Christian Association in Manhattan New York
## 181                                                                                                                                                                                                                                                                                                                Office of dean of students, Rice University
## 182                                                                                                                                                                                                                                                                                                                     Anchor Savings & Loan, Lawrence Kansas
## 183                                                                                                                                                                                                                                                                                                                         Individual at strike bound company
## 184                                                                                                                                                                                                                                                                                                             Administration building, Roosevelt High School
## 185                                                                                                                                                                                                                                                                                                                                         Large shovel crane
## 186                                                                                                                                                                                                                                                                                                                           Imperial Beach Naval Air Station
## 187                                                                                                                                                                                                                                                                                                                Olin Library, McGraw Hall, and Morrill Hall
## 188                                                                                                                                                                                                                                                                                                                 Dow Chemical Company plant, Freeport Texas
## 189                                                                                                                                                                                                                                                                                                                                    High woltage power line
## 190                                                                                                                                                                                                                                                                                                                                                       <NA>
## 191                                                                                                                                                                                                                                                                                                                      Linwood Methodist Church, Kansas City
## 192                                                                                                                                                                                                                                                                                                                                 Kansas City Police Academy
## 193                                                                                                                                                                                                                                                                                                                    American Potash Plant, Trona California
## 194                                                                                                                                                                                                                                                                                                                                           Science Building
## 195                                                                                                                                                                                                                                                                                                                  May Company Department Store, Los Angeles
## 196                                                                                                                                                                                                                                                                                                                                                 US Embassy
## 197                                                                                                                                                                                                                                                                                                                  Building owned by pro-Castro sympathizers
## 198                                                                                                                                                                                                                                                                                                    Board of Education administration building, Los Angeles
## 199                                                                                                                                                                                                                                                                                                                   Storage structure, Roosevelt High School
## 200                                                                                                                                                                                                                                                                                                                                       Plaza III Restaurant
## 201                                                                                                                                                                                                                                                                                                                                          Waltower Building
## 202                                                                                                                                                                                                                                                                                                                                            Argyle Building
## 203                                                                                                                                                                                                                                                                                                                    American Potash Plant, Trona California
## 204                                                                                                                                                                                                                                                                                                                                 Oakland Police Paddy Wagon
## 205                                                                                                                                                                                                                                                                                                                               Japanese Presbyterian Church
## 206                                                                                                                                                                                                                                                                                                                                          Hardcastle Realty
## 207                                                                                                                                                                                                                                                                                                                              Drive-in Hamburger Restaurant
## 208                                                                                                                                                                                                                                                                                                                                           David G. Sprague
## 209                                                                                                                                                                                                                                                                                                                                  Corrections Officer's Car
## 210                                                                                                                                                                                                                                                                                                                                              Student Union
## 211                                                                                                                                                                                                                                                                                                                              Philippines Airlines Aircraft
## 212                                                                                                                                                                                                                                                                                                     Boyle Heights branch of Bank of America in Los Angeles
## 213                                                                                                                                                                                                                                                                                                                                        Salt-water pipeline
## 214                                                                                                                                                                                                                                                                                                                                               T-9 building
## 215                                                                                                                                                                                                                                                                                                                                               T-7 building
## 216                                                                                                                                                                                                                                                                                                                                           Schmidt Building
## 217                                                                                                                                                                                                                                                                                                                 University Police Station, Urbana Illinois
## 218                                                                                                                                                                                                                                                                                           Administrative building and Hall of Letters, Redlands University
## 219                                                                                                                                                                                                                                                                                                                              U.S. Navy Relay Power Station
## 220                                                                                                                                                                                                                                                                                                                                                   Motorola
## 221                                                                                                                                                                                                                                                                                                                      International Telephone and Telegraph
## 222                                                                                                                                                                                                                                                                                                                           Police telecommunication devices
## 223                                                                                                                                                                                                                                                                                                         Center for Advanced Studies in Behavioral Sciences
## 224                                                                                                                                                                                                                                                                                                                                  Baltimore Police Officers
## 225                                                                                                                                                                                                                                                                                                      Army and Air Force Recruiting Office, Harlem New York
## 226                                                                                                                                                                                                                                                                                                                                           Chiang Ching-kuo
## 227                                                                                                                                                                                                                                                                                                                                               EL AL Office
## 228                                                                                                                                                                                                                                                                                                                Office of Community Relations, College Hall
## 229                                                                                                                                                                                                                                                                                                                                    East Lansing State Bank
## 230                                                                                                                                                                                                                                                                                                                          First National Bank, East Lansing
## 231                                                                                                                                                                                                                                                                                                                                East Lansing Savings & Loan
## 232                                                                                                                                                                                                                                                                                                                                              State Capitol
## 233                                                                                                                                                                                                                                                                                                                                                       <NA>
## 234                                                                                                                                                                                                                                                                                                Robbinsdale Selective Service Office, Local Board Number 51
## 235                                                                                                                                                                                                                                                                                                                                                       <NA>
## 236                                                                                                                                                                                                                                                                                                                                    Yale Law School Library
## 237                                                                                                                                                                                                                                                                                                                         Department of Linguistics Building
## 238                                                                                                                                                                                                                                                                                                 Science Building at California State University, Fullerton
## 239                                                                                                                                                                                                                                                                                                                                        Judge John McKinney
## 240                                                                                                                                                                                                                                                                                                                                                       <NA>
## 241                                                                                                                                                                                                                                                                                                                                                       Bank
## 242                                                                                                                                                                                                                                                                                                                                                 Court Bldg
## 243                                                                                                                                                                                                                                                                                                                  West 123d Street Police Station in Harlem
## 244                                                                                                                                                                                                                                                                                                                                                       <NA>
## 245                                                                                                                                                                                                                                                                                                                                          St. Anne's Church
## 246                                                                                                                                                                                                                                                                                           Burger King across the street from the University of Puerto Rico
## 247                                                                                                                                                                                                                                                                                             Joint Armed Services Recruiting Booth at 600 West 168th Street
## 248                                                                                                                                                                                                                                                                                                                         R.O.T.C. Office, DePauw University
## 249                                                                                                                                                                                                                                                                                                                                       Ingalls Skating Rink
## 250                                                                                                                                                                                                                                                                                                                                               Dale Theater
## 251                                                                                                                                                                                                                                                                                                                                           Paradise Theater
## 252                                                                                                                                                                                                                                                                                                                                        Lincoln Square Mall
## 253                                                                                                                                                                                                                                                                                                                                          Jos. Kuhn Company
## 254                                                                                                                                                                                                                                                                                                          Wife, 1st sec. Israli Emb + an employee (wounded)
## 255                                                                                                                                                                                                                                                                                        Barbershop whose owner was not a union member in Jennings, Maryland
## 256                                                                                                                                                                                                                                                                                                              R.O.T.C. Office, University of North Carolina
## 257                                                                                                                                                                                                                                                                                                                  Selective Service office, Norman Oklahoma
## 258                                                                                                                                                                                                                                                                                                                Vehicle compound of Missouri National Guard
## 259                                                                                                                                                                                                                                                                                                                                              American-Haus
## 260                                                                                                                                                                                                                                                                                                                      National Guard Armory, Lewiston Idaho
## 261                                                                                                                                                                                                                                                                                                                       Computer Center, University of Miami
## 262                                                                                                                                                                                                                                                      Social Security Department, Veterans Administration and Selective Service offices of Orlando Florida.
## 263                                                                                                                                                                                                                                                                                                                Sears, Roebuck & Company, Brooklyn New York
## 264                                                                                                                                                                                                                                                                                                             Selective Service office in Oakland California
## 265                                                                                                                                                                                                                                                                                                                             Longview National Guard Armory
## 266                                                                                                                                                                                                                                                                                                             U.S. Army Reserve Center, Reading Pennsylvania
## 267                                                                                                                                                                                                                                                                                                               Federal Government Building, Portland Oregon
## 268                                                                                                                                                                                                                                                                                                                            San Pedro National Guard Armory
## 269                                                                                                                                                                                                                                                                                                            Selective Service Headquarters, Portland Oregon
## 270                                                                                                                                                                                                                                                                                                                                      Chevra Shas synagogue
## 271                                                                                                                                                                                                                                                                                                                                                       <NA>
## 272                                                                                                                                                                                                                                                                                                              National Guard Armory, New London Connecticut
## 273                                                                                                                                                                                                                                                                                                                Humanities Building, Long Island University
## 274                                                                                                                                                                                                                                                                                                           Selective Service office in Hollywood California
## 275                                                                                                                                                                                                                                                                                                                                 Sacramento Police Officers
## 276                                                                                                                                                                                                                                                                                                                                                 IBM Office
## 277                                                                                                                                                                                                                                                                                                                                       National Guard Assoc
## 278                                                                                                                                                                                                                                                                                                                                   Iberia Airlines Aircraft
## 279                                                                                                                                                                                                                                                                                                                                           KPFT transmitter
## 280                                                                                                                                                                                                                                                                                               Selective Service Local Boards 186 and 187, Detroit Michigan
## 281                                                                                                                                                                                                                                                                                                                                  Des Moines Police Station
## 282                                                                                                                                                                                                                                                                                                                        Utah National Guard, Salt Lake City
## 283                                                                                                                                                                                                                                                                                                                                      House of James Rudder
## 284                                                                                                                                                                                                                                                                                                          Allapattah Five and Ten Cent Store, Miami Florida
## 285                                                                                                                                                                                                                                                                                                               National Guard Armory, Melrose Massachusetts
## 286                                                                                                                                                                                                                                                                                                                                          Alma Mater statue
## 287                                                                                                                                                                                                                                                                                                  Science Building, California State University, Long Beach
## 288                                                                                                                                                                                                                                                                                                                                                       <NA>
## 289                                                                                                                                                                                                                                                                                                                Savings and Loan of West Berlin, Branch #12
## 290                                                                                                                                                                                                                                                                                                         Residence, Sgt. Selby Stevens, US Military Mission
## 291                                                                                                                                                                                                                                                                                                                                                       Bank
## 292                                                                                                                                                                                                                                                                                                                                 Hardcastle Realty, Seattle
## 293                                                                                                                                                                                                                                                                                                                                         Recruiting Station
## 294                                                                                                                                                                                                                                                                                                                  Selective Service offices, Afton Missouri
## 295                                                                                                                                                                                                                                                                                                                                          Quincy Substation
## 296                                                                                                                                                                                                                                                                                                          Selective Service building, Carlisle Pennsylvania
## 297                                                                                                                                                                                                                                                                                                                   Dorsey Junior High School, Miami Florida
## 298                                                                                                                                                                                                                                                                                           Home of foreman employed by American Potash and Chemical Company
## 299                                                                                                                                                                                                                                                                                                                                              2 PLO Offices
## 300                                                                                                                                                                                                                                                                                                                                    St. Paul Police Officer
## 301                                                                                                                                                                                                                                                                                                                             Police Headquarters, Ames Iowa
## 302                                                                                                                                                                                                                                                                                                                                     Chapman Lumber Company
## 303                                                                                                                                                                                                                                                                                                                                        Planter's Warehouse
## 304                                                                                                                                                                                                                                                                                                                                  Owen Warehouse Number Two
## 305                                                                                                                                                                                                                                                                                                          Selective Service offices, Los Angeles California
## 306                                                                                                                                                                                                                                                                                                                                      Chevra Shas synagogue
## 307                                                                                                                                                                                                                                                                                                                                   Agudath Israel synagogue
## 308                                                                                                                                                                                                                                                                                                                                                  Policeman
## 309                                                                                                                                                                                                                                                                                                              U.S. Department of Labor bus, Phoenix Arizona
## 310                                                                                                                                                                                                                                                                                                          Rockefeller University, Second Floor Lecture Hall
## 311                                                                                                                                                                                                                                                                                                                 Registration building, Cal State Fullerton
## 312                                                                                                                                                                                                                                                                                               Pedro Eugenio Aramburu, former president and retired general
## 313                                                                                                                                                                                                                                                                                                                                   Naval Instruction Center
## 314                                                                                                                                                                                                                                                                                                               Family of the former Oakland chief of police
## 315                                                                                                                                                                                                                                                                                                                                    USS Richard B. Anderson
## 316                                                                                                                                                                                                                                                                                                                Company constructing the World Trade Center
## 317                                                                                                                                                                                                                                                                                                                              Ex. President, Pedro Aramburu
## 318                                                                                                                                                                                                                                                                                                                                 Philipines Airliner Flight
## 319                                                                                                                                                                                                                                                                                                     Gulf States Utilities Company, Baton Rouge transformer
## 320                                                                                                                                                                                                                                                                                                                                            William G. Barr
## 321                                                                                                                                                                                                                                                                                                            Selective Service Headquarters, Portland Oregon
## 322                                                                                                                                                                                                                                                                                                                                         Oakland Police Car
## 323                                                                                                                                                                                                                                                                                                      Naval R.O.T.C., University of California, Los Angeles
## 324                                                                                                                                                                                                                                                                                                                                       USIA Cultural Center
## 325                                                                                                                                                                                                                                                                                                                                             Xerox Building
## 326                                                                                                                                                                                                                                                                                                                                             Court Building
## 327                                                                                                                                                                                                                                                                                                                      Woolworth's store, Manhattan New York
## 328                                                                                                                                                                                                                                                                                                                                       Berkeley Police Cars
## 329                                                                                                                                                                                                                                                                                                                                           Military Attache
## 330                                                                                                                                                                                                                                                                                             Morris Draper, chief of political section, U.S. Embassy, Amman
## 331                                                                                                                                                                                                                                                                                                               Firestone Park Police Cars parked at station
## 332                                                                                                                                                                                                                                                                                                                  national socialist white peoples party HQ
## 333                                                                                                                                                                                                                                                                                                                     Armed Services Police Vehicle, Oakland
## 334                                                                                                                                                                                                                                                                                                                                Jose Manuel Tamayo, rancher
## 335                                                                                                                                                                                                                                                                                                                                               EL AL Office
## 336                                                                                                                                                                                                                                                                                                                                                  police HQ
## 337                                                                                                                                                                                                                                                                                                                                                     Hotels
## 338                                                                                                                                                                                                                                                                                                                                                     Hotels
## 339                                                                                                                                                                                                                                                                                                               Selective Service office, Galesburg Illinois
## 340                                                                                                                                                                                                                                                                                                                                     Reverend Levin P. West
## 341                                                                                                                                                                                                                                                                                                                 Major, mil. attache in Amman, Robert Perry
## 342                                                                                                                                                                                                                                                                                                          Ehrenfried Von Holloben, FRG Ambassador to Brazil
## 343                                                                                                                                                                                                                                                                                                                                               EL AL Office
## 344                                                                                                                                                                                                                                                                                                         North Assembly Building of Omaha Police Department
## 345                                                                                                                                                                                                                                                                                                                                              Swiss Embassy
## 346                                                                                                                                                                                                                                                                                                                                Alexander County Courthouse
## 347                                                                                                                                                                                                                                                                                                Illinois State Police in the Pyramid Courts housing project
## 348                                                                                                                                                                                                                                                                                                                                                   Building
## 349                                                                                                                                                                                                                                                                                                             Mid-Continental National Bank, Kansas Missouri
## 350                                                                                                                                                                                                                                                                                                                                    Court House/ Tiergarten
## 351                                                                                                                                                                                                                                                                                                                       Court Bldg (haudgeright Tegeler Weg)
## 352                                                                                                                                                                                                                                                                                                        Police and fire station, Manhattan Beach California
## 353                                                                                                                                                                                                                                                                                                       Emeryville Police Officers frequenting a local diner
## 354                                                                                                                                                                                                                                                                                  Car, construction sites, trash can in the vicinity of New York University
## 355                                                                                                                                                                                                                                                                                                                                                       <NA>
## 356                                                                                                                                                                                                                                                                                                                                        bank america branch
## 357                                                                                                                                                                                                                                                                                                                                        Bank america branch
## 358                                                                                                                                                                                                                                                                                                                                                       <NA>
## 359                                                                                                                                                                                                                                                                                                                               San Francisco police officer
## 360                                                                                                                                                                                                                                                                                                    Des Moines Police responding to an anonymous phone call
## 361                                                                                                                                                                                                                                                                                                                                 District Office Schoneberg
## 362                                                                                                                                                                                                                                                                                                           U.S. Air Force Recruiting Station, San Francisco
## 363                                                                                                                                                                                                                                                                                                                                        Amtorg Trading Corp
## 364                                                                                                                                                                                                                                                                                                                                                       <NA>
## 365                                                                                                                                                                                                                                                                                                                                 3 IRA members, 2 civilians
## 366                                                                                                                                                                                                                                                                                    William Kincaid, 28, Daniel Loughins, 32 and Alexander Gould, 18, Prots
## 367                                                                                                                                                                                                                                                                                                                               Robert Neill, 38, protestant
## 368                                                                                                                                                                                                                                                                                                                             James McCurrie, 34, Protestant
## 369                                                                                                                                                                                                                                                                                                                                                St. Matthew
## 370                                                                                                                                                                                                                                                                                                                                            Police Officers
## 371                                                                                                                                                                                                                                                                                                          Harvey Ingham Hall of Science at Drake University
## 372                                                                                                                                                                                                                                                                                                                         Whitefish Bay Bank & Trust Company
## 373                                                                                                                                                                                                                                               Police and firefighters at the scene of a fire in the African American part of town in Plainfield New Jersey
## 374                                                                                                                                                                                                                                                                                                         Woolworth's store, Manhattan New York, 34th Street
## 375                                                                                                                                                                                                                                                                                          Woolworth's store, Manhattan New York, 86th Street and 3rd Avenue
## 376                                                                                                                                                                                                                                                                                                     Woolworth's store, Manhattan New York, Broadway Avenue
## 377                                                                                                                                                                                                                                                                                                                             Supermarket in the Grand Union
## 378                                                                                                                                                                                                                                                                                                                Honeywell Incorporated, Wauwatosa Wisconsin
## 379                                                                                                                                                                                                                                                                                                                                          St. Anne's Church
## 380                                                                                                                                                                                                                                                                                                                                                  Caravelle
## 381                                                                                                                                                                                                                                                                                                     Inter-American Defense Board building, Washington D.C.
## 382                                                                                                                                                                                                                                                                                          Center for East Asian Studies, University of California, Berkeley
## 383                                                                                                                                                                                                                                                                                                                                          Argentine Embassy
## 384                                                                                                                                                                                                                                                                                                                                              Haiti Embassy
## 385                                                                                                                                                                                                                                                                                                                                            Uruguay Embassy
## 386                                                                                                                                                                                                                                                                                                                                 Dominican Republic Embassy
## 387                                                                                                                                                                                                                                                                                                                             Components Concept Corporation
## 388                                                                                                                                                                                                                                                                                                                                     Compton Police Station
## 389                                                                                                                                                                                                                                                                                                                      Apartment of Justice Jawn A. Sandifer
## 390                                                                                                                                                                                                                                                                                           University Federal Savings and Loan Building, Seattle Washington
## 391                                                                                                                                                                                                                                                                                                                                        BOAC Airline Office
## 392                                                                                                                                                                                                                                                                                                            Army truck stationed at Fort Hamilton, New York
## 393                                                                                                                                                                                                                                                                                                         School buses of the Longview Texas School District
## 394                                                                                                                                                                                                                                                                                                                                     Home of Ben Maidenburg
## 395                                                                                                                                                                                                                                                                                                     Long Beach Democratic Committee headquarters, New York
## 396                                                                                                                                                                                                                                                                                                                                                 Allan Daly
## 397                                                                                                                                                                                                                                                                                                           Police Cars parked at a police station in Queens
## 398                                                                                                                                                                                                                                                                                                                       Atlas Missile replica at worlds fair
## 399                                                                                                                                                                                                                                                                                                                                    South African consulate
## 400                                                                                                                                                                                                                                                                                                                              Portuguese Travel/Info center
## 401                                                                                                                                                                                                                                                                                                                                            Haiti Consulate
## 402                                                                                                                                                                                                                                                                                                   Atlas Powder Company dynamite warehouse, Oneonta Alabama
## 403                                                                                                                                                                                                                                                                                               Home housing printers for the San Rafael Independent Journal
## 404                                                                                                                                                                                                                                                                                                                                        State Supreme Court
## 405                                                                                                                                                                                                                                                                                                             Selective Service office, Des Plaines Illinois
## 406                                                                                                                                                                                                                                                                                                                   Fernand Londono, former cabinet minister
## 407                                                                                                                                                                                                                                                                                                                                                businessman
## 408                                                                                                                                                                                                                                                                                                             African Americans in New Bedford Massachusetts
## 409                                                                                                                                                                                                                                                                                                                                     Bank of America Branch
## 410                                                                                                                                                                                                                                                                                                                        The Tri-Cities Human Rights Council
## 411                                                                                                                                                                                                                                                                                                                     Marine Recruiting Booth, New York City
## 412                                                                                                                                                                                                                                                                                                                           Southeast Community Organization
## 413                                                                                                                                                                                                                                                                                                                Marine Recruiting Office, Brooklyn New York
## 414                                                                                                                                                                                                                                                                                                 Dakota County Selective Service Office, St. Paul Minnesota
## 415                                                                                                                                                                                                                                                                                        Chicago Police Officers patrolling the Mother Cabrini Homes project
## 416                                                                                                                                                                                                                                                                                                                   Broadway Savings Bank, Park Place branch
## 417                                                                                                                                                                                                                                                                                                                     Crown Heights Jewish Community Council
## 418                                                                                                                                                                                                                                                                                         Technicians for U.S. goldmining firm, south americans placers inc.
## 419                                                                                                                                                                                                                                                                                                                                     Bank of America Branch
## 420                                                                                                                                                                                                                                                                      Station Wagons being converted into police vehicles at the Airport Motors storage lot
## 421                                                                                                                                                                                                                                                                                                       South Side Reserve Headquarters, Milwaukee Wisconsin
## 422                                                                                                                                                                                                                                                                                                                                              passenger jet
## 423                                                                                                                                                                                                                                                                                  Fuel line at the Wisconsin Petroleum Terminal Corporation in Jones Island
## 424                                                                                                                                                                                                                                                                                                                 Army Recruiting Trailer, Camden New Jersey
## 425                                                                                                                                                                                                                                                                                                                 Maria Estraoa Zamora, 12 year old daughter
## 426                                                                                                                                                                                                                                                                                                       California Highway Patrol office, Oakland California
## 427                                                                                                                                                                                                                                                                                                                           Donner Lyon, U.S. Consul, Recife
## 428                                                                                                                                                                                                                                                                                                           Black Community Center in Crown Heights New York
## 429                                                                                                                                                                                                                                                                                                                                  President, Phillip Lucier
## 430                                                                                                                                                                                                                                                                                                                                                 Camp McCoy
## 431                                                                                                                                                                                                                                                                                                                           Bank of America, wall st. office
## 432                                                                                                                                                                                                                                                                                                                                  electric power substation
## 433                                                                                                                                                                                                                                                                                                                                         telephone exchange
## 434                                                                                                                                                                                                                                                                                                            Armed Forces Police Headquarters, San Francisco
## 435                                                                                                                                                                                                                                                                                                                               Army Presidio, San Francisco
## 436                                                                                                                                                                                                                                                                                                                          Dr. Daniel Pereira Manelli, judge
## 437                                                                                                                                                                                                                                                                                                                               Associated Testing Labs Inc.
## 438                                                                                                                                                                                                                                                                                                                         Publication EL Pansamiento Navarro
## 439                                                                                                                                                                                                                                                                                                                                  Alameda County Courthouse
## 440                                                                                                                                                                                                                                                                                                                     Power Lines, Illinois central railroad
## 441                                                                                                                                                                                                                                                                                                                   Michael Gurden Jones,second secretary, *
## 442                                                                                                                                                                                                                                                                                                   Aloysio Mores Dias Gomires, Brazilian Consul, Montevideo
## 443                                                                                                                                                                                                                                                                                                                   Dan Mitrione, U.S. public safety advisor
## 444                                                                                                                                                                                                                                                                                                                                                       City
## 445                                                                                                                                                                                                                                                                                                                       Home of Mr. & Mrs. Franklin Williams
## 446                                                                                                                                                                                                                                                                                                                                         Indonesian Embassy
## 447                                                                                                                                                                                                                                                                                                                                             Bank of Brazil
## 448                                                                                                                                                                                                                                                                                                                                           Yugoslav Embassy
## 449                                                                                                                                                                                                                                                                                                                                        Berkeley Police Car
## 450                                                                                                                                                                                                                                                                           Wisconsin Motors Division of Continental Motors Corporation, Milwaukee Wisconsin
## 451                                                                                                                                                                                                                                                                                                                  Inspector of Police, Major Hugo Tamagnini
## 452                                                                                                                                                                                                                                                                                                                                     Bank of America Branch
## 453                                                                                                                                                                                                                                                                                                                                    San Jose police officer
## 454                                                                                                                                                                                                                                                                                                                                               German Court
## 455                                                                                                                                                                                                                                                                                                           Dundalk Selective Service Office, Local Board 37
## 456                                                                                                                                                                                                                                                                                                                                          County Courthouse
## 457                                                                                                                                                                                                                                                                                                                                           Italian Hospital
## 458                                                                                                                                                                                                                                                                                                            Selective Service Headquarters, Portland Oregon
## 459                                                                                                                                                                                                                                                                                                    Samuel Donaldson, 23 and Robert Millar, 26, Protestants
## 460                                                                                                                                                                                                                                                                                                                                           private vehicles
## 461                                                                                                                                                                                                                                                                                                                                             Police Vehicle
## 462                                                                                                                                                                                                                                                                                                                                                John Thomas
## 463                                                                                                                                                                                                                                                                                                                                                      House
## 464                                                                                                                                                                                                                                                                                                     Armed Forces Examination Center, Minneapolis Minnesota
## 465                                                                                                                                                                                                                                                                                                           Black Community Center in Crown Heights New York
## 466                                                                                                                                                                                                                                                                                                                       Stephen Spann, public safety officer
## 467                                                                                                                                                                                                                                                                                                                               Rhodesian Information Office
## 468                                                                                                                                                                                                                                                                                                        Reisterstown Selective Service Office, Board No. 34
## 469                                                                                                                                                                                                                                                                                                                                    Berkeley police officer
## 470                                                                                                                                                                                                                                                                                                                                                Radio Rural
## 471                                                                                                                                                                                                                                                                                                                         Emerald Hall, University of Oregon
## 472                                                                                                                                                                                                                                                                                                           St. Paul Police Officers responding to a bombing
## 473                                                                                                                                                                                                                                                                                               National Guard truck stationed at army in Baltimore Maryland
## 474                                                                                                                                                                                                                                                                                                                          Army Mathematical Research Center
## 475                                                                                                                                                                                                                                                                                                                   Jalques Groothaert, ambassador to Mexico
## 476                                                                                                                                                                                                                                                                                                                             Burlington Police Headquarters
## 477                                                                                                                                                                                                                                                                                                                                         Bank fur German ??
## 478                                                                                                                                                                                                                                                                                 Building of the John F. Kennedy School of Government at Harvard University
## 479                                                                                                                                                                                                                                                                                                                                       G. W. Bullick School
## 480                                                                                                                                                                                                                                                                                                             National Guard Armory, Walnut Creek California
## 481                                                                                                                                                                                                                                                                                                                                         Portuguese Embassy
## 482                                                                                                                                                                                                                                                                                                                                     Bank of America Branch
## 483                                                                                                                                                                                                                                                                                                          Municipal court building, Walnut Creek California
## 484                                                                                                                                                                                                                                                                                                       California Highway Patrol office, Oakland California
## 485                                                                                                                                                                                                                                                                                                                                          Portugese Embassy
## 486                                                                                                                                                                                                                                                                                                                   R.O.T.C. building, University of Georgia
## 487                                                                                                                                                                                                                                                                                                                                 TUSLOG Detachment 30, USAF
## 488                                                                                                                                                                                                                                                                                                        Sgt Graham, employee, defense attache office, amman
## 489                                                                                                                                                                                                                                                                                                                                      Carrasco Bowling Club
## 490                                                                                                                                                                                                                                                                                                                              Bell Federal Savings and Loan
## 491                                                                                                                                                                                                                                                                                                                                              U.S. Chancery
## 492                                                                                                                                                                                                                                                                                                                        Unoccupied San Francisco police car
## 493                                                                                                                                                                                                                                                                                                            Ford Motor Company plant in Milpitas California
## 494                                                                                                                                                                                                                                                                                                         General Motors Company plant in Fremont California
## 495                                                                                                                                                                                                                                                                                                                    E. H. Crump statue in Memphis Tennessee
## 496                                                                                                                                                                                                                                                                                                                           Union Oil Co. Tank Storage Field
## 497                                                                                                                                                                                                                                                                                                                   Home of Brother of Chancellor of Uruguay
## 498                                                                                                                                                                                                                                                                                                                     Michael Kane, 35, Catholic, IRA member
## 499                                                                                                                                                                                                                                                                                                                 Lakeside Laboratories, Milwaukee Wisconsin
## 500                                                                                                                                                                                                                                                                                                             Orange County Courthouse, Santa Ana California
## 501                                                                                                                                                                                                                                                                                                                                      DeWitt Police Station
## 502                                                                                                                                                                                                                                                                                                                               Hall of Justice, Los Angeles
## 503                                                                                                                                                                                                                                                                                                                                      Flight 741 Boeing 707
## 504                                                                                                                                                                                                                                                                                                                                            Flight 100 DC-8
## 505                                                                                                                                                                                                                                                                                                                                              Flight 93 747
## 506                                                                                                                                                                                                                                                                                                                                                 Flight 219
## 507                                                                                                                                                                                                                                                                                                                     Garage of the Fitchburg Police Station
## 508                                                                                                                                                                                                                                                                                                                                              U.S. Vehicles
## 509                                                                                                                                                                                                                                                                                                                                                USIS Office
## 510                                                                                                                                                                                                                                                                                                             Offices of the Kaleidoscope, Madison Wisconsin
## 511                                                                                                                                                                                                                                                                                                                   R.O.T.C. building, University of Florida
## 512                                                                                                                                                                                                                                                                                                       Jon Stewart, USIS officer (cultural affairs officer)
## 513                                                                                                                                                                                                                                                                                                                                   Coca Cola Bottling Plant
## 514                                                                                                                                                                                                                                                                                                          son, assistant director of El Clarin BA newspaper
## 515                                                                                                                                                                                                                                                                                                                             employees, Egyptian emb london
## 516                                                                                                                                                                                                                                                                                                                                          Sudamtex Textiles
## 517                                                                                                                                                                                                                                                                                                                                    International Harvester
## 518                                                                                                                                                                                                                                                                                                                                     Rosario Police Station
## 519                                                                                                                                                                                                                                                                            Toledo Police officer stationed outside of the Black Panther Party Headquarters
## 520                                                                                                                                                                                                                                                                                                                                      National Guard Armory
## 521                                                                                                                                                                                                                                                                                                                                                  Policeman
## 522                                                                                                                                                                                                                                                                                                                                          IPisa Paper Plant
## 523                                                                                                                                                                                                                                                                                                                                Japanese Government Offices
## 524                                                                                                                                                                                                                                                                                                                                                  Consulate
## 525                                                                                                                                                                                                                                                                                                                                    Army Recruiting Station
## 526                                                                                                                                                                                                                                                                                                                Alfredo Beccona, director of Investigations
## 527                                                                                                                                                                                                                                                                                                                                Ivory Coast Mission to U.N.
## 528                                                                                                                                                                                                                                                                                                                              United Arab Republic airliner
## 529                                                                                                                                                                                                                                                                                                                               David Murray, 49, Protestant
## 530                                                                                                                                                                                                                                                                                                                                                       Bank
## 531                                                                                                                                                                                                                                                                                                                   Campaign Headquarters of Parren Mitchell
## 532                                                                                                                                                                                                                                                                                                                                  U.S. Air Force Commissary
## 533                                                                                                                                                                                                                                                                                                          Prince Lucien Campbell Hall, University of Oregon
## 534                                                                                                                                                                                                                                                                                                                      Sewage Plant in Anne Arundel Maryland
## 535                                                                                                                                                                                                                                                                                                                                                USIS Office
## 536                                                                                                                                                                                                                                                                                                                               building, U.S. Element Cento
## 537                                                                                                                                                                                                                                                                                                     James Cross, senior british trade commissinoer, Quebec
## 538                                                                                                                                                                                                                                                                                                                                    Haymarket Square Statue
## 539                                                                                                                                                                                                                                                                                                                     Student Union, Bluefield State College
## 540                                                                                                                                                                                                                                                                                                                                       vehicle, USAF member
## 541                                                                                                                                                                                                                                                                                                                          Palestine Liberation Organization
## 542                                                                                                                                                                                                                                                                                                                                         Navy ROTC facility
## 543                                                                                                                                                                                                                                                                                                                                    National Guard Facility
## 544                                                                                                                                                                                                                                                                                                                                    Marin County Courthouse
## 545                                                                                                                                                                                                                                                                                                                                    University Study Center
## 546                                                                                                                                                                                                                                                                                                                                         Domingo Basso Firm
## 547                                                                                                                                                                                                                                                                                                                                                USIS Office
## 548                                                                                                                                                                                                                                                                                                                                           KPFT transmitter
## 549                                                                                                                                                                                                                                                                                                  Pierre La Porte, Quebec minister of labor and immigration
## 550                                                                                                                                                                                                                                                                                                                                                      B-727
## 551                                                                                                                                                                                                                                                                                                                      Courthouse in Long Island City Queens
## 552                                                                                                                                                                                                                                                                                                                  Library, Center for International Studies
## 553                                                                                                                                                                                                                                                                                                                                 Vehicles of police unit #1
## 554                                                                                                                                                                                                                                                                                                                      Massachusetts Institute of Technology
## 555                                                                                                                                                                                                                                                                                                                                 Readers Digest Distributor
## 556                                                                                                                                                                                                                                                                                                                                      Coca Coca Distributor
## 557                                                                                                                                                                                                                                                                                                                                              PanAm Offices
## 558                                                                                                                                                                                                                                                                                                                                   General Electric Offices
## 559                                                                                                                                                                                                                                                                                                             Police Storefront Center, Kansas City Missouri
## 560                                                                                                                                                                                                                                                                                                                             U.S. Defense Attache Residence
## 561                                                                                                                                                                                                                                                                                                                                            police vehicles
## 562                                                                                                                                                                                                                                                                                                                                Stanford Research Institute
## 563                                                                                                                                                                                                                                                                                                                     Virus Center, Stanford Research Center
## 564                                                                                                                                                                                                                                                                                                                                        Homes, U.S. Offices
## 565                                                                                                                                                                                                                                                                                                          Veterans of Foreign Wars Building, Cairo Illinois
## 566                                                                                                                                                                                                                                                                                                                                         Yugoslav Consulate
## 567                                                                                                                                                                                                                                                                                                                                  Cairo Police Headquarters
## 568                                                                                                                                                                                                                                                                                                                                                     Church
## 569                                                                                                                                                                                                                                                                                                                                                  Policeman
## 570                                                                                                                                                                                                                                                                                                                                   US Education '70 Exhibit
## 571                                                                                                                                                                                                                                                                                White owned grocery store near the Pyramid Courts project in Cairo Illinois
## 572                                                                                                                                                                                                                                                                                                                                  Cairo Police Headquarters
## 573                                                                                                                                                                                                                                                                                                                          Main Post Office, Washington D.C.
## 574                                                                                                                                                                                                                                                                                                                                     Bank of America Branch
## 575                                                                                                                                                                                                                                                                                                                                  Union leader, Jose Alonso
## 576                                                                                                                                                                                                                                                                                                                               U.S. Military Annex Exchange
## 577                                                                                                                                                                                                                                                                                                                                           Heathrow Airport
## 578                                                                                                                                                                                                                                                                                                                                   Martin County Courthouse
## 579                                                                                                                                                                                                                                                                                                                                   Whitefish Bay police car
## 580                                                                                                                                                                                                                                                                                                               Marine Corps Air Station, El Toro California
## 581                                                                                                                                                                                                                                                                                                         United State Naval Militia Armory, Queens New York
## 582                                                                                                                                                                                                                                                                                                         Police Motorcycle Headquarters, the Bronx New York
## 583                                                                                                                                                                                                                                                                                                                       Army Reserve Center, Queens New York
## 584                                                                                                                                                                                                                                                                                                                                                       <NA>
## 585                                                                                                                                                                                                                                                                                                                                 Mc Arthur, U.S. Ambassador
## 586                                                                                                                                                                                                                                                                                                                   Deputy Foreign Minister: Zygfryd Wolniak
## 587                                                                                                                                                                                                                                                                                                                                     Fresno Guide Newspaper
## 588                                                                                                                                                                                                                                                                                                                                      Army Induction Center
## 589                                                                                                                                                                                                                                                                                                                                            Ronald Mitchell
## 590                                                                                                                                                                                                                                                                                                              Navy R.O.T.C. Vehicle, University of Michigan
## 591                                                                                                                                                                                                                                                                                                                                                Jockey Club
## 592                                                                                                                                                                                                                                                                                                                                                       City
## 593                                                                                                                                                                                                                                                                                                                                    Jewish Community Center
## 594                                                                                                                                                                                                                                                                                                                                       Cairo Lumber Company
## 595                                                                                                                                                                                                                                                                                            Air Force Library located in the University of Minnesota Armory
## 596                                                                                                                                                                                                                                                                           African Americans walking in the Pyramid Court Housing Project in Cairo Illinois
## 597                                                                                                                                                                                                                                                                                                                                       5 U.S. Army vehicles
## 598                                                                                                                                                                                                                                                                                                                                              Pan Am Office
## 599                                                                                                                                                                                                                                                                                                       West Side Selective Service Office, Chicago Illinois
## 600                                                                                                                                                                                                                                                                                                                                                      Hotel
## 601                                                                                                                                                                                                                                                                                                                                                      Hotel
## 602                                                                                                                                                                                                                                                                                                                                                      Hotel
## 603                                                                                                                                                                                                                                                                                                                                                      Hotel
## 604                                                                                                                                                                                                                                                                                                Deputy Police Chief for Political Affairs, Osvaldo Sandoval
## 605                                                                                                                                                                                                                                                                                                              Indiscriminate St. Petersburg Police Officers
## 606                                                                                                                                                                                                                                                                                                   Arthur McKenna, 35 and Alexander McVicker, 35, Catholics
## 607                                                                                                                                                                                                                                                                                                                              St. Petersburg Police Vehicle
## 608                                                                                                                                                                                                                                                                                                                        U.S. Agricultural Attache Residence
## 609                                                                                                                                                                                                                                                                                                                       Residence, U.S. Agricultural Attache
## 610                                                                                                                                                                                                                                                                                                                        Residence, U.S. Air Mission Members
## 611                                                                                                                                                                                                                                                                                                                                               U.S. Embassy
## 612                                                                                                                                                                                                                                                                                                                         Residence of Arturo Lerena Acevedo
## 613                                                                                                                                                                                                                                                                                                      Replica of Liberty Bell located at Portland City Hall
## 614                                                                                                                                                                                                                                                                                                                                       Home of L. D. Turner
## 615                                                                                                                                                                                                                                                                                                                                       U.S. Cultural Center
## 616                                                                                                                                                                                                                                                                                                                                                       <NA>
## 617                                                                                                                                                                                                                                                                                                                                        Dominican Consulate
## 618                                                                                                                                                                                                                                                                                                                                         Portuguese Embassy
## 619                                                                                                                                                                                                                                                                                                                                            Aeroflot Office
## 620                                                                                                                                                                                                                                                                                                                                           Intourist Office
## 621                                                                                                                                                                                                                                                                                                              Gymnasium, University of California, Berkeley
## 622                                                                                                                                                                                                                                                                                                               R.O.T.C. building, University of Puerto Rico
## 623                                                                                                                                                                                                                                                                                                                                    US Market Research Firm
## 624                                                                                                                                                                                                                                                                                                                                              Army Vehicles
## 625                                                                                                                                                                                                                                                                                                                                           Acodike Supergas
## 626                                                                                                                                                                                                                                                                                                           Eugene Beihl, honorary FRG consul, San Sebastian
## 627                                                                                                                                                                                                                                                                                                                              ITT receiving station (cable)
## 628                                                                                                                                                                                                                                                                                                                                     Receiving Station, ITT
## 629                                                                                                                                                                                                                                                                                                                         Johnson Hall, University of Oregon
## 630                                                                                                                                                                                                                                                                                                                Giovanni Bucher, swiss ambassador to Brazil
## 631                                                                                                                                                                                                                                                                                                                                            Computer Center
## 632                                                                                                                                                                                                                                                                                                                    Offices, Interamerican Development Bank
## 633                                                                                                                                                                                                                                                                                                                         Pagador del Cerro - Evening Center
## 634                                                                                                                                                                                                                                                                                                                    General Electric Corporate Headquarters
## 635                                                                                                                                                                                                                                                                                                    Antipoverty Agency Headquarters, Bridgeport Connecticut
## 636                                                                                                                                                                                                                                                                                                                                            Bank of America
## 637                                                                                                                                                                                                                                                                                                           Army R.O.T.C. offices, University of Connecticut
## 638                                                                                                                                                                                                                                                                                                                              Radio Universal Installations
## 639                                                                                                                                                                                                                                                                                                               Residence, director of the paper "La Manana"
## 640                                                                                                                                                                                                                                                                                                                Selective Service Office, Hollywood Florida
## 641                                                                                                                                                                                                                                                                                                                                    Night Club, Chez Carlos
## 642                                                                                                                                                                                                                                                                                            Building housing the draft board office in San Mateo California
## 643                                                                                                                                                                                                                                                                                                                         Trucks at the Whitefish Bay Armory
## 644                                                                                                                                                                                                                                                                                                                              Andrew Jardin, 65, Protestant
## 645                                                                                                                                                                                                                                                                                                                                              TUSLO6 DET 30
## 646                                                                                                                                                                                                                                                                                                              Army Recruiting Station, College Park Georgia
## 647                                                                                                                                                                                                                                                                                                                                             Police Officer
## 648                                                                                                                                                                                                                                                                                                                          Air Force branch, Bank of Cordoba
## 649                                                                                                                                                                                                                                                                                                                                       TVE Repeater Station
## 650                                                                                                                                                                                                                                                                                                                                         Psychiatric Clinic
## 651                                                                                                                                                                                                                                                                                                       Municipal courthouse building in El Monte California
## 652                                                                                                                                                                                                                                                                                                                             The garage of William Chambers
## 653                                                                                                                                                                                                                                                                                                                                                 Police Van
## 654                                                                                                                                                                                                                                                                                                                   R.O.T.C. office, Claremont Men's College
## 655                                                                                                                                                                                                                                                                                                               Military induction center, Oxnard California
## 656                                                                                                                                                                                                                                                                                                                     Camp Fire Girls Headquarters in Pomona
## 657                                                                                                                                                                                                                                                                                                                                       U.S. Air Force Truck
## 658                                                                                                                                                                                                                                                                                                                Sir Geoffrey Jackson, Ambassador to Uruguay
## 659                                                                                                                                                                                                                                                                                                                                             Police Station
## 660                                                                                                                                                                                                                                                                                                                                     Soviet Cultural Office
## 661                                                                                                                                                                                                                                                                                                                                          Garey High School
## 662                                                                                                                                                                                                                                                                                                                                 Hamilton Elementary School
## 663                                                                                                                                                                                                                                                                                                                      Police Officer, Jose Leandro Villalba
## 664                                                                                                                                                                                                                                                                                                                                                       Bank
## 665                                                                                                                                                                                                                                                                                                                                 Hamilton Elementary School
## 666                                                                                                                                                                                                                                                                        Palos Verdes Peninsula Chamber of Commerce office, Rolling Hills Estates California
## 667                                                                                                                                                                                                                                                                                                                                                  Policeman
## 668                                                                                                                                                                                                                                                                                                                                             Police Station
## 669                                                                                                                                                                                                                                                                                                                                                    members
## 670                                                                                                                                                                                                                                                                                       Marine Recruiting Station housed in the National Bronx Bank Building
## 671                                                                                                                                                                                                                                                                                                Air Force Recruiting Station housed in a building in Harlem
## 672                                                                                                                                                                                                                                                                                                                                               Amerika Hans
## 673                                                                                                                                                                                                                                                                                                                                                UAR mission
## 674                                                                                                                                                                                                                                                                                                            Housing Authority Police Station, San Francisco
## 675                                                                                                                                                                                                                                                                       Building housing the Army, Air Force, and Marine recruiting offices in San Francisco
## 676                                                                                                                                                                                                                                                                                                                                         Home of James Ford
## 677                                                                                                                                                                                                                                                                                                                                                U.S. School
## 678                                                                                                                                                                                                                                                                                                                                U.S. Embassy, OSIS Building
## 679                                                                                                                                                                                                                                                                                                                      U.S. Air Force Car at Hacettepe Univ.
## 680                                                                                                                                                                                                                                                                                                                                                       DC-3
## 681                                                                                                                                                                                                                                                                                                                                            Bank of Galicia
## 682                                                                                                                                                                                                                                                                                                                          Indiscriminate New York policeman
## 683                                                                                                                                                                                                                                                                                                                        Residence, Foreign Service Employee
## 684                                                                                                                                                                                                                                                                                                                                     Tuscog Det 30 NCO Club
## 685                                                                                                                                                                                                                                                                                                  Boiler room at the north campus of Twin Lakes High School
## 686                                                                                                                                                                                                                                                                                                     Residence, Hector Artecona, Sub-secretary of Education
## 687                                                                                                                                                                                                                                                                                       Residence, Jose maria Traibel, Journalist and Presidential Counselor
## 688                                                                                                                                                                                                                                                                                                              Residence, Raul Prader, Professor of Medicine
## 689                                                                                                                                                                                                                                                                                                                                John Kavanagh, 28, Catholic
## 690                                                                                                                                                                                                                                                                                                                                                High School
## 691                                                                                                                                                                                                                                                                                                                                              Radio Cristal
## 692                                                                                                                                                                                                                                                                                                                                           Justice Building
## 693                                                                                                                                                                                                                                                                                                                                              U.S. Facility
## 694                                                                                                                                                                                                                                                                                                                                           Federal Building
## 695                                                                                                                                                                                                                                                                                                                                            banks (4 banks)
## 696                                                                                                                                                                                                                                                                                                                                              U.S. Facility
## 697                                                                                                                                                                                                                                                                                                                                              USAF Vehicles
## 698                                                                                                                                                                                                                                                                                       not indicated, treasurer, umemployment fund, MGAT Freezer Industries
## 699                                                                                                                                                                                                                                                                                                                              Armed Forces Induction Center
## 700                                                                                                                                                                                                                                                                                                                                Law Firm of Julius Chambers
## 701                                                                                                                                                                                                                                                                                                                                              ROTC Building
## 702                                                                                                                                                                                                                                                                                                                                  Law Seminar of University
## 703                                                                                                                                                                                                                                                                                                                                          Robert Curtis, 20
## 704                                                                                                                                                                                                                                                                                                                                Albert Bell, 25, Protestant
## 705                                                                                                                                                                                                                                                                                                                                                 US Soldier
## 706                                                                                                                                                                                                                                                                                                                                           Geudarmerie Post
## 707                                                                                                                                                                                                                                                                                                                                                Unspecified
## 708                                                                                                                                                                                                                                                                                                                        Principal of Twin Lakes High School
## 709                                                                                                                                                                                                                                                                                                                                      Residence US Families
## 710                                                                                                                                                                                                                                                                                                                                         Yugoslav Consulate
## 711                                                                                                                                                                                                                                                                                                                                     Home of Ben Maidenburg
## 712                                                                                                                                                                                                                                                                                                                                        Enrique Dao, banker
## 713                                                                                                                                                                                                                                                                                                                                        Turkish - US assoc.
## 714                                                                                                                                                                                                                                                                                                                                               U.S. Embassy
## 715                                                                                                                                                                                                                                                                                                                                       Vehicle, US Civilian
## 716                                                                                                                                                                                                                                                                                                                                 Military Recruiting Center
## 717                                                                                                                                                                                                                                                                                                                     Armed Forces Induction Center, Atlanta
## 718                                                                                                                                                                                                                                                                           Selective Service office Local Boards No. 35 and no. 335 in Bristol Pennsylvania
## 719                                                                                                                                                                                                                                                                                                     James Finlay, U.S. AF security police, ankara air sta.
## 720                                                                                                                                                                                                                                                                                                                                            John Laurie, 22
## 721                                                                                                                                                                                                                                                                                                                                          El San Juan Hotel
## 722                                                                                                                                                                                                                                                                                                                                            Hotel Americana
## 723                                                                                                                                                                                                                                                                                       United States Coast Guard radio beacon tower in San Juan Puerto Rico
## 724                                                                                                                                                                                                                                                                                    Office building housing American businesses in the Old City of San Juan
## 725                                                                                                                                                                                                                                                                                                                              Franklin's Store, Rio Piedras
## 726                                                                                                                                                                                                                                                                                                                                             TUSL 06 DET 29
## 727                                                                                                                                                                                                                                                                                                                                                     School
## 728                                                                                                                                                                                                                                                                                                                                   U.S. Army Passenger Boat
## 729                                                                                                                                                                                                                                                                                                                                    Patrocinio Cuco Arrieta
## 730                                                                                                                                                                                                                                                                                                                                                USIS Office
## 731                                                                                                                                                                                                                                                                                                                                                       <NA>
## 732                                                                                                                                                                                                                                                                                                                                                    Jeweler
## 733                                                                                                                                                                                                                                                                                                                                     Vehicle, USSR Diplomat
## 734                                                                                                                                                                                                                                                                                                                                              Realty Office
## 735                                                                                                                                                                                                                                                                                                    Cecil Patterson, 45 and Robert Buckley, 30, Protestants
## 736                                                                                                                                                                                                                                                                                                                    R.O.T.C. Building, University of Hawaii
## 737                                                                                                                                                                                                                                                                                                                                       Building with stores
## 738                                                                                                                                                                                                                                                                                                                      Selective Service office, Rio Piedras
## 739                                                                                                                                                                                                                                                                                                                                                 Night Club
## 740                                                                                                                                                                                                                                                                                                                                Navy Communications Antenna
##        natlty1                        natlty1_txt targtype2
## 1           58                 Dominican Republic        NA
## 2           21                            Belgium        NA
## 3          217                      United States        NA
## 4          217                      United States        NA
## 5          217                      United States        NA
## 6          217                      United States        NA
## 7          218                            Uruguay        NA
## 8          217                      United States        NA
## 9          217                      United States        NA
## 10         217                      United States        NA
## 11         217                      United States        NA
## 12         217                      United States        NA
## 13         217                      United States        NA
## 14         217                      United States        NA
## 15         217                      United States        NA
## 16          75                            Germany        NA
## 17         217                      United States        NA
## 18         217                      United States        NA
## 19         217                      United States        NA
## 20         217                      United States        NA
## 21         217                      United States        NA
## 22         218                            Uruguay        NA
## 23         217                      United States        NA
## 24         217                      United States        NA
## 25         217                      United States        NA
## 26         216                      Great Britain        NA
## 27         217                      United States        NA
## 28         222                          Venezuela        NA
## 29         217                      United States        NA
## 30         217                      United States        NA
## 31         217                      United States        NA
## 32         217                      United States        NA
## 33         217                      United States        NA
## 34         217                      United States        NA
## 35          75                            Germany        NA
## 36         217                      United States        NA
## 37         217                      United States        NA
## 38         217                      United States        NA
## 39         217                      United States        NA
## 40         217                      United States        NA
## 41         217                      United States        NA
## 42         217                      United States        NA
## 43         217                      United States        NA
## 44         217                      United States        NA
## 45         217                      United States        NA
## 46         217                      United States        NA
## 47         217                      United States        NA
## 48         217                      United States        NA
## 49         217                      United States        NA
## 50         217                      United States        NA
## 51         217                      United States        NA
## 52         217                      United States        NA
## 53         163                        Puerto Rico        NA
## 54         217                      United States        NA
## 55         217                      United States        NA
## 56         217                      United States        NA
## 57         217                      United States        NA
## 58         217                      United States        NA
## 59         217                      United States        NA
## 60          97                             Israel        NA
## 61         217                      United States        NA
## 62         217                      United States        NA
## 63          75                            Germany        NA
## 64         217                      United States        NA
## 65         217                      United States        NA
## 66         217                      United States        NA
## 67         217                      United States        NA
## 68         217                      United States        NA
## 69         217                      United States        NA
## 70         217                      United States        NA
## 71         217                      United States        NA
## 72         217                      United States        NA
## 73         217                      United States        NA
## 74         217                      United States        NA
## 75         217                      United States        NA
## 76         217                      United States        NA
## 77         217                      United States        NA
## 78         217                      United States        NA
## 79         217                      United States        NA
## 80          15                            Austria        NA
## 81         199                        Switzerland        NA
## 82         217                      United States        NA
## 83         217                      United States        NA
## 84         217                      United States        NA
## 85         217                      United States        NA
## 86         217                      United States        NA
## 87         217                      United States        NA
## 88         217                      United States        NA
## 89         217                      United States        NA
## 90         217                      United States        NA
## 91         217                      United States        NA
## 92         217                      United States        NA
## 93         217                      United States        NA
## 94         217                      United States        NA
## 95         217                      United States        NA
## 96         102                             Jordan        NA
## 97         217                      United States        NA
## 98          65                           Ethiopia        NA
## 99         217                      United States        NA
## 100        217                      United States        NA
## 101        217                      United States        NA
## 102        217                      United States        NA
## 103        217                      United States         3
## 104        185                              Spain        NA
## 105         NA                               <NA>        NA
## 106        217                      United States        NA
## 107        217                      United States        NA
## 108        217                      United States        NA
## 109         NA                               <NA>        NA
## 110        217                      United States        NA
## 111         NA                               <NA>        NA
## 112        217                      United States        NA
## 113        217                      United States        NA
## 114        217                      United States        NA
## 115        217                      United States        NA
## 116        217                      United States        NA
## 117        217                      United States        NA
## 118        217                      United States        NA
## 119        217                      United States        NA
## 120        217                      United States        NA
## 121         75                            Germany        NA
## 122        217                      United States        NA
## 123        217                      United States         8
## 124        101                              Japan        NA
## 125        217                      United States        NA
## 126        217                      United States        NA
## 127        217                      United States        NA
## 128        217                      United States        NA
## 129        217                      United States        NA
## 130        217                      United States        NA
## 131        217                      United States        NA
## 132        217                      United States        NA
## 133        422                      International        20
## 134         60                              Egypt        NA
## 135        217                      United States        NA
## 136        217                      United States        NA
## 137        217                      United States        NA
## 138        217                      United States        NA
## 139        217                      United States        NA
## 140        217                      United States        NA
## 141        217                      United States        NA
## 142        217                      United States        NA
## 143        217                      United States        NA
## 144        217                      United States        NA
## 145        217                      United States        NA
## 146        217                      United States        NA
## 147        217                      United States        NA
## 148        217                      United States        NA
## 149        217                      United States        NA
## 150        217                      United States        NA
## 151        217                      United States        NA
## 152        217                      United States        NA
## 153        158                           Paraguay        NA
## 154        217                      United States        NA
## 155        217                      United States        NA
## 156        217                      United States        NA
## 157        217                      United States         1
## 158        359                       Soviet Union        NA
## 159        217                      United States        NA
## 160        217                      United States        NA
## 161        217                      United States        NA
## 162         75                            Germany        NA
## 163        101                              Japan        NA
## 164        217                      United States        NA
## 165        217                      United States        NA
## 166        217                      United States        NA
## 167        217                      United States        NA
## 168        217                      United States        NA
## 169        217                      United States        NA
## 170        217                      United States        NA
## 171        217                      United States        NA
## 172         96                            Ireland        NA
## 173        163                        Puerto Rico        NA
## 174        217                      United States        NA
## 175        217                      United States        NA
## 176        217                      United States        NA
## 177         11                          Argentina        NA
## 178        217                      United States        NA
## 179        217                      United States        NA
## 180        217                      United States        NA
## 181        217                      United States        NA
## 182        217                      United States        NA
## 183        217                      United States        NA
## 184        217                      United States        NA
## 185        217                      United States        NA
## 186        217                      United States        NA
## 187        217                      United States        14
## 188        217                      United States        NA
## 189        217                      United States        NA
## 190        217                      United States        NA
## 191        217                      United States        NA
## 192        217                      United States        NA
## 193        217                      United States        NA
## 194        217                      United States        NA
## 195        217                      United States        NA
## 196        217                      United States        NA
## 197        217                      United States        NA
## 198        217                      United States        NA
## 199        217                      United States        NA
## 200        217                      United States        NA
## 201        217                      United States        NA
## 202        217                      United States        NA
## 203        217                      United States        NA
## 204        217                      United States        NA
## 205        217                      United States        NA
## 206        217                      United States        NA
## 207        217                      United States        NA
## 208        217                      United States        NA
## 209        217                      United States        NA
## 210        217                      United States        NA
## 211        160                        Philippines        NA
## 212        217                      United States        NA
## 213        217                      United States        NA
## 214        217                      United States        NA
## 215        217                      United States        NA
## 216        217                      United States        NA
## 217        217                      United States        NA
## 218        217                      United States        NA
## 219        217                      United States        NA
## 220        217                      United States        NA
## 221        217                      United States        NA
## 222        163                        Puerto Rico        NA
## 223        217                      United States        NA
## 224        217                      United States        NA
## 225        217                      United States        NA
## 226         44                              China        NA
## 227         97                             Israel        NA
## 228        217                      United States        NA
## 229        217                      United States        NA
## 230        217                      United States        NA
## 231        217                      United States        NA
## 232        217                      United States        NA
## 233        217                      United States        NA
## 234        217                      United States        NA
## 235        217                      United States        NA
## 236        217                      United States        NA
## 237        217                      United States        NA
## 238        217                      United States        NA
## 239        217                      United States        NA
## 240        217                      United States        NA
## 241         75                            Germany        NA
## 242         75                            Germany        NA
## 243        217                      United States        NA
## 244        217                      United States        NA
## 245        217                      United States        NA
## 246        217                      United States        NA
## 247        217                      United States        NA
## 248        217                      United States        NA
## 249        217                      United States        NA
## 250        217                      United States        NA
## 251        217                      United States        NA
## 252        217                      United States        NA
## 253        217                      United States        NA
## 254         97                             Israel        NA
## 255        217                      United States        NA
## 256        217                      United States        NA
## 257        217                      United States        NA
## 258        217                      United States        NA
## 259        217                      United States        NA
## 260        217                      United States        NA
## 261        217                      United States        NA
## 262        217                      United States        NA
## 263        217                      United States        NA
## 264        217                      United States        NA
## 265        217                      United States        NA
## 266        217                      United States        NA
## 267        217                      United States        NA
## 268        217                      United States        NA
## 269        217                      United States        NA
## 270        217                      United States        NA
## 271        217                      United States        NA
## 272        217                      United States        NA
## 273        217                      United States        NA
## 274        217                      United States        NA
## 275        217                      United States        NA
## 276        217                      United States        NA
## 277        217                      United States        NA
## 278        185                              Spain        NA
## 279        217                      United States        NA
## 280        217                      United States        NA
## 281        217                      United States        NA
## 282        217                      United States        NA
## 283        217                      United States        NA
## 284        217                      United States        NA
## 285        217                      United States        NA
## 286        217                      United States        NA
## 287        217                      United States        NA
## 288        217                      United States        NA
## 289         75                            Germany        NA
## 290        217                      United States        NA
## 291         NA                               <NA>        NA
## 292        217                      United States        NA
## 293        217                      United States        NA
## 294        217                      United States        NA
## 295        217                      United States        NA
## 296        217                      United States        NA
## 297        217                      United States        NA
## 298        217                      United States         1
## 299        155           West Bank and Gaza Strip        NA
## 300        217                      United States        NA
## 301        217                      United States        NA
## 302        217                      United States        NA
## 303        217                      United States        NA
## 304        217                      United States        NA
## 305        217                      United States        NA
## 306        217                      United States        NA
## 307        217                      United States        NA
## 308        217                      United States        NA
## 309        217                      United States        NA
## 310        217                      United States        NA
## 311        217                      United States        NA
## 312         11                          Argentina        NA
## 313        218                            Uruguay        NA
## 314        217                      United States         3
## 315        217                      United States        NA
## 316        217                      United States        NA
## 317         11                          Argentina        NA
## 318        160                        Philippines        NA
## 319        217                      United States        NA
## 320        217                      United States         2
## 321        217                      United States        NA
## 322        217                      United States        NA
## 323        217                      United States        NA
## 324        217                      United States        NA
## 325        217                      United States        NA
## 326         75                            Germany        NA
## 327        217                      United States        NA
## 328        217                      United States        NA
## 329        217                      United States        NA
## 330        217                      United States        NA
## 331        217                      United States        NA
## 332        217                      United States        NA
## 333        217                      United States        NA
## 334        222                          Venezuela        NA
## 335         97                             Israel        NA
## 336        217                      United States        NA
## 337        999                      Multinational        NA
## 338        999                      Multinational        NA
## 339        217                      United States        NA
## 340        217                      United States        NA
## 341        217                      United States        NA
## 342         75                            Germany        NA
## 343         97                             Israel        NA
## 344        217                      United States        NA
## 345        199                        Switzerland        NA
## 346        217                      United States        NA
## 347        217                      United States        NA
## 348        217                      United States        NA
## 349        217                      United States        NA
## 350         75                            Germany        NA
## 351         75                            Germany        NA
## 352        217                      United States        NA
## 353        217                      United States        NA
## 354        217                      United States        NA
## 355        217                      United States        NA
## 356        217                      United States        NA
## 357        217                      United States        NA
## 358        217                      United States        NA
## 359        217                      United States        NA
## 360        217                      United States        NA
## 361         75                            Germany        NA
## 362        217                      United States        NA
## 363        359                       Soviet Union        NA
## 364        217                      United States        NA
## 365        233                   Northern Ireland        NA
## 366        233                   Northern Ireland        NA
## 367        233                   Northern Ireland        NA
## 368        233                   Northern Ireland        NA
## 369        233                   Northern Ireland        14
## 370        217                      United States        NA
## 371        217                      United States        NA
## 372        217                      United States        NA
## 373        217                      United States        NA
## 374        217                      United States        NA
## 375        217                      United States        NA
## 376        217                      United States        NA
## 377        217                      United States        NA
## 378        217                      United States        NA
## 379        217                      United States        NA
## 380         30                             Brazil        NA
## 381        217                      United States        NA
## 382        217                      United States        NA
## 383         11                          Argentina        NA
## 384         87                              Haiti        NA
## 385        218                            Uruguay        NA
## 386         58                 Dominican Republic        NA
## 387        217                      United States        NA
## 388        217                      United States        NA
## 389        217                      United States        NA
## 390        217                      United States        NA
## 391        217                      United States        NA
## 392        217                      United States        NA
## 393        217                      United States        NA
## 394        217                      United States         1
## 395        217                      United States        NA
## 396        217                      United States        NA
## 397        217                      United States        NA
## 398        217                      United States        NA
## 399        183                       South Africa        NA
## 400        162                           Portugal        NA
## 401         87                              Haiti        NA
## 402        217                      United States        NA
## 403        217                      United States        NA
## 404         75                            Germany        NA
## 405        217                      United States        NA
## 406         45                           Colombia        NA
## 407        217                      United States        NA
## 408        217                      United States        NA
## 409        217                      United States        NA
## 410        217                      United States        NA
## 411        217                      United States        NA
## 412        217                      United States        NA
## 413        217                      United States        NA
## 414        217                      United States        NA
## 415        217                      United States        NA
## 416        217                      United States        NA
## 417        217                      United States        NA
## 418         75                            Germany        NA
## 419        217                      United States        NA
## 420        217                      United States        NA
## 421        217                      United States        NA
## 422         78                             Greece        NA
## 423        217                      United States        NA
## 424        217                      United States        NA
## 425        145                          Nicaragua        NA
## 426        217                      United States        NA
## 427        217                      United States        NA
## 428        217                      United States        NA
## 429        217                      United States        NA
## 430        217                      United States        NA
## 431        217                      United States        NA
## 432        217                      United States        NA
## 433        217                      United States        NA
## 434        217                      United States        NA
## 435        217                      United States        NA
## 436        218                            Uruguay        NA
## 437        217                      United States        NA
## 438        185                              Spain        NA
## 439        217                      United States        NA
## 440        217                      United States        NA
## 441        217                      United States        NA
## 442         30                             Brazil        NA
## 443        217                      United States        NA
## 444         11                          Argentina        NA
## 445        217                      United States        NA
## 446         93                          Indonesia        NA
## 447         30                             Brazil        NA
## 448        235                         Yugoslavia        NA
## 449        217                      United States        NA
## 450        217                      United States        NA
## 451         11                          Argentina        NA
## 452        217                      United States        NA
## 453        217                      United States        NA
## 454         75                            Germany        NA
## 455        217                      United States        NA
## 456        217                      United States        NA
## 457         98                              Italy        NA
## 458        217                      United States        NA
## 459        233                   Northern Ireland        NA
## 460        217                      United States        NA
## 461         75                            Germany        NA
## 462        217                      United States        NA
## 463        217                      United States        NA
## 464        217                      United States        NA
## 465        217                      United States        NA
## 466        217                      United States        NA
## 467        403                           Rhodesia        NA
## 468        217                      United States        NA
## 469        217                      United States        NA
## 470        218                            Uruguay        NA
## 471        217                      United States        NA
## 472        217                      United States        NA
## 473        217                      United States        NA
## 474        217                      United States        NA
## 475         21                            Belgium        NA
## 476        217                      United States        NA
## 477         75                            Germany        NA
## 478        217                      United States        NA
## 479        217                      United States        NA
## 480        217                      United States        NA
## 481        162                           Portugal        NA
## 482        217                      United States        NA
## 483        217                      United States        NA
## 484        217                      United States        NA
## 485        162                           Portugal        NA
## 486        217                      United States        NA
## 487        217                      United States        NA
## 488        217                      United States        NA
## 489        218                            Uruguay        NA
## 490        217                      United States        NA
## 491        217                      United States        NA
## 492        217                      United States        NA
## 493        217                      United States        NA
## 494        217                      United States        NA
## 495        217                      United States        NA
## 496        217                      United States        NA
## 497        218                            Uruguay        NA
## 498        233                   Northern Ireland        NA
## 499        217                      United States        NA
## 500        217                      United States        NA
## 501        217                      United States        NA
## 502        217                      United States        14
## 503        217                      United States        NA
## 504        199                        Switzerland        NA
## 505        217                      United States        NA
## 506         97                             Israel        NA
## 507        217                      United States        NA
## 508        217                      United States        NA
## 509        217                      United States        NA
## 510        217                      United States        NA
## 511        217                      United States        NA
## 512        217                      United States        NA
## 513        217                      United States        NA
## 514         11                          Argentina        NA
## 515         60                              Egypt        NA
## 516        217                      United States        NA
## 517        217                      United States        NA
## 518         11                          Argentina        NA
## 519        217                      United States        NA
## 520        217                      United States        NA
## 521        217                      United States        NA
## 522        218                            Uruguay        NA
## 523        101                              Japan        NA
## 524        102                             Jordan        NA
## 525        217                      United States        NA
## 526        218                            Uruguay        NA
## 527         99                        Ivory Coast        NA
## 528        422                      International        NA
## 529        233                   Northern Ireland        NA
## 530         94                               Iran        NA
## 531        217                      United States        NA
## 532        217                      United States        NA
## 533        217                      United States        NA
## 534        217                      United States        NA
## 535        217                      United States        NA
## 536        217                      United States        NA
## 537        216                      Great Britain        NA
## 538        217                      United States        NA
## 539        217                      United States        NA
## 540        217                      United States        NA
## 541        155           West Bank and Gaza Strip        NA
## 542        217                      United States        NA
## 543        217                      United States        NA
## 544        217                      United States        NA
## 545        217                      United States        NA
## 546        218                            Uruguay        NA
## 547        217                      United States        NA
## 548        217                      United States        NA
## 549         38                             Canada        NA
## 550         94                               Iran        NA
## 551        217                      United States        NA
## 552        217                      United States        NA
## 553         75                            Germany        NA
## 554        217                      United States        NA
## 555        217                      United States        NA
## 556        217                      United States        NA
## 557        217                      United States        NA
## 558        217                      United States        NA
## 559        217                      United States        NA
## 560        217                      United States        NA
## 561         75                            Germany        NA
## 562        217                      United States        NA
## 563        217                      United States        NA
## 564        217                      United States        NA
## 565        217                      United States         3
## 566        235                         Yugoslavia        NA
## 567        217                      United States        NA
## 568        217                      United States        NA
## 569        217                      United States        NA
## 570        217                      United States        NA
## 571        217                      United States         3
## 572        217                      United States        NA
## 573        217                      United States        NA
## 574        217                      United States        NA
## 575         11                          Argentina        NA
## 576        217                      United States        NA
## 577        216                      Great Britain        NA
## 578        217                      United States        NA
## 579        217                      United States        NA
## 580        217                      United States        NA
## 581        217                      United States        NA
## 582        217                      United States        NA
## 583        217                      United States        NA
## 584        217                      United States        NA
## 585        217                      United States        NA
## 586        161                             Poland         7
## 587        217                      United States        NA
## 588        217                      United States        NA
## 589        217                      United States        NA
## 590        217                      United States        NA
## 591         11                          Argentina        NA
## 592         11                          Argentina        NA
## 593         75                            Germany        NA
## 594        217                      United States        NA
## 595        217                      United States        NA
## 596        217                      United States        NA
## 597        217                      United States        NA
## 598        217                      United States        NA
## 599        217                      United States        NA
## 600        217                      United States        NA
## 601        217                      United States        NA
## 602        217                      United States        NA
## 603        217                      United States        NA
## 604         11                          Argentina        NA
## 605        217                      United States        NA
## 606        233                   Northern Ireland        NA
## 607        217                      United States        NA
## 608        217                      United States        NA
## 609        217                      United States        NA
## 610        217                      United States        NA
## 611        217                      United States        NA
## 612        218                            Uruguay        NA
## 613        217                      United States        NA
## 614        217                      United States        NA
## 615        217                      United States        NA
## 616        217                      United States        NA
## 617         58                 Dominican Republic        NA
## 618        162                           Portugal        NA
## 619        359                       Soviet Union        NA
## 620        359                       Soviet Union        NA
## 621        217                      United States        NA
## 622        217                      United States        NA
## 623        217                      United States        NA
## 624        217                      United States        NA
## 625        218                            Uruguay        NA
## 626         75                            Germany        NA
## 627        217                      United States        NA
## 628        217                      United States        NA
## 629        217                      United States        NA
## 630        198                             Sweden        NA
## 631        217                      United States        NA
## 632        422                      International        20
## 633        218                            Uruguay        NA
## 634        217                      United States        NA
## 635        217                      United States        NA
## 636        217                      United States        NA
## 637        217                      United States        NA
## 638        218                            Uruguay        NA
## 639        218                            Uruguay        NA
## 640        217                      United States        NA
## 641        218                            Uruguay        NA
## 642        217                      United States        NA
## 643        217                      United States        NA
## 644        233                   Northern Ireland        NA
## 645        217                      United States        NA
## 646        217                      United States        NA
## 647        209                             Turkey        NA
## 648         11                          Argentina        NA
## 649        185                              Spain        NA
## 650         75                            Germany        NA
## 651        217                      United States        NA
## 652        217                      United States        NA
## 653         75                            Germany        NA
## 654        217                      United States        NA
## 655        217                      United States        NA
## 656        217                      United States        NA
## 657        217                      United States        NA
## 658        216                      Great Britain        NA
## 659         75                            Germany        NA
## 660        359                       Soviet Union        NA
## 661        217                      United States        NA
## 662        217                      United States        NA
## 663        218                            Uruguay        NA
## 664        209                             Turkey        NA
## 665        217                      United States        NA
## 666        217                      United States        NA
## 667        217                      United States        NA
## 668         75                            Germany        NA
## 669        162                           Portugal        NA
## 670        217                      United States        NA
## 671        217                      United States        NA
## 672        217                      United States        NA
## 673         60                              Egypt        NA
## 674        217                      United States        NA
## 675        217                      United States        NA
## 676        217                      United States        NA
## 677        217                      United States        NA
## 678        217                      United States        NA
## 679        217                      United States        NA
## 680         65                           Ethiopia        NA
## 681         11                          Argentina        NA
## 682        217                      United States        NA
## 683        217                      United States        NA
## 684        217                      United States        NA
## 685        217                      United States        NA
## 686        218                            Uruguay        NA
## 687        218                            Uruguay        NA
## 688        218                            Uruguay        NA
## 689        233                   Northern Ireland        NA
## 690         58                 Dominican Republic        NA
## 691         58                 Dominican Republic        NA
## 692         75                            Germany        NA
## 693        217                      United States        NA
## 694        217                      United States        NA
## 695         11                          Argentina        NA
## 696        217                      United States        NA
## 697        217                      United States        NA
## 698         NA                               <NA>        NA
## 699        217                      United States        NA
## 700        217                      United States        NA
## 701        217                      United States        NA
## 702         75                            Germany        NA
## 703        216                      Great Britain        NA
## 704        233                   Northern Ireland        NA
## 705        217                      United States        NA
## 706         94                               Iran        NA
## 707        216                      Great Britain        14
## 708        217                      United States         8
## 709        217                      United States        NA
## 710        235                         Yugoslavia        NA
## 711        217                      United States         1
## 712        222                          Venezuela        NA
## 713        217                      United States        NA
## 714        217                      United States        NA
## 715        217                      United States        NA
## 716        217                      United States        NA
## 717        217                      United States        NA
## 718        217                      United States        NA
## 719        217                      United States        NA
## 720        216                      Great Britain        NA
## 721        217                      United States        NA
## 722        217                      United States        NA
## 723        217                      United States        16
## 724        217                      United States        NA
## 725        217                      United States        NA
## 726        217                      United States        NA
## 727        209                             Turkey        NA
## 728        217                      United States        NA
## 729         49                         Costa Rica        NA
## 730        217                      United States        NA
## 731        217                      United States        NA
## 732        222                          Venezuela        NA
## 733        167                             Russia        NA
## 734        217                      United States        NA
## 735        233                   Northern Ireland        NA
## 736        217                      United States        NA
## 737        217                      United States        NA
## 738        217                      United States        NA
## 739        160                        Philippines        NA
## 740        217                      United States        NA
##                         targtype2_txt targsubtype2
## 1                                <NA>           NA
## 2                                <NA>           NA
## 3                                <NA>           NA
## 4                                <NA>           NA
## 5                                <NA>           NA
## 6                                <NA>           NA
## 7                                <NA>           NA
## 8                                <NA>           NA
## 9                                <NA>           NA
## 10                               <NA>           NA
## 11                               <NA>           NA
## 12                               <NA>           NA
## 13                               <NA>           NA
## 14                               <NA>           NA
## 15                               <NA>           NA
## 16                               <NA>           NA
## 17                               <NA>           NA
## 18                               <NA>           NA
## 19                               <NA>           NA
## 20                               <NA>           NA
## 21                               <NA>           NA
## 22                               <NA>           NA
## 23                               <NA>           NA
## 24                               <NA>           NA
## 25                               <NA>           NA
## 26                               <NA>           NA
## 27                               <NA>           NA
## 28                               <NA>           NA
## 29                               <NA>           NA
## 30                               <NA>           NA
## 31                               <NA>           NA
## 32                               <NA>           NA
## 33                               <NA>           NA
## 34                               <NA>           NA
## 35                               <NA>           NA
## 36                               <NA>           NA
## 37                               <NA>           NA
## 38                               <NA>           NA
## 39                               <NA>           NA
## 40                               <NA>           NA
## 41                               <NA>           NA
## 42                               <NA>           NA
## 43                               <NA>           NA
## 44                               <NA>           NA
## 45                               <NA>           NA
## 46                               <NA>           NA
## 47                               <NA>           NA
## 48                               <NA>           NA
## 49                               <NA>           NA
## 50                               <NA>           NA
## 51                               <NA>           NA
## 52                               <NA>           NA
## 53                               <NA>           NA
## 54                               <NA>           NA
## 55                               <NA>           NA
## 56                               <NA>           NA
## 57                               <NA>           NA
## 58                               <NA>           NA
## 59                               <NA>           NA
## 60                               <NA>           NA
## 61                               <NA>           NA
## 62                               <NA>           NA
## 63                               <NA>           NA
## 64                               <NA>           NA
## 65                               <NA>           NA
## 66                               <NA>           NA
## 67                               <NA>           NA
## 68                               <NA>           NA
## 69                               <NA>           NA
## 70                               <NA>           NA
## 71                               <NA>           NA
## 72                               <NA>           NA
## 73                               <NA>           NA
## 74                               <NA>           NA
## 75                               <NA>           NA
## 76                               <NA>           NA
## 77                               <NA>           NA
## 78                               <NA>           NA
## 79                               <NA>           NA
## 80                               <NA>           NA
## 81                               <NA>           NA
## 82                               <NA>           NA
## 83                               <NA>           NA
## 84                               <NA>           NA
## 85                               <NA>           NA
## 86                               <NA>           NA
## 87                               <NA>           NA
## 88                               <NA>           NA
## 89                               <NA>           NA
## 90                               <NA>           NA
## 91                               <NA>           NA
## 92                               <NA>           NA
## 93                               <NA>           NA
## 94                               <NA>           NA
## 95                               <NA>           NA
## 96                               <NA>           NA
## 97                               <NA>           NA
## 98                               <NA>           NA
## 99                               <NA>           NA
## 100                              <NA>           NA
## 101                              <NA>           NA
## 102                              <NA>           NA
## 103                            Police           25
## 104                              <NA>           NA
## 105                              <NA>           NA
## 106                              <NA>           NA
## 107                              <NA>           NA
## 108                              <NA>           NA
## 109                              <NA>           NA
## 110                              <NA>           NA
## 111                              <NA>           NA
## 112                              <NA>           NA
## 113                              <NA>           NA
## 114                              <NA>           NA
## 115                              <NA>           NA
## 116                              <NA>           NA
## 117                              <NA>           NA
## 118                              <NA>           NA
## 119                              <NA>           NA
## 120                              <NA>           NA
## 121                              <NA>           NA
## 122                              <NA>           NA
## 123           Educational Institution           50
## 124                              <NA>           NA
## 125                              <NA>           NA
## 126                              <NA>           NA
## 127                              <NA>           NA
## 128                              <NA>           NA
## 129                              <NA>           NA
## 130                              <NA>           NA
## 131                              <NA>           NA
## 132                              <NA>           NA
## 133                           Unknown           NA
## 134                              <NA>           NA
## 135                              <NA>           NA
## 136                              <NA>           NA
## 137                              <NA>           NA
## 138                              <NA>           NA
## 139                              <NA>           NA
## 140                              <NA>           NA
## 141                              <NA>           NA
## 142                              <NA>           NA
## 143                              <NA>           NA
## 144                              <NA>           NA
## 145                              <NA>           NA
## 146                              <NA>           NA
## 147                              <NA>           NA
## 148                              <NA>           NA
## 149                              <NA>           NA
## 150                              <NA>           NA
## 151                              <NA>           NA
## 152                              <NA>           NA
## 153                              <NA>           NA
## 154                              <NA>           NA
## 155                              <NA>           NA
## 156                              <NA>           NA
## 157                          Business            2
## 158                              <NA>           NA
## 159                              <NA>           NA
## 160                              <NA>           NA
## 161                              <NA>           NA
## 162                              <NA>           NA
## 163                              <NA>           NA
## 164                              <NA>           NA
## 165                              <NA>           NA
## 166                              <NA>           NA
## 167                              <NA>           NA
## 168                              <NA>           NA
## 169                              <NA>           NA
## 170                              <NA>           NA
## 171                              <NA>           NA
## 172                              <NA>           NA
## 173                              <NA>           NA
## 174                              <NA>           NA
## 175                              <NA>           NA
## 176                              <NA>           NA
## 177                              <NA>           NA
## 178                              <NA>           NA
## 179                              <NA>           NA
## 180                              <NA>           NA
## 181                              <NA>           NA
## 182                              <NA>           NA
## 183                              <NA>           NA
## 184                              <NA>           NA
## 185                              <NA>           NA
## 186                              <NA>           NA
## 187       Private Citizens & Property           70
## 188                              <NA>           NA
## 189                              <NA>           NA
## 190                              <NA>           NA
## 191                              <NA>           NA
## 192                              <NA>           NA
## 193                              <NA>           NA
## 194                              <NA>           NA
## 195                              <NA>           NA
## 196                              <NA>           NA
## 197                              <NA>           NA
## 198                              <NA>           NA
## 199                              <NA>           NA
## 200                              <NA>           NA
## 201                              <NA>           NA
## 202                              <NA>           NA
## 203                              <NA>           NA
## 204                              <NA>           NA
## 205                              <NA>           NA
## 206                              <NA>           NA
## 207                              <NA>           NA
## 208                              <NA>           NA
## 209                              <NA>           NA
## 210                              <NA>           NA
## 211                              <NA>           NA
## 212                              <NA>           NA
## 213                              <NA>           NA
## 214                              <NA>           NA
## 215                              <NA>           NA
## 216                              <NA>           NA
## 217                              <NA>           NA
## 218                              <NA>           NA
## 219                              <NA>           NA
## 220                              <NA>           NA
## 221                              <NA>           NA
## 222                              <NA>           NA
## 223                              <NA>           NA
## 224                              <NA>           NA
## 225                              <NA>           NA
## 226                              <NA>           NA
## 227                              <NA>           NA
## 228                              <NA>           NA
## 229                              <NA>           NA
## 230                              <NA>           NA
## 231                              <NA>           NA
## 232                              <NA>           NA
## 233                              <NA>           NA
## 234                              <NA>           NA
## 235                              <NA>           NA
## 236                              <NA>           NA
## 237                              <NA>           NA
## 238                              <NA>           NA
## 239                              <NA>           NA
## 240                              <NA>           NA
## 241                              <NA>           NA
## 242                              <NA>           NA
## 243                              <NA>           NA
## 244                              <NA>           NA
## 245                              <NA>           NA
## 246                              <NA>           NA
## 247                              <NA>           NA
## 248                              <NA>           NA
## 249                              <NA>           NA
## 250                              <NA>           NA
## 251                              <NA>           NA
## 252                              <NA>           NA
## 253                              <NA>           NA
## 254                              <NA>           NA
## 255                              <NA>           NA
## 256                              <NA>           NA
## 257                              <NA>           NA
## 258                              <NA>           NA
## 259                              <NA>           NA
## 260                              <NA>           NA
## 261                              <NA>           NA
## 262                              <NA>           NA
## 263                              <NA>           NA
## 264                              <NA>           NA
## 265                              <NA>           NA
## 266                              <NA>           NA
## 267                              <NA>           NA
## 268                              <NA>           NA
## 269                              <NA>           NA
## 270                              <NA>           NA
## 271                              <NA>           NA
## 272                              <NA>           NA
## 273                              <NA>           NA
## 274                              <NA>           NA
## 275                              <NA>           NA
## 276                              <NA>           NA
## 277                              <NA>           NA
## 278                              <NA>           NA
## 279                              <NA>           NA
## 280                              <NA>           NA
## 281                              <NA>           NA
## 282                              <NA>           NA
## 283                              <NA>           NA
## 284                              <NA>           NA
## 285                              <NA>           NA
## 286                              <NA>           NA
## 287                              <NA>           NA
## 288                              <NA>           NA
## 289                              <NA>           NA
## 290                              <NA>           NA
## 291                              <NA>           NA
## 292                              <NA>           NA
## 293                              <NA>           NA
## 294                              <NA>           NA
## 295                              <NA>           NA
## 296                              <NA>           NA
## 297                              <NA>           NA
## 298                          Business            5
## 299                              <NA>           NA
## 300                              <NA>           NA
## 301                              <NA>           NA
## 302                              <NA>           NA
## 303                              <NA>           NA
## 304                              <NA>           NA
## 305                              <NA>           NA
## 306                              <NA>           NA
## 307                              <NA>           NA
## 308                              <NA>           NA
## 309                              <NA>           NA
## 310                              <NA>           NA
## 311                              <NA>           NA
## 312                              <NA>           NA
## 313                              <NA>           NA
## 314                            Police           25
## 315                              <NA>           NA
## 316                              <NA>           NA
## 317                              <NA>           NA
## 318                              <NA>           NA
## 319                              <NA>           NA
## 320              Government (General)           15
## 321                              <NA>           NA
## 322                              <NA>           NA
## 323                              <NA>           NA
## 324                              <NA>           NA
## 325                              <NA>           NA
## 326                              <NA>           NA
## 327                              <NA>           NA
## 328                              <NA>           NA
## 329                              <NA>           NA
## 330                              <NA>           NA
## 331                              <NA>           NA
## 332                              <NA>           NA
## 333                              <NA>           NA
## 334                              <NA>           NA
## 335                              <NA>           NA
## 336                              <NA>           NA
## 337                              <NA>           NA
## 338                              <NA>           NA
## 339                              <NA>           NA
## 340                              <NA>           NA
## 341                              <NA>           NA
## 342                              <NA>           NA
## 343                              <NA>           NA
## 344                              <NA>           NA
## 345                              <NA>           NA
## 346                              <NA>           NA
## 347                              <NA>           NA
## 348                              <NA>           NA
## 349                              <NA>           NA
## 350                              <NA>           NA
## 351                              <NA>           NA
## 352                              <NA>           NA
## 353                              <NA>           NA
## 354                              <NA>           NA
## 355                              <NA>           NA
## 356                              <NA>           NA
## 357                              <NA>           NA
## 358                              <NA>           NA
## 359                              <NA>           NA
## 360                              <NA>           NA
## 361                              <NA>           NA
## 362                              <NA>           NA
## 363                              <NA>           NA
## 364                              <NA>           NA
## 365                              <NA>           NA
## 366                              <NA>           NA
## 367                              <NA>           NA
## 368                              <NA>           NA
## 369       Private Citizens & Property           68
## 370                              <NA>           NA
## 371                              <NA>           NA
## 372                              <NA>           NA
## 373                              <NA>           NA
## 374                              <NA>           NA
## 375                              <NA>           NA
## 376                              <NA>           NA
## 377                              <NA>           NA
## 378                              <NA>           NA
## 379                              <NA>           NA
## 380                              <NA>           NA
## 381                              <NA>           NA
## 382                              <NA>           NA
## 383                              <NA>           NA
## 384                              <NA>           NA
## 385                              <NA>           NA
## 386                              <NA>           NA
## 387                              <NA>           NA
## 388                              <NA>           NA
## 389                              <NA>           NA
## 390                              <NA>           NA
## 391                              <NA>           NA
## 392                              <NA>           NA
## 393                              <NA>           NA
## 394                          Business           NA
## 395                              <NA>           NA
## 396                              <NA>           NA
## 397                              <NA>           NA
## 398                              <NA>           NA
## 399                              <NA>           NA
## 400                              <NA>           NA
## 401                              <NA>           NA
## 402                              <NA>           NA
## 403                              <NA>           NA
## 404                              <NA>           NA
## 405                              <NA>           NA
## 406                              <NA>           NA
## 407                              <NA>           NA
## 408                              <NA>           NA
## 409                              <NA>           NA
## 410                              <NA>           NA
## 411                              <NA>           NA
## 412                              <NA>           NA
## 413                              <NA>           NA
## 414                              <NA>           NA
## 415                              <NA>           NA
## 416                              <NA>           NA
## 417                              <NA>           NA
## 418                              <NA>           NA
## 419                              <NA>           NA
## 420                              <NA>           NA
## 421                              <NA>           NA
## 422                              <NA>           NA
## 423                              <NA>           NA
## 424                              <NA>           NA
## 425                              <NA>           NA
## 426                              <NA>           NA
## 427                              <NA>           NA
## 428                              <NA>           NA
## 429                              <NA>           NA
## 430                              <NA>           NA
## 431                              <NA>           NA
## 432                              <NA>           NA
## 433                              <NA>           NA
## 434                              <NA>           NA
## 435                              <NA>           NA
## 436                              <NA>           NA
## 437                              <NA>           NA
## 438                              <NA>           NA
## 439                              <NA>           NA
## 440                              <NA>           NA
## 441                              <NA>           NA
## 442                              <NA>           NA
## 443                              <NA>           NA
## 444                              <NA>           NA
## 445                              <NA>           NA
## 446                              <NA>           NA
## 447                              <NA>           NA
## 448                              <NA>           NA
## 449                              <NA>           NA
## 450                              <NA>           NA
## 451                              <NA>           NA
## 452                              <NA>           NA
## 453                              <NA>           NA
## 454                              <NA>           NA
## 455                              <NA>           NA
## 456                              <NA>           NA
## 457                              <NA>           NA
## 458                              <NA>           NA
## 459                              <NA>           NA
## 460                              <NA>           NA
## 461                              <NA>           NA
## 462                              <NA>           NA
## 463                              <NA>           NA
## 464                              <NA>           NA
## 465                              <NA>           NA
## 466                              <NA>           NA
## 467                              <NA>           NA
## 468                              <NA>           NA
## 469                              <NA>           NA
## 470                              <NA>           NA
## 471                              <NA>           NA
## 472                              <NA>           NA
## 473                              <NA>           NA
## 474                              <NA>           NA
## 475                              <NA>           NA
## 476                              <NA>           NA
## 477                              <NA>           NA
## 478                              <NA>           NA
## 479                              <NA>           NA
## 480                              <NA>           NA
## 481                              <NA>           NA
## 482                              <NA>           NA
## 483                              <NA>           NA
## 484                              <NA>           NA
## 485                              <NA>           NA
## 486                              <NA>           NA
## 487                              <NA>           NA
## 488                              <NA>           NA
## 489                              <NA>           NA
## 490                              <NA>           NA
## 491                              <NA>           NA
## 492                              <NA>           NA
## 493                              <NA>           NA
## 494                              <NA>           NA
## 495                              <NA>           NA
## 496                              <NA>           NA
## 497                              <NA>           NA
## 498                              <NA>           NA
## 499                              <NA>           NA
## 500                              <NA>           NA
## 501                              <NA>           NA
## 502       Private Citizens & Property           77
## 503                              <NA>           NA
## 504                              <NA>           NA
## 505                              <NA>           NA
## 506                              <NA>           NA
## 507                              <NA>           NA
## 508                              <NA>           NA
## 509                              <NA>           NA
## 510                              <NA>           NA
## 511                              <NA>           NA
## 512                              <NA>           NA
## 513                              <NA>           NA
## 514                              <NA>           NA
## 515                              <NA>           NA
## 516                              <NA>           NA
## 517                              <NA>           NA
## 518                              <NA>           NA
## 519                              <NA>           NA
## 520                              <NA>           NA
## 521                              <NA>           NA
## 522                              <NA>           NA
## 523                              <NA>           NA
## 524                              <NA>           NA
## 525                              <NA>           NA
## 526                              <NA>           NA
## 527                              <NA>           NA
## 528                              <NA>           NA
## 529                              <NA>           NA
## 530                              <NA>           NA
## 531                              <NA>           NA
## 532                              <NA>           NA
## 533                              <NA>           NA
## 534                              <NA>           NA
## 535                              <NA>           NA
## 536                              <NA>           NA
## 537                              <NA>           NA
## 538                              <NA>           NA
## 539                              <NA>           NA
## 540                              <NA>           NA
## 541                              <NA>           NA
## 542                              <NA>           NA
## 543                              <NA>           NA
## 544                              <NA>           NA
## 545                              <NA>           NA
## 546                              <NA>           NA
## 547                              <NA>           NA
## 548                              <NA>           NA
## 549                              <NA>           NA
## 550                              <NA>           NA
## 551                              <NA>           NA
## 552                              <NA>           NA
## 553                              <NA>           NA
## 554                              <NA>           NA
## 555                              <NA>           NA
## 556                              <NA>           NA
## 557                              <NA>           NA
## 558                              <NA>           NA
## 559                              <NA>           NA
## 560                              <NA>           NA
## 561                              <NA>           NA
## 562                              <NA>           NA
## 563                              <NA>           NA
## 564                              <NA>           NA
## 565                            Police           25
## 566                              <NA>           NA
## 567                              <NA>           NA
## 568                              <NA>           NA
## 569                              <NA>           NA
## 570                              <NA>           NA
## 571                            Police           25
## 572                              <NA>           NA
## 573                              <NA>           NA
## 574                              <NA>           NA
## 575                              <NA>           NA
## 576                              <NA>           NA
## 577                              <NA>           NA
## 578                              <NA>           NA
## 579                              <NA>           NA
## 580                              <NA>           NA
## 581                              <NA>           NA
## 582                              <NA>           NA
## 583                              <NA>           NA
## 584                              <NA>           NA
## 585                              <NA>           NA
## 586           Government (Diplomatic)           45
## 587                              <NA>           NA
## 588                              <NA>           NA
## 589                              <NA>           NA
## 590                              <NA>           NA
## 591                              <NA>           NA
## 592                              <NA>           NA
## 593                              <NA>           NA
## 594                              <NA>           NA
## 595                              <NA>           NA
## 596                              <NA>           NA
## 597                              <NA>           NA
## 598                              <NA>           NA
## 599                              <NA>           NA
## 600                              <NA>           NA
## 601                              <NA>           NA
## 602                              <NA>           NA
## 603                              <NA>           NA
## 604                              <NA>           NA
## 605                              <NA>           NA
## 606                              <NA>           NA
## 607                              <NA>           NA
## 608                              <NA>           NA
## 609                              <NA>           NA
## 610                              <NA>           NA
## 611                              <NA>           NA
## 612                              <NA>           NA
## 613                              <NA>           NA
## 614                              <NA>           NA
## 615                              <NA>           NA
## 616                              <NA>           NA
## 617                              <NA>           NA
## 618                              <NA>           NA
## 619                              <NA>           NA
## 620                              <NA>           NA
## 621                              <NA>           NA
## 622                              <NA>           NA
## 623                              <NA>           NA
## 624                              <NA>           NA
## 625                              <NA>           NA
## 626                              <NA>           NA
## 627                              <NA>           NA
## 628                              <NA>           NA
## 629                              <NA>           NA
## 630                              <NA>           NA
## 631                              <NA>           NA
## 632                           Unknown           NA
## 633                              <NA>           NA
## 634                              <NA>           NA
## 635                              <NA>           NA
## 636                              <NA>           NA
## 637                              <NA>           NA
## 638                              <NA>           NA
## 639                              <NA>           NA
## 640                              <NA>           NA
## 641                              <NA>           NA
## 642                              <NA>           NA
## 643                              <NA>           NA
## 644                              <NA>           NA
## 645                              <NA>           NA
## 646                              <NA>           NA
## 647                              <NA>           NA
## 648                              <NA>           NA
## 649                              <NA>           NA
## 650                              <NA>           NA
## 651                              <NA>           NA
## 652                              <NA>           NA
## 653                              <NA>           NA
## 654                              <NA>           NA
## 655                              <NA>           NA
## 656                              <NA>           NA
## 657                              <NA>           NA
## 658                              <NA>           NA
## 659                              <NA>           NA
## 660                              <NA>           NA
## 661                              <NA>           NA
## 662                              <NA>           NA
## 663                              <NA>           NA
## 664                              <NA>           NA
## 665                              <NA>           NA
## 666                              <NA>           NA
## 667                              <NA>           NA
## 668                              <NA>           NA
## 669                              <NA>           NA
## 670                              <NA>           NA
## 671                              <NA>           NA
## 672                              <NA>           NA
## 673                              <NA>           NA
## 674                              <NA>           NA
## 675                              <NA>           NA
## 676                              <NA>           NA
## 677                              <NA>           NA
## 678                              <NA>           NA
## 679                              <NA>           NA
## 680                              <NA>           NA
## 681                              <NA>           NA
## 682                              <NA>           NA
## 683                              <NA>           NA
## 684                              <NA>           NA
## 685                              <NA>           NA
## 686                              <NA>           NA
## 687                              <NA>           NA
## 688                              <NA>           NA
## 689                              <NA>           NA
## 690                              <NA>           NA
## 691                              <NA>           NA
## 692                              <NA>           NA
## 693                              <NA>           NA
## 694                              <NA>           NA
## 695                              <NA>           NA
## 696                              <NA>           NA
## 697                              <NA>           NA
## 698                              <NA>           NA
## 699                              <NA>           NA
## 700                              <NA>           NA
## 701                              <NA>           NA
## 702                              <NA>           NA
## 703                              <NA>           NA
## 704                              <NA>           NA
## 705                              <NA>           NA
## 706                              <NA>           NA
## 707       Private Citizens & Property           67
## 708           Educational Institution           50
## 709                              <NA>           NA
## 710                              <NA>           NA
## 711                          Business           NA
## 712                              <NA>           NA
## 713                              <NA>           NA
## 714                              <NA>           NA
## 715                              <NA>           NA
## 716                              <NA>           NA
## 717                              <NA>           NA
## 718                              <NA>           NA
## 719                              <NA>           NA
## 720                              <NA>           NA
## 721                              <NA>           NA
## 722                              <NA>           NA
## 723                 Telecommunication           88
## 724                              <NA>           NA
## 725                              <NA>           NA
## 726                              <NA>           NA
## 727                              <NA>           NA
## 728                              <NA>           NA
## 729                              <NA>           NA
## 730                              <NA>           NA
## 731                              <NA>           NA
## 732                              <NA>           NA
## 733                              <NA>           NA
## 734                              <NA>           NA
## 735                              <NA>           NA
## 736                              <NA>           NA
## 737                              <NA>           NA
## 738                              <NA>           NA
## 739                              <NA>           NA
## 740                              <NA>           NA
##                                                               targsubtype2_txt
## 1                                                                         <NA>
## 2                                                                         <NA>
## 3                                                                         <NA>
## 4                                                                         <NA>
## 5                                                                         <NA>
## 6                                                                         <NA>
## 7                                                                         <NA>
## 8                                                                         <NA>
## 9                                                                         <NA>
## 10                                                                        <NA>
## 11                                                                        <NA>
## 12                                                                        <NA>
## 13                                                                        <NA>
## 14                                                                        <NA>
## 15                                                                        <NA>
## 16                                                                        <NA>
## 17                                                                        <NA>
## 18                                                                        <NA>
## 19                                                                        <NA>
## 20                                                                        <NA>
## 21                                                                        <NA>
## 22                                                                        <NA>
## 23                                                                        <NA>
## 24                                                                        <NA>
## 25                                                                        <NA>
## 26                                                                        <NA>
## 27                                                                        <NA>
## 28                                                                        <NA>
## 29                                                                        <NA>
## 30                                                                        <NA>
## 31                                                                        <NA>
## 32                                                                        <NA>
## 33                                                                        <NA>
## 34                                                                        <NA>
## 35                                                                        <NA>
## 36                                                                        <NA>
## 37                                                                        <NA>
## 38                                                                        <NA>
## 39                                                                        <NA>
## 40                                                                        <NA>
## 41                                                                        <NA>
## 42                                                                        <NA>
## 43                                                                        <NA>
## 44                                                                        <NA>
## 45                                                                        <NA>
## 46                                                                        <NA>
## 47                                                                        <NA>
## 48                                                                        <NA>
## 49                                                                        <NA>
## 50                                                                        <NA>
## 51                                                                        <NA>
## 52                                                                        <NA>
## 53                                                                        <NA>
## 54                                                                        <NA>
## 55                                                                        <NA>
## 56                                                                        <NA>
## 57                                                                        <NA>
## 58                                                                        <NA>
## 59                                                                        <NA>
## 60                                                                        <NA>
## 61                                                                        <NA>
## 62                                                                        <NA>
## 63                                                                        <NA>
## 64                                                                        <NA>
## 65                                                                        <NA>
## 66                                                                        <NA>
## 67                                                                        <NA>
## 68                                                                        <NA>
## 69                                                                        <NA>
## 70                                                                        <NA>
## 71                                                                        <NA>
## 72                                                                        <NA>
## 73                                                                        <NA>
## 74                                                                        <NA>
## 75                                                                        <NA>
## 76                                                                        <NA>
## 77                                                                        <NA>
## 78                                                                        <NA>
## 79                                                                        <NA>
## 80                                                                        <NA>
## 81                                                                        <NA>
## 82                                                                        <NA>
## 83                                                                        <NA>
## 84                                                                        <NA>
## 85                                                                        <NA>
## 86                                                                        <NA>
## 87                                                                        <NA>
## 88                                                                        <NA>
## 89                                                                        <NA>
## 90                                                                        <NA>
## 91                                                                        <NA>
## 92                                                                        <NA>
## 93                                                                        <NA>
## 94                                                                        <NA>
## 95                                                                        <NA>
## 96                                                                        <NA>
## 97                                                                        <NA>
## 98                                                                        <NA>
## 99                                                                        <NA>
## 100                                                                       <NA>
## 101                                                                       <NA>
## 102                                                                       <NA>
## 103                                            Police Security Forces/Officers
## 104                                                                       <NA>
## 105                                                                       <NA>
## 106                                                                       <NA>
## 107                                                                       <NA>
## 108                                                                       <NA>
## 109                                                                       <NA>
## 110                                                                       <NA>
## 111                                                                       <NA>
## 112                                                                       <NA>
## 113                                                                       <NA>
## 114                                                                       <NA>
## 115                                                                       <NA>
## 116                                                                       <NA>
## 117                                                                       <NA>
## 118                                                                       <NA>
## 119                                                                       <NA>
## 120                                                                       <NA>
## 121                                                                       <NA>
## 122                                                                       <NA>
## 123                                                            Other Personnel
## 124                                                                       <NA>
## 125                                                                       <NA>
## 126                                                                       <NA>
## 127                                                                       <NA>
## 128                                                                       <NA>
## 129                                                                       <NA>
## 130                                                                       <NA>
## 131                                                                       <NA>
## 132                                                                       <NA>
## 133                                                                       <NA>
## 134                                                                       <NA>
## 135                                                                       <NA>
## 136                                                                       <NA>
## 137                                                                       <NA>
## 138                                                                       <NA>
## 139                                                                       <NA>
## 140                                                                       <NA>
## 141                                                                       <NA>
## 142                                                                       <NA>
## 143                                                                       <NA>
## 144                                                                       <NA>
## 145                                                                       <NA>
## 146                                                                       <NA>
## 147                                                                       <NA>
## 148                                                                       <NA>
## 149                                                                       <NA>
## 150                                                                       <NA>
## 151                                                                       <NA>
## 152                                                                       <NA>
## 153                                                                       <NA>
## 154                                                                       <NA>
## 155                                                                       <NA>
## 156                                                                       <NA>
## 157                                                        Restaurant/Bar/Café
## 158                                                                       <NA>
## 159                                                                       <NA>
## 160                                                                       <NA>
## 161                                                                       <NA>
## 162                                                                       <NA>
## 163                                                                       <NA>
## 164                                                                       <NA>
## 165                                                                       <NA>
## 166                                                                       <NA>
## 167                                                                       <NA>
## 168                                                                       <NA>
## 169                                                                       <NA>
## 170                                                                       <NA>
## 171                                                                       <NA>
## 172                                                                       <NA>
## 173                                                                       <NA>
## 174                                                                       <NA>
## 175                                                                       <NA>
## 176                                                                       <NA>
## 177                                                                       <NA>
## 178                                                                       <NA>
## 179                                                                       <NA>
## 180                                                                       <NA>
## 181                                                                       <NA>
## 182                                                                       <NA>
## 183                                                                       <NA>
## 184                                                                       <NA>
## 185                                                                       <NA>
## 186                                                                       <NA>
## 187                                                                    Student
## 188                                                                       <NA>
## 189                                                                       <NA>
## 190                                                                       <NA>
## 191                                                                       <NA>
## 192                                                                       <NA>
## 193                                                                       <NA>
## 194                                                                       <NA>
## 195                                                                       <NA>
## 196                                                                       <NA>
## 197                                                                       <NA>
## 198                                                                       <NA>
## 199                                                                       <NA>
## 200                                                                       <NA>
## 201                                                                       <NA>
## 202                                                                       <NA>
## 203                                                                       <NA>
## 204                                                                       <NA>
## 205                                                                       <NA>
## 206                                                                       <NA>
## 207                                                                       <NA>
## 208                                                                       <NA>
## 209                                                                       <NA>
## 210                                                                       <NA>
## 211                                                                       <NA>
## 212                                                                       <NA>
## 213                                                                       <NA>
## 214                                                                       <NA>
## 215                                                                       <NA>
## 216                                                                       <NA>
## 217                                                                       <NA>
## 218                                                                       <NA>
## 219                                                                       <NA>
## 220                                                                       <NA>
## 221                                                                       <NA>
## 222                                                                       <NA>
## 223                                                                       <NA>
## 224                                                                       <NA>
## 225                                                                       <NA>
## 226                                                                       <NA>
## 227                                                                       <NA>
## 228                                                                       <NA>
## 229                                                                       <NA>
## 230                                                                       <NA>
## 231                                                                       <NA>
## 232                                                                       <NA>
## 233                                                                       <NA>
## 234                                                                       <NA>
## 235                                                                       <NA>
## 236                                                                       <NA>
## 237                                                                       <NA>
## 238                                                                       <NA>
## 239                                                                       <NA>
## 240                                                                       <NA>
## 241                                                                       <NA>
## 242                                                                       <NA>
## 243                                                                       <NA>
## 244                                                                       <NA>
## 245                                                                       <NA>
## 246                                                                       <NA>
## 247                                                                       <NA>
## 248                                                                       <NA>
## 249                                                                       <NA>
## 250                                                                       <NA>
## 251                                                                       <NA>
## 252                                                                       <NA>
## 253                                                                       <NA>
## 254                                                                       <NA>
## 255                                                                       <NA>
## 256                                                                       <NA>
## 257                                                                       <NA>
## 258                                                                       <NA>
## 259                                                                       <NA>
## 260                                                                       <NA>
## 261                                                                       <NA>
## 262                                                                       <NA>
## 263                                                                       <NA>
## 264                                                                       <NA>
## 265                                                                       <NA>
## 266                                                                       <NA>
## 267                                                                       <NA>
## 268                                                                       <NA>
## 269                                                                       <NA>
## 270                                                                       <NA>
## 271                                                                       <NA>
## 272                                                                       <NA>
## 273                                                                       <NA>
## 274                                                                       <NA>
## 275                                                                       <NA>
## 276                                                                       <NA>
## 277                                                                       <NA>
## 278                                                                       <NA>
## 279                                                                       <NA>
## 280                                                                       <NA>
## 281                                                                       <NA>
## 282                                                                       <NA>
## 283                                                                       <NA>
## 284                                                                       <NA>
## 285                                                                       <NA>
## 286                                                                       <NA>
## 287                                                                       <NA>
## 288                                                                       <NA>
## 289                                                                       <NA>
## 290                                                                       <NA>
## 291                                                                       <NA>
## 292                                                                       <NA>
## 293                                                                       <NA>
## 294                                                                       <NA>
## 295                                                                       <NA>
## 296                                                                       <NA>
## 297                                                                       <NA>
## 298                                                Industrial/Textiles/Factory
## 299                                                                       <NA>
## 300                                                                       <NA>
## 301                                                                       <NA>
## 302                                                                       <NA>
## 303                                                                       <NA>
## 304                                                                       <NA>
## 305                                                                       <NA>
## 306                                                                       <NA>
## 307                                                                       <NA>
## 308                                                                       <NA>
## 309                                                                       <NA>
## 310                                                                       <NA>
## 311                                                                       <NA>
## 312                                                                       <NA>
## 313                                                                       <NA>
## 314                                            Police Security Forces/Officers
## 315                                                                       <NA>
## 316                                                                       <NA>
## 317                                                                       <NA>
## 318                                                                       <NA>
## 319                                                                       <NA>
## 320                       Politician or Political Party Movement/Meeting/Rally
## 321                                                                       <NA>
## 322                                                                       <NA>
## 323                                                                       <NA>
## 324                                                                       <NA>
## 325                                                                       <NA>
## 326                                                                       <NA>
## 327                                                                       <NA>
## 328                                                                       <NA>
## 329                                                                       <NA>
## 330                                                                       <NA>
## 331                                                                       <NA>
## 332                                                                       <NA>
## 333                                                                       <NA>
## 334                                                                       <NA>
## 335                                                                       <NA>
## 336                                                                       <NA>
## 337                                                                       <NA>
## 338                                                                       <NA>
## 339                                                                       <NA>
## 340                                                                       <NA>
## 341                                                                       <NA>
## 342                                                                       <NA>
## 343                                                                       <NA>
## 344                                                                       <NA>
## 345                                                                       <NA>
## 346                                                                       <NA>
## 347                                                                       <NA>
## 348                                                                       <NA>
## 349                                                                       <NA>
## 350                                                                       <NA>
## 351                                                                       <NA>
## 352                                                                       <NA>
## 353                                                                       <NA>
## 354                                                                       <NA>
## 355                                                                       <NA>
## 356                                                                       <NA>
## 357                                                                       <NA>
## 358                                                                       <NA>
## 359                                                                       <NA>
## 360                                                                       <NA>
## 361                                                                       <NA>
## 362                                                                       <NA>
## 363                                                                       <NA>
## 364                                                                       <NA>
## 365                                                                       <NA>
## 366                                                                       <NA>
## 367                                                                       <NA>
## 368                                                                       <NA>
## 369                                                             Named Civilian
## 370                                                                       <NA>
## 371                                                                       <NA>
## 372                                                                       <NA>
## 373                                                                       <NA>
## 374                                                                       <NA>
## 375                                                                       <NA>
## 376                                                                       <NA>
## 377                                                                       <NA>
## 378                                                                       <NA>
## 379                                                                       <NA>
## 380                                                                       <NA>
## 381                                                                       <NA>
## 382                                                                       <NA>
## 383                                                                       <NA>
## 384                                                                       <NA>
## 385                                                                       <NA>
## 386                                                                       <NA>
## 387                                                                       <NA>
## 388                                                                       <NA>
## 389                                                                       <NA>
## 390                                                                       <NA>
## 391                                                                       <NA>
## 392                                                                       <NA>
## 393                                                                       <NA>
## 394                                                                       <NA>
## 395                                                                       <NA>
## 396                                                                       <NA>
## 397                                                                       <NA>
## 398                                                                       <NA>
## 399                                                                       <NA>
## 400                                                                       <NA>
## 401                                                                       <NA>
## 402                                                                       <NA>
## 403                                                                       <NA>
## 404                                                                       <NA>
## 405                                                                       <NA>
## 406                                                                       <NA>
## 407                                                                       <NA>
## 408                                                                       <NA>
## 409                                                                       <NA>
## 410                                                                       <NA>
## 411                                                                       <NA>
## 412                                                                       <NA>
## 413                                                                       <NA>
## 414                                                                       <NA>
## 415                                                                       <NA>
## 416                                                                       <NA>
## 417                                                                       <NA>
## 418                                                                       <NA>
## 419                                                                       <NA>
## 420                                                                       <NA>
## 421                                                                       <NA>
## 422                                                                       <NA>
## 423                                                                       <NA>
## 424                                                                       <NA>
## 425                                                                       <NA>
## 426                                                                       <NA>
## 427                                                                       <NA>
## 428                                                                       <NA>
## 429                                                                       <NA>
## 430                                                                       <NA>
## 431                                                                       <NA>
## 432                                                                       <NA>
## 433                                                                       <NA>
## 434                                                                       <NA>
## 435                                                                       <NA>
## 436                                                                       <NA>
## 437                                                                       <NA>
## 438                                                                       <NA>
## 439                                                                       <NA>
## 440                                                                       <NA>
## 441                                                                       <NA>
## 442                                                                       <NA>
## 443                                                                       <NA>
## 444                                                                       <NA>
## 445                                                                       <NA>
## 446                                                                       <NA>
## 447                                                                       <NA>
## 448                                                                       <NA>
## 449                                                                       <NA>
## 450                                                                       <NA>
## 451                                                                       <NA>
## 452                                                                       <NA>
## 453                                                                       <NA>
## 454                                                                       <NA>
## 455                                                                       <NA>
## 456                                                                       <NA>
## 457                                                                       <NA>
## 458                                                                       <NA>
## 459                                                                       <NA>
## 460                                                                       <NA>
## 461                                                                       <NA>
## 462                                                                       <NA>
## 463                                                                       <NA>
## 464                                                                       <NA>
## 465                                                                       <NA>
## 466                                                                       <NA>
## 467                                                                       <NA>
## 468                                                                       <NA>
## 469                                                                       <NA>
## 470                                                                       <NA>
## 471                                                                       <NA>
## 472                                                                       <NA>
## 473                                                                       <NA>
## 474                                                                       <NA>
## 475                                                                       <NA>
## 476                                                                       <NA>
## 477                                                                       <NA>
## 478                                                                       <NA>
## 479                                                                       <NA>
## 480                                                                       <NA>
## 481                                                                       <NA>
## 482                                                                       <NA>
## 483                                                                       <NA>
## 484                                                                       <NA>
## 485                                                                       <NA>
## 486                                                                       <NA>
## 487                                                                       <NA>
## 488                                                                       <NA>
## 489                                                                       <NA>
## 490                                                                       <NA>
## 491                                                                       <NA>
## 492                                                                       <NA>
## 493                                                                       <NA>
## 494                                                                       <NA>
## 495                                                                       <NA>
## 496                                                                       <NA>
## 497                                                                       <NA>
## 498                                                                       <NA>
## 499                                                                       <NA>
## 500                                                                       <NA>
## 501                                                                       <NA>
## 502                                    Laborer (General)/Occupation Identified
## 503                                                                       <NA>
## 504                                                                       <NA>
## 505                                                                       <NA>
## 506                                                                       <NA>
## 507                                                                       <NA>
## 508                                                                       <NA>
## 509                                                                       <NA>
## 510                                                                       <NA>
## 511                                                                       <NA>
## 512                                                                       <NA>
## 513                                                                       <NA>
## 514                                                                       <NA>
## 515                                                                       <NA>
## 516                                                                       <NA>
## 517                                                                       <NA>
## 518                                                                       <NA>
## 519                                                                       <NA>
## 520                                                                       <NA>
## 521                                                                       <NA>
## 522                                                                       <NA>
## 523                                                                       <NA>
## 524                                                                       <NA>
## 525                                                                       <NA>
## 526                                                                       <NA>
## 527                                                                       <NA>
## 528                                                                       <NA>
## 529                                                                       <NA>
## 530                                                                       <NA>
## 531                                                                       <NA>
## 532                                                                       <NA>
## 533                                                                       <NA>
## 534                                                                       <NA>
## 535                                                                       <NA>
## 536                                                                       <NA>
## 537                                                                       <NA>
## 538                                                                       <NA>
## 539                                                                       <NA>
## 540                                                                       <NA>
## 541                                                                       <NA>
## 542                                                                       <NA>
## 543                                                                       <NA>
## 544                                                                       <NA>
## 545                                                                       <NA>
## 546                                                                       <NA>
## 547                                                                       <NA>
## 548                                                                       <NA>
## 549                                                                       <NA>
## 550                                                                       <NA>
## 551                                                                       <NA>
## 552                                                                       <NA>
## 553                                                                       <NA>
## 554                                                                       <NA>
## 555                                                                       <NA>
## 556                                                                       <NA>
## 557                                                                       <NA>
## 558                                                                       <NA>
## 559                                                                       <NA>
## 560                                                                       <NA>
## 561                                                                       <NA>
## 562                                                                       <NA>
## 563                                                                       <NA>
## 564                                                                       <NA>
## 565                                            Police Security Forces/Officers
## 566                                                                       <NA>
## 567                                                                       <NA>
## 568                                                                       <NA>
## 569                                                                       <NA>
## 570                                                                       <NA>
## 571                                            Police Security Forces/Officers
## 572                                                                       <NA>
## 573                                                                       <NA>
## 574                                                                       <NA>
## 575                                                                       <NA>
## 576                                                                       <NA>
## 577                                                                       <NA>
## 578                                                                       <NA>
## 579                                                                       <NA>
## 580                                                                       <NA>
## 581                                                                       <NA>
## 582                                                                       <NA>
## 583                                                                       <NA>
## 584                                                                       <NA>
## 585                                                                       <NA>
## 586                       Diplomatic Personnel (outside of embassy, consulate)
## 587                                                                       <NA>
## 588                                                                       <NA>
## 589                                                                       <NA>
## 590                                                                       <NA>
## 591                                                                       <NA>
## 592                                                                       <NA>
## 593                                                                       <NA>
## 594                                                                       <NA>
## 595                                                                       <NA>
## 596                                                                       <NA>
## 597                                                                       <NA>
## 598                                                                       <NA>
## 599                                                                       <NA>
## 600                                                                       <NA>
## 601                                                                       <NA>
## 602                                                                       <NA>
## 603                                                                       <NA>
## 604                                                                       <NA>
## 605                                                                       <NA>
## 606                                                                       <NA>
## 607                                                                       <NA>
## 608                                                                       <NA>
## 609                                                                       <NA>
## 610                                                                       <NA>
## 611                                                                       <NA>
## 612                                                                       <NA>
## 613                                                                       <NA>
## 614                                                                       <NA>
## 615                                                                       <NA>
## 616                                                                       <NA>
## 617                                                                       <NA>
## 618                                                                       <NA>
## 619                                                                       <NA>
## 620                                                                       <NA>
## 621                                                                       <NA>
## 622                                                                       <NA>
## 623                                                                       <NA>
## 624                                                                       <NA>
## 625                                                                       <NA>
## 626                                                                       <NA>
## 627                                                                       <NA>
## 628                                                                       <NA>
## 629                                                                       <NA>
## 630                                                                       <NA>
## 631                                                                       <NA>
## 632                                                                       <NA>
## 633                                                                       <NA>
## 634                                                                       <NA>
## 635                                                                       <NA>
## 636                                                                       <NA>
## 637                                                                       <NA>
## 638                                                                       <NA>
## 639                                                                       <NA>
## 640                                                                       <NA>
## 641                                                                       <NA>
## 642                                                                       <NA>
## 643                                                                       <NA>
## 644                                                                       <NA>
## 645                                                                       <NA>
## 646                                                                       <NA>
## 647                                                                       <NA>
## 648                                                                       <NA>
## 649                                                                       <NA>
## 650                                                                       <NA>
## 651                                                                       <NA>
## 652                                                                       <NA>
## 653                                                                       <NA>
## 654                                                                       <NA>
## 655                                                                       <NA>
## 656                                                                       <NA>
## 657                                                                       <NA>
## 658                                                                       <NA>
## 659                                                                       <NA>
## 660                                                                       <NA>
## 661                                                                       <NA>
## 662                                                                       <NA>
## 663                                                                       <NA>
## 664                                                                       <NA>
## 665                                                                       <NA>
## 666                                                                       <NA>
## 667                                                                       <NA>
## 668                                                                       <NA>
## 669                                                                       <NA>
## 670                                                                       <NA>
## 671                                                                       <NA>
## 672                                                                       <NA>
## 673                                                                       <NA>
## 674                                                                       <NA>
## 675                                                                       <NA>
## 676                                                                       <NA>
## 677                                                                       <NA>
## 678                                                                       <NA>
## 679                                                                       <NA>
## 680                                                                       <NA>
## 681                                                                       <NA>
## 682                                                                       <NA>
## 683                                                                       <NA>
## 684                                                                       <NA>
## 685                                                                       <NA>
## 686                                                                       <NA>
## 687                                                                       <NA>
## 688                                                                       <NA>
## 689                                                                       <NA>
## 690                                                                       <NA>
## 691                                                                       <NA>
## 692                                                                       <NA>
## 693                                                                       <NA>
## 694                                                                       <NA>
## 695                                                                       <NA>
## 696                                                                       <NA>
## 697                                                                       <NA>
## 698                                                                       <NA>
## 699                                                                       <NA>
## 700                                                                       <NA>
## 701                                                                       <NA>
## 702                                                                       <NA>
## 703                                                                       <NA>
## 704                                                                       <NA>
## 705                                                                       <NA>
## 706                                                                       <NA>
## 707                                               Unnamed Civilian/Unspecified
## 708                                                            Other Personnel
## 709                                                                       <NA>
## 710                                                                       <NA>
## 711                                                                       <NA>
## 712                                                                       <NA>
## 713                                                                       <NA>
## 714                                                                       <NA>
## 715                                                                       <NA>
## 716                                                                       <NA>
## 717                                                                       <NA>
## 718                                                                       <NA>
## 719                                                                       <NA>
## 720                                                                       <NA>
## 721                                                                       <NA>
## 722                                                                       <NA>
## 723                                                                      Radio
## 724                                                                       <NA>
## 725                                                                       <NA>
## 726                                                                       <NA>
## 727                                                                       <NA>
## 728                                                                       <NA>
## 729                                                                       <NA>
## 730                                                                       <NA>
## 731                                                                       <NA>
## 732                                                                       <NA>
## 733                                                                       <NA>
## 734                                                                       <NA>
## 735                                                                       <NA>
## 736                                                                       <NA>
## 737                                                                       <NA>
## 738                                                                       <NA>
## 739                                                                       <NA>
## 740                                                                       <NA>
##                                                                                                        corp2
## 1                                                                                                       <NA>
## 2                                                                                                       <NA>
## 3                                                                                                       <NA>
## 4                                                                                                       <NA>
## 5                                                                                                       <NA>
## 6                                                                                                       <NA>
## 7                                                                                                       <NA>
## 8                                                                                                       <NA>
## 9                                                                                                       <NA>
## 10                                                                                                      <NA>
## 11                                                                                                      <NA>
## 12                                                                                                      <NA>
## 13                                                                                                      <NA>
## 14                                                                                                      <NA>
## 15                                                                                                      <NA>
## 16                                                                                                      <NA>
## 17                                                                                                      <NA>
## 18                                                                                                      <NA>
## 19                                                                                                      <NA>
## 20                                                                                                      <NA>
## 21                                                                                                      <NA>
## 22                                                                                                      <NA>
## 23                                                                                                      <NA>
## 24                                                                                                      <NA>
## 25                                                                                                      <NA>
## 26                                                                                                      <NA>
## 27                                                                                                      <NA>
## 28                                                                                                      <NA>
## 29                                                                                                      <NA>
## 30                                                                                                      <NA>
## 31                                                                                                      <NA>
## 32                                                                                                      <NA>
## 33                                                                                                      <NA>
## 34                                                                                                      <NA>
## 35                                                                                                      <NA>
## 36                                                                                                      <NA>
## 37                                                                                                      <NA>
## 38                                                                                                      <NA>
## 39                                                                                                      <NA>
## 40                                                                                                      <NA>
## 41                                                                                                      <NA>
## 42                                                                                                      <NA>
## 43                                                                                                      <NA>
## 44                                                                                                      <NA>
## 45                                                                                                      <NA>
## 46                                                                                                      <NA>
## 47                                                                                                      <NA>
## 48                                                                                                      <NA>
## 49                                                                                                      <NA>
## 50                                                                                                      <NA>
## 51                                                                                                      <NA>
## 52                                                                                                      <NA>
## 53                                                                                                      <NA>
## 54                                                                                                      <NA>
## 55                                                                                                      <NA>
## 56                                                                                                      <NA>
## 57                                                                                                      <NA>
## 58                                                                                                      <NA>
## 59                                                                                                      <NA>
## 60                                                                                                      <NA>
## 61                                                                                                      <NA>
## 62                                                                                                      <NA>
## 63                                                                                                      <NA>
## 64                                                                                                      <NA>
## 65                                                                                                      <NA>
## 66                                                                                                      <NA>
## 67                                                                                                      <NA>
## 68                                                                                                      <NA>
## 69                                                                                                      <NA>
## 70                                                                                                      <NA>
## 71                                                                                                      <NA>
## 72                                                                                                      <NA>
## 73                                                                                                      <NA>
## 74                                                                                                      <NA>
## 75                                                                                                      <NA>
## 76                                                                                                      <NA>
## 77                                                                                                      <NA>
## 78                                                                                                      <NA>
## 79                                                                                                      <NA>
## 80                                                                                                      <NA>
## 81                                                                                                      <NA>
## 82                                                                                                      <NA>
## 83                                                                                                      <NA>
## 84                                                                                                      <NA>
## 85                                                                                                      <NA>
## 86                                                                                                      <NA>
## 87                                                                                                      <NA>
## 88                                                                                                      <NA>
## 89                                                                                                      <NA>
## 90                                                                                                      <NA>
## 91                                                                                                      <NA>
## 92                                                                                                      <NA>
## 93                                                                                                      <NA>
## 94                                                                                                      <NA>
## 95                                                                                                      <NA>
## 96                                                                                                      <NA>
## 97                                                                                                      <NA>
## 98                                                                                                      <NA>
## 99                                                                                                      <NA>
## 100                                                                                                     <NA>
## 101                                                                                                     <NA>
## 102                                                                                                     <NA>
## 103                                                                                Fraternal Order of Police
## 104                                                                                                     <NA>
## 105                                                                                                     <NA>
## 106                                                                                                     <NA>
## 107                                                                                                     <NA>
## 108                                                                                                     <NA>
## 109                                                                                                     <NA>
## 110                                                                                                     <NA>
## 111                                                                                                     <NA>
## 112                                                                                                     <NA>
## 113                                                                                                     <NA>
## 114                                                                                                     <NA>
## 115                                                                                                     <NA>
## 116                                                                                                     <NA>
## 117                                                                                                     <NA>
## 118                                                                                                     <NA>
## 119                                                                                                     <NA>
## 120                                                                                                     <NA>
## 121                                                                                                     <NA>
## 122                                                                                                     <NA>
## 123                                                                              San Francisco State College
## 124                                                                                                     <NA>
## 125                                                                                                     <NA>
## 126                                                                                                     <NA>
## 127                                                                                                     <NA>
## 128                                                                                                     <NA>
## 129                                                                                                     <NA>
## 130                                                                                                     <NA>
## 131                                                                                                     <NA>
## 132                                                                                                     <NA>
## 133                                                                                                     <NA>
## 134                                                                                                     <NA>
## 135                                                                                                     <NA>
## 136                                                                                                     <NA>
## 137                                                                                                     <NA>
## 138                                                                                                     <NA>
## 139                                                                                                     <NA>
## 140                                                                                                     <NA>
## 141                                                                                                     <NA>
## 142                                                                                                     <NA>
## 143                                                                                                     <NA>
## 144                                                                                                     <NA>
## 145                                                                                                     <NA>
## 146                                                                                                     <NA>
## 147                                                                                                     <NA>
## 148                                                                                                     <NA>
## 149                                                                                                     <NA>
## 150                                                                                                     <NA>
## 151                                                                                                     <NA>
## 152                                                                                                     <NA>
## 153                                                                                                     <NA>
## 154                                                                                                     <NA>
## 155                                                                                                     <NA>
## 156                                                                                                     <NA>
## 157                                                                                                   Tavern
## 158                                                                                                     <NA>
## 159                                                                                                     <NA>
## 160                                                                                                     <NA>
## 161                                                                                                     <NA>
## 162                                                                                                     <NA>
## 163                                                                                                     <NA>
## 164                                                                                                     <NA>
## 165                                                                                                     <NA>
## 166                                                                                                     <NA>
## 167                                                                                                     <NA>
## 168                                                                                                     <NA>
## 169                                                                                                     <NA>
## 170                                                                                                     <NA>
## 171                                                                                                     <NA>
## 172                                                                                                     <NA>
## 173                                                                                                     <NA>
## 174                                                                                                     <NA>
## 175                                                                                                     <NA>
## 176                                                                                                     <NA>
## 177                                                                                                     <NA>
## 178                                                                                                     <NA>
## 179                                                                                                     <NA>
## 180                                                                                                     <NA>
## 181                                                                                                     <NA>
## 182                                                                                                     <NA>
## 183                                                                                                     <NA>
## 184                                                                                                     <NA>
## 185                                                                                                     <NA>
## 186                                                                                                     <NA>
## 187                                                                                   Psi Upsilon fraternity
## 188                                                                                                     <NA>
## 189                                                                                                     <NA>
## 190                                                                                                     <NA>
## 191                                                                                                     <NA>
## 192                                                                                                     <NA>
## 193                                                                                                     <NA>
## 194                                                                                                     <NA>
## 195                                                                                                     <NA>
## 196                                                                                                     <NA>
## 197                                                                                                     <NA>
## 198                                                                                                     <NA>
## 199                                                                                                     <NA>
## 200                                                                                                     <NA>
## 201                                                                                                     <NA>
## 202                                                                                                     <NA>
## 203                                                                                                     <NA>
## 204                                                                                                     <NA>
## 205                                                                                                     <NA>
## 206                                                                                                     <NA>
## 207                                                                                                     <NA>
## 208                                                                                                     <NA>
## 209                                                                                                     <NA>
## 210                                                                                                     <NA>
## 211                                                                                                     <NA>
## 212                                                                                                     <NA>
## 213                                                                                                     <NA>
## 214                                                                                                     <NA>
## 215                                                                                                     <NA>
## 216                                                                                                     <NA>
## 217                                                                                                     <NA>
## 218                                                                                                     <NA>
## 219                                                                                                     <NA>
## 220                                                                                                     <NA>
## 221                                                                                                     <NA>
## 222                                                                                                     <NA>
## 223                                                                                                     <NA>
## 224                                                                                                     <NA>
## 225                                                                                                     <NA>
## 226                                                                                                     <NA>
## 227                                                                                                     <NA>
## 228                                                                                                     <NA>
## 229                                                                                                     <NA>
## 230                                                                                                     <NA>
## 231                                                                                                     <NA>
## 232                                                                                                     <NA>
## 233                                                                                                     <NA>
## 234                                                                                                     <NA>
## 235                                                                                                     <NA>
## 236                                                                                                     <NA>
## 237                                                                                                     <NA>
## 238                                                                                                     <NA>
## 239                                                                                                     <NA>
## 240                                                                                                     <NA>
## 241                                                                                                     <NA>
## 242                                                                                                     <NA>
## 243                                                                                                     <NA>
## 244                                                                                                     <NA>
## 245                                                                                                     <NA>
## 246                                                                                                     <NA>
## 247                                                                                                     <NA>
## 248                                                                                                     <NA>
## 249                                                                                                     <NA>
## 250                                                                                                     <NA>
## 251                                                                                                     <NA>
## 252                                                                                                     <NA>
## 253                                                                                                     <NA>
## 254                                                                                                     <NA>
## 255                                                                                                     <NA>
## 256                                                                                                     <NA>
## 257                                                                                                     <NA>
## 258                                                                                                     <NA>
## 259                                                                                                     <NA>
## 260                                                                                                     <NA>
## 261                                                                                                     <NA>
## 262                                                                                                     <NA>
## 263                                                                                                     <NA>
## 264                                                                                                     <NA>
## 265                                                                                                     <NA>
## 266                                                                                                     <NA>
## 267                                                                                                     <NA>
## 268                                                                                                     <NA>
## 269                                                                                                     <NA>
## 270                                                                                                     <NA>
## 271                                                                                                     <NA>
## 272                                                                                                     <NA>
## 273                                                                                                     <NA>
## 274                                                                                                     <NA>
## 275                                                                                                     <NA>
## 276                                                                                                     <NA>
## 277                                                                                                     <NA>
## 278                                                                                                     <NA>
## 279                                                                                                     <NA>
## 280                                                                                                     <NA>
## 281                                                                                                     <NA>
## 282                                                                                                     <NA>
## 283                                                                                                     <NA>
## 284                                                                                                     <NA>
## 285                                                                                                     <NA>
## 286                                                                                                     <NA>
## 287                                                                                                     <NA>
## 288                                                                                                     <NA>
## 289                                                                                                     <NA>
## 290                                                                                                     <NA>
## 291                                                                                                     <NA>
## 292                                                                                                     <NA>
## 293                                                                                                     <NA>
## 294                                                                                                     <NA>
## 295                                                                                                     <NA>
## 296                                                                                                     <NA>
## 297                                                                                                     <NA>
## 298                                                                     American Potash and Chemical Company
## 299                                                                                                     <NA>
## 300                                                                                                     <NA>
## 301                                                                                                     <NA>
## 302                                                                                                     <NA>
## 303                                                                                                     <NA>
## 304                                                                                                     <NA>
## 305                                                                                                     <NA>
## 306                                                                                                     <NA>
## 307                                                                                                     <NA>
## 308                                                                                                     <NA>
## 309                                                                                                     <NA>
## 310                                                                                                     <NA>
## 311                                                                                                     <NA>
## 312                                                                                                     <NA>
## 313                                                                                                     <NA>
## 314                                                                                Oakland Police Department
## 315                                                                                                     <NA>
## 316                                                                                                     <NA>
## 317                                                                                                     <NA>
## 318                                                                                                     <NA>
## 319                                                                                                     <NA>
## 320                                                                                Illinois General Assembly
## 321                                                                                                     <NA>
## 322                                                                                                     <NA>
## 323                                                                                                     <NA>
## 324                                                                                                     <NA>
## 325                                                                                                     <NA>
## 326                                                                                                     <NA>
## 327                                                                                                     <NA>
## 328                                                                                                     <NA>
## 329                                                                                                     <NA>
## 330                                                                                                     <NA>
## 331                                                                                                     <NA>
## 332                                                                                                     <NA>
## 333                                                                                                     <NA>
## 334                                                                                                     <NA>
## 335                                                                                                     <NA>
## 336                                                                                                     <NA>
## 337                                                                                                     <NA>
## 338                                                                                                     <NA>
## 339                                                                                                     <NA>
## 340                                                                                                     <NA>
## 341                                                                                                     <NA>
## 342                                                                                                     <NA>
## 343                                                                                                     <NA>
## 344                                                                                                     <NA>
## 345                                                                                                     <NA>
## 346                                                                                                     <NA>
## 347                                                                                                     <NA>
## 348                                                                                                     <NA>
## 349                                                                                                     <NA>
## 350                                                                                                     <NA>
## 351                                                                                                     <NA>
## 352                                                                                                     <NA>
## 353                                                                                                     <NA>
## 354                                                                                                     <NA>
## 355                                                                                                     <NA>
## 356                                                                                                     <NA>
## 357                                                                                                     <NA>
## 358                                                                                                     <NA>
## 359                                                                                                     <NA>
## 360                                                                                                     <NA>
## 361                                                                                                     <NA>
## 362                                                                                                     <NA>
## 363                                                                                                     <NA>
## 364                                                                                                     <NA>
## 365                                                                                                     <NA>
## 366                                                                                                     <NA>
## 367                                                                                                     <NA>
## 368                                                                                                     <NA>
## 369                                                                                                     <NA>
## 370                                                                                                     <NA>
## 371                                                                                                     <NA>
## 372                                                                                                     <NA>
## 373                                                                                                     <NA>
## 374                                                                                                     <NA>
## 375                                                                                                     <NA>
## 376                                                                                                     <NA>
## 377                                                                                                     <NA>
## 378                                                                                                     <NA>
## 379                                                                                                     <NA>
## 380                                                                                                     <NA>
## 381                                                                                                     <NA>
## 382                                                                                                     <NA>
## 383                                                                                                     <NA>
## 384                                                                                                     <NA>
## 385                                                                                                     <NA>
## 386                                                                                                     <NA>
## 387                                                                                                     <NA>
## 388                                                                                                     <NA>
## 389                                                                                                     <NA>
## 390                                                                                                     <NA>
## 391                                                                                                     <NA>
## 392                                                                                                     <NA>
## 393                                                                                                     <NA>
## 394                                                                                     Akron Beacon Journal
## 395                                                                                                     <NA>
## 396                                                                                                     <NA>
## 397                                                                                                     <NA>
## 398                                                                                                     <NA>
## 399                                                                                                     <NA>
## 400                                                                                                     <NA>
## 401                                                                                                     <NA>
## 402                                                                                                     <NA>
## 403                                        Residence housing printers for the San Rafael Independent Journal
## 404                                                                                                     <NA>
## 405                                                                                                     <NA>
## 406                                                                                                     <NA>
## 407                                                                                                     <NA>
## 408                                                                                                     <NA>
## 409                                                                                                     <NA>
## 410                                                                                                     <NA>
## 411                                                                                                     <NA>
## 412                                                                                                     <NA>
## 413                                                                                                     <NA>
## 414                                                                                                     <NA>
## 415                                                                                                     <NA>
## 416                                                                                                     <NA>
## 417                                                                                                     <NA>
## 418                                                                                                     <NA>
## 419                                                                                                     <NA>
## 420                                                                                                     <NA>
## 421                                                                                                     <NA>
## 422                                                                                                     <NA>
## 423                                                                                                     <NA>
## 424                                                                                                     <NA>
## 425                                                                                                     <NA>
## 426                                                                                                     <NA>
## 427                                                                                                     <NA>
## 428                                                                                                     <NA>
## 429                                                                                                     <NA>
## 430                                                                                                     <NA>
## 431                                                                                                     <NA>
## 432                                                                                                     <NA>
## 433                                                                                                     <NA>
## 434                                                                                                     <NA>
## 435                                                                                                     <NA>
## 436                                                                                                     <NA>
## 437                                                                                                     <NA>
## 438                                                                                                     <NA>
## 439                                                                                                     <NA>
## 440                                                                                                     <NA>
## 441                                                                                                     <NA>
## 442                                                                                                     <NA>
## 443                                                                                                     <NA>
## 444                                                                                                     <NA>
## 445                                                                                                     <NA>
## 446                                                                                                     <NA>
## 447                                                                                                     <NA>
## 448                                                                                                     <NA>
## 449                                                                                                     <NA>
## 450                                                                                                     <NA>
## 451                                                                                                     <NA>
## 452                                                                                                     <NA>
## 453                                                                                                     <NA>
## 454                                                                                                     <NA>
## 455                                                                                                     <NA>
## 456                                                                                                     <NA>
## 457                                                                                                     <NA>
## 458                                                                                                     <NA>
## 459                                                                                                     <NA>
## 460                                                                                                     <NA>
## 461                                                                                                     <NA>
## 462                                                                                                     <NA>
## 463                                                                                                     <NA>
## 464                                                                                                     <NA>
## 465                                                                                                     <NA>
## 466                                                                                                     <NA>
## 467                                                                                                     <NA>
## 468                                                                                                     <NA>
## 469                                                                                                     <NA>
## 470                                                                                                     <NA>
## 471                                                                                                     <NA>
## 472                                                                                                     <NA>
## 473                                                                                                     <NA>
## 474                                                                                                     <NA>
## 475                                                                                                     <NA>
## 476                                                                                                     <NA>
## 477                                                                                                     <NA>
## 478                                                                                                     <NA>
## 479                                                                                                     <NA>
## 480                                                                                                     <NA>
## 481                                                                                                     <NA>
## 482                                                                                                     <NA>
## 483                                                                                                     <NA>
## 484                                                                                                     <NA>
## 485                                                                                                     <NA>
## 486                                                                                                     <NA>
## 487                                                                                                     <NA>
## 488                                                                                                     <NA>
## 489                                                                                                     <NA>
## 490                                                                                                     <NA>
## 491                                                                                                     <NA>
## 492                                                                                                     <NA>
## 493                                                                                                     <NA>
## 494                                                                                                     <NA>
## 495                                                                                                     <NA>
## 496                                                                                                     <NA>
## 497                                                                                                     <NA>
## 498                                                                                                     <NA>
## 499                                                                                                     <NA>
## 500                                                                                                     <NA>
## 501                                                                                                     <NA>
## 502                                                                            Los Angeles District Attorney
## 503                                                                                                     <NA>
## 504                                                                                                     <NA>
## 505                                                                                                     <NA>
## 506                                                                                                     <NA>
## 507                                                                                                     <NA>
## 508                                                                                                     <NA>
## 509                                                                                                     <NA>
## 510                                                                                                     <NA>
## 511                                                                                                     <NA>
## 512                                                                                                     <NA>
## 513                                                                                                     <NA>
## 514                                                                                                     <NA>
## 515                                                                                                     <NA>
## 516                                                                                                     <NA>
## 517                                                                                                     <NA>
## 518                                                                                                     <NA>
## 519                                                                                                     <NA>
## 520                                                                                                     <NA>
## 521                                                                                                     <NA>
## 522                                                                                                     <NA>
## 523                                                                                                     <NA>
## 524                                                                                                     <NA>
## 525                                                                                                     <NA>
## 526                                                                                                     <NA>
## 527                                                                                                     <NA>
## 528                                                                                                     <NA>
## 529                                                                                                     <NA>
## 530                                                                                                     <NA>
## 531                                                                                                     <NA>
## 532                                                                                                     <NA>
## 533                                                                                                     <NA>
## 534                                                                                                     <NA>
## 535                                                                                                     <NA>
## 536                                                                                                     <NA>
## 537                                                                                                     <NA>
## 538                                                                                                     <NA>
## 539                                                                                                     <NA>
## 540                                                                                                     <NA>
## 541                                                                                                     <NA>
## 542                                                                                                     <NA>
## 543                                                                                                     <NA>
## 544                                                                                                     <NA>
## 545                                                                                                     <NA>
## 546                                                                                                     <NA>
## 547                                                                                                     <NA>
## 548                                                                                                     <NA>
## 549                                                                                                     <NA>
## 550                                                                                                     <NA>
## 551                                                                                                     <NA>
## 552                                                                                                     <NA>
## 553                                                                                                     <NA>
## 554                                                                                                     <NA>
## 555                                                                                                     <NA>
## 556                                                                                                     <NA>
## 557                                                                                                     <NA>
## 558                                                                                                     <NA>
## 559                                                                                                     <NA>
## 560                                                                                                     <NA>
## 561                                                                                                     <NA>
## 562                                                                                                     <NA>
## 563                                                                                                     <NA>
## 564                                                                                                     <NA>
## 565                                                                        Cairo Police and Fire Departments
## 566                                                                                                     <NA>
## 567                                                                                                     <NA>
## 568                                                                                                     <NA>
## 569                                                                                                     <NA>
## 570                                                                                                     <NA>
## 571                                                                        Cairo Police and Fire Departments
## 572                                                                                                     <NA>
## 573                                                                                                     <NA>
## 574                                                                                                     <NA>
## 575                                                                                                     <NA>
## 576                                                                                                     <NA>
## 577                                                                                                     <NA>
## 578                                                                                                     <NA>
## 579                                                                                                     <NA>
## 580                                                                                                     <NA>
## 581                                                                                                     <NA>
## 582                                                                                                     <NA>
## 583                                                                                                     <NA>
## 584                                                                                                     <NA>
## 585                                                                                                     <NA>
## 586                                                                       Polish Ministry of Foreign Affairs
## 587                                                                                                     <NA>
## 588                                                                                                     <NA>
## 589                                                                                                     <NA>
## 590                                                                                                     <NA>
## 591                                                                                                     <NA>
## 592                                                                                                     <NA>
## 593                                                                                                     <NA>
## 594                                                                                                     <NA>
## 595                                                                                                     <NA>
## 596                                                                                                     <NA>
## 597                                                                                                     <NA>
## 598                                                                                                     <NA>
## 599                                                                                                     <NA>
## 600                                                                                                     <NA>
## 601                                                                                                     <NA>
## 602                                                                                                     <NA>
## 603                                                                                                     <NA>
## 604                                                                                                     <NA>
## 605                                                                                                     <NA>
## 606                                                                                                     <NA>
## 607                                                                                                     <NA>
## 608                                                                                                     <NA>
## 609                                                                                                     <NA>
## 610                                                                                                     <NA>
## 611                                                                                                     <NA>
## 612                                                                                                     <NA>
## 613                                                                                                     <NA>
## 614                                                                                                     <NA>
## 615                                                                                                     <NA>
## 616                                                                                                     <NA>
## 617                                                                                                     <NA>
## 618                                                                                                     <NA>
## 619                                                                                                     <NA>
## 620                                                                                                     <NA>
## 621                                                                                                     <NA>
## 622                                                                                                     <NA>
## 623                                                                                                     <NA>
## 624                                                                                                     <NA>
## 625                                                                                                     <NA>
## 626                                                                                                     <NA>
## 627                                                                                                     <NA>
## 628                                                                                                     <NA>
## 629                                                                                                     <NA>
## 630                                                                                                     <NA>
## 631                                                                                                     <NA>
## 632                                                                                                     <NA>
## 633                                                                                                     <NA>
## 634                                                                                                     <NA>
## 635                                                                                                     <NA>
## 636                                                                                                     <NA>
## 637                                                                                                     <NA>
## 638                                                                                                     <NA>
## 639                                                                                                     <NA>
## 640                                                                                                     <NA>
## 641                                                                                                     <NA>
## 642                                                                                                     <NA>
## 643                                                                                                     <NA>
## 644                                                                                                     <NA>
## 645                                                                                                     <NA>
## 646                                                                                                     <NA>
## 647                                                                                                     <NA>
## 648                                                                                                     <NA>
## 649                                                                                                     <NA>
## 650                                                                                                     <NA>
## 651                                                                                                     <NA>
## 652                                                                                                     <NA>
## 653                                                                                                     <NA>
## 654                                                                                                     <NA>
## 655                                                                                                     <NA>
## 656                                                                                                     <NA>
## 657                                                                                                     <NA>
## 658                                                                                                     <NA>
## 659                                                                                                     <NA>
## 660                                                                                                     <NA>
## 661                                                                                                     <NA>
## 662                                                                                                     <NA>
## 663                                                                                                     <NA>
## 664                                                                                                     <NA>
## 665                                                                                                     <NA>
## 666                                                                                                     <NA>
## 667                                                                                                     <NA>
## 668                                                                                                     <NA>
## 669                                                                                                     <NA>
## 670                                                                                                     <NA>
## 671                                                                                                     <NA>
## 672                                                                                                     <NA>
## 673                                                                                                     <NA>
## 674                                                                                                     <NA>
## 675                                                                                                     <NA>
## 676                                                                                                     <NA>
## 677                                                                                                     <NA>
## 678                                                                                                     <NA>
## 679                                                                                                     <NA>
## 680                                                                                                     <NA>
## 681                                                                                                     <NA>
## 682                                                                                                     <NA>
## 683                                                                                                     <NA>
## 684                                                                                                     <NA>
## 685                                                                                                     <NA>
## 686                                                                                                     <NA>
## 687                                                                                                     <NA>
## 688                                                                                                     <NA>
## 689                                                                                                     <NA>
## 690                                                                                                     <NA>
## 691                                                                                                     <NA>
## 692                                                                                                     <NA>
## 693                                                                                                     <NA>
## 694                                                                                                     <NA>
## 695                                                                                                     <NA>
## 696                                                                                                     <NA>
## 697                                                                                                     <NA>
## 698                                                                                                     <NA>
## 699                                                                                                     <NA>
## 700                                                                                                     <NA>
## 701                                                                                                     <NA>
## 702                                                                                                     <NA>
## 703                                                                                                     <NA>
## 704                                                                                                     <NA>
## 705                                                                                                     <NA>
## 706                                                                                                     <NA>
## 707                                                                                           Not Applicable
## 708                                          White principal of a predominantly African American high school
## 709                                                                                                     <NA>
## 710                                                                                                     <NA>
## 711                                                                                     Akron Beacon Journal
## 712                                                                                                     <NA>
## 713                                                                                                     <NA>
## 714                                                                                                     <NA>
## 715                                                                                                     <NA>
## 716                                                                                                     <NA>
## 717                                                                                                     <NA>
## 718                                                                                                     <NA>
## 719                                                                                                     <NA>
## 720                                                                                                     <NA>
## 721                                                                                                     <NA>
## 722                                                                                                     <NA>
## 723                                                                                       Radio beacon tower
## 724                                                                                                     <NA>
## 725                                                                                                     <NA>
## 726                                                                                                     <NA>
## 727                                                                                                     <NA>
## 728                                                                                                     <NA>
## 729                                                                                                     <NA>
## 730                                                                                                     <NA>
## 731                                                                                                     <NA>
## 732                                                                                                     <NA>
## 733                                                                                                     <NA>
## 734                                                                                                     <NA>
## 735                                                                                                     <NA>
## 736                                                                                                     <NA>
## 737                                                                                                     <NA>
## 738                                                                                                     <NA>
## 739                                                                                                     <NA>
## 740                                                                                                     <NA>
##                                                                                                                                                                          target2
## 1                                                                                                                                                                           <NA>
## 2                                                                                                                                                                           <NA>
## 3                                                                                                                                                                           <NA>
## 4                                                                                                                                                                           <NA>
## 5                                                                                                                                                                           <NA>
## 6                                                                                                                                                                           <NA>
## 7                                                                                                                                                                           <NA>
## 8                                                                                                                                                                           <NA>
## 9                                                                                                                                                                           <NA>
## 10                                                                                                                                                                          <NA>
## 11                                                                                                                                                                          <NA>
## 12                                                                                                                                                                          <NA>
## 13                                                                                                                                                                          <NA>
## 14                                                                                                                                                                          <NA>
## 15                                                                                                                                                                          <NA>
## 16                                                                                                                                                                          <NA>
## 17                                                                                                                                                                          <NA>
## 18                                                                                                                                                                          <NA>
## 19                                                                                                                                                                          <NA>
## 20                                                                                                                                                                          <NA>
## 21                                                                                                                                                                          <NA>
## 22                                                                                                                                                                          <NA>
## 23                                                                                                                                                                          <NA>
## 24                                                                                                                                                                          <NA>
## 25                                                                                                                                                                          <NA>
## 26                                                                                                                                                                          <NA>
## 27                                                                                                                                                                          <NA>
## 28                                                                                                                                                                          <NA>
## 29                                                                                                                                                                          <NA>
## 30                                                                                                                                                                          <NA>
## 31                                                                                                                                                                          <NA>
## 32                                                                                                                                                                          <NA>
## 33                                                                                                                                                                          <NA>
## 34                                                                                                                                                                          <NA>
## 35                                                                                                                                                                          <NA>
## 36                                                                                                                                                                          <NA>
## 37                                                                                                                                                                          <NA>
## 38                                                                                                                                                                          <NA>
## 39                                                                                                                                                                          <NA>
## 40                                                                                                                                                                          <NA>
## 41                                                                                                                                                                          <NA>
## 42                                                                                                                                                                          <NA>
## 43                                                                                                                                                                          <NA>
## 44                                                                                                                                                                          <NA>
## 45                                                                                                                                                                          <NA>
## 46                                                                                                                                                                          <NA>
## 47                                                                                                                                                                          <NA>
## 48                                                                                                                                                                          <NA>
## 49                                                                                                                                                                          <NA>
## 50                                                                                                                                                                          <NA>
## 51                                                                                                                                                                          <NA>
## 52                                                                                                                                                                          <NA>
## 53                                                                                                                                                                          <NA>
## 54                                                                                                                                                                          <NA>
## 55                                                                                                                                                                          <NA>
## 56                                                                                                                                                                          <NA>
## 57                                                                                                                                                                          <NA>
## 58                                                                                                                                                                          <NA>
## 59                                                                                                                                                                          <NA>
## 60                                                                                                                                                                          <NA>
## 61                                                                                                                                                                          <NA>
## 62                                                                                                                                                                          <NA>
## 63                                                                                                                                                                          <NA>
## 64                                                                                                                                                                          <NA>
## 65                                                                                                                                                                          <NA>
## 66                                                                                                                                                                          <NA>
## 67                                                                                                                                                                          <NA>
## 68                                                                                                                                                                          <NA>
## 69                                                                                                                                                                          <NA>
## 70                                                                                                                                                                          <NA>
## 71                                                                                                                                                                          <NA>
## 72                                                                                                                                                                          <NA>
## 73                                                                                                                                                                          <NA>
## 74                                                                                                                                                                          <NA>
## 75                                                                                                                                                                          <NA>
## 76                                                                                                                                                                          <NA>
## 77                                                                                                                                                                          <NA>
## 78                                                                                                                                                                          <NA>
## 79                                                                                                                                                                          <NA>
## 80                                                                                                                                                                          <NA>
## 81                                                                                                                                                                          <NA>
## 82                                                                                                                                                                          <NA>
## 83                                                                                                                                                                          <NA>
## 84                                                                                                                                                                          <NA>
## 85                                                                                                                                                                          <NA>
## 86                                                                                                                                                                          <NA>
## 87                                                                                                                                                                          <NA>
## 88                                                                                                                                                                          <NA>
## 89                                                                                                                                                                          <NA>
## 90                                                                                                                                                                          <NA>
## 91                                                                                                                                                                          <NA>
## 92                                                                                                                                                                          <NA>
## 93                                                                                                                                                                          <NA>
## 94                                                                                                                                                                          <NA>
## 95                                                                                                                                                                          <NA>
## 96                                                                                                                                                                          <NA>
## 97                                                                                                                                                                          <NA>
## 98                                                                                                                                                                          <NA>
## 99                                                                                                                                                                          <NA>
## 100                                                                                                                                                                         <NA>
## 101                                                                                                                                                                         <NA>
## 102                                                                                                                                                                         <NA>
## 103                                                                                                                                    Fraternal Order of Police, Cleveland Ohio
## 104                                                                                                                                                                         <NA>
## 105                                                                                                                                                                         <NA>
## 106                                                                                                                                                                         <NA>
## 107                                                                                                                                                                         <NA>
## 108                                                                                                                                                                         <NA>
## 109                                                                                                                                                                         <NA>
## 110                                                                                                                                                                         <NA>
## 111                                                                                                                                                                         <NA>
## 112                                                                                                                                                                         <NA>
## 113                                                                                                                                                                         <NA>
## 114                                                                                                                                                                         <NA>
## 115                                                                                                                                                                         <NA>
## 116                                                                                                                                                                         <NA>
## 117                                                                                                                                                                         <NA>
## 118                                                                                                                                                                         <NA>
## 119                                                                                                                                                                         <NA>
## 120                                                                                                                                                                         <NA>
## 121                                                                                                                                                                         <NA>
## 122                                                                                                                                                                         <NA>
## 123                                                                                                                        Officer of the president, San Francisco State College
## 124                                                                                                                                                                         <NA>
## 125                                                                                                                                                                         <NA>
## 126                                                                                                                                                                         <NA>
## 127                                                                                                                                                                         <NA>
## 128                                                                                                                                                                         <NA>
## 129                                                                                                                                                                         <NA>
## 130                                                                                                                                                                         <NA>
## 131                                                                                                                                                                         <NA>
## 132                                                                                                                                                                         <NA>
## 133                                                                                                                                                                         <NA>
## 134                                                                                                                                                                         <NA>
## 135                                                                                                                                                                         <NA>
## 136                                                                                                                                                                         <NA>
## 137                                                                                                                                                                         <NA>
## 138                                                                                                                                                                         <NA>
## 139                                                                                                                                                                         <NA>
## 140                                                                                                                                                                         <NA>
## 141                                                                                                                                                                         <NA>
## 142                                                                                                                                                                         <NA>
## 143                                                                                                                                                                         <NA>
## 144                                                                                                                                                                         <NA>
## 145                                                                                                                                                                         <NA>
## 146                                                                                                                                                                         <NA>
## 147                                                                                                                                                                         <NA>
## 148                                                                                                                                                                         <NA>
## 149                                                                                                                                                                         <NA>
## 150                                                                                                                                                                         <NA>
## 151                                                                                                                                                                         <NA>
## 152                                                                                                                                                                         <NA>
## 153                                                                                                                                                                         <NA>
## 154                                                                                                                                                                         <NA>
## 155                                                                                                                                                                         <NA>
## 156                                                                                                                                                                         <NA>
## 157                                                                                                                                                             Trovatore Tavern
## 158                                                                                                                                                                         <NA>
## 159                                                                                                                                                                         <NA>
## 160                                                                                                                                                                         <NA>
## 161                                                                                                                                                                         <NA>
## 162                                                                                                                                                                         <NA>
## 163                                                                                                                                                                         <NA>
## 164                                                                                                                                                                         <NA>
## 165                                                                                                                                                                         <NA>
## 166                                                                                                                                                                         <NA>
## 167                                                                                                                                                                         <NA>
## 168                                                                                                                                                                         <NA>
## 169                                                                                                                                                                         <NA>
## 170                                                                                                                                                                         <NA>
## 171                                                                                                                                                                         <NA>
## 172                                                                                                                                                                         <NA>
## 173                                                                                                                                                                         <NA>
## 174                                                                                                                                                                         <NA>
## 175                                                                                                                                                                         <NA>
## 176                                                                                                                                                                         <NA>
## 177                                                                                                                                                                         <NA>
## 178                                                                                                                                                                         <NA>
## 179                                                                                                                                                                         <NA>
## 180                                                                                                                                                                         <NA>
## 181                                                                                                                                                                         <NA>
## 182                                                                                                                                                                         <NA>
## 183                                                                                                                                                                         <NA>
## 184                                                                                                                                                                         <NA>
## 185                                                                                                                                                                         <NA>
## 186                                                                                                                                                                         <NA>
## 187                                                                                                                                                 Psi Upsilon, Cornell chapter
## 188                                                                                                                                                                         <NA>
## 189                                                                                                                                                                         <NA>
## 190                                                                                                                                                                         <NA>
## 191                                                                                                                                                                         <NA>
## 192                                                                                                                                                                         <NA>
## 193                                                                                                                                                                         <NA>
## 194                                                                                                                                                                         <NA>
## 195                                                                                                                                                                         <NA>
## 196                                                                                                                                                                         <NA>
## 197                                                                                                                                                                         <NA>
## 198                                                                                                                                                                         <NA>
## 199                                                                                                                                                                         <NA>
## 200                                                                                                                                                                         <NA>
## 201                                                                                                                                                                         <NA>
## 202                                                                                                                                                                         <NA>
## 203                                                                                                                                                                         <NA>
## 204                                                                                                                                                                         <NA>
## 205                                                                                                                                                                         <NA>
## 206                                                                                                                                                                         <NA>
## 207                                                                                                                                                                         <NA>
## 208                                                                                                                                                                         <NA>
## 209                                                                                                                                                                         <NA>
## 210                                                                                                                                                                         <NA>
## 211                                                                                                                                                                         <NA>
## 212                                                                                                                                                                         <NA>
## 213                                                                                                                                                                         <NA>
## 214                                                                                                                                                                         <NA>
## 215                                                                                                                                                                         <NA>
## 216                                                                                                                                                                         <NA>
## 217                                                                                                                                                                         <NA>
## 218                                                                                                                                                                         <NA>
## 219                                                                                                                                                                         <NA>
## 220                                                                                                                                                                         <NA>
## 221                                                                                                                                                                         <NA>
## 222                                                                                                                                                                         <NA>
## 223                                                                                                                                                                         <NA>
## 224                                                                                                                                                                         <NA>
## 225                                                                                                                                                                         <NA>
## 226                                                                                                                                                                         <NA>
## 227                                                                                                                                                                         <NA>
## 228                                                                                                                                                                         <NA>
## 229                                                                                                                                                                         <NA>
## 230                                                                                                                                                                         <NA>
## 231                                                                                                                                                                         <NA>
## 232                                                                                                                                                                         <NA>
## 233                                                                                                                                                                         <NA>
## 234                                                                                                                                                                         <NA>
## 235                                                                                                                                                                         <NA>
## 236                                                                                                                                                                         <NA>
## 237                                                                                                                                                                         <NA>
## 238                                                                                                                                                                         <NA>
## 239                                                                                                                                                                         <NA>
## 240                                                                                                                                                                         <NA>
## 241                                                                                                                                                                         <NA>
## 242                                                                                                                                                                         <NA>
## 243                                                                                                                                                                         <NA>
## 244                                                                                                                                                                         <NA>
## 245                                                                                                                                                                         <NA>
## 246                                                                                                                                                                         <NA>
## 247                                                                                                                                                                         <NA>
## 248                                                                                                                                                                         <NA>
## 249                                                                                                                                                                         <NA>
## 250                                                                                                                                                                         <NA>
## 251                                                                                                                                                                         <NA>
## 252                                                                                                                                                                         <NA>
## 253                                                                                                                                                                         <NA>
## 254                                                                                                                                                                         <NA>
## 255                                                                                                                                                                         <NA>
## 256                                                                                                                                                                         <NA>
## 257                                                                                                                                                                         <NA>
## 258                                                                                                                                                                         <NA>
## 259                                                                                                                                                                         <NA>
## 260                                                                                                                                                                         <NA>
## 261                                                                                                                                                                         <NA>
## 262                                                                                                                                                                         <NA>
## 263                                                                                                                                                                         <NA>
## 264                                                                                                                                                                         <NA>
## 265                                                                                                                                                                         <NA>
## 266                                                                                                                                                                         <NA>
## 267                                                                                                                                                                         <NA>
## 268                                                                                                                                                                         <NA>
## 269                                                                                                                                                                         <NA>
## 270                                                                                                                                                                         <NA>
## 271                                                                                                                                                                         <NA>
## 272                                                                                                                                                                         <NA>
## 273                                                                                                                                                                         <NA>
## 274                                                                                                                                                                         <NA>
## 275                                                                                                                                                                         <NA>
## 276                                                                                                                                                                         <NA>
## 277                                                                                                                                                                         <NA>
## 278                                                                                                                                                                         <NA>
## 279                                                                                                                                                                         <NA>
## 280                                                                                                                                                                         <NA>
## 281                                                                                                                                                                         <NA>
## 282                                                                                                                                                                         <NA>
## 283                                                                                                                                                                         <NA>
## 284                                                                                                                                                                         <NA>
## 285                                                                                                                                                                         <NA>
## 286                                                                                                                                                                         <NA>
## 287                                                                                                                                                                         <NA>
## 288                                                                                                                                                                         <NA>
## 289                                                                                                                                                                         <NA>
## 290                                                                                                                                                                         <NA>
## 291                                                                                                                                                                         <NA>
## 292                                                                                                                                                                         <NA>
## 293                                                                                                                                                                         <NA>
## 294                                                                                                                                                                         <NA>
## 295                                                                                                                                                                         <NA>
## 296                                                                                                                                                                         <NA>
## 297                                                                                                                                                                         <NA>
## 298                                                                                                                                                                         <NA>
## 299                                                                                                                                                                         <NA>
## 300                                                                                                                                                                         <NA>
## 301                                                                                                                                                                         <NA>
## 302                                                                                                                                                                         <NA>
## 303                                                                                                                                                                         <NA>
## 304                                                                                                                                                                         <NA>
## 305                                                                                                                                                                         <NA>
## 306                                                                                                                                                                         <NA>
## 307                                                                                                                                                                         <NA>
## 308                                                                                                                                                                         <NA>
## 309                                                                                                                                                                         <NA>
## 310                                                                                                                                                                         <NA>
## 311                                                                                                                                                                         <NA>
## 312                                                                                                                                                                         <NA>
## 313                                                                                                                                                                         <NA>
## 314                                                                                                                                                                         <NA>
## 315                                                                                                                                                                         <NA>
## 316                                                                                                                                                                         <NA>
## 317                                                                                                                                                                         <NA>
## 318                                                                                                                                                                         <NA>
## 319                                                                                                                                                                         <NA>
## 320                                                                                                                                                                         <NA>
## 321                                                                                                                                                                         <NA>
## 322                                                                                                                                                                         <NA>
## 323                                                                                                                                                                         <NA>
## 324                                                                                                                                                                         <NA>
## 325                                                                                                                                                                         <NA>
## 326                                                                                                                                                                         <NA>
## 327                                                                                                                                                                         <NA>
## 328                                                                                                                                                                         <NA>
## 329                                                                                                                                                                         <NA>
## 330                                                                                                                                                                         <NA>
## 331                                                                                                                                                                         <NA>
## 332                                                                                                                                                                         <NA>
## 333                                                                                                                                                                         <NA>
## 334                                                                                                                                                                         <NA>
## 335                                                                                                                                                                         <NA>
## 336                                                                                                                                                                         <NA>
## 337                                                                                                                                                                         <NA>
## 338                                                                                                                                                                         <NA>
## 339                                                                                                                                                                         <NA>
## 340                                                                                                                                                                         <NA>
## 341                                                                                                                                                                         <NA>
## 342                                                                                                                                                                         <NA>
## 343                                                                                                                                                                         <NA>
## 344                                                                                                                                                                         <NA>
## 345                                                                                                                                                                         <NA>
## 346                                                                                                                                                                         <NA>
## 347                                                                                                                                                                         <NA>
## 348                                                                                                                                                                         <NA>
## 349                                                                                                                                                                         <NA>
## 350                                                                                                                                                                         <NA>
## 351                                                                                                                                                                         <NA>
## 352                                                                                                                                                                         <NA>
## 353                                                                                                                                                                         <NA>
## 354                                                                                                                                                                         <NA>
## 355                                                                                                                                                                         <NA>
## 356                                                                                                                                                                         <NA>
## 357                                                                                                                                                                         <NA>
## 358                                                                                                                                                                         <NA>
## 359                                                                                                                                                                         <NA>
## 360                                                                                                                                                                         <NA>
## 361                                                                                                                                                                         <NA>
## 362                                                                                                                                                                         <NA>
## 363                                                                                                                                                                         <NA>
## 364                                                                                                                                                                         <NA>
## 365                                                                                                                                                                         <NA>
## 366                                                                                                                                                                         <NA>
## 367                                                                                                                                                                         <NA>
## 368                                                                                                                                                                         <NA>
## 369                                                                                                                                                           Henry McIlhone, 33
## 370                                                                                                                                                                         <NA>
## 371                                                                                                                                                                         <NA>
## 372                                                                                                                                                                         <NA>
## 373                                                                                                                                                                         <NA>
## 374                                                                                                                                                                         <NA>
## 375                                                                                                                                                                         <NA>
## 376                                                                                                                                                                         <NA>
## 377                                                                                                                                                                         <NA>
## 378                                                                                                                                                                         <NA>
## 379                                                                                                                                                                         <NA>
## 380                                                                                                                                                                         <NA>
## 381                                                                                                                                                                         <NA>
## 382                                                                                                                                                                         <NA>
## 383                                                                                                                                                                         <NA>
## 384                                                                                                                                                                         <NA>
## 385                                                                                                                                                                         <NA>
## 386                                                                                                                                                                         <NA>
## 387                                                                                                                                                                         <NA>
## 388                                                                                                                                                                         <NA>
## 389                                                                                                                                                                         <NA>
## 390                                                                                                                                                                         <NA>
## 391                                                                                                                                                                         <NA>
## 392                                                                                                                                                                         <NA>
## 393                                                                                                                                                                         <NA>
## 394                                                                                                                            Home of the publisher of the Akron Beacon Journal
## 395                                                                                                                                                                         <NA>
## 396                                                                                                                                                                         <NA>
## 397                                                                                                                                                                         <NA>
## 398                                                                                                                                                                         <NA>
## 399                                                                                                                                                                         <NA>
## 400                                                                                                                                                                         <NA>
## 401                                                                                                                                                                         <NA>
## 402                                                                                                                                                                         <NA>
## 403                                                                                                                                                     Home of Harold W. Norris
## 404                                                                                                                                                                         <NA>
## 405                                                                                                                                                                         <NA>
## 406                                                                                                                                                                         <NA>
## 407                                                                                                                                                                         <NA>
## 408                                                                                                                                                                         <NA>
## 409                                                                                                                                                                         <NA>
## 410                                                                                                                                                                         <NA>
## 411                                                                                                                                                                         <NA>
## 412                                                                                                                                                                         <NA>
## 413                                                                                                                                                                         <NA>
## 414                                                                                                                                                                         <NA>
## 415                                                                                                                                                                         <NA>
## 416                                                                                                                                                                         <NA>
## 417                                                                                                                                                                         <NA>
## 418                                                                                                                                                                         <NA>
## 419                                                                                                                                                                         <NA>
## 420                                                                                                                                                                         <NA>
## 421                                                                                                                                                                         <NA>
## 422                                                                                                                                                                         <NA>
## 423                                                                                                                                                                         <NA>
## 424                                                                                                                                                                         <NA>
## 425                                                                                                                                                                         <NA>
## 426                                                                                                                                                                         <NA>
## 427                                                                                                                                                                         <NA>
## 428                                                                                                                                                                         <NA>
## 429                                                                                                                                                                         <NA>
## 430                                                                                                                                                                         <NA>
## 431                                                                                                                                                                         <NA>
## 432                                                                                                                                                                         <NA>
## 433                                                                                                                                                                         <NA>
## 434                                                                                                                                                                         <NA>
## 435                                                                                                                                                                         <NA>
## 436                                                                                                                                                                         <NA>
## 437                                                                                                                                                                         <NA>
## 438                                                                                                                                                                         <NA>
## 439                                                                                                                                                                         <NA>
## 440                                                                                                                                                                         <NA>
## 441                                                                                                                                                                         <NA>
## 442                                                                                                                                                                         <NA>
## 443                                                                                                                                                                         <NA>
## 444                                                                                                                                                                         <NA>
## 445                                                                                                                                                                         <NA>
## 446                                                                                                                                                                         <NA>
## 447                                                                                                                                                                         <NA>
## 448                                                                                                                                                                         <NA>
## 449                                                                                                                                                                         <NA>
## 450                                                                                                                                                                         <NA>
## 451                                                                                                                                                                         <NA>
## 452                                                                                                                                                                         <NA>
## 453                                                                                                                                                                         <NA>
## 454                                                                                                                                                                         <NA>
## 455                                                                                                                                                                         <NA>
## 456                                                                                                                                                                         <NA>
## 457                                                                                                                                                                         <NA>
## 458                                                                                                                                                                         <NA>
## 459                                                                                                                                                                         <NA>
## 460                                                                                                                                                                         <NA>
## 461                                                                                                                                                                         <NA>
## 462                                                                                                                                                                         <NA>
## 463                                                                                                                                                                         <NA>
## 464                                                                                                                                                                         <NA>
## 465                                                                                                                                                                         <NA>
## 466                                                                                                                                                                         <NA>
## 467                                                                                                                                                                         <NA>
## 468                                                                                                                                                                         <NA>
## 469                                                                                                                                                                         <NA>
## 470                                                                                                                                                                         <NA>
## 471                                                                                                                                                                         <NA>
## 472                                                                                                                                                                         <NA>
## 473                                                                                                                                                                         <NA>
## 474                                                                                                                                                                         <NA>
## 475                                                                                                                                                                         <NA>
## 476                                                                                                                                                                         <NA>
## 477                                                                                                                                                                         <NA>
## 478                                                                                                                                                                         <NA>
## 479                                                                                                                                                                         <NA>
## 480                                                                                                                                                                         <NA>
## 481                                                                                                                                                                         <NA>
## 482                                                                                                                                                                         <NA>
## 483                                                                                                                                                                         <NA>
## 484                                                                                                                                                                         <NA>
## 485                                                                                                                                                                         <NA>
## 486                                                                                                                                                                         <NA>
## 487                                                                                                                                                                         <NA>
## 488                                                                                                                                                                         <NA>
## 489                                                                                                                                                                         <NA>
## 490                                                                                                                                                                         <NA>
## 491                                                                                                                                                                         <NA>
## 492                                                                                                                                                                         <NA>
## 493                                                                                                                                                                         <NA>
## 494                                                                                                                                                                         <NA>
## 495                                                                                                                                                                         <NA>
## 496                                                                                                                                                                         <NA>
## 497                                                                                                                                                                         <NA>
## 498                                                                                                                                                                         <NA>
## 499                                                                                                                                                                         <NA>
## 500                                                                                                                                                                         <NA>
## 501                                                                                                                                                                         <NA>
## 502                                                                                                                                                            Evelle J. Younger
## 503                                                                                                                                                                         <NA>
## 504                                                                                                                                                                         <NA>
## 505                                                                                                                                                                         <NA>
## 506                                                                                                                                                                         <NA>
## 507                                                                                                                                                                         <NA>
## 508                                                                                                                                                                         <NA>
## 509                                                                                                                                                                         <NA>
## 510                                                                                                                                                                         <NA>
## 511                                                                                                                                                                         <NA>
## 512                                                                                                                                                                         <NA>
## 513                                                                                                                                                                         <NA>
## 514                                                                                                                                                                         <NA>
## 515                                                                                                                                                                         <NA>
## 516                                                                                                                                                                         <NA>
## 517                                                                                                                                                                         <NA>
## 518                                                                                                                                                                         <NA>
## 519                                                                                                                                                                         <NA>
## 520                                                                                                                                                                         <NA>
## 521                                                                                                                                                                         <NA>
## 522                                                                                                                                                                         <NA>
## 523                                                                                                                                                                         <NA>
## 524                                                                                                                                                                         <NA>
## 525                                                                                                                                                                         <NA>
## 526                                                                                                                                                                         <NA>
## 527                                                                                                                                                                         <NA>
## 528                                                                                                                                                                         <NA>
## 529                                                                                                                                                                         <NA>
## 530                                                                                                                                                                         <NA>
## 531                                                                                                                                                                         <NA>
## 532                                                                                                                                                                         <NA>
## 533                                                                                                                                                                         <NA>
## 534                                                                                                                                                                         <NA>
## 535                                                                                                                                                                         <NA>
## 536                                                                                                                                                                         <NA>
## 537                                                                                                                                                                         <NA>
## 538                                                                                                                                                                         <NA>
## 539                                                                                                                                                                         <NA>
## 540                                                                                                                                                                         <NA>
## 541                                                                                                                                                                         <NA>
## 542                                                                                                                                                                         <NA>
## 543                                                                                                                                                                         <NA>
## 544                                                                                                                                                                         <NA>
## 545                                                                                                                                                                         <NA>
## 546                                                                                                                                                                         <NA>
## 547                                                                                                                                                                         <NA>
## 548                                                                                                                                                                         <NA>
## 549                                                                                                                                                                         <NA>
## 550                                                                                                                                                                         <NA>
## 551                                                                                                                                                                         <NA>
## 552                                                                                                                                                                         <NA>
## 553                                                                                                                                                                         <NA>
## 554                                                                                                                                                                         <NA>
## 555                                                                                                                                                                         <NA>
## 556                                                                                                                                                                         <NA>
## 557                                                                                                                                                                         <NA>
## 558                                                                                                                                                                         <NA>
## 559                                                                                                                                                                         <NA>
## 560                                                                                                                                                                         <NA>
## 561                                                                                                                                                                         <NA>
## 562                                                                                                                                                                         <NA>
## 563                                                                                                                                                                         <NA>
## 564                                                                                                                                                                         <NA>
## 565                                                                                                                 Policemen and firemen responding to a fire in Cairo Illinois
## 566                                                                                                                                                                         <NA>
## 567                                                                                                                                                                         <NA>
## 568                                                                                                                                                                         <NA>
## 569                                                                                                                                                                         <NA>
## 570                                                                                                                                                                         <NA>
## 571                                                                                                                 Policemen and firemen responding to a fire in Cairo Illinois
## 572                                                                                                                                                                         <NA>
## 573                                                                                                                                                                         <NA>
## 574                                                                                                                                                                         <NA>
## 575                                                                                                                                                                         <NA>
## 576                                                                                                                                                                         <NA>
## 577                                                                                                                                                                         <NA>
## 578                                                                                                                                                                         <NA>
## 579                                                                                                                                                                         <NA>
## 580                                                                                                                                                                         <NA>
## 581                                                                                                                                                                         <NA>
## 582                                                                                                                                                                         <NA>
## 583                                                                                                                                                                         <NA>
## 584                                                                                                                                                                         <NA>
## 585                                                                                                                                                                         <NA>
## 586                                                                                                                                     Ambassador to Pakistan: Alojzy Bartoszek
## 587                                                                                                                                                                         <NA>
## 588                                                                                                                                                                         <NA>
## 589                                                                                                                                                                         <NA>
## 590                                                                                                                                                                         <NA>
## 591                                                                                                                                                                         <NA>
## 592                                                                                                                                                                         <NA>
## 593                                                                                                                                                                         <NA>
## 594                                                                                                                                                                         <NA>
## 595                                                                                                                                                                         <NA>
## 596                                                                                                                                                                         <NA>
## 597                                                                                                                                                                         <NA>
## 598                                                                                                                                                                         <NA>
## 599                                                                                                                                                                         <NA>
## 600                                                                                                                                                                         <NA>
## 601                                                                                                                                                                         <NA>
## 602                                                                                                                                                                         <NA>
## 603                                                                                                                                                                         <NA>
## 604                                                                                                                                                                         <NA>
## 605                                                                                                                                                                         <NA>
## 606                                                                                                                                                                         <NA>
## 607                                                                                                                                                                         <NA>
## 608                                                                                                                                                                         <NA>
## 609                                                                                                                                                                         <NA>
## 610                                                                                                                                                                         <NA>
## 611                                                                                                                                                                         <NA>
## 612                                                                                                                                                                         <NA>
## 613                                                                                                                                                                         <NA>
## 614                                                                                                                                                                         <NA>
## 615                                                                                                                                                                         <NA>
## 616                                                                                                                                                                         <NA>
## 617                                                                                                                                                                         <NA>
## 618                                                                                                                                                                         <NA>
## 619                                                                                                                                                                         <NA>
## 620                                                                                                                                                                         <NA>
## 621                                                                                                                                                                         <NA>
## 622                                                                                                                                                                         <NA>
## 623                                                                                                                                                                         <NA>
## 624                                                                                                                                                                         <NA>
## 625                                                                                                                                                                         <NA>
## 626                                                                                                                                                                         <NA>
## 627                                                                                                                                                                         <NA>
## 628                                                                                                                                                                         <NA>
## 629                                                                                                                                                                         <NA>
## 630                                                                                                                                                                         <NA>
## 631                                                                                                                                                                         <NA>
## 632                                                                                                                                                                         <NA>
## 633                                                                                                                                                                         <NA>
## 634                                                                                                                                                                         <NA>
## 635                                                                                                                                                                         <NA>
## 636                                                                                                                                                                         <NA>
## 637                                                                                                                                                                         <NA>
## 638                                                                                                                                                                         <NA>
## 639                                                                                                                                                                         <NA>
## 640                                                                                                                                                                         <NA>
## 641                                                                                                                                                                         <NA>
## 642                                                                                                                                                                         <NA>
## 643                                                                                                                                                                         <NA>
## 644                                                                                                                                                                         <NA>
## 645                                                                                                                                                                         <NA>
## 646                                                                                                                                                                         <NA>
## 647                                                                                                                                                                         <NA>
## 648                                                                                                                                                                         <NA>
## 649                                                                                                                                                                         <NA>
## 650                                                                                                                                                                         <NA>
## 651                                                                                                                                                                         <NA>
## 652                                                                                                                                                                         <NA>
## 653                                                                                                                                                                         <NA>
## 654                                                                                                                                                                         <NA>
## 655                                                                                                                                                                         <NA>
## 656                                                                                                                                                                         <NA>
## 657                                                                                                                                                                         <NA>
## 658                                                                                                                                                                         <NA>
## 659                                                                                                                                                                         <NA>
## 660                                                                                                                                                                         <NA>
## 661                                                                                                                                                                         <NA>
## 662                                                                                                                                                                         <NA>
## 663                                                                                                                                                                         <NA>
## 664                                                                                                                                                                         <NA>
## 665                                                                                                                                                                         <NA>
## 666                                                                                                                                                                         <NA>
## 667                                                                                                                                                                         <NA>
## 668                                                                                                                                                                         <NA>
## 669                                                                                                                                                                         <NA>
## 670                                                                                                                                                                         <NA>
## 671                                                                                                                                                                         <NA>
## 672                                                                                                                                                                         <NA>
## 673                                                                                                                                                                         <NA>
## 674                                                                                                                                                                         <NA>
## 675                                                                                                                                                                         <NA>
## 676                                                                                                                                                                         <NA>
## 677                                                                                                                                                                         <NA>
## 678                                                                                                                                                                         <NA>
## 679                                                                                                                                                                         <NA>
## 680                                                                                                                                                                         <NA>
## 681                                                                                                                                                                         <NA>
## 682                                                                                                                                                                         <NA>
## 683                                                                                                                                                                         <NA>
## 684                                                                                                                                                                         <NA>
## 685                                                                                                                                                                         <NA>
## 686                                                                                                                                                                         <NA>
## 687                                                                                                                                                                         <NA>
## 688                                                                                                                                                                         <NA>
## 689                                                                                                                                                                         <NA>
## 690                                                                                                                                                                         <NA>
## 691                                                                                                                                                                         <NA>
## 692                                                                                                                                                                         <NA>
## 693                                                                                                                                                                         <NA>
## 694                                                                                                                                                                         <NA>
## 695                                                                                                                                                                         <NA>
## 696                                                                                                                                                                         <NA>
## 697                                                                                                                                                                         <NA>
## 698                                                                                                                                                                         <NA>
## 699                                                                                                                                                                         <NA>
## 700                                                                                                                                                                         <NA>
## 701                                                                                                                                                                         <NA>
## 702                                                                                                                                                                         <NA>
## 703                                                                                                                                                                         <NA>
## 704                                                                                                                                                                         <NA>
## 705                                                                                                                                                                         <NA>
## 706                                                                                                                                                                         <NA>
## 707                                                                                                                                             Five civilians killed by mistake
## 708                                                                                                                                                             Thomas H. Abbott
## 709                                                                                                                                                                         <NA>
## 710                                                                                                                                                                         <NA>
## 711                                                                                                                            Home of the publisher of the Akron Beacon Journal
## 712                                                                                                                                                                         <NA>
## 713                                                                                                                                                                         <NA>
## 714                                                                                                                                                                         <NA>
## 715                                                                                                                                                                         <NA>
## 716                                                                                                                                                                         <NA>
## 717                                                                                                                                                                         <NA>
## 718                                                                                                                                                                         <NA>
## 719                                                                                                                                                                         <NA>
## 720                                                                                                                                                                         <NA>
## 721                                                                                                                                                                         <NA>
## 722                                                                                                                                                                         <NA>
## 723                                                                                                         United States Coast Guard radio beacon tower in San Juan Puerto Rico
## 724                                                                                                                                                                         <NA>
## 725                                                                                                                                                                         <NA>
## 726                                                                                                                                                                         <NA>
## 727                                                                                                                                                                         <NA>
## 728                                                                                                                                                                         <NA>
## 729                                                                                                                                                                         <NA>
## 730                                                                                                                                                                         <NA>
## 731                                                                                                                                                                         <NA>
## 732                                                                                                                                                                         <NA>
## 733                                                                                                                                                                         <NA>
## 734                                                                                                                                                                         <NA>
## 735                                                                                                                                                                         <NA>
## 736                                                                                                                                                                         <NA>
## 737                                                                                                                                                                         <NA>
## 738                                                                                                                                                                         <NA>
## 739                                                                                                                                                                         <NA>
## 740                                                                                                                                                                         <NA>
##        natlty2                      natlty2_txt targtype3
## 1           NA                             <NA>        NA
## 2           NA                             <NA>        NA
## 3           NA                             <NA>        NA
## 4           NA                             <NA>        NA
## 5           NA                             <NA>        NA
## 6           NA                             <NA>        NA
## 7           NA                             <NA>        NA
## 8           NA                             <NA>        NA
## 9           NA                             <NA>        NA
## 10          NA                             <NA>        NA
## 11          NA                             <NA>        NA
## 12          NA                             <NA>        NA
## 13          NA                             <NA>        NA
## 14          NA                             <NA>        NA
## 15          NA                             <NA>        NA
## 16          NA                             <NA>        NA
## 17          NA                             <NA>        NA
## 18          NA                             <NA>        NA
## 19          NA                             <NA>        NA
## 20          NA                             <NA>        NA
## 21          NA                             <NA>        NA
## 22          NA                             <NA>        NA
## 23          NA                             <NA>        NA
## 24          NA                             <NA>        NA
## 25          NA                             <NA>        NA
## 26          NA                             <NA>        NA
## 27          NA                             <NA>        NA
## 28          NA                             <NA>        NA
## 29          NA                             <NA>        NA
## 30          NA                             <NA>        NA
## 31          NA                             <NA>        NA
## 32          NA                             <NA>        NA
## 33          NA                             <NA>        NA
## 34          NA                             <NA>        NA
## 35          NA                             <NA>        NA
## 36          NA                             <NA>        NA
## 37          NA                             <NA>        NA
## 38          NA                             <NA>        NA
## 39          NA                             <NA>        NA
## 40          NA                             <NA>        NA
## 41          NA                             <NA>        NA
## 42          NA                             <NA>        NA
## 43          NA                             <NA>        NA
## 44          NA                             <NA>        NA
## 45          NA                             <NA>        NA
## 46          NA                             <NA>        NA
## 47          NA                             <NA>        NA
## 48          NA                             <NA>        NA
## 49          NA                             <NA>        NA
## 50          NA                             <NA>        NA
## 51          NA                             <NA>        NA
## 52          NA                             <NA>        NA
## 53          NA                             <NA>        NA
## 54          NA                             <NA>        NA
## 55          NA                             <NA>        NA
## 56          NA                             <NA>        NA
## 57          NA                             <NA>        NA
## 58          NA                             <NA>        NA
## 59          NA                             <NA>        NA
## 60          NA                             <NA>        NA
## 61          NA                             <NA>        NA
## 62          NA                             <NA>        NA
## 63          NA                             <NA>        NA
## 64          NA                             <NA>        NA
## 65          NA                             <NA>        NA
## 66          NA                             <NA>        NA
## 67          NA                             <NA>        NA
## 68          NA                             <NA>        NA
## 69          NA                             <NA>        NA
## 70          NA                             <NA>        NA
## 71          NA                             <NA>        NA
## 72          NA                             <NA>        NA
## 73          NA                             <NA>        NA
## 74          NA                             <NA>        NA
## 75          NA                             <NA>        NA
## 76          NA                             <NA>        NA
## 77          NA                             <NA>        NA
## 78          NA                             <NA>        NA
## 79          NA                             <NA>        NA
## 80          NA                             <NA>        NA
## 81          NA                             <NA>        NA
## 82          NA                             <NA>        NA
## 83          NA                             <NA>        NA
## 84          NA                             <NA>        NA
## 85          NA                             <NA>        NA
## 86          NA                             <NA>        NA
## 87          NA                             <NA>        NA
## 88          NA                             <NA>        NA
## 89          NA                             <NA>        NA
## 90          NA                             <NA>        NA
## 91          NA                             <NA>        NA
## 92          NA                             <NA>        NA
## 93          NA                             <NA>        NA
## 94          NA                             <NA>        NA
## 95          NA                             <NA>        NA
## 96          NA                             <NA>        NA
## 97          NA                             <NA>        NA
## 98          NA                             <NA>        NA
## 99          NA                             <NA>        NA
## 100         NA                             <NA>        NA
## 101         NA                             <NA>        NA
## 102         NA                             <NA>        NA
## 103        217                    United States        NA
## 104         NA                             <NA>        NA
## 105         NA                             <NA>        NA
## 106         NA                             <NA>        NA
## 107         NA                             <NA>        NA
## 108         NA                             <NA>        NA
## 109         NA                             <NA>        NA
## 110         NA                             <NA>        NA
## 111         NA                             <NA>        NA
## 112         NA                             <NA>        NA
## 113         NA                             <NA>        NA
## 114         NA                             <NA>        NA
## 115         NA                             <NA>        NA
## 116         NA                             <NA>        NA
## 117         NA                             <NA>        NA
## 118         NA                             <NA>        NA
## 119         NA                             <NA>        NA
## 120         NA                             <NA>        NA
## 121         NA                             <NA>        NA
## 122         NA                             <NA>        NA
## 123        217                    United States        NA
## 124         NA                             <NA>        NA
## 125         NA                             <NA>        NA
## 126         NA                             <NA>        NA
## 127         NA                             <NA>        NA
## 128         NA                             <NA>        NA
## 129         NA                             <NA>        NA
## 130         NA                             <NA>        NA
## 131         NA                             <NA>        NA
## 132         NA                             <NA>        NA
## 133         NA                             <NA>        NA
## 134         NA                             <NA>        NA
## 135         NA                             <NA>        NA
## 136         NA                             <NA>        NA
## 137         NA                             <NA>        NA
## 138         NA                             <NA>        NA
## 139         NA                             <NA>        NA
## 140         NA                             <NA>        NA
## 141         NA                             <NA>        NA
## 142         NA                             <NA>        NA
## 143         NA                             <NA>        NA
## 144         NA                             <NA>        NA
## 145         NA                             <NA>        NA
## 146         NA                             <NA>        NA
## 147         NA                             <NA>        NA
## 148         NA                             <NA>        NA
## 149         NA                             <NA>        NA
## 150         NA                             <NA>        NA
## 151         NA                             <NA>        NA
## 152         NA                             <NA>        NA
## 153         NA                             <NA>        NA
## 154         NA                             <NA>        NA
## 155         NA                             <NA>        NA
## 156         NA                             <NA>        NA
## 157        217                    United States        NA
## 158         NA                             <NA>        NA
## 159         NA                             <NA>        NA
## 160         NA                             <NA>        NA
## 161         NA                             <NA>        NA
## 162         NA                             <NA>        NA
## 163         NA                             <NA>        NA
## 164         NA                             <NA>        NA
## 165         NA                             <NA>        NA
## 166         NA                             <NA>        NA
## 167         NA                             <NA>        NA
## 168         NA                             <NA>        NA
## 169         NA                             <NA>        NA
## 170         NA                             <NA>        NA
## 171         NA                             <NA>        NA
## 172         NA                             <NA>        NA
## 173         NA                             <NA>        NA
## 174         NA                             <NA>        NA
## 175         NA                             <NA>        NA
## 176         NA                             <NA>        NA
## 177         NA                             <NA>        NA
## 178         NA                             <NA>        NA
## 179         NA                             <NA>        NA
## 180         NA                             <NA>        NA
## 181         NA                             <NA>        NA
## 182         NA                             <NA>        NA
## 183         NA                             <NA>        NA
## 184         NA                             <NA>        NA
## 185         NA                             <NA>        NA
## 186         NA                             <NA>        NA
## 187        217                    United States        NA
## 188         NA                             <NA>        NA
## 189         NA                             <NA>        NA
## 190         NA                             <NA>        NA
## 191         NA                             <NA>        NA
## 192         NA                             <NA>        NA
## 193         NA                             <NA>        NA
## 194         NA                             <NA>        NA
## 195         NA                             <NA>        NA
## 196         NA                             <NA>        NA
## 197         NA                             <NA>        NA
## 198         NA                             <NA>        NA
## 199         NA                             <NA>        NA
## 200         NA                             <NA>        NA
## 201         NA                             <NA>        NA
## 202         NA                             <NA>        NA
## 203         NA                             <NA>        NA
## 204         NA                             <NA>        NA
## 205         NA                             <NA>        NA
## 206         NA                             <NA>        NA
## 207         NA                             <NA>        NA
## 208         NA                             <NA>        NA
## 209         NA                             <NA>        NA
## 210         NA                             <NA>        NA
## 211         NA                             <NA>        NA
## 212         NA                             <NA>        NA
## 213         NA                             <NA>        NA
## 214         NA                             <NA>        NA
## 215         NA                             <NA>        NA
## 216         NA                             <NA>        NA
## 217         NA                             <NA>        NA
## 218         NA                             <NA>        NA
## 219         NA                             <NA>        NA
## 220         NA                             <NA>        NA
## 221         NA                             <NA>        NA
## 222         NA                             <NA>        NA
## 223         NA                             <NA>        NA
## 224         NA                             <NA>        NA
## 225         NA                             <NA>        NA
## 226         NA                             <NA>        NA
## 227         NA                             <NA>        NA
## 228         NA                             <NA>        NA
## 229         NA                             <NA>        NA
## 230         NA                             <NA>        NA
## 231         NA                             <NA>        NA
## 232         NA                             <NA>        NA
## 233         NA                             <NA>        NA
## 234         NA                             <NA>        NA
## 235         NA                             <NA>        NA
## 236         NA                             <NA>        NA
## 237         NA                             <NA>        NA
## 238         NA                             <NA>        NA
## 239         NA                             <NA>        NA
## 240         NA                             <NA>        NA
## 241         NA                             <NA>        NA
## 242         NA                             <NA>        NA
## 243         NA                             <NA>        NA
## 244         NA                             <NA>        NA
## 245         NA                             <NA>        NA
## 246         NA                             <NA>        NA
## 247         NA                             <NA>        NA
## 248         NA                             <NA>        NA
## 249         NA                             <NA>        NA
## 250         NA                             <NA>        NA
## 251         NA                             <NA>        NA
## 252         NA                             <NA>        NA
## 253         NA                             <NA>        NA
## 254         NA                             <NA>        NA
## 255         NA                             <NA>        NA
## 256         NA                             <NA>        NA
## 257         NA                             <NA>        NA
## 258         NA                             <NA>        NA
## 259         NA                             <NA>        NA
## 260         NA                             <NA>        NA
## 261         NA                             <NA>        NA
## 262         NA                             <NA>        NA
## 263         NA                             <NA>        NA
## 264         NA                             <NA>        NA
## 265         NA                             <NA>        NA
## 266         NA                             <NA>        NA
## 267         NA                             <NA>        NA
## 268         NA                             <NA>        NA
## 269         NA                             <NA>        NA
## 270         NA                             <NA>        NA
## 271         NA                             <NA>        NA
## 272         NA                             <NA>        NA
## 273         NA                             <NA>        NA
## 274         NA                             <NA>        NA
## 275         NA                             <NA>        NA
## 276         NA                             <NA>        NA
## 277         NA                             <NA>        NA
## 278         NA                             <NA>        NA
## 279         NA                             <NA>        NA
## 280         NA                             <NA>        NA
## 281         NA                             <NA>        NA
## 282         NA                             <NA>        NA
## 283         NA                             <NA>        NA
## 284         NA                             <NA>        NA
## 285         NA                             <NA>        NA
## 286         NA                             <NA>        NA
## 287         NA                             <NA>        NA
## 288         NA                             <NA>        NA
## 289         NA                             <NA>        NA
## 290         NA                             <NA>        NA
## 291         NA                             <NA>        NA
## 292         NA                             <NA>        NA
## 293         NA                             <NA>        NA
## 294         NA                             <NA>        NA
## 295         NA                             <NA>        NA
## 296         NA                             <NA>        NA
## 297         NA                             <NA>        NA
## 298        217                    United States        NA
## 299         NA                             <NA>        NA
## 300         NA                             <NA>        NA
## 301         NA                             <NA>        NA
## 302         NA                             <NA>        NA
## 303         NA                             <NA>        NA
## 304         NA                             <NA>        NA
## 305         NA                             <NA>        NA
## 306         NA                             <NA>        NA
## 307         NA                             <NA>        NA
## 308         NA                             <NA>        NA
## 309         NA                             <NA>        NA
## 310         NA                             <NA>        NA
## 311         NA                             <NA>        NA
## 312         NA                             <NA>        NA
## 313         NA                             <NA>        NA
## 314        217                    United States        NA
## 315         NA                             <NA>        NA
## 316         NA                             <NA>        NA
## 317         NA                             <NA>        NA
## 318         NA                             <NA>        NA
## 319         NA                             <NA>        NA
## 320         NA                             <NA>        NA
## 321         NA                             <NA>        NA
## 322         NA                             <NA>        NA
## 323         NA                             <NA>        NA
## 324         NA                             <NA>        NA
## 325         NA                             <NA>        NA
## 326         NA                             <NA>        NA
## 327         NA                             <NA>        NA
## 328         NA                             <NA>        NA
## 329         NA                             <NA>        NA
## 330         NA                             <NA>        NA
## 331         NA                             <NA>        NA
## 332         NA                             <NA>        NA
## 333         NA                             <NA>        NA
## 334         NA                             <NA>        NA
## 335         NA                             <NA>        NA
## 336         NA                             <NA>        NA
## 337         NA                             <NA>        NA
## 338         NA                             <NA>        NA
## 339         NA                             <NA>        NA
## 340         NA                             <NA>        NA
## 341         NA                             <NA>        NA
## 342         NA                             <NA>        NA
## 343         NA                             <NA>        NA
## 344         NA                             <NA>        NA
## 345         NA                             <NA>        NA
## 346         NA                             <NA>        NA
## 347         NA                             <NA>        NA
## 348         NA                             <NA>        NA
## 349         NA                             <NA>        NA
## 350         NA                             <NA>        NA
## 351         NA                             <NA>        NA
## 352         NA                             <NA>        NA
## 353         NA                             <NA>        NA
## 354         NA                             <NA>        NA
## 355         NA                             <NA>        NA
## 356         NA                             <NA>        NA
## 357         NA                             <NA>        NA
## 358         NA                             <NA>        NA
## 359         NA                             <NA>        NA
## 360         NA                             <NA>        NA
## 361         NA                             <NA>        NA
## 362         NA                             <NA>        NA
## 363         NA                             <NA>        NA
## 364         NA                             <NA>        NA
## 365         NA                             <NA>        NA
## 366         NA                             <NA>        NA
## 367         NA                             <NA>        NA
## 368         NA                             <NA>        NA
## 369        233                 Northern Ireland        NA
## 370         NA                             <NA>        NA
## 371         NA                             <NA>        NA
## 372         NA                             <NA>        NA
## 373         NA                             <NA>        NA
## 374         NA                             <NA>        NA
## 375         NA                             <NA>        NA
## 376         NA                             <NA>        NA
## 377         NA                             <NA>        NA
## 378         NA                             <NA>        NA
## 379         NA                             <NA>        NA
## 380         NA                             <NA>        NA
## 381         NA                             <NA>        NA
## 382         NA                             <NA>        NA
## 383         NA                             <NA>        NA
## 384         NA                             <NA>        NA
## 385         NA                             <NA>        NA
## 386         NA                             <NA>        NA
## 387         NA                             <NA>        NA
## 388         NA                             <NA>        NA
## 389         NA                             <NA>        NA
## 390         NA                             <NA>        NA
## 391         NA                             <NA>        NA
## 392         NA                             <NA>        NA
## 393         NA                             <NA>        NA
## 394        217                    United States        NA
## 395         NA                             <NA>        NA
## 396         NA                             <NA>        NA
## 397         NA                             <NA>        NA
## 398         NA                             <NA>        NA
## 399         NA                             <NA>        NA
## 400         NA                             <NA>        NA
## 401         NA                             <NA>        NA
## 402         NA                             <NA>        NA
## 403        217                    United States        NA
## 404         NA                             <NA>        NA
## 405         NA                             <NA>        NA
## 406         NA                             <NA>        NA
## 407         NA                             <NA>        NA
## 408         NA                             <NA>        NA
## 409         NA                             <NA>        NA
## 410         NA                             <NA>        NA
## 411         NA                             <NA>        NA
## 412         NA                             <NA>        NA
## 413         NA                             <NA>        NA
## 414         NA                             <NA>        NA
## 415         NA                             <NA>        NA
## 416         NA                             <NA>        NA
## 417         NA                             <NA>        NA
## 418         NA                             <NA>        NA
## 419         NA                             <NA>        NA
## 420         NA                             <NA>        NA
## 421         NA                             <NA>        NA
## 422         NA                             <NA>        NA
## 423         NA                             <NA>        NA
## 424         NA                             <NA>        NA
## 425         NA                             <NA>        NA
## 426         NA                             <NA>        NA
## 427         NA                             <NA>        NA
## 428         NA                             <NA>        NA
## 429         NA                             <NA>        NA
## 430         NA                             <NA>        NA
## 431         NA                             <NA>        NA
## 432         NA                             <NA>        NA
## 433         NA                             <NA>        NA
## 434         NA                             <NA>        NA
## 435         NA                             <NA>        NA
## 436         NA                             <NA>        NA
## 437         NA                             <NA>        NA
## 438         NA                             <NA>        NA
## 439         NA                             <NA>        NA
## 440         NA                             <NA>        NA
## 441         NA                             <NA>        NA
## 442         NA                             <NA>        NA
## 443         NA                             <NA>        NA
## 444         NA                             <NA>        NA
## 445         NA                             <NA>        NA
## 446         NA                             <NA>        NA
## 447         NA                             <NA>        NA
## 448         NA                             <NA>        NA
## 449         NA                             <NA>        NA
## 450         NA                             <NA>        NA
## 451         NA                             <NA>        NA
## 452         NA                             <NA>        NA
## 453         NA                             <NA>        NA
## 454         NA                             <NA>        NA
## 455         NA                             <NA>        NA
## 456         NA                             <NA>        NA
## 457         NA                             <NA>        NA
## 458         NA                             <NA>        NA
## 459         NA                             <NA>        NA
## 460         NA                             <NA>        NA
## 461         NA                             <NA>        NA
## 462         NA                             <NA>        NA
## 463         NA                             <NA>        NA
## 464         NA                             <NA>        NA
## 465         NA                             <NA>        NA
## 466         NA                             <NA>        NA
## 467         NA                             <NA>        NA
## 468         NA                             <NA>        NA
## 469         NA                             <NA>        NA
## 470         NA                             <NA>        NA
## 471         NA                             <NA>        NA
## 472         NA                             <NA>        NA
## 473         NA                             <NA>        NA
## 474         NA                             <NA>        NA
## 475         NA                             <NA>        NA
## 476         NA                             <NA>        NA
## 477         NA                             <NA>        NA
## 478         NA                             <NA>        NA
## 479         NA                             <NA>        NA
## 480         NA                             <NA>        NA
## 481         NA                             <NA>        NA
## 482         NA                             <NA>        NA
## 483         NA                             <NA>        NA
## 484         NA                             <NA>        NA
## 485         NA                             <NA>        NA
## 486         NA                             <NA>        NA
## 487         NA                             <NA>        NA
## 488         NA                             <NA>        NA
## 489         NA                             <NA>        NA
## 490         NA                             <NA>        NA
## 491         NA                             <NA>        NA
## 492         NA                             <NA>        NA
## 493         NA                             <NA>        NA
## 494         NA                             <NA>        NA
## 495         NA                             <NA>        NA
## 496         NA                             <NA>        NA
## 497         NA                             <NA>        NA
## 498         NA                             <NA>        NA
## 499         NA                             <NA>        NA
## 500         NA                             <NA>        NA
## 501         NA                             <NA>        NA
## 502        217                    United States        NA
## 503         NA                             <NA>        NA
## 504         NA                             <NA>        NA
## 505         NA                             <NA>        NA
## 506         NA                             <NA>        NA
## 507         NA                             <NA>        NA
## 508         NA                             <NA>        NA
## 509         NA                             <NA>        NA
## 510         NA                             <NA>        NA
## 511         NA                             <NA>        NA
## 512         NA                             <NA>        NA
## 513         NA                             <NA>        NA
## 514         NA                             <NA>        NA
## 515         NA                             <NA>        NA
## 516         NA                             <NA>        NA
## 517         NA                             <NA>        NA
## 518         NA                             <NA>        NA
## 519         NA                             <NA>        NA
## 520         NA                             <NA>        NA
## 521         NA                             <NA>        NA
## 522         NA                             <NA>        NA
## 523         NA                             <NA>        NA
## 524         NA                             <NA>        NA
## 525         NA                             <NA>        NA
## 526         NA                             <NA>        NA
## 527         NA                             <NA>        NA
## 528         NA                             <NA>        NA
## 529         NA                             <NA>        NA
## 530         NA                             <NA>        NA
## 531         NA                             <NA>        NA
## 532         NA                             <NA>        NA
## 533         NA                             <NA>        NA
## 534         NA                             <NA>        NA
## 535         NA                             <NA>        NA
## 536         NA                             <NA>        NA
## 537         NA                             <NA>        NA
## 538         NA                             <NA>        NA
## 539         NA                             <NA>        NA
## 540         NA                             <NA>        NA
## 541         NA                             <NA>        NA
## 542         NA                             <NA>        NA
## 543         NA                             <NA>        NA
## 544         NA                             <NA>        NA
## 545         NA                             <NA>        NA
## 546         NA                             <NA>        NA
## 547         NA                             <NA>        NA
## 548         NA                             <NA>        NA
## 549         NA                             <NA>        NA
## 550         NA                             <NA>        NA
## 551         NA                             <NA>        NA
## 552         NA                             <NA>        NA
## 553         NA                             <NA>        NA
## 554         NA                             <NA>        NA
## 555         NA                             <NA>        NA
## 556         NA                             <NA>        NA
## 557         NA                             <NA>        NA
## 558         NA                             <NA>        NA
## 559         NA                             <NA>        NA
## 560         NA                             <NA>        NA
## 561         NA                             <NA>        NA
## 562         NA                             <NA>        NA
## 563         NA                             <NA>        NA
## 564         NA                             <NA>        NA
## 565        217                    United States        NA
## 566         NA                             <NA>        NA
## 567         NA                             <NA>        NA
## 568         NA                             <NA>        NA
## 569         NA                             <NA>        NA
## 570         NA                             <NA>        NA
## 571        217                    United States        NA
## 572         NA                             <NA>        NA
## 573         NA                             <NA>        NA
## 574         NA                             <NA>        NA
## 575         NA                             <NA>        NA
## 576         NA                             <NA>        NA
## 577         NA                             <NA>        NA
## 578         NA                             <NA>        NA
## 579         NA                             <NA>        NA
## 580         NA                             <NA>        NA
## 581         NA                             <NA>        NA
## 582         NA                             <NA>        NA
## 583         NA                             <NA>        NA
## 584         NA                             <NA>        NA
## 585         NA                             <NA>        NA
## 586        161                           Poland         7
## 587         NA                             <NA>        NA
## 588         NA                             <NA>        NA
## 589         NA                             <NA>        NA
## 590         NA                             <NA>        NA
## 591         NA                             <NA>        NA
## 592         NA                             <NA>        NA
## 593         NA                             <NA>        NA
## 594         NA                             <NA>        NA
## 595         NA                             <NA>        NA
## 596         NA                             <NA>        NA
## 597         NA                             <NA>        NA
## 598         NA                             <NA>        NA
## 599         NA                             <NA>        NA
## 600         NA                             <NA>        NA
## 601         NA                             <NA>        NA
## 602         NA                             <NA>        NA
## 603         NA                             <NA>        NA
## 604         NA                             <NA>        NA
## 605         NA                             <NA>        NA
## 606         NA                             <NA>        NA
## 607         NA                             <NA>        NA
## 608         NA                             <NA>        NA
## 609         NA                             <NA>        NA
## 610         NA                             <NA>        NA
## 611         NA                             <NA>        NA
## 612         NA                             <NA>        NA
## 613         NA                             <NA>        NA
## 614         NA                             <NA>        NA
## 615         NA                             <NA>        NA
## 616         NA                             <NA>        NA
## 617         NA                             <NA>        NA
## 618         NA                             <NA>        NA
## 619         NA                             <NA>        NA
## 620         NA                             <NA>        NA
## 621         NA                             <NA>        NA
## 622         NA                             <NA>        NA
## 623         NA                             <NA>        NA
## 624         NA                             <NA>        NA
## 625         NA                             <NA>        NA
## 626         NA                             <NA>        NA
## 627         NA                             <NA>        NA
## 628         NA                             <NA>        NA
## 629         NA                             <NA>        NA
## 630         NA                             <NA>        NA
## 631         NA                             <NA>        NA
## 632         NA                             <NA>        NA
## 633         NA                             <NA>        NA
## 634         NA                             <NA>        NA
## 635         NA                             <NA>        NA
## 636         NA                             <NA>        NA
## 637         NA                             <NA>        NA
## 638         NA                             <NA>        NA
## 639         NA                             <NA>        NA
## 640         NA                             <NA>        NA
## 641         NA                             <NA>        NA
## 642         NA                             <NA>        NA
## 643         NA                             <NA>        NA
## 644         NA                             <NA>        NA
## 645         NA                             <NA>        NA
## 646         NA                             <NA>        NA
## 647         NA                             <NA>        NA
## 648         NA                             <NA>        NA
## 649         NA                             <NA>        NA
## 650         NA                             <NA>        NA
## 651         NA                             <NA>        NA
## 652         NA                             <NA>        NA
## 653         NA                             <NA>        NA
## 654         NA                             <NA>        NA
## 655         NA                             <NA>        NA
## 656         NA                             <NA>        NA
## 657         NA                             <NA>        NA
## 658         NA                             <NA>        NA
## 659         NA                             <NA>        NA
## 660         NA                             <NA>        NA
## 661         NA                             <NA>        NA
## 662         NA                             <NA>        NA
## 663         NA                             <NA>        NA
## 664         NA                             <NA>        NA
## 665         NA                             <NA>        NA
## 666         NA                             <NA>        NA
## 667         NA                             <NA>        NA
## 668         NA                             <NA>        NA
## 669         NA                             <NA>        NA
## 670         NA                             <NA>        NA
## 671         NA                             <NA>        NA
## 672         NA                             <NA>        NA
## 673         NA                             <NA>        NA
## 674         NA                             <NA>        NA
## 675         NA                             <NA>        NA
## 676         NA                             <NA>        NA
## 677         NA                             <NA>        NA
## 678         NA                             <NA>        NA
## 679         NA                             <NA>        NA
## 680         NA                             <NA>        NA
## 681         NA                             <NA>        NA
## 682         NA                             <NA>        NA
## 683         NA                             <NA>        NA
## 684         NA                             <NA>        NA
## 685         NA                             <NA>        NA
## 686         NA                             <NA>        NA
## 687         NA                             <NA>        NA
## 688         NA                             <NA>        NA
## 689         NA                             <NA>        NA
## 690         NA                             <NA>        NA
## 691         NA                             <NA>        NA
## 692         NA                             <NA>        NA
## 693         NA                             <NA>        NA
## 694         NA                             <NA>        NA
## 695         NA                             <NA>        NA
## 696         NA                             <NA>        NA
## 697         NA                             <NA>        NA
## 698         NA                             <NA>        NA
## 699         NA                             <NA>        NA
## 700         NA                             <NA>        NA
## 701         NA                             <NA>        NA
## 702         NA                             <NA>        NA
## 703         NA                             <NA>        NA
## 704         NA                             <NA>        NA
## 705         NA                             <NA>        NA
## 706         NA                             <NA>        NA
## 707        233                 Northern Ireland        NA
## 708        217                    United States        NA
## 709         NA                             <NA>        NA
## 710         NA                             <NA>        NA
## 711        217                    United States        NA
## 712         NA                             <NA>        NA
## 713         NA                             <NA>        NA
## 714         NA                             <NA>        NA
## 715         NA                             <NA>        NA
## 716         NA                             <NA>        NA
## 717         NA                             <NA>        NA
## 718         NA                             <NA>        NA
## 719         NA                             <NA>        NA
## 720         NA                             <NA>        NA
## 721         NA                             <NA>        NA
## 722         NA                             <NA>        NA
## 723        217                    United States        NA
## 724         NA                             <NA>        NA
## 725         NA                             <NA>        NA
## 726         NA                             <NA>        NA
## 727         NA                             <NA>        NA
## 728         NA                             <NA>        NA
## 729         NA                             <NA>        NA
## 730         NA                             <NA>        NA
## 731         NA                             <NA>        NA
## 732         NA                             <NA>        NA
## 733         NA                             <NA>        NA
## 734         NA                             <NA>        NA
## 735         NA                             <NA>        NA
## 736         NA                             <NA>        NA
## 737         NA                             <NA>        NA
## 738         NA                             <NA>        NA
## 739         NA                             <NA>        NA
## 740         NA                             <NA>        NA
##                         targtype3_txt targsubtype3
## 1                                <NA>           NA
## 2                                <NA>           NA
## 3                                <NA>           NA
## 4                                <NA>           NA
## 5                                <NA>           NA
## 6                                <NA>           NA
## 7                                <NA>           NA
## 8                                <NA>           NA
## 9                                <NA>           NA
## 10                               <NA>           NA
## 11                               <NA>           NA
## 12                               <NA>           NA
## 13                               <NA>           NA
## 14                               <NA>           NA
## 15                               <NA>           NA
## 16                               <NA>           NA
## 17                               <NA>           NA
## 18                               <NA>           NA
## 19                               <NA>           NA
## 20                               <NA>           NA
## 21                               <NA>           NA
## 22                               <NA>           NA
## 23                               <NA>           NA
## 24                               <NA>           NA
## 25                               <NA>           NA
## 26                               <NA>           NA
## 27                               <NA>           NA
## 28                               <NA>           NA
## 29                               <NA>           NA
## 30                               <NA>           NA
## 31                               <NA>           NA
## 32                               <NA>           NA
## 33                               <NA>           NA
## 34                               <NA>           NA
## 35                               <NA>           NA
## 36                               <NA>           NA
## 37                               <NA>           NA
## 38                               <NA>           NA
## 39                               <NA>           NA
## 40                               <NA>           NA
## 41                               <NA>           NA
## 42                               <NA>           NA
## 43                               <NA>           NA
## 44                               <NA>           NA
## 45                               <NA>           NA
## 46                               <NA>           NA
## 47                               <NA>           NA
## 48                               <NA>           NA
## 49                               <NA>           NA
## 50                               <NA>           NA
## 51                               <NA>           NA
## 52                               <NA>           NA
## 53                               <NA>           NA
## 54                               <NA>           NA
## 55                               <NA>           NA
## 56                               <NA>           NA
## 57                               <NA>           NA
## 58                               <NA>           NA
## 59                               <NA>           NA
## 60                               <NA>           NA
## 61                               <NA>           NA
## 62                               <NA>           NA
## 63                               <NA>           NA
## 64                               <NA>           NA
## 65                               <NA>           NA
## 66                               <NA>           NA
## 67                               <NA>           NA
## 68                               <NA>           NA
## 69                               <NA>           NA
## 70                               <NA>           NA
## 71                               <NA>           NA
## 72                               <NA>           NA
## 73                               <NA>           NA
## 74                               <NA>           NA
## 75                               <NA>           NA
## 76                               <NA>           NA
## 77                               <NA>           NA
## 78                               <NA>           NA
## 79                               <NA>           NA
## 80                               <NA>           NA
## 81                               <NA>           NA
## 82                               <NA>           NA
## 83                               <NA>           NA
## 84                               <NA>           NA
## 85                               <NA>           NA
## 86                               <NA>           NA
## 87                               <NA>           NA
## 88                               <NA>           NA
## 89                               <NA>           NA
## 90                               <NA>           NA
## 91                               <NA>           NA
## 92                               <NA>           NA
## 93                               <NA>           NA
## 94                               <NA>           NA
## 95                               <NA>           NA
## 96                               <NA>           NA
## 97                               <NA>           NA
## 98                               <NA>           NA
## 99                               <NA>           NA
## 100                              <NA>           NA
## 101                              <NA>           NA
## 102                              <NA>           NA
## 103                              <NA>           NA
## 104                              <NA>           NA
## 105                              <NA>           NA
## 106                              <NA>           NA
## 107                              <NA>           NA
## 108                              <NA>           NA
## 109                              <NA>           NA
## 110                              <NA>           NA
## 111                              <NA>           NA
## 112                              <NA>           NA
## 113                              <NA>           NA
## 114                              <NA>           NA
## 115                              <NA>           NA
## 116                              <NA>           NA
## 117                              <NA>           NA
## 118                              <NA>           NA
## 119                              <NA>           NA
## 120                              <NA>           NA
## 121                              <NA>           NA
## 122                              <NA>           NA
## 123                              <NA>           NA
## 124                              <NA>           NA
## 125                              <NA>           NA
## 126                              <NA>           NA
## 127                              <NA>           NA
## 128                              <NA>           NA
## 129                              <NA>           NA
## 130                              <NA>           NA
## 131                              <NA>           NA
## 132                              <NA>           NA
## 133                              <NA>           NA
## 134                              <NA>           NA
## 135                              <NA>           NA
## 136                              <NA>           NA
## 137                              <NA>           NA
## 138                              <NA>           NA
## 139                              <NA>           NA
## 140                              <NA>           NA
## 141                              <NA>           NA
## 142                              <NA>           NA
## 143                              <NA>           NA
## 144                              <NA>           NA
## 145                              <NA>           NA
## 146                              <NA>           NA
## 147                              <NA>           NA
## 148                              <NA>           NA
## 149                              <NA>           NA
## 150                              <NA>           NA
## 151                              <NA>           NA
## 152                              <NA>           NA
## 153                              <NA>           NA
## 154                              <NA>           NA
## 155                              <NA>           NA
## 156                              <NA>           NA
## 157                              <NA>           NA
## 158                              <NA>           NA
## 159                              <NA>           NA
## 160                              <NA>           NA
## 161                              <NA>           NA
## 162                              <NA>           NA
## 163                              <NA>           NA
## 164                              <NA>           NA
## 165                              <NA>           NA
## 166                              <NA>           NA
## 167                              <NA>           NA
## 168                              <NA>           NA
## 169                              <NA>           NA
## 170                              <NA>           NA
## 171                              <NA>           NA
## 172                              <NA>           NA
## 173                              <NA>           NA
## 174                              <NA>           NA
## 175                              <NA>           NA
## 176                              <NA>           NA
## 177                              <NA>           NA
## 178                              <NA>           NA
## 179                              <NA>           NA
## 180                              <NA>           NA
## 181                              <NA>           NA
## 182                              <NA>           NA
## 183                              <NA>           NA
## 184                              <NA>           NA
## 185                              <NA>           NA
## 186                              <NA>           NA
## 187                              <NA>           NA
## 188                              <NA>           NA
## 189                              <NA>           NA
## 190                              <NA>           NA
## 191                              <NA>           NA
## 192                              <NA>           NA
## 193                              <NA>           NA
## 194                              <NA>           NA
## 195                              <NA>           NA
## 196                              <NA>           NA
## 197                              <NA>           NA
## 198                              <NA>           NA
## 199                              <NA>           NA
## 200                              <NA>           NA
## 201                              <NA>           NA
## 202                              <NA>           NA
## 203                              <NA>           NA
## 204                              <NA>           NA
## 205                              <NA>           NA
## 206                              <NA>           NA
## 207                              <NA>           NA
## 208                              <NA>           NA
## 209                              <NA>           NA
## 210                              <NA>           NA
## 211                              <NA>           NA
## 212                              <NA>           NA
## 213                              <NA>           NA
## 214                              <NA>           NA
## 215                              <NA>           NA
## 216                              <NA>           NA
## 217                              <NA>           NA
## 218                              <NA>           NA
## 219                              <NA>           NA
## 220                              <NA>           NA
## 221                              <NA>           NA
## 222                              <NA>           NA
## 223                              <NA>           NA
## 224                              <NA>           NA
## 225                              <NA>           NA
## 226                              <NA>           NA
## 227                              <NA>           NA
## 228                              <NA>           NA
## 229                              <NA>           NA
## 230                              <NA>           NA
## 231                              <NA>           NA
## 232                              <NA>           NA
## 233                              <NA>           NA
## 234                              <NA>           NA
## 235                              <NA>           NA
## 236                              <NA>           NA
## 237                              <NA>           NA
## 238                              <NA>           NA
## 239                              <NA>           NA
## 240                              <NA>           NA
## 241                              <NA>           NA
## 242                              <NA>           NA
## 243                              <NA>           NA
## 244                              <NA>           NA
## 245                              <NA>           NA
## 246                              <NA>           NA
## 247                              <NA>           NA
## 248                              <NA>           NA
## 249                              <NA>           NA
## 250                              <NA>           NA
## 251                              <NA>           NA
## 252                              <NA>           NA
## 253                              <NA>           NA
## 254                              <NA>           NA
## 255                              <NA>           NA
## 256                              <NA>           NA
## 257                              <NA>           NA
## 258                              <NA>           NA
## 259                              <NA>           NA
## 260                              <NA>           NA
## 261                              <NA>           NA
## 262                              <NA>           NA
## 263                              <NA>           NA
## 264                              <NA>           NA
## 265                              <NA>           NA
## 266                              <NA>           NA
## 267                              <NA>           NA
## 268                              <NA>           NA
## 269                              <NA>           NA
## 270                              <NA>           NA
## 271                              <NA>           NA
## 272                              <NA>           NA
## 273                              <NA>           NA
## 274                              <NA>           NA
## 275                              <NA>           NA
## 276                              <NA>           NA
## 277                              <NA>           NA
## 278                              <NA>           NA
## 279                              <NA>           NA
## 280                              <NA>           NA
## 281                              <NA>           NA
## 282                              <NA>           NA
## 283                              <NA>           NA
## 284                              <NA>           NA
## 285                              <NA>           NA
## 286                              <NA>           NA
## 287                              <NA>           NA
## 288                              <NA>           NA
## 289                              <NA>           NA
## 290                              <NA>           NA
## 291                              <NA>           NA
## 292                              <NA>           NA
## 293                              <NA>           NA
## 294                              <NA>           NA
## 295                              <NA>           NA
## 296                              <NA>           NA
## 297                              <NA>           NA
## 298                              <NA>           NA
## 299                              <NA>           NA
## 300                              <NA>           NA
## 301                              <NA>           NA
## 302                              <NA>           NA
## 303                              <NA>           NA
## 304                              <NA>           NA
## 305                              <NA>           NA
## 306                              <NA>           NA
## 307                              <NA>           NA
## 308                              <NA>           NA
## 309                              <NA>           NA
## 310                              <NA>           NA
## 311                              <NA>           NA
## 312                              <NA>           NA
## 313                              <NA>           NA
## 314                              <NA>           NA
## 315                              <NA>           NA
## 316                              <NA>           NA
## 317                              <NA>           NA
## 318                              <NA>           NA
## 319                              <NA>           NA
## 320                              <NA>           NA
## 321                              <NA>           NA
## 322                              <NA>           NA
## 323                              <NA>           NA
## 324                              <NA>           NA
## 325                              <NA>           NA
## 326                              <NA>           NA
## 327                              <NA>           NA
## 328                              <NA>           NA
## 329                              <NA>           NA
## 330                              <NA>           NA
## 331                              <NA>           NA
## 332                              <NA>           NA
## 333                              <NA>           NA
## 334                              <NA>           NA
## 335                              <NA>           NA
## 336                              <NA>           NA
## 337                              <NA>           NA
## 338                              <NA>           NA
## 339                              <NA>           NA
## 340                              <NA>           NA
## 341                              <NA>           NA
## 342                              <NA>           NA
## 343                              <NA>           NA
## 344                              <NA>           NA
## 345                              <NA>           NA
## 346                              <NA>           NA
## 347                              <NA>           NA
## 348                              <NA>           NA
## 349                              <NA>           NA
## 350                              <NA>           NA
## 351                              <NA>           NA
## 352                              <NA>           NA
## 353                              <NA>           NA
## 354                              <NA>           NA
## 355                              <NA>           NA
## 356                              <NA>           NA
## 357                              <NA>           NA
## 358                              <NA>           NA
## 359                              <NA>           NA
## 360                              <NA>           NA
## 361                              <NA>           NA
## 362                              <NA>           NA
## 363                              <NA>           NA
## 364                              <NA>           NA
## 365                              <NA>           NA
## 366                              <NA>           NA
## 367                              <NA>           NA
## 368                              <NA>           NA
## 369                              <NA>           NA
## 370                              <NA>           NA
## 371                              <NA>           NA
## 372                              <NA>           NA
## 373                              <NA>           NA
## 374                              <NA>           NA
## 375                              <NA>           NA
## 376                              <NA>           NA
## 377                              <NA>           NA
## 378                              <NA>           NA
## 379                              <NA>           NA
## 380                              <NA>           NA
## 381                              <NA>           NA
## 382                              <NA>           NA
## 383                              <NA>           NA
## 384                              <NA>           NA
## 385                              <NA>           NA
## 386                              <NA>           NA
## 387                              <NA>           NA
## 388                              <NA>           NA
## 389                              <NA>           NA
## 390                              <NA>           NA
## 391                              <NA>           NA
## 392                              <NA>           NA
## 393                              <NA>           NA
## 394                              <NA>           NA
## 395                              <NA>           NA
## 396                              <NA>           NA
## 397                              <NA>           NA
## 398                              <NA>           NA
## 399                              <NA>           NA
## 400                              <NA>           NA
## 401                              <NA>           NA
## 402                              <NA>           NA
## 403                              <NA>           NA
## 404                              <NA>           NA
## 405                              <NA>           NA
## 406                              <NA>           NA
## 407                              <NA>           NA
## 408                              <NA>           NA
## 409                              <NA>           NA
## 410                              <NA>           NA
## 411                              <NA>           NA
## 412                              <NA>           NA
## 413                              <NA>           NA
## 414                              <NA>           NA
## 415                              <NA>           NA
## 416                              <NA>           NA
## 417                              <NA>           NA
## 418                              <NA>           NA
## 419                              <NA>           NA
## 420                              <NA>           NA
## 421                              <NA>           NA
## 422                              <NA>           NA
## 423                              <NA>           NA
## 424                              <NA>           NA
## 425                              <NA>           NA
## 426                              <NA>           NA
## 427                              <NA>           NA
## 428                              <NA>           NA
## 429                              <NA>           NA
## 430                              <NA>           NA
## 431                              <NA>           NA
## 432                              <NA>           NA
## 433                              <NA>           NA
## 434                              <NA>           NA
## 435                              <NA>           NA
## 436                              <NA>           NA
## 437                              <NA>           NA
## 438                              <NA>           NA
## 439                              <NA>           NA
## 440                              <NA>           NA
## 441                              <NA>           NA
## 442                              <NA>           NA
## 443                              <NA>           NA
## 444                              <NA>           NA
## 445                              <NA>           NA
## 446                              <NA>           NA
## 447                              <NA>           NA
## 448                              <NA>           NA
## 449                              <NA>           NA
## 450                              <NA>           NA
## 451                              <NA>           NA
## 452                              <NA>           NA
## 453                              <NA>           NA
## 454                              <NA>           NA
## 455                              <NA>           NA
## 456                              <NA>           NA
## 457                              <NA>           NA
## 458                              <NA>           NA
## 459                              <NA>           NA
## 460                              <NA>           NA
## 461                              <NA>           NA
## 462                              <NA>           NA
## 463                              <NA>           NA
## 464                              <NA>           NA
## 465                              <NA>           NA
## 466                              <NA>           NA
## 467                              <NA>           NA
## 468                              <NA>           NA
## 469                              <NA>           NA
## 470                              <NA>           NA
## 471                              <NA>           NA
## 472                              <NA>           NA
## 473                              <NA>           NA
## 474                              <NA>           NA
## 475                              <NA>           NA
## 476                              <NA>           NA
## 477                              <NA>           NA
## 478                              <NA>           NA
## 479                              <NA>           NA
## 480                              <NA>           NA
## 481                              <NA>           NA
## 482                              <NA>           NA
## 483                              <NA>           NA
## 484                              <NA>           NA
## 485                              <NA>           NA
## 486                              <NA>           NA
## 487                              <NA>           NA
## 488                              <NA>           NA
## 489                              <NA>           NA
## 490                              <NA>           NA
## 491                              <NA>           NA
## 492                              <NA>           NA
## 493                              <NA>           NA
## 494                              <NA>           NA
## 495                              <NA>           NA
## 496                              <NA>           NA
## 497                              <NA>           NA
## 498                              <NA>           NA
## 499                              <NA>           NA
## 500                              <NA>           NA
## 501                              <NA>           NA
## 502                              <NA>           NA
## 503                              <NA>           NA
## 504                              <NA>           NA
## 505                              <NA>           NA
## 506                              <NA>           NA
## 507                              <NA>           NA
## 508                              <NA>           NA
## 509                              <NA>           NA
## 510                              <NA>           NA
## 511                              <NA>           NA
## 512                              <NA>           NA
## 513                              <NA>           NA
## 514                              <NA>           NA
## 515                              <NA>           NA
## 516                              <NA>           NA
## 517                              <NA>           NA
## 518                              <NA>           NA
## 519                              <NA>           NA
## 520                              <NA>           NA
## 521                              <NA>           NA
## 522                              <NA>           NA
## 523                              <NA>           NA
## 524                              <NA>           NA
## 525                              <NA>           NA
## 526                              <NA>           NA
## 527                              <NA>           NA
## 528                              <NA>           NA
## 529                              <NA>           NA
## 530                              <NA>           NA
## 531                              <NA>           NA
## 532                              <NA>           NA
## 533                              <NA>           NA
## 534                              <NA>           NA
## 535                              <NA>           NA
## 536                              <NA>           NA
## 537                              <NA>           NA
## 538                              <NA>           NA
## 539                              <NA>           NA
## 540                              <NA>           NA
## 541                              <NA>           NA
## 542                              <NA>           NA
## 543                              <NA>           NA
## 544                              <NA>           NA
## 545                              <NA>           NA
## 546                              <NA>           NA
## 547                              <NA>           NA
## 548                              <NA>           NA
## 549                              <NA>           NA
## 550                              <NA>           NA
## 551                              <NA>           NA
## 552                              <NA>           NA
## 553                              <NA>           NA
## 554                              <NA>           NA
## 555                              <NA>           NA
## 556                              <NA>           NA
## 557                              <NA>           NA
## 558                              <NA>           NA
## 559                              <NA>           NA
## 560                              <NA>           NA
## 561                              <NA>           NA
## 562                              <NA>           NA
## 563                              <NA>           NA
## 564                              <NA>           NA
## 565                              <NA>           NA
## 566                              <NA>           NA
## 567                              <NA>           NA
## 568                              <NA>           NA
## 569                              <NA>           NA
## 570                              <NA>           NA
## 571                              <NA>           NA
## 572                              <NA>           NA
## 573                              <NA>           NA
## 574                              <NA>           NA
## 575                              <NA>           NA
## 576                              <NA>           NA
## 577                              <NA>           NA
## 578                              <NA>           NA
## 579                              <NA>           NA
## 580                              <NA>           NA
## 581                              <NA>           NA
## 582                              <NA>           NA
## 583                              <NA>           NA
## 584                              <NA>           NA
## 585                              <NA>           NA
## 586           Government (Diplomatic)           45
## 587                              <NA>           NA
## 588                              <NA>           NA
## 589                              <NA>           NA
## 590                              <NA>           NA
## 591                              <NA>           NA
## 592                              <NA>           NA
## 593                              <NA>           NA
## 594                              <NA>           NA
## 595                              <NA>           NA
## 596                              <NA>           NA
## 597                              <NA>           NA
## 598                              <NA>           NA
## 599                              <NA>           NA
## 600                              <NA>           NA
## 601                              <NA>           NA
## 602                              <NA>           NA
## 603                              <NA>           NA
## 604                              <NA>           NA
## 605                              <NA>           NA
## 606                              <NA>           NA
## 607                              <NA>           NA
## 608                              <NA>           NA
## 609                              <NA>           NA
## 610                              <NA>           NA
## 611                              <NA>           NA
## 612                              <NA>           NA
## 613                              <NA>           NA
## 614                              <NA>           NA
## 615                              <NA>           NA
## 616                              <NA>           NA
## 617                              <NA>           NA
## 618                              <NA>           NA
## 619                              <NA>           NA
## 620                              <NA>           NA
## 621                              <NA>           NA
## 622                              <NA>           NA
## 623                              <NA>           NA
## 624                              <NA>           NA
## 625                              <NA>           NA
## 626                              <NA>           NA
## 627                              <NA>           NA
## 628                              <NA>           NA
## 629                              <NA>           NA
## 630                              <NA>           NA
## 631                              <NA>           NA
## 632                              <NA>           NA
## 633                              <NA>           NA
## 634                              <NA>           NA
## 635                              <NA>           NA
## 636                              <NA>           NA
## 637                              <NA>           NA
## 638                              <NA>           NA
## 639                              <NA>           NA
## 640                              <NA>           NA
## 641                              <NA>           NA
## 642                              <NA>           NA
## 643                              <NA>           NA
## 644                              <NA>           NA
## 645                              <NA>           NA
## 646                              <NA>           NA
## 647                              <NA>           NA
## 648                              <NA>           NA
## 649                              <NA>           NA
## 650                              <NA>           NA
## 651                              <NA>           NA
## 652                              <NA>           NA
## 653                              <NA>           NA
## 654                              <NA>           NA
## 655                              <NA>           NA
## 656                              <NA>           NA
## 657                              <NA>           NA
## 658                              <NA>           NA
## 659                              <NA>           NA
## 660                              <NA>           NA
## 661                              <NA>           NA
## 662                              <NA>           NA
## 663                              <NA>           NA
## 664                              <NA>           NA
## 665                              <NA>           NA
## 666                              <NA>           NA
## 667                              <NA>           NA
## 668                              <NA>           NA
## 669                              <NA>           NA
## 670                              <NA>           NA
## 671                              <NA>           NA
## 672                              <NA>           NA
## 673                              <NA>           NA
## 674                              <NA>           NA
## 675                              <NA>           NA
## 676                              <NA>           NA
## 677                              <NA>           NA
## 678                              <NA>           NA
## 679                              <NA>           NA
## 680                              <NA>           NA
## 681                              <NA>           NA
## 682                              <NA>           NA
## 683                              <NA>           NA
## 684                              <NA>           NA
## 685                              <NA>           NA
## 686                              <NA>           NA
## 687                              <NA>           NA
## 688                              <NA>           NA
## 689                              <NA>           NA
## 690                              <NA>           NA
## 691                              <NA>           NA
## 692                              <NA>           NA
## 693                              <NA>           NA
## 694                              <NA>           NA
## 695                              <NA>           NA
## 696                              <NA>           NA
## 697                              <NA>           NA
## 698                              <NA>           NA
## 699                              <NA>           NA
## 700                              <NA>           NA
## 701                              <NA>           NA
## 702                              <NA>           NA
## 703                              <NA>           NA
## 704                              <NA>           NA
## 705                              <NA>           NA
## 706                              <NA>           NA
## 707                              <NA>           NA
## 708                              <NA>           NA
## 709                              <NA>           NA
## 710                              <NA>           NA
## 711                              <NA>           NA
## 712                              <NA>           NA
## 713                              <NA>           NA
## 714                              <NA>           NA
## 715                              <NA>           NA
## 716                              <NA>           NA
## 717                              <NA>           NA
## 718                              <NA>           NA
## 719                              <NA>           NA
## 720                              <NA>           NA
## 721                              <NA>           NA
## 722                              <NA>           NA
## 723                              <NA>           NA
## 724                              <NA>           NA
## 725                              <NA>           NA
## 726                              <NA>           NA
## 727                              <NA>           NA
## 728                              <NA>           NA
## 729                              <NA>           NA
## 730                              <NA>           NA
## 731                              <NA>           NA
## 732                              <NA>           NA
## 733                              <NA>           NA
## 734                              <NA>           NA
## 735                              <NA>           NA
## 736                              <NA>           NA
## 737                              <NA>           NA
## 738                              <NA>           NA
## 739                              <NA>           NA
## 740                              <NA>           NA
##                                                               targsubtype3_txt
## 1                                                                         <NA>
## 2                                                                         <NA>
## 3                                                                         <NA>
## 4                                                                         <NA>
## 5                                                                         <NA>
## 6                                                                         <NA>
## 7                                                                         <NA>
## 8                                                                         <NA>
## 9                                                                         <NA>
## 10                                                                        <NA>
## 11                                                                        <NA>
## 12                                                                        <NA>
## 13                                                                        <NA>
## 14                                                                        <NA>
## 15                                                                        <NA>
## 16                                                                        <NA>
## 17                                                                        <NA>
## 18                                                                        <NA>
## 19                                                                        <NA>
## 20                                                                        <NA>
## 21                                                                        <NA>
## 22                                                                        <NA>
## 23                                                                        <NA>
## 24                                                                        <NA>
## 25                                                                        <NA>
## 26                                                                        <NA>
## 27                                                                        <NA>
## 28                                                                        <NA>
## 29                                                                        <NA>
## 30                                                                        <NA>
## 31                                                                        <NA>
## 32                                                                        <NA>
## 33                                                                        <NA>
## 34                                                                        <NA>
## 35                                                                        <NA>
## 36                                                                        <NA>
## 37                                                                        <NA>
## 38                                                                        <NA>
## 39                                                                        <NA>
## 40                                                                        <NA>
## 41                                                                        <NA>
## 42                                                                        <NA>
## 43                                                                        <NA>
## 44                                                                        <NA>
## 45                                                                        <NA>
## 46                                                                        <NA>
## 47                                                                        <NA>
## 48                                                                        <NA>
## 49                                                                        <NA>
## 50                                                                        <NA>
## 51                                                                        <NA>
## 52                                                                        <NA>
## 53                                                                        <NA>
## 54                                                                        <NA>
## 55                                                                        <NA>
## 56                                                                        <NA>
## 57                                                                        <NA>
## 58                                                                        <NA>
## 59                                                                        <NA>
## 60                                                                        <NA>
## 61                                                                        <NA>
## 62                                                                        <NA>
## 63                                                                        <NA>
## 64                                                                        <NA>
## 65                                                                        <NA>
## 66                                                                        <NA>
## 67                                                                        <NA>
## 68                                                                        <NA>
## 69                                                                        <NA>
## 70                                                                        <NA>
## 71                                                                        <NA>
## 72                                                                        <NA>
## 73                                                                        <NA>
## 74                                                                        <NA>
## 75                                                                        <NA>
## 76                                                                        <NA>
## 77                                                                        <NA>
## 78                                                                        <NA>
## 79                                                                        <NA>
## 80                                                                        <NA>
## 81                                                                        <NA>
## 82                                                                        <NA>
## 83                                                                        <NA>
## 84                                                                        <NA>
## 85                                                                        <NA>
## 86                                                                        <NA>
## 87                                                                        <NA>
## 88                                                                        <NA>
## 89                                                                        <NA>
## 90                                                                        <NA>
## 91                                                                        <NA>
## 92                                                                        <NA>
## 93                                                                        <NA>
## 94                                                                        <NA>
## 95                                                                        <NA>
## 96                                                                        <NA>
## 97                                                                        <NA>
## 98                                                                        <NA>
## 99                                                                        <NA>
## 100                                                                       <NA>
## 101                                                                       <NA>
## 102                                                                       <NA>
## 103                                                                       <NA>
## 104                                                                       <NA>
## 105                                                                       <NA>
## 106                                                                       <NA>
## 107                                                                       <NA>
## 108                                                                       <NA>
## 109                                                                       <NA>
## 110                                                                       <NA>
## 111                                                                       <NA>
## 112                                                                       <NA>
## 113                                                                       <NA>
## 114                                                                       <NA>
## 115                                                                       <NA>
## 116                                                                       <NA>
## 117                                                                       <NA>
## 118                                                                       <NA>
## 119                                                                       <NA>
## 120                                                                       <NA>
## 121                                                                       <NA>
## 122                                                                       <NA>
## 123                                                                       <NA>
## 124                                                                       <NA>
## 125                                                                       <NA>
## 126                                                                       <NA>
## 127                                                                       <NA>
## 128                                                                       <NA>
## 129                                                                       <NA>
## 130                                                                       <NA>
## 131                                                                       <NA>
## 132                                                                       <NA>
## 133                                                                       <NA>
## 134                                                                       <NA>
## 135                                                                       <NA>
## 136                                                                       <NA>
## 137                                                                       <NA>
## 138                                                                       <NA>
## 139                                                                       <NA>
## 140                                                                       <NA>
## 141                                                                       <NA>
## 142                                                                       <NA>
## 143                                                                       <NA>
## 144                                                                       <NA>
## 145                                                                       <NA>
## 146                                                                       <NA>
## 147                                                                       <NA>
## 148                                                                       <NA>
## 149                                                                       <NA>
## 150                                                                       <NA>
## 151                                                                       <NA>
## 152                                                                       <NA>
## 153                                                                       <NA>
## 154                                                                       <NA>
## 155                                                                       <NA>
## 156                                                                       <NA>
## 157                                                                       <NA>
## 158                                                                       <NA>
## 159                                                                       <NA>
## 160                                                                       <NA>
## 161                                                                       <NA>
## 162                                                                       <NA>
## 163                                                                       <NA>
## 164                                                                       <NA>
## 165                                                                       <NA>
## 166                                                                       <NA>
## 167                                                                       <NA>
## 168                                                                       <NA>
## 169                                                                       <NA>
## 170                                                                       <NA>
## 171                                                                       <NA>
## 172                                                                       <NA>
## 173                                                                       <NA>
## 174                                                                       <NA>
## 175                                                                       <NA>
## 176                                                                       <NA>
## 177                                                                       <NA>
## 178                                                                       <NA>
## 179                                                                       <NA>
## 180                                                                       <NA>
## 181                                                                       <NA>
## 182                                                                       <NA>
## 183                                                                       <NA>
## 184                                                                       <NA>
## 185                                                                       <NA>
## 186                                                                       <NA>
## 187                                                                       <NA>
## 188                                                                       <NA>
## 189                                                                       <NA>
## 190                                                                       <NA>
## 191                                                                       <NA>
## 192                                                                       <NA>
## 193                                                                       <NA>
## 194                                                                       <NA>
## 195                                                                       <NA>
## 196                                                                       <NA>
## 197                                                                       <NA>
## 198                                                                       <NA>
## 199                                                                       <NA>
## 200                                                                       <NA>
## 201                                                                       <NA>
## 202                                                                       <NA>
## 203                                                                       <NA>
## 204                                                                       <NA>
## 205                                                                       <NA>
## 206                                                                       <NA>
## 207                                                                       <NA>
## 208                                                                       <NA>
## 209                                                                       <NA>
## 210                                                                       <NA>
## 211                                                                       <NA>
## 212                                                                       <NA>
## 213                                                                       <NA>
## 214                                                                       <NA>
## 215                                                                       <NA>
## 216                                                                       <NA>
## 217                                                                       <NA>
## 218                                                                       <NA>
## 219                                                                       <NA>
## 220                                                                       <NA>
## 221                                                                       <NA>
## 222                                                                       <NA>
## 223                                                                       <NA>
## 224                                                                       <NA>
## 225                                                                       <NA>
## 226                                                                       <NA>
## 227                                                                       <NA>
## 228                                                                       <NA>
## 229                                                                       <NA>
## 230                                                                       <NA>
## 231                                                                       <NA>
## 232                                                                       <NA>
## 233                                                                       <NA>
## 234                                                                       <NA>
## 235                                                                       <NA>
## 236                                                                       <NA>
## 237                                                                       <NA>
## 238                                                                       <NA>
## 239                                                                       <NA>
## 240                                                                       <NA>
## 241                                                                       <NA>
## 242                                                                       <NA>
## 243                                                                       <NA>
## 244                                                                       <NA>
## 245                                                                       <NA>
## 246                                                                       <NA>
## 247                                                                       <NA>
## 248                                                                       <NA>
## 249                                                                       <NA>
## 250                                                                       <NA>
## 251                                                                       <NA>
## 252                                                                       <NA>
## 253                                                                       <NA>
## 254                                                                       <NA>
## 255                                                                       <NA>
## 256                                                                       <NA>
## 257                                                                       <NA>
## 258                                                                       <NA>
## 259                                                                       <NA>
## 260                                                                       <NA>
## 261                                                                       <NA>
## 262                                                                       <NA>
## 263                                                                       <NA>
## 264                                                                       <NA>
## 265                                                                       <NA>
## 266                                                                       <NA>
## 267                                                                       <NA>
## 268                                                                       <NA>
## 269                                                                       <NA>
## 270                                                                       <NA>
## 271                                                                       <NA>
## 272                                                                       <NA>
## 273                                                                       <NA>
## 274                                                                       <NA>
## 275                                                                       <NA>
## 276                                                                       <NA>
## 277                                                                       <NA>
## 278                                                                       <NA>
## 279                                                                       <NA>
## 280                                                                       <NA>
## 281                                                                       <NA>
## 282                                                                       <NA>
## 283                                                                       <NA>
## 284                                                                       <NA>
## 285                                                                       <NA>
## 286                                                                       <NA>
## 287                                                                       <NA>
## 288                                                                       <NA>
## 289                                                                       <NA>
## 290                                                                       <NA>
## 291                                                                       <NA>
## 292                                                                       <NA>
## 293                                                                       <NA>
## 294                                                                       <NA>
## 295                                                                       <NA>
## 296                                                                       <NA>
## 297                                                                       <NA>
## 298                                                                       <NA>
## 299                                                                       <NA>
## 300                                                                       <NA>
## 301                                                                       <NA>
## 302                                                                       <NA>
## 303                                                                       <NA>
## 304                                                                       <NA>
## 305                                                                       <NA>
## 306                                                                       <NA>
## 307                                                                       <NA>
## 308                                                                       <NA>
## 309                                                                       <NA>
## 310                                                                       <NA>
## 311                                                                       <NA>
## 312                                                                       <NA>
## 313                                                                       <NA>
## 314                                                                       <NA>
## 315                                                                       <NA>
## 316                                                                       <NA>
## 317                                                                       <NA>
## 318                                                                       <NA>
## 319                                                                       <NA>
## 320                                                                       <NA>
## 321                                                                       <NA>
## 322                                                                       <NA>
## 323                                                                       <NA>
## 324                                                                       <NA>
## 325                                                                       <NA>
## 326                                                                       <NA>
## 327                                                                       <NA>
## 328                                                                       <NA>
## 329                                                                       <NA>
## 330                                                                       <NA>
## 331                                                                       <NA>
## 332                                                                       <NA>
## 333                                                                       <NA>
## 334                                                                       <NA>
## 335                                                                       <NA>
## 336                                                                       <NA>
## 337                                                                       <NA>
## 338                                                                       <NA>
## 339                                                                       <NA>
## 340                                                                       <NA>
## 341                                                                       <NA>
## 342                                                                       <NA>
## 343                                                                       <NA>
## 344                                                                       <NA>
## 345                                                                       <NA>
## 346                                                                       <NA>
## 347                                                                       <NA>
## 348                                                                       <NA>
## 349                                                                       <NA>
## 350                                                                       <NA>
## 351                                                                       <NA>
## 352                                                                       <NA>
## 353                                                                       <NA>
## 354                                                                       <NA>
## 355                                                                       <NA>
## 356                                                                       <NA>
## 357                                                                       <NA>
## 358                                                                       <NA>
## 359                                                                       <NA>
## 360                                                                       <NA>
## 361                                                                       <NA>
## 362                                                                       <NA>
## 363                                                                       <NA>
## 364                                                                       <NA>
## 365                                                                       <NA>
## 366                                                                       <NA>
## 367                                                                       <NA>
## 368                                                                       <NA>
## 369                                                                       <NA>
## 370                                                                       <NA>
## 371                                                                       <NA>
## 372                                                                       <NA>
## 373                                                                       <NA>
## 374                                                                       <NA>
## 375                                                                       <NA>
## 376                                                                       <NA>
## 377                                                                       <NA>
## 378                                                                       <NA>
## 379                                                                       <NA>
## 380                                                                       <NA>
## 381                                                                       <NA>
## 382                                                                       <NA>
## 383                                                                       <NA>
## 384                                                                       <NA>
## 385                                                                       <NA>
## 386                                                                       <NA>
## 387                                                                       <NA>
## 388                                                                       <NA>
## 389                                                                       <NA>
## 390                                                                       <NA>
## 391                                                                       <NA>
## 392                                                                       <NA>
## 393                                                                       <NA>
## 394                                                                       <NA>
## 395                                                                       <NA>
## 396                                                                       <NA>
## 397                                                                       <NA>
## 398                                                                       <NA>
## 399                                                                       <NA>
## 400                                                                       <NA>
## 401                                                                       <NA>
## 402                                                                       <NA>
## 403                                                                       <NA>
## 404                                                                       <NA>
## 405                                                                       <NA>
## 406                                                                       <NA>
## 407                                                                       <NA>
## 408                                                                       <NA>
## 409                                                                       <NA>
## 410                                                                       <NA>
## 411                                                                       <NA>
## 412                                                                       <NA>
## 413                                                                       <NA>
## 414                                                                       <NA>
## 415                                                                       <NA>
## 416                                                                       <NA>
## 417                                                                       <NA>
## 418                                                                       <NA>
## 419                                                                       <NA>
## 420                                                                       <NA>
## 421                                                                       <NA>
## 422                                                                       <NA>
## 423                                                                       <NA>
## 424                                                                       <NA>
## 425                                                                       <NA>
## 426                                                                       <NA>
## 427                                                                       <NA>
## 428                                                                       <NA>
## 429                                                                       <NA>
## 430                                                                       <NA>
## 431                                                                       <NA>
## 432                                                                       <NA>
## 433                                                                       <NA>
## 434                                                                       <NA>
## 435                                                                       <NA>
## 436                                                                       <NA>
## 437                                                                       <NA>
## 438                                                                       <NA>
## 439                                                                       <NA>
## 440                                                                       <NA>
## 441                                                                       <NA>
## 442                                                                       <NA>
## 443                                                                       <NA>
## 444                                                                       <NA>
## 445                                                                       <NA>
## 446                                                                       <NA>
## 447                                                                       <NA>
## 448                                                                       <NA>
## 449                                                                       <NA>
## 450                                                                       <NA>
## 451                                                                       <NA>
## 452                                                                       <NA>
## 453                                                                       <NA>
## 454                                                                       <NA>
## 455                                                                       <NA>
## 456                                                                       <NA>
## 457                                                                       <NA>
## 458                                                                       <NA>
## 459                                                                       <NA>
## 460                                                                       <NA>
## 461                                                                       <NA>
## 462                                                                       <NA>
## 463                                                                       <NA>
## 464                                                                       <NA>
## 465                                                                       <NA>
## 466                                                                       <NA>
## 467                                                                       <NA>
## 468                                                                       <NA>
## 469                                                                       <NA>
## 470                                                                       <NA>
## 471                                                                       <NA>
## 472                                                                       <NA>
## 473                                                                       <NA>
## 474                                                                       <NA>
## 475                                                                       <NA>
## 476                                                                       <NA>
## 477                                                                       <NA>
## 478                                                                       <NA>
## 479                                                                       <NA>
## 480                                                                       <NA>
## 481                                                                       <NA>
## 482                                                                       <NA>
## 483                                                                       <NA>
## 484                                                                       <NA>
## 485                                                                       <NA>
## 486                                                                       <NA>
## 487                                                                       <NA>
## 488                                                                       <NA>
## 489                                                                       <NA>
## 490                                                                       <NA>
## 491                                                                       <NA>
## 492                                                                       <NA>
## 493                                                                       <NA>
## 494                                                                       <NA>
## 495                                                                       <NA>
## 496                                                                       <NA>
## 497                                                                       <NA>
## 498                                                                       <NA>
## 499                                                                       <NA>
## 500                                                                       <NA>
## 501                                                                       <NA>
## 502                                                                       <NA>
## 503                                                                       <NA>
## 504                                                                       <NA>
## 505                                                                       <NA>
## 506                                                                       <NA>
## 507                                                                       <NA>
## 508                                                                       <NA>
## 509                                                                       <NA>
## 510                                                                       <NA>
## 511                                                                       <NA>
## 512                                                                       <NA>
## 513                                                                       <NA>
## 514                                                                       <NA>
## 515                                                                       <NA>
## 516                                                                       <NA>
## 517                                                                       <NA>
## 518                                                                       <NA>
## 519                                                                       <NA>
## 520                                                                       <NA>
## 521                                                                       <NA>
## 522                                                                       <NA>
## 523                                                                       <NA>
## 524                                                                       <NA>
## 525                                                                       <NA>
## 526                                                                       <NA>
## 527                                                                       <NA>
## 528                                                                       <NA>
## 529                                                                       <NA>
## 530                                                                       <NA>
## 531                                                                       <NA>
## 532                                                                       <NA>
## 533                                                                       <NA>
## 534                                                                       <NA>
## 535                                                                       <NA>
## 536                                                                       <NA>
## 537                                                                       <NA>
## 538                                                                       <NA>
## 539                                                                       <NA>
## 540                                                                       <NA>
## 541                                                                       <NA>
## 542                                                                       <NA>
## 543                                                                       <NA>
## 544                                                                       <NA>
## 545                                                                       <NA>
## 546                                                                       <NA>
## 547                                                                       <NA>
## 548                                                                       <NA>
## 549                                                                       <NA>
## 550                                                                       <NA>
## 551                                                                       <NA>
## 552                                                                       <NA>
## 553                                                                       <NA>
## 554                                                                       <NA>
## 555                                                                       <NA>
## 556                                                                       <NA>
## 557                                                                       <NA>
## 558                                                                       <NA>
## 559                                                                       <NA>
## 560                                                                       <NA>
## 561                                                                       <NA>
## 562                                                                       <NA>
## 563                                                                       <NA>
## 564                                                                       <NA>
## 565                                                                       <NA>
## 566                                                                       <NA>
## 567                                                                       <NA>
## 568                                                                       <NA>
## 569                                                                       <NA>
## 570                                                                       <NA>
## 571                                                                       <NA>
## 572                                                                       <NA>
## 573                                                                       <NA>
## 574                                                                       <NA>
## 575                                                                       <NA>
## 576                                                                       <NA>
## 577                                                                       <NA>
## 578                                                                       <NA>
## 579                                                                       <NA>
## 580                                                                       <NA>
## 581                                                                       <NA>
## 582                                                                       <NA>
## 583                                                                       <NA>
## 584                                                                       <NA>
## 585                                                                       <NA>
## 586                       Diplomatic Personnel (outside of embassy, consulate)
## 587                                                                       <NA>
## 588                                                                       <NA>
## 589                                                                       <NA>
## 590                                                                       <NA>
## 591                                                                       <NA>
## 592                                                                       <NA>
## 593                                                                       <NA>
## 594                                                                       <NA>
## 595                                                                       <NA>
## 596                                                                       <NA>
## 597                                                                       <NA>
## 598                                                                       <NA>
## 599                                                                       <NA>
## 600                                                                       <NA>
## 601                                                                       <NA>
## 602                                                                       <NA>
## 603                                                                       <NA>
## 604                                                                       <NA>
## 605                                                                       <NA>
## 606                                                                       <NA>
## 607                                                                       <NA>
## 608                                                                       <NA>
## 609                                                                       <NA>
## 610                                                                       <NA>
## 611                                                                       <NA>
## 612                                                                       <NA>
## 613                                                                       <NA>
## 614                                                                       <NA>
## 615                                                                       <NA>
## 616                                                                       <NA>
## 617                                                                       <NA>
## 618                                                                       <NA>
## 619                                                                       <NA>
## 620                                                                       <NA>
## 621                                                                       <NA>
## 622                                                                       <NA>
## 623                                                                       <NA>
## 624                                                                       <NA>
## 625                                                                       <NA>
## 626                                                                       <NA>
## 627                                                                       <NA>
## 628                                                                       <NA>
## 629                                                                       <NA>
## 630                                                                       <NA>
## 631                                                                       <NA>
## 632                                                                       <NA>
## 633                                                                       <NA>
## 634                                                                       <NA>
## 635                                                                       <NA>
## 636                                                                       <NA>
## 637                                                                       <NA>
## 638                                                                       <NA>
## 639                                                                       <NA>
## 640                                                                       <NA>
## 641                                                                       <NA>
## 642                                                                       <NA>
## 643                                                                       <NA>
## 644                                                                       <NA>
## 645                                                                       <NA>
## 646                                                                       <NA>
## 647                                                                       <NA>
## 648                                                                       <NA>
## 649                                                                       <NA>
## 650                                                                       <NA>
## 651                                                                       <NA>
## 652                                                                       <NA>
## 653                                                                       <NA>
## 654                                                                       <NA>
## 655                                                                       <NA>
## 656                                                                       <NA>
## 657                                                                       <NA>
## 658                                                                       <NA>
## 659                                                                       <NA>
## 660                                                                       <NA>
## 661                                                                       <NA>
## 662                                                                       <NA>
## 663                                                                       <NA>
## 664                                                                       <NA>
## 665                                                                       <NA>
## 666                                                                       <NA>
## 667                                                                       <NA>
## 668                                                                       <NA>
## 669                                                                       <NA>
## 670                                                                       <NA>
## 671                                                                       <NA>
## 672                                                                       <NA>
## 673                                                                       <NA>
## 674                                                                       <NA>
## 675                                                                       <NA>
## 676                                                                       <NA>
## 677                                                                       <NA>
## 678                                                                       <NA>
## 679                                                                       <NA>
## 680                                                                       <NA>
## 681                                                                       <NA>
## 682                                                                       <NA>
## 683                                                                       <NA>
## 684                                                                       <NA>
## 685                                                                       <NA>
## 686                                                                       <NA>
## 687                                                                       <NA>
## 688                                                                       <NA>
## 689                                                                       <NA>
## 690                                                                       <NA>
## 691                                                                       <NA>
## 692                                                                       <NA>
## 693                                                                       <NA>
## 694                                                                       <NA>
## 695                                                                       <NA>
## 696                                                                       <NA>
## 697                                                                       <NA>
## 698                                                                       <NA>
## 699                                                                       <NA>
## 700                                                                       <NA>
## 701                                                                       <NA>
## 702                                                                       <NA>
## 703                                                                       <NA>
## 704                                                                       <NA>
## 705                                                                       <NA>
## 706                                                                       <NA>
## 707                                                                       <NA>
## 708                                                                       <NA>
## 709                                                                       <NA>
## 710                                                                       <NA>
## 711                                                                       <NA>
## 712                                                                       <NA>
## 713                                                                       <NA>
## 714                                                                       <NA>
## 715                                                                       <NA>
## 716                                                                       <NA>
## 717                                                                       <NA>
## 718                                                                       <NA>
## 719                                                                       <NA>
## 720                                                                       <NA>
## 721                                                                       <NA>
## 722                                                                       <NA>
## 723                                                                       <NA>
## 724                                                                       <NA>
## 725                                                                       <NA>
## 726                                                                       <NA>
## 727                                                                       <NA>
## 728                                                                       <NA>
## 729                                                                       <NA>
## 730                                                                       <NA>
## 731                                                                       <NA>
## 732                                                                       <NA>
## 733                                                                       <NA>
## 734                                                                       <NA>
## 735                                                                       <NA>
## 736                                                                       <NA>
## 737                                                                       <NA>
## 738                                                                       <NA>
## 739                                                                       <NA>
## 740                                                                       <NA>
##                                                                                 corp3
## 1                                                                                <NA>
## 2                                                                                <NA>
## 3                                                                                <NA>
## 4                                                                                <NA>
## 5                                                                                <NA>
## 6                                                                                <NA>
## 7                                                                                <NA>
## 8                                                                                <NA>
## 9                                                                                <NA>
## 10                                                                               <NA>
## 11                                                                               <NA>
## 12                                                                               <NA>
## 13                                                                               <NA>
## 14                                                                               <NA>
## 15                                                                               <NA>
## 16                                                                               <NA>
## 17                                                                               <NA>
## 18                                                                               <NA>
## 19                                                                               <NA>
## 20                                                                               <NA>
## 21                                                                               <NA>
## 22                                                                               <NA>
## 23                                                                               <NA>
## 24                                                                               <NA>
## 25                                                                               <NA>
## 26                                                                               <NA>
## 27                                                                               <NA>
## 28                                                                               <NA>
## 29                                                                               <NA>
## 30                                                                               <NA>
## 31                                                                               <NA>
## 32                                                                               <NA>
## 33                                                                               <NA>
## 34                                                                               <NA>
## 35                                                                               <NA>
## 36                                                                               <NA>
## 37                                                                               <NA>
## 38                                                                               <NA>
## 39                                                                               <NA>
## 40                                                                               <NA>
## 41                                                                               <NA>
## 42                                                                               <NA>
## 43                                                                               <NA>
## 44                                                                               <NA>
## 45                                                                               <NA>
## 46                                                                               <NA>
## 47                                                                               <NA>
## 48                                                                               <NA>
## 49                                                                               <NA>
## 50                                                                               <NA>
## 51                                                                               <NA>
## 52                                                                               <NA>
## 53                                                                               <NA>
## 54                                                                               <NA>
## 55                                                                               <NA>
## 56                                                                               <NA>
## 57                                                                               <NA>
## 58                                                                               <NA>
## 59                                                                               <NA>
## 60                                                                               <NA>
## 61                                                                               <NA>
## 62                                                                               <NA>
## 63                                                                               <NA>
## 64                                                                               <NA>
## 65                                                                               <NA>
## 66                                                                               <NA>
## 67                                                                               <NA>
## 68                                                                               <NA>
## 69                                                                               <NA>
## 70                                                                               <NA>
## 71                                                                               <NA>
## 72                                                                               <NA>
## 73                                                                               <NA>
## 74                                                                               <NA>
## 75                                                                               <NA>
## 76                                                                               <NA>
## 77                                                                               <NA>
## 78                                                                               <NA>
## 79                                                                               <NA>
## 80                                                                               <NA>
## 81                                                                               <NA>
## 82                                                                               <NA>
## 83                                                                               <NA>
## 84                                                                               <NA>
## 85                                                                               <NA>
## 86                                                                               <NA>
## 87                                                                               <NA>
## 88                                                                               <NA>
## 89                                                                               <NA>
## 90                                                                               <NA>
## 91                                                                               <NA>
## 92                                                                               <NA>
## 93                                                                               <NA>
## 94                                                                               <NA>
## 95                                                                               <NA>
## 96                                                                               <NA>
## 97                                                                               <NA>
## 98                                                                               <NA>
## 99                                                                               <NA>
## 100                                                                              <NA>
## 101                                                                              <NA>
## 102                                                                              <NA>
## 103                                                                              <NA>
## 104                                                                              <NA>
## 105                                                                              <NA>
## 106                                                                              <NA>
## 107                                                                              <NA>
## 108                                                                              <NA>
## 109                                                                              <NA>
## 110                                                                              <NA>
## 111                                                                              <NA>
## 112                                                                              <NA>
## 113                                                                              <NA>
## 114                                                                              <NA>
## 115                                                                              <NA>
## 116                                                                              <NA>
## 117                                                                              <NA>
## 118                                                                              <NA>
## 119                                                                              <NA>
## 120                                                                              <NA>
## 121                                                                              <NA>
## 122                                                                              <NA>
## 123                                                                              <NA>
## 124                                                                              <NA>
## 125                                                                              <NA>
## 126                                                                              <NA>
## 127                                                                              <NA>
## 128                                                                              <NA>
## 129                                                                              <NA>
## 130                                                                              <NA>
## 131                                                                              <NA>
## 132                                                                              <NA>
## 133                                                                              <NA>
## 134                                                                              <NA>
## 135                                                                              <NA>
## 136                                                                              <NA>
## 137                                                                              <NA>
## 138                                                                              <NA>
## 139                                                                              <NA>
## 140                                                                              <NA>
## 141                                                                              <NA>
## 142                                                                              <NA>
## 143                                                                              <NA>
## 144                                                                              <NA>
## 145                                                                              <NA>
## 146                                                                              <NA>
## 147                                                                              <NA>
## 148                                                                              <NA>
## 149                                                                              <NA>
## 150                                                                              <NA>
## 151                                                                              <NA>
## 152                                                                              <NA>
## 153                                                                              <NA>
## 154                                                                              <NA>
## 155                                                                              <NA>
## 156                                                                              <NA>
## 157                                                                              <NA>
## 158                                                                              <NA>
## 159                                                                              <NA>
## 160                                                                              <NA>
## 161                                                                              <NA>
## 162                                                                              <NA>
## 163                                                                              <NA>
## 164                                                                              <NA>
## 165                                                                              <NA>
## 166                                                                              <NA>
## 167                                                                              <NA>
## 168                                                                              <NA>
## 169                                                                              <NA>
## 170                                                                              <NA>
## 171                                                                              <NA>
## 172                                                                              <NA>
## 173                                                                              <NA>
## 174                                                                              <NA>
## 175                                                                              <NA>
## 176                                                                              <NA>
## 177                                                                              <NA>
## 178                                                                              <NA>
## 179                                                                              <NA>
## 180                                                                              <NA>
## 181                                                                              <NA>
## 182                                                                              <NA>
## 183                                                                              <NA>
## 184                                                                              <NA>
## 185                                                                              <NA>
## 186                                                                              <NA>
## 187                                                                              <NA>
## 188                                                                              <NA>
## 189                                                                              <NA>
## 190                                                                              <NA>
## 191                                                                              <NA>
## 192                                                                              <NA>
## 193                                                                              <NA>
## 194                                                                              <NA>
## 195                                                                              <NA>
## 196                                                                              <NA>
## 197                                                                              <NA>
## 198                                                                              <NA>
## 199                                                                              <NA>
## 200                                                                              <NA>
## 201                                                                              <NA>
## 202                                                                              <NA>
## 203                                                                              <NA>
## 204                                                                              <NA>
## 205                                                                              <NA>
## 206                                                                              <NA>
## 207                                                                              <NA>
## 208                                                                              <NA>
## 209                                                                              <NA>
## 210                                                                              <NA>
## 211                                                                              <NA>
## 212                                                                              <NA>
## 213                                                                              <NA>
## 214                                                                              <NA>
## 215                                                                              <NA>
## 216                                                                              <NA>
## 217                                                                              <NA>
## 218                                                                              <NA>
## 219                                                                              <NA>
## 220                                                                              <NA>
## 221                                                                              <NA>
## 222                                                                              <NA>
## 223                                                                              <NA>
## 224                                                                              <NA>
## 225                                                                              <NA>
## 226                                                                              <NA>
## 227                                                                              <NA>
## 228                                                                              <NA>
## 229                                                                              <NA>
## 230                                                                              <NA>
## 231                                                                              <NA>
## 232                                                                              <NA>
## 233                                                                              <NA>
## 234                                                                              <NA>
## 235                                                                              <NA>
## 236                                                                              <NA>
## 237                                                                              <NA>
## 238                                                                              <NA>
## 239                                                                              <NA>
## 240                                                                              <NA>
## 241                                                                              <NA>
## 242                                                                              <NA>
## 243                                                                              <NA>
## 244                                                                              <NA>
## 245                                                                              <NA>
## 246                                                                              <NA>
## 247                                                                              <NA>
## 248                                                                              <NA>
## 249                                                                              <NA>
## 250                                                                              <NA>
## 251                                                                              <NA>
## 252                                                                              <NA>
## 253                                                                              <NA>
## 254                                                                              <NA>
## 255                                                                              <NA>
## 256                                                                              <NA>
## 257                                                                              <NA>
## 258                                                                              <NA>
## 259                                                                              <NA>
## 260                                                                              <NA>
## 261                                                                              <NA>
## 262                                                                              <NA>
## 263                                                                              <NA>
## 264                                                                              <NA>
## 265                                                                              <NA>
## 266                                                                              <NA>
## 267                                                                              <NA>
## 268                                                                              <NA>
## 269                                                                              <NA>
## 270                                                                              <NA>
## 271                                                                              <NA>
## 272                                                                              <NA>
## 273                                                                              <NA>
## 274                                                                              <NA>
## 275                                                                              <NA>
## 276                                                                              <NA>
## 277                                                                              <NA>
## 278                                                                              <NA>
## 279                                                                              <NA>
## 280                                                                              <NA>
## 281                                                                              <NA>
## 282                                                                              <NA>
## 283                                                                              <NA>
## 284                                                                              <NA>
## 285                                                                              <NA>
## 286                                                                              <NA>
## 287                                                                              <NA>
## 288                                                                              <NA>
## 289                                                                              <NA>
## 290                                                                              <NA>
## 291                                                                              <NA>
## 292                                                                              <NA>
## 293                                                                              <NA>
## 294                                                                              <NA>
## 295                                                                              <NA>
## 296                                                                              <NA>
## 297                                                                              <NA>
## 298                                                                              <NA>
## 299                                                                              <NA>
## 300                                                                              <NA>
## 301                                                                              <NA>
## 302                                                                              <NA>
## 303                                                                              <NA>
## 304                                                                              <NA>
## 305                                                                              <NA>
## 306                                                                              <NA>
## 307                                                                              <NA>
## 308                                                                              <NA>
## 309                                                                              <NA>
## 310                                                                              <NA>
## 311                                                                              <NA>
## 312                                                                              <NA>
## 313                                                                              <NA>
## 314                                                                              <NA>
## 315                                                                              <NA>
## 316                                                                              <NA>
## 317                                                                              <NA>
## 318                                                                              <NA>
## 319                                                                              <NA>
## 320                                                                              <NA>
## 321                                                                              <NA>
## 322                                                                              <NA>
## 323                                                                              <NA>
## 324                                                                              <NA>
## 325                                                                              <NA>
## 326                                                                              <NA>
## 327                                                                              <NA>
## 328                                                                              <NA>
## 329                                                                              <NA>
## 330                                                                              <NA>
## 331                                                                              <NA>
## 332                                                                              <NA>
## 333                                                                              <NA>
## 334                                                                              <NA>
## 335                                                                              <NA>
## 336                                                                              <NA>
## 337                                                                              <NA>
## 338                                                                              <NA>
## 339                                                                              <NA>
## 340                                                                              <NA>
## 341                                                                              <NA>
## 342                                                                              <NA>
## 343                                                                              <NA>
## 344                                                                              <NA>
## 345                                                                              <NA>
## 346                                                                              <NA>
## 347                                                                              <NA>
## 348                                                                              <NA>
## 349                                                                              <NA>
## 350                                                                              <NA>
## 351                                                                              <NA>
## 352                                                                              <NA>
## 353                                                                              <NA>
## 354                                                                              <NA>
## 355                                                                              <NA>
## 356                                                                              <NA>
## 357                                                                              <NA>
## 358                                                                              <NA>
## 359                                                                              <NA>
## 360                                                                              <NA>
## 361                                                                              <NA>
## 362                                                                              <NA>
## 363                                                                              <NA>
## 364                                                                              <NA>
## 365                                                                              <NA>
## 366                                                                              <NA>
## 367                                                                              <NA>
## 368                                                                              <NA>
## 369                                                                              <NA>
## 370                                                                              <NA>
## 371                                                                              <NA>
## 372                                                                              <NA>
## 373                                                                              <NA>
## 374                                                                              <NA>
## 375                                                                              <NA>
## 376                                                                              <NA>
## 377                                                                              <NA>
## 378                                                                              <NA>
## 379                                                                              <NA>
## 380                                                                              <NA>
## 381                                                                              <NA>
## 382                                                                              <NA>
## 383                                                                              <NA>
## 384                                                                              <NA>
## 385                                                                              <NA>
## 386                                                                              <NA>
## 387                                                                              <NA>
## 388                                                                              <NA>
## 389                                                                              <NA>
## 390                                                                              <NA>
## 391                                                                              <NA>
## 392                                                                              <NA>
## 393                                                                              <NA>
## 394                                                                              <NA>
## 395                                                                              <NA>
## 396                                                                              <NA>
## 397                                                                              <NA>
## 398                                                                              <NA>
## 399                                                                              <NA>
## 400                                                                              <NA>
## 401                                                                              <NA>
## 402                                                                              <NA>
## 403                                                                              <NA>
## 404                                                                              <NA>
## 405                                                                              <NA>
## 406                                                                              <NA>
## 407                                                                              <NA>
## 408                                                                              <NA>
## 409                                                                              <NA>
## 410                                                                              <NA>
## 411                                                                              <NA>
## 412                                                                              <NA>
## 413                                                                              <NA>
## 414                                                                              <NA>
## 415                                                                              <NA>
## 416                                                                              <NA>
## 417                                                                              <NA>
## 418                                                                              <NA>
## 419                                                                              <NA>
## 420                                                                              <NA>
## 421                                                                              <NA>
## 422                                                                              <NA>
## 423                                                                              <NA>
## 424                                                                              <NA>
## 425                                                                              <NA>
## 426                                                                              <NA>
## 427                                                                              <NA>
## 428                                                                              <NA>
## 429                                                                              <NA>
## 430                                                                              <NA>
## 431                                                                              <NA>
## 432                                                                              <NA>
## 433                                                                              <NA>
## 434                                                                              <NA>
## 435                                                                              <NA>
## 436                                                                              <NA>
## 437                                                                              <NA>
## 438                                                                              <NA>
## 439                                                                              <NA>
## 440                                                                              <NA>
## 441                                                                              <NA>
## 442                                                                              <NA>
## 443                                                                              <NA>
## 444                                                                              <NA>
## 445                                                                              <NA>
## 446                                                                              <NA>
## 447                                                                              <NA>
## 448                                                                              <NA>
## 449                                                                              <NA>
## 450                                                                              <NA>
## 451                                                                              <NA>
## 452                                                                              <NA>
## 453                                                                              <NA>
## 454                                                                              <NA>
## 455                                                                              <NA>
## 456                                                                              <NA>
## 457                                                                              <NA>
## 458                                                                              <NA>
## 459                                                                              <NA>
## 460                                                                              <NA>
## 461                                                                              <NA>
## 462                                                                              <NA>
## 463                                                                              <NA>
## 464                                                                              <NA>
## 465                                                                              <NA>
## 466                                                                              <NA>
## 467                                                                              <NA>
## 468                                                                              <NA>
## 469                                                                              <NA>
## 470                                                                              <NA>
## 471                                                                              <NA>
## 472                                                                              <NA>
## 473                                                                              <NA>
## 474                                                                              <NA>
## 475                                                                              <NA>
## 476                                                                              <NA>
## 477                                                                              <NA>
## 478                                                                              <NA>
## 479                                                                              <NA>
## 480                                                                              <NA>
## 481                                                                              <NA>
## 482                                                                              <NA>
## 483                                                                              <NA>
## 484                                                                              <NA>
## 485                                                                              <NA>
## 486                                                                              <NA>
## 487                                                                              <NA>
## 488                                                                              <NA>
## 489                                                                              <NA>
## 490                                                                              <NA>
## 491                                                                              <NA>
## 492                                                                              <NA>
## 493                                                                              <NA>
## 494                                                                              <NA>
## 495                                                                              <NA>
## 496                                                                              <NA>
## 497                                                                              <NA>
## 498                                                                              <NA>
## 499                                                                              <NA>
## 500                                                                              <NA>
## 501                                                                              <NA>
## 502                                                                              <NA>
## 503                                                                              <NA>
## 504                                                                              <NA>
## 505                                                                              <NA>
## 506                                                                              <NA>
## 507                                                                              <NA>
## 508                                                                              <NA>
## 509                                                                              <NA>
## 510                                                                              <NA>
## 511                                                                              <NA>
## 512                                                                              <NA>
## 513                                                                              <NA>
## 514                                                                              <NA>
## 515                                                                              <NA>
## 516                                                                              <NA>
## 517                                                                              <NA>
## 518                                                                              <NA>
## 519                                                                              <NA>
## 520                                                                              <NA>
## 521                                                                              <NA>
## 522                                                                              <NA>
## 523                                                                              <NA>
## 524                                                                              <NA>
## 525                                                                              <NA>
## 526                                                                              <NA>
## 527                                                                              <NA>
## 528                                                                              <NA>
## 529                                                                              <NA>
## 530                                                                              <NA>
## 531                                                                              <NA>
## 532                                                                              <NA>
## 533                                                                              <NA>
## 534                                                                              <NA>
## 535                                                                              <NA>
## 536                                                                              <NA>
## 537                                                                              <NA>
## 538                                                                              <NA>
## 539                                                                              <NA>
## 540                                                                              <NA>
## 541                                                                              <NA>
## 542                                                                              <NA>
## 543                                                                              <NA>
## 544                                                                              <NA>
## 545                                                                              <NA>
## 546                                                                              <NA>
## 547                                                                              <NA>
## 548                                                                              <NA>
## 549                                                                              <NA>
## 550                                                                              <NA>
## 551                                                                              <NA>
## 552                                                                              <NA>
## 553                                                                              <NA>
## 554                                                                              <NA>
## 555                                                                              <NA>
## 556                                                                              <NA>
## 557                                                                              <NA>
## 558                                                                              <NA>
## 559                                                                              <NA>
## 560                                                                              <NA>
## 561                                                                              <NA>
## 562                                                                              <NA>
## 563                                                                              <NA>
## 564                                                                              <NA>
## 565                                                                              <NA>
## 566                                                                              <NA>
## 567                                                                              <NA>
## 568                                                                              <NA>
## 569                                                                              <NA>
## 570                                                                              <NA>
## 571                                                                              <NA>
## 572                                                                              <NA>
## 573                                                                              <NA>
## 574                                                                              <NA>
## 575                                                                              <NA>
## 576                                                                              <NA>
## 577                                                                              <NA>
## 578                                                                              <NA>
## 579                                                                              <NA>
## 580                                                                              <NA>
## 581                                                                              <NA>
## 582                                                                              <NA>
## 583                                                                              <NA>
## 584                                                                              <NA>
## 585                                                                              <NA>
## 586                                                Polish Ministry of Foreign Affairs
## 587                                                                              <NA>
## 588                                                                              <NA>
## 589                                                                              <NA>
## 590                                                                              <NA>
## 591                                                                              <NA>
## 592                                                                              <NA>
## 593                                                                              <NA>
## 594                                                                              <NA>
## 595                                                                              <NA>
## 596                                                                              <NA>
## 597                                                                              <NA>
## 598                                                                              <NA>
## 599                                                                              <NA>
## 600                                                                              <NA>
## 601                                                                              <NA>
## 602                                                                              <NA>
## 603                                                                              <NA>
## 604                                                                              <NA>
## 605                                                                              <NA>
## 606                                                                              <NA>
## 607                                                                              <NA>
## 608                                                                              <NA>
## 609                                                                              <NA>
## 610                                                                              <NA>
## 611                                                                              <NA>
## 612                                                                              <NA>
## 613                                                                              <NA>
## 614                                                                              <NA>
## 615                                                                              <NA>
## 616                                                                              <NA>
## 617                                                                              <NA>
## 618                                                                              <NA>
## 619                                                                              <NA>
## 620                                                                              <NA>
## 621                                                                              <NA>
## 622                                                                              <NA>
## 623                                                                              <NA>
## 624                                                                              <NA>
## 625                                                                              <NA>
## 626                                                                              <NA>
## 627                                                                              <NA>
## 628                                                                              <NA>
## 629                                                                              <NA>
## 630                                                                              <NA>
## 631                                                                              <NA>
## 632                                                                              <NA>
## 633                                                                              <NA>
## 634                                                                              <NA>
## 635                                                                              <NA>
## 636                                                                              <NA>
## 637                                                                              <NA>
## 638                                                                              <NA>
## 639                                                                              <NA>
## 640                                                                              <NA>
## 641                                                                              <NA>
## 642                                                                              <NA>
## 643                                                                              <NA>
## 644                                                                              <NA>
## 645                                                                              <NA>
## 646                                                                              <NA>
## 647                                                                              <NA>
## 648                                                                              <NA>
## 649                                                                              <NA>
## 650                                                                              <NA>
## 651                                                                              <NA>
## 652                                                                              <NA>
## 653                                                                              <NA>
## 654                                                                              <NA>
## 655                                                                              <NA>
## 656                                                                              <NA>
## 657                                                                              <NA>
## 658                                                                              <NA>
## 659                                                                              <NA>
## 660                                                                              <NA>
## 661                                                                              <NA>
## 662                                                                              <NA>
## 663                                                                              <NA>
## 664                                                                              <NA>
## 665                                                                              <NA>
## 666                                                                              <NA>
## 667                                                                              <NA>
## 668                                                                              <NA>
## 669                                                                              <NA>
## 670                                                                              <NA>
## 671                                                                              <NA>
## 672                                                                              <NA>
## 673                                                                              <NA>
## 674                                                                              <NA>
## 675                                                                              <NA>
## 676                                                                              <NA>
## 677                                                                              <NA>
## 678                                                                              <NA>
## 679                                                                              <NA>
## 680                                                                              <NA>
## 681                                                                              <NA>
## 682                                                                              <NA>
## 683                                                                              <NA>
## 684                                                                              <NA>
## 685                                                                              <NA>
## 686                                                                              <NA>
## 687                                                                              <NA>
## 688                                                                              <NA>
## 689                                                                              <NA>
## 690                                                                              <NA>
## 691                                                                              <NA>
## 692                                                                              <NA>
## 693                                                                              <NA>
## 694                                                                              <NA>
## 695                                                                              <NA>
## 696                                                                              <NA>
## 697                                                                              <NA>
## 698                                                                              <NA>
## 699                                                                              <NA>
## 700                                                                              <NA>
## 701                                                                              <NA>
## 702                                                                              <NA>
## 703                                                                              <NA>
## 704                                                                              <NA>
## 705                                                                              <NA>
## 706                                                                              <NA>
## 707                                                                              <NA>
## 708                                                                              <NA>
## 709                                                                              <NA>
## 710                                                                              <NA>
## 711                                                                              <NA>
## 712                                                                              <NA>
## 713                                                                              <NA>
## 714                                                                              <NA>
## 715                                                                              <NA>
## 716                                                                              <NA>
## 717                                                                              <NA>
## 718                                                                              <NA>
## 719                                                                              <NA>
## 720                                                                              <NA>
## 721                                                                              <NA>
## 722                                                                              <NA>
## 723                                                                              <NA>
## 724                                                                              <NA>
## 725                                                                              <NA>
## 726                                                                              <NA>
## 727                                                                              <NA>
## 728                                                                              <NA>
## 729                                                                              <NA>
## 730                                                                              <NA>
## 731                                                                              <NA>
## 732                                                                              <NA>
## 733                                                                              <NA>
## 734                                                                              <NA>
## 735                                                                              <NA>
## 736                                                                              <NA>
## 737                                                                              <NA>
## 738                                                                              <NA>
## 739                                                                              <NA>
## 740                                                                              <NA>
##                                                                                                                                                                                   target3
## 1                                                                                                                                                                                    <NA>
## 2                                                                                                                                                                                    <NA>
## 3                                                                                                                                                                                    <NA>
## 4                                                                                                                                                                                    <NA>
## 5                                                                                                                                                                                    <NA>
## 6                                                                                                                                                                                    <NA>
## 7                                                                                                                                                                                    <NA>
## 8                                                                                                                                                                                    <NA>
## 9                                                                                                                                                                                    <NA>
## 10                                                                                                                                                                                   <NA>
## 11                                                                                                                                                                                   <NA>
## 12                                                                                                                                                                                   <NA>
## 13                                                                                                                                                                                   <NA>
## 14                                                                                                                                                                                   <NA>
## 15                                                                                                                                                                                   <NA>
## 16                                                                                                                                                                                   <NA>
## 17                                                                                                                                                                                   <NA>
## 18                                                                                                                                                                                   <NA>
## 19                                                                                                                                                                                   <NA>
## 20                                                                                                                                                                                   <NA>
## 21                                                                                                                                                                                   <NA>
## 22                                                                                                                                                                                   <NA>
## 23                                                                                                                                                                                   <NA>
## 24                                                                                                                                                                                   <NA>
## 25                                                                                                                                                                                   <NA>
## 26                                                                                                                                                                                   <NA>
## 27                                                                                                                                                                                   <NA>
## 28                                                                                                                                                                                   <NA>
## 29                                                                                                                                                                                   <NA>
## 30                                                                                                                                                                                   <NA>
## 31                                                                                                                                                                                   <NA>
## 32                                                                                                                                                                                   <NA>
## 33                                                                                                                                                                                   <NA>
## 34                                                                                                                                                                                   <NA>
## 35                                                                                                                                                                                   <NA>
## 36                                                                                                                                                                                   <NA>
## 37                                                                                                                                                                                   <NA>
## 38                                                                                                                                                                                   <NA>
## 39                                                                                                                                                                                   <NA>
## 40                                                                                                                                                                                   <NA>
## 41                                                                                                                                                                                   <NA>
## 42                                                                                                                                                                                   <NA>
## 43                                                                                                                                                                                   <NA>
## 44                                                                                                                                                                                   <NA>
## 45                                                                                                                                                                                   <NA>
## 46                                                                                                                                                                                   <NA>
## 47                                                                                                                                                                                   <NA>
## 48                                                                                                                                                                                   <NA>
## 49                                                                                                                                                                                   <NA>
## 50                                                                                                                                                                                   <NA>
## 51                                                                                                                                                                                   <NA>
## 52                                                                                                                                                                                   <NA>
## 53                                                                                                                                                                                   <NA>
## 54                                                                                                                                                                                   <NA>
## 55                                                                                                                                                                                   <NA>
## 56                                                                                                                                                                                   <NA>
## 57                                                                                                                                                                                   <NA>
## 58                                                                                                                                                                                   <NA>
## 59                                                                                                                                                                                   <NA>
## 60                                                                                                                                                                                   <NA>
## 61                                                                                                                                                                                   <NA>
## 62                                                                                                                                                                                   <NA>
## 63                                                                                                                                                                                   <NA>
## 64                                                                                                                                                                                   <NA>
## 65                                                                                                                                                                                   <NA>
## 66                                                                                                                                                                                   <NA>
## 67                                                                                                                                                                                   <NA>
## 68                                                                                                                                                                                   <NA>
## 69                                                                                                                                                                                   <NA>
## 70                                                                                                                                                                                   <NA>
## 71                                                                                                                                                                                   <NA>
## 72                                                                                                                                                                                   <NA>
## 73                                                                                                                                                                                   <NA>
## 74                                                                                                                                                                                   <NA>
## 75                                                                                                                                                                                   <NA>
## 76                                                                                                                                                                                   <NA>
## 77                                                                                                                                                                                   <NA>
## 78                                                                                                                                                                                   <NA>
## 79                                                                                                                                                                                   <NA>
## 80                                                                                                                                                                                   <NA>
## 81                                                                                                                                                                                   <NA>
## 82                                                                                                                                                                                   <NA>
## 83                                                                                                                                                                                   <NA>
## 84                                                                                                                                                                                   <NA>
## 85                                                                                                                                                                                   <NA>
## 86                                                                                                                                                                                   <NA>
## 87                                                                                                                                                                                   <NA>
## 88                                                                                                                                                                                   <NA>
## 89                                                                                                                                                                                   <NA>
## 90                                                                                                                                                                                   <NA>
## 91                                                                                                                                                                                   <NA>
## 92                                                                                                                                                                                   <NA>
## 93                                                                                                                                                                                   <NA>
## 94                                                                                                                                                                                   <NA>
## 95                                                                                                                                                                                   <NA>
## 96                                                                                                                                                                                   <NA>
## 97                                                                                                                                                                                   <NA>
## 98                                                                                                                                                                                   <NA>
## 99                                                                                                                                                                                   <NA>
## 100                                                                                                                                                                                  <NA>
## 101                                                                                                                                                                                  <NA>
## 102                                                                                                                                                                                  <NA>
## 103                                                                                                                                                                                  <NA>
## 104                                                                                                                                                                                  <NA>
## 105                                                                                                                                                                                  <NA>
## 106                                                                                                                                                                                  <NA>
## 107                                                                                                                                                                                  <NA>
## 108                                                                                                                                                                                  <NA>
## 109                                                                                                                                                                                  <NA>
## 110                                                                                                                                                                                  <NA>
## 111                                                                                                                                                                                  <NA>
## 112                                                                                                                                                                                  <NA>
## 113                                                                                                                                                                                  <NA>
## 114                                                                                                                                                                                  <NA>
## 115                                                                                                                                                                                  <NA>
## 116                                                                                                                                                                                  <NA>
## 117                                                                                                                                                                                  <NA>
## 118                                                                                                                                                                                  <NA>
## 119                                                                                                                                                                                  <NA>
## 120                                                                                                                                                                                  <NA>
## 121                                                                                                                                                                                  <NA>
## 122                                                                                                                                                                                  <NA>
## 123                                                                                                                                                                                  <NA>
## 124                                                                                                                                                                                  <NA>
## 125                                                                                                                                                                                  <NA>
## 126                                                                                                                                                                                  <NA>
## 127                                                                                                                                                                                  <NA>
## 128                                                                                                                                                                                  <NA>
## 129                                                                                                                                                                                  <NA>
## 130                                                                                                                                                                                  <NA>
## 131                                                                                                                                                                                  <NA>
## 132                                                                                                                                                                                  <NA>
## 133                                                                                                                                                                                  <NA>
## 134                                                                                                                                                                                  <NA>
## 135                                                                                                                                                                                  <NA>
## 136                                                                                                                                                                                  <NA>
## 137                                                                                                                                                                                  <NA>
## 138                                                                                                                                                                                  <NA>
## 139                                                                                                                                                                                  <NA>
## 140                                                                                                                                                                                  <NA>
## 141                                                                                                                                                                                  <NA>
## 142                                                                                                                                                                                  <NA>
## 143                                                                                                                                                                                  <NA>
## 144                                                                                                                                                                                  <NA>
## 145                                                                                                                                                                                  <NA>
## 146                                                                                                                                                                                  <NA>
## 147                                                                                                                                                                                  <NA>
## 148                                                                                                                                                                                  <NA>
## 149                                                                                                                                                                                  <NA>
## 150                                                                                                                                                                                  <NA>
## 151                                                                                                                                                                                  <NA>
## 152                                                                                                                                                                                  <NA>
## 153                                                                                                                                                                                  <NA>
## 154                                                                                                                                                                                  <NA>
## 155                                                                                                                                                                                  <NA>
## 156                                                                                                                                                                                  <NA>
## 157                                                                                                                                                                                  <NA>
## 158                                                                                                                                                                                  <NA>
## 159                                                                                                                                                                                  <NA>
## 160                                                                                                                                                                                  <NA>
## 161                                                                                                                                                                                  <NA>
## 162                                                                                                                                                                                  <NA>
## 163                                                                                                                                                                                  <NA>
## 164                                                                                                                                                                                  <NA>
## 165                                                                                                                                                                                  <NA>
## 166                                                                                                                                                                                  <NA>
## 167                                                                                                                                                                                  <NA>
## 168                                                                                                                                                                                  <NA>
## 169                                                                                                                                                                                  <NA>
## 170                                                                                                                                                                                  <NA>
## 171                                                                                                                                                                                  <NA>
## 172                                                                                                                                                                                  <NA>
## 173                                                                                                                                                                                  <NA>
## 174                                                                                                                                                                                  <NA>
## 175                                                                                                                                                                                  <NA>
## 176                                                                                                                                                                                  <NA>
## 177                                                                                                                                                                                  <NA>
## 178                                                                                                                                                                                  <NA>
## 179                                                                                                                                                                                  <NA>
## 180                                                                                                                                                                                  <NA>
## 181                                                                                                                                                                                  <NA>
## 182                                                                                                                                                                                  <NA>
## 183                                                                                                                                                                                  <NA>
## 184                                                                                                                                                                                  <NA>
## 185                                                                                                                                                                                  <NA>
## 186                                                                                                                                                                                  <NA>
## 187                                                                                                                                                                                  <NA>
## 188                                                                                                                                                                                  <NA>
## 189                                                                                                                                                                                  <NA>
## 190                                                                                                                                                                                  <NA>
## 191                                                                                                                                                                                  <NA>
## 192                                                                                                                                                                                  <NA>
## 193                                                                                                                                                                                  <NA>
## 194                                                                                                                                                                                  <NA>
## 195                                                                                                                                                                                  <NA>
## 196                                                                                                                                                                                  <NA>
## 197                                                                                                                                                                                  <NA>
## 198                                                                                                                                                                                  <NA>
## 199                                                                                                                                                                                  <NA>
## 200                                                                                                                                                                                  <NA>
## 201                                                                                                                                                                                  <NA>
## 202                                                                                                                                                                                  <NA>
## 203                                                                                                                                                                                  <NA>
## 204                                                                                                                                                                                  <NA>
## 205                                                                                                                                                                                  <NA>
## 206                                                                                                                                                                                  <NA>
## 207                                                                                                                                                                                  <NA>
## 208                                                                                                                                                                                  <NA>
## 209                                                                                                                                                                                  <NA>
## 210                                                                                                                                                                                  <NA>
## 211                                                                                                                                                                                  <NA>
## 212                                                                                                                                                                                  <NA>
## 213                                                                                                                                                                                  <NA>
## 214                                                                                                                                                                                  <NA>
## 215                                                                                                                                                                                  <NA>
## 216                                                                                                                                                                                  <NA>
## 217                                                                                                                                                                                  <NA>
## 218                                                                                                                                                                                  <NA>
## 219                                                                                                                                                                                  <NA>
## 220                                                                                                                                                                                  <NA>
## 221                                                                                                                                                                                  <NA>
## 222                                                                                                                                                                                  <NA>
## 223                                                                                                                                                                                  <NA>
## 224                                                                                                                                                                                  <NA>
## 225                                                                                                                                                                                  <NA>
## 226                                                                                                                                                                                  <NA>
## 227                                                                                                                                                                                  <NA>
## 228                                                                                                                                                                                  <NA>
## 229                                                                                                                                                                                  <NA>
## 230                                                                                                                                                                                  <NA>
## 231                                                                                                                                                                                  <NA>
## 232                                                                                                                                                                                  <NA>
## 233                                                                                                                                                                                  <NA>
## 234                                                                                                                                                                                  <NA>
## 235                                                                                                                                                                                  <NA>
## 236                                                                                                                                                                                  <NA>
## 237                                                                                                                                                                                  <NA>
## 238                                                                                                                                                                                  <NA>
## 239                                                                                                                                                                                  <NA>
## 240                                                                                                                                                                                  <NA>
## 241                                                                                                                                                                                  <NA>
## 242                                                                                                                                                                                  <NA>
## 243                                                                                                                                                                                  <NA>
## 244                                                                                                                                                                                  <NA>
## 245                                                                                                                                                                                  <NA>
## 246                                                                                                                                                                                  <NA>
## 247                                                                                                                                                                                  <NA>
## 248                                                                                                                                                                                  <NA>
## 249                                                                                                                                                                                  <NA>
## 250                                                                                                                                                                                  <NA>
## 251                                                                                                                                                                                  <NA>
## 252                                                                                                                                                                                  <NA>
## 253                                                                                                                                                                                  <NA>
## 254                                                                                                                                                                                  <NA>
## 255                                                                                                                                                                                  <NA>
## 256                                                                                                                                                                                  <NA>
## 257                                                                                                                                                                                  <NA>
## 258                                                                                                                                                                                  <NA>
## 259                                                                                                                                                                                  <NA>
## 260                                                                                                                                                                                  <NA>
## 261                                                                                                                                                                                  <NA>
## 262                                                                                                                                                                                  <NA>
## 263                                                                                                                                                                                  <NA>
## 264                                                                                                                                                                                  <NA>
## 265                                                                                                                                                                                  <NA>
## 266                                                                                                                                                                                  <NA>
## 267                                                                                                                                                                                  <NA>
## 268                                                                                                                                                                                  <NA>
## 269                                                                                                                                                                                  <NA>
## 270                                                                                                                                                                                  <NA>
## 271                                                                                                                                                                                  <NA>
## 272                                                                                                                                                                                  <NA>
## 273                                                                                                                                                                                  <NA>
## 274                                                                                                                                                                                  <NA>
## 275                                                                                                                                                                                  <NA>
## 276                                                                                                                                                                                  <NA>
## 277                                                                                                                                                                                  <NA>
## 278                                                                                                                                                                                  <NA>
## 279                                                                                                                                                                                  <NA>
## 280                                                                                                                                                                                  <NA>
## 281                                                                                                                                                                                  <NA>
## 282                                                                                                                                                                                  <NA>
## 283                                                                                                                                                                                  <NA>
## 284                                                                                                                                                                                  <NA>
## 285                                                                                                                                                                                  <NA>
## 286                                                                                                                                                                                  <NA>
## 287                                                                                                                                                                                  <NA>
## 288                                                                                                                                                                                  <NA>
## 289                                                                                                                                                                                  <NA>
## 290                                                                                                                                                                                  <NA>
## 291                                                                                                                                                                                  <NA>
## 292                                                                                                                                                                                  <NA>
## 293                                                                                                                                                                                  <NA>
## 294                                                                                                                                                                                  <NA>
## 295                                                                                                                                                                                  <NA>
## 296                                                                                                                                                                                  <NA>
## 297                                                                                                                                                                                  <NA>
## 298                                                                                                                                                                                  <NA>
## 299                                                                                                                                                                                  <NA>
## 300                                                                                                                                                                                  <NA>
## 301                                                                                                                                                                                  <NA>
## 302                                                                                                                                                                                  <NA>
## 303                                                                                                                                                                                  <NA>
## 304                                                                                                                                                                                  <NA>
## 305                                                                                                                                                                                  <NA>
## 306                                                                                                                                                                                  <NA>
## 307                                                                                                                                                                                  <NA>
## 308                                                                                                                                                                                  <NA>
## 309                                                                                                                                                                                  <NA>
## 310                                                                                                                                                                                  <NA>
## 311                                                                                                                                                                                  <NA>
## 312                                                                                                                                                                                  <NA>
## 313                                                                                                                                                                                  <NA>
## 314                                                                                                                                                                                  <NA>
## 315                                                                                                                                                                                  <NA>
## 316                                                                                                                                                                                  <NA>
## 317                                                                                                                                                                                  <NA>
## 318                                                                                                                                                                                  <NA>
## 319                                                                                                                                                                                  <NA>
## 320                                                                                                                                                                                  <NA>
## 321                                                                                                                                                                                  <NA>
## 322                                                                                                                                                                                  <NA>
## 323                                                                                                                                                                                  <NA>
## 324                                                                                                                                                                                  <NA>
## 325                                                                                                                                                                                  <NA>
## 326                                                                                                                                                                                  <NA>
## 327                                                                                                                                                                                  <NA>
## 328                                                                                                                                                                                  <NA>
## 329                                                                                                                                                                                  <NA>
## 330                                                                                                                                                                                  <NA>
## 331                                                                                                                                                                                  <NA>
## 332                                                                                                                                                                                  <NA>
## 333                                                                                                                                                                                  <NA>
## 334                                                                                                                                                                                  <NA>
## 335                                                                                                                                                                                  <NA>
## 336                                                                                                                                                                                  <NA>
## 337                                                                                                                                                                                  <NA>
## 338                                                                                                                                                                                  <NA>
## 339                                                                                                                                                                                  <NA>
## 340                                                                                                                                                                                  <NA>
## 341                                                                                                                                                                                  <NA>
## 342                                                                                                                                                                                  <NA>
## 343                                                                                                                                                                                  <NA>
## 344                                                                                                                                                                                  <NA>
## 345                                                                                                                                                                                  <NA>
## 346                                                                                                                                                                                  <NA>
## 347                                                                                                                                                                                  <NA>
## 348                                                                                                                                                                                  <NA>
## 349                                                                                                                                                                                  <NA>
## 350                                                                                                                                                                                  <NA>
## 351                                                                                                                                                                                  <NA>
## 352                                                                                                                                                                                  <NA>
## 353                                                                                                                                                                                  <NA>
## 354                                                                                                                                                                                  <NA>
## 355                                                                                                                                                                                  <NA>
## 356                                                                                                                                                                                  <NA>
## 357                                                                                                                                                                                  <NA>
## 358                                                                                                                                                                                  <NA>
## 359                                                                                                                                                                                  <NA>
## 360                                                                                                                                                                                  <NA>
## 361                                                                                                                                                                                  <NA>
## 362                                                                                                                                                                                  <NA>
## 363                                                                                                                                                                                  <NA>
## 364                                                                                                                                                                                  <NA>
## 365                                                                                                                                                                                  <NA>
## 366                                                                                                                                                                                  <NA>
## 367                                                                                                                                                                                  <NA>
## 368                                                                                                                                                                                  <NA>
## 369                                                                                                                                                                                  <NA>
## 370                                                                                                                                                                                  <NA>
## 371                                                                                                                                                                                  <NA>
## 372                                                                                                                                                                                  <NA>
## 373                                                                                                                                                                                  <NA>
## 374                                                                                                                                                                                  <NA>
## 375                                                                                                                                                                                  <NA>
## 376                                                                                                                                                                                  <NA>
## 377                                                                                                                                                                                  <NA>
## 378                                                                                                                                                                                  <NA>
## 379                                                                                                                                                                                  <NA>
## 380                                                                                                                                                                                  <NA>
## 381                                                                                                                                                                                  <NA>
## 382                                                                                                                                                                                  <NA>
## 383                                                                                                                                                                                  <NA>
## 384                                                                                                                                                                                  <NA>
## 385                                                                                                                                                                                  <NA>
## 386                                                                                                                                                                                  <NA>
## 387                                                                                                                                                                                  <NA>
## 388                                                                                                                                                                                  <NA>
## 389                                                                                                                                                                                  <NA>
## 390                                                                                                                                                                                  <NA>
## 391                                                                                                                                                                                  <NA>
## 392                                                                                                                                                                                  <NA>
## 393                                                                                                                                                                                  <NA>
## 394                                                                                                                                                                                  <NA>
## 395                                                                                                                                                                                  <NA>
## 396                                                                                                                                                                                  <NA>
## 397                                                                                                                                                                                  <NA>
## 398                                                                                                                                                                                  <NA>
## 399                                                                                                                                                                                  <NA>
## 400                                                                                                                                                                                  <NA>
## 401                                                                                                                                                                                  <NA>
## 402                                                                                                                                                                                  <NA>
## 403                                                                                                                                                                                  <NA>
## 404                                                                                                                                                                                  <NA>
## 405                                                                                                                                                                                  <NA>
## 406                                                                                                                                                                                  <NA>
## 407                                                                                                                                                                                  <NA>
## 408                                                                                                                                                                                  <NA>
## 409                                                                                                                                                                                  <NA>
## 410                                                                                                                                                                                  <NA>
## 411                                                                                                                                                                                  <NA>
## 412                                                                                                                                                                                  <NA>
## 413                                                                                                                                                                                  <NA>
## 414                                                                                                                                                                                  <NA>
## 415                                                                                                                                                                                  <NA>
## 416                                                                                                                                                                                  <NA>
## 417                                                                                                                                                                                  <NA>
## 418                                                                                                                                                                                  <NA>
## 419                                                                                                                                                                                  <NA>
## 420                                                                                                                                                                                  <NA>
## 421                                                                                                                                                                                  <NA>
## 422                                                                                                                                                                                  <NA>
## 423                                                                                                                                                                                  <NA>
## 424                                                                                                                                                                                  <NA>
## 425                                                                                                                                                                                  <NA>
## 426                                                                                                                                                                                  <NA>
## 427                                                                                                                                                                                  <NA>
## 428                                                                                                                                                                                  <NA>
## 429                                                                                                                                                                                  <NA>
## 430                                                                                                                                                                                  <NA>
## 431                                                                                                                                                                                  <NA>
## 432                                                                                                                                                                                  <NA>
## 433                                                                                                                                                                                  <NA>
## 434                                                                                                                                                                                  <NA>
## 435                                                                                                                                                                                  <NA>
## 436                                                                                                                                                                                  <NA>
## 437                                                                                                                                                                                  <NA>
## 438                                                                                                                                                                                  <NA>
## 439                                                                                                                                                                                  <NA>
## 440                                                                                                                                                                                  <NA>
## 441                                                                                                                                                                                  <NA>
## 442                                                                                                                                                                                  <NA>
## 443                                                                                                                                                                                  <NA>
## 444                                                                                                                                                                                  <NA>
## 445                                                                                                                                                                                  <NA>
## 446                                                                                                                                                                                  <NA>
## 447                                                                                                                                                                                  <NA>
## 448                                                                                                                                                                                  <NA>
## 449                                                                                                                                                                                  <NA>
## 450                                                                                                                                                                                  <NA>
## 451                                                                                                                                                                                  <NA>
## 452                                                                                                                                                                                  <NA>
## 453                                                                                                                                                                                  <NA>
## 454                                                                                                                                                                                  <NA>
## 455                                                                                                                                                                                  <NA>
## 456                                                                                                                                                                                  <NA>
## 457                                                                                                                                                                                  <NA>
## 458                                                                                                                                                                                  <NA>
## 459                                                                                                                                                                                  <NA>
## 460                                                                                                                                                                                  <NA>
## 461                                                                                                                                                                                  <NA>
## 462                                                                                                                                                                                  <NA>
## 463                                                                                                                                                                                  <NA>
## 464                                                                                                                                                                                  <NA>
## 465                                                                                                                                                                                  <NA>
## 466                                                                                                                                                                                  <NA>
## 467                                                                                                                                                                                  <NA>
## 468                                                                                                                                                                                  <NA>
## 469                                                                                                                                                                                  <NA>
## 470                                                                                                                                                                                  <NA>
## 471                                                                                                                                                                                  <NA>
## 472                                                                                                                                                                                  <NA>
## 473                                                                                                                                                                                  <NA>
## 474                                                                                                                                                                                  <NA>
## 475                                                                                                                                                                                  <NA>
## 476                                                                                                                                                                                  <NA>
## 477                                                                                                                                                                                  <NA>
## 478                                                                                                                                                                                  <NA>
## 479                                                                                                                                                                                  <NA>
## 480                                                                                                                                                                                  <NA>
## 481                                                                                                                                                                                  <NA>
## 482                                                                                                                                                                                  <NA>
## 483                                                                                                                                                                                  <NA>
## 484                                                                                                                                                                                  <NA>
## 485                                                                                                                                                                                  <NA>
## 486                                                                                                                                                                                  <NA>
## 487                                                                                                                                                                                  <NA>
## 488                                                                                                                                                                                  <NA>
## 489                                                                                                                                                                                  <NA>
## 490                                                                                                                                                                                  <NA>
## 491                                                                                                                                                                                  <NA>
## 492                                                                                                                                                                                  <NA>
## 493                                                                                                                                                                                  <NA>
## 494                                                                                                                                                                                  <NA>
## 495                                                                                                                                                                                  <NA>
## 496                                                                                                                                                                                  <NA>
## 497                                                                                                                                                                                  <NA>
## 498                                                                                                                                                                                  <NA>
## 499                                                                                                                                                                                  <NA>
## 500                                                                                                                                                                                  <NA>
## 501                                                                                                                                                                                  <NA>
## 502                                                                                                                                                                                  <NA>
## 503                                                                                                                                                                                  <NA>
## 504                                                                                                                                                                                  <NA>
## 505                                                                                                                                                                                  <NA>
## 506                                                                                                                                                                                  <NA>
## 507                                                                                                                                                                                  <NA>
## 508                                                                                                                                                                                  <NA>
## 509                                                                                                                                                                                  <NA>
## 510                                                                                                                                                                                  <NA>
## 511                                                                                                                                                                                  <NA>
## 512                                                                                                                                                                                  <NA>
## 513                                                                                                                                                                                  <NA>
## 514                                                                                                                                                                                  <NA>
## 515                                                                                                                                                                                  <NA>
## 516                                                                                                                                                                                  <NA>
## 517                                                                                                                                                                                  <NA>
## 518                                                                                                                                                                                  <NA>
## 519                                                                                                                                                                                  <NA>
## 520                                                                                                                                                                                  <NA>
## 521                                                                                                                                                                                  <NA>
## 522                                                                                                                                                                                  <NA>
## 523                                                                                                                                                                                  <NA>
## 524                                                                                                                                                                                  <NA>
## 525                                                                                                                                                                                  <NA>
## 526                                                                                                                                                                                  <NA>
## 527                                                                                                                                                                                  <NA>
## 528                                                                                                                                                                                  <NA>
## 529                                                                                                                                                                                  <NA>
## 530                                                                                                                                                                                  <NA>
## 531                                                                                                                                                                                  <NA>
## 532                                                                                                                                                                                  <NA>
## 533                                                                                                                                                                                  <NA>
## 534                                                                                                                                                                                  <NA>
## 535                                                                                                                                                                                  <NA>
## 536                                                                                                                                                                                  <NA>
## 537                                                                                                                                                                                  <NA>
## 538                                                                                                                                                                                  <NA>
## 539                                                                                                                                                                                  <NA>
## 540                                                                                                                                                                                  <NA>
## 541                                                                                                                                                                                  <NA>
## 542                                                                                                                                                                                  <NA>
## 543                                                                                                                                                                                  <NA>
## 544                                                                                                                                                                                  <NA>
## 545                                                                                                                                                                                  <NA>
## 546                                                                                                                                                                                  <NA>
## 547                                                                                                                                                                                  <NA>
## 548                                                                                                                                                                                  <NA>
## 549                                                                                                                                                                                  <NA>
## 550                                                                                                                                                                                  <NA>
## 551                                                                                                                                                                                  <NA>
## 552                                                                                                                                                                                  <NA>
## 553                                                                                                                                                                                  <NA>
## 554                                                                                                                                                                                  <NA>
## 555                                                                                                                                                                                  <NA>
## 556                                                                                                                                                                                  <NA>
## 557                                                                                                                                                                                  <NA>
## 558                                                                                                                                                                                  <NA>
## 559                                                                                                                                                                                  <NA>
## 560                                                                                                                                                                                  <NA>
## 561                                                                                                                                                                                  <NA>
## 562                                                                                                                                                                                  <NA>
## 563                                                                                                                                                                                  <NA>
## 564                                                                                                                                                                                  <NA>
## 565                                                                                                                                                                                  <NA>
## 566                                                                                                                                                                                  <NA>
## 567                                                                                                                                                                                  <NA>
## 568                                                                                                                                                                                  <NA>
## 569                                                                                                                                                                                  <NA>
## 570                                                                                                                                                                                  <NA>
## 571                                                                                                                                                                                  <NA>
## 572                                                                                                                                                                                  <NA>
## 573                                                                                                                                                                                  <NA>
## 574                                                                                                                                                                                  <NA>
## 575                                                                                                                                                                                  <NA>
## 576                                                                                                                                                                                  <NA>
## 577                                                                                                                                                                                  <NA>
## 578                                                                                                                                                                                  <NA>
## 579                                                                                                                                                                                  <NA>
## 580                                                                                                                                                                                  <NA>
## 581                                                                                                                                                                                  <NA>
## 582                                                                                                                                                                                  <NA>
## 583                                                                                                                                                                                  <NA>
## 584                                                                                                                                                                                  <NA>
## 585                                                                                                                                                                                  <NA>
## 586                                                                                                                                                    Consul General in Karachi: W. Duda
## 587                                                                                                                                                                                  <NA>
## 588                                                                                                                                                                                  <NA>
## 589                                                                                                                                                                                  <NA>
## 590                                                                                                                                                                                  <NA>
## 591                                                                                                                                                                                  <NA>
## 592                                                                                                                                                                                  <NA>
## 593                                                                                                                                                                                  <NA>
## 594                                                                                                                                                                                  <NA>
## 595                                                                                                                                                                                  <NA>
## 596                                                                                                                                                                                  <NA>
## 597                                                                                                                                                                                  <NA>
## 598                                                                                                                                                                                  <NA>
## 599                                                                                                                                                                                  <NA>
## 600                                                                                                                                                                                  <NA>
## 601                                                                                                                                                                                  <NA>
## 602                                                                                                                                                                                  <NA>
## 603                                                                                                                                                                                  <NA>
## 604                                                                                                                                                                                  <NA>
## 605                                                                                                                                                                                  <NA>
## 606                                                                                                                                                                                  <NA>
## 607                                                                                                                                                                                  <NA>
## 608                                                                                                                                                                                  <NA>
## 609                                                                                                                                                                                  <NA>
## 610                                                                                                                                                                                  <NA>
## 611                                                                                                                                                                                  <NA>
## 612                                                                                                                                                                                  <NA>
## 613                                                                                                                                                                                  <NA>
## 614                                                                                                                                                                                  <NA>
## 615                                                                                                                                                                                  <NA>
## 616                                                                                                                                                                                  <NA>
## 617                                                                                                                                                                                  <NA>
## 618                                                                                                                                                                                  <NA>
## 619                                                                                                                                                                                  <NA>
## 620                                                                                                                                                                                  <NA>
## 621                                                                                                                                                                                  <NA>
## 622                                                                                                                                                                                  <NA>
## 623                                                                                                                                                                                  <NA>
## 624                                                                                                                                                                                  <NA>
## 625                                                                                                                                                                                  <NA>
## 626                                                                                                                                                                                  <NA>
## 627                                                                                                                                                                                  <NA>
## 628                                                                                                                                                                                  <NA>
## 629                                                                                                                                                                                  <NA>
## 630                                                                                                                                                                                  <NA>
## 631                                                                                                                                                                                  <NA>
## 632                                                                                                                                                                                  <NA>
## 633                                                                                                                                                                                  <NA>
## 634                                                                                                                                                                                  <NA>
## 635                                                                                                                                                                                  <NA>
## 636                                                                                                                                                                                  <NA>
## 637                                                                                                                                                                                  <NA>
## 638                                                                                                                                                                                  <NA>
## 639                                                                                                                                                                                  <NA>
## 640                                                                                                                                                                                  <NA>
## 641                                                                                                                                                                                  <NA>
## 642                                                                                                                                                                                  <NA>
## 643                                                                                                                                                                                  <NA>
## 644                                                                                                                                                                                  <NA>
## 645                                                                                                                                                                                  <NA>
## 646                                                                                                                                                                                  <NA>
## 647                                                                                                                                                                                  <NA>
## 648                                                                                                                                                                                  <NA>
## 649                                                                                                                                                                                  <NA>
## 650                                                                                                                                                                                  <NA>
## 651                                                                                                                                                                                  <NA>
## 652                                                                                                                                                                                  <NA>
## 653                                                                                                                                                                                  <NA>
## 654                                                                                                                                                                                  <NA>
## 655                                                                                                                                                                                  <NA>
## 656                                                                                                                                                                                  <NA>
## 657                                                                                                                                                                                  <NA>
## 658                                                                                                                                                                                  <NA>
## 659                                                                                                                                                                                  <NA>
## 660                                                                                                                                                                                  <NA>
## 661                                                                                                                                                                                  <NA>
## 662                                                                                                                                                                                  <NA>
## 663                                                                                                                                                                                  <NA>
## 664                                                                                                                                                                                  <NA>
## 665                                                                                                                                                                                  <NA>
## 666                                                                                                                                                                                  <NA>
## 667                                                                                                                                                                                  <NA>
## 668                                                                                                                                                                                  <NA>
## 669                                                                                                                                                                                  <NA>
## 670                                                                                                                                                                                  <NA>
## 671                                                                                                                                                                                  <NA>
## 672                                                                                                                                                                                  <NA>
## 673                                                                                                                                                                                  <NA>
## 674                                                                                                                                                                                  <NA>
## 675                                                                                                                                                                                  <NA>
## 676                                                                                                                                                                                  <NA>
## 677                                                                                                                                                                                  <NA>
## 678                                                                                                                                                                                  <NA>
## 679                                                                                                                                                                                  <NA>
## 680                                                                                                                                                                                  <NA>
## 681                                                                                                                                                                                  <NA>
## 682                                                                                                                                                                                  <NA>
## 683                                                                                                                                                                                  <NA>
## 684                                                                                                                                                                                  <NA>
## 685                                                                                                                                                                                  <NA>
## 686                                                                                                                                                                                  <NA>
## 687                                                                                                                                                                                  <NA>
## 688                                                                                                                                                                                  <NA>
## 689                                                                                                                                                                                  <NA>
## 690                                                                                                                                                                                  <NA>
## 691                                                                                                                                                                                  <NA>
## 692                                                                                                                                                                                  <NA>
## 693                                                                                                                                                                                  <NA>
## 694                                                                                                                                                                                  <NA>
## 695                                                                                                                                                                                  <NA>
## 696                                                                                                                                                                                  <NA>
## 697                                                                                                                                                                                  <NA>
## 698                                                                                                                                                                                  <NA>
## 699                                                                                                                                                                                  <NA>
## 700                                                                                                                                                                                  <NA>
## 701                                                                                                                                                                                  <NA>
## 702                                                                                                                                                                                  <NA>
## 703                                                                                                                                                                                  <NA>
## 704                                                                                                                                                                                  <NA>
## 705                                                                                                                                                                                  <NA>
## 706                                                                                                                                                                                  <NA>
## 707                                                                                                                                                                                  <NA>
## 708                                                                                                                                                                                  <NA>
## 709                                                                                                                                                                                  <NA>
## 710                                                                                                                                                                                  <NA>
## 711                                                                                                                                                                                  <NA>
## 712                                                                                                                                                                                  <NA>
## 713                                                                                                                                                                                  <NA>
## 714                                                                                                                                                                                  <NA>
## 715                                                                                                                                                                                  <NA>
## 716                                                                                                                                                                                  <NA>
## 717                                                                                                                                                                                  <NA>
## 718                                                                                                                                                                                  <NA>
## 719                                                                                                                                                                                  <NA>
## 720                                                                                                                                                                                  <NA>
## 721                                                                                                                                                                                  <NA>
## 722                                                                                                                                                                                  <NA>
## 723                                                                                                                                                                                  <NA>
## 724                                                                                                                                                                                  <NA>
## 725                                                                                                                                                                                  <NA>
## 726                                                                                                                                                                                  <NA>
## 727                                                                                                                                                                                  <NA>
## 728                                                                                                                                                                                  <NA>
## 729                                                                                                                                                                                  <NA>
## 730                                                                                                                                                                                  <NA>
## 731                                                                                                                                                                                  <NA>
## 732                                                                                                                                                                                  <NA>
## 733                                                                                                                                                                                  <NA>
## 734                                                                                                                                                                                  <NA>
## 735                                                                                                                                                                                  <NA>
## 736                                                                                                                                                                                  <NA>
## 737                                                                                                                                                                                  <NA>
## 738                                                                                                                                                                                  <NA>
## 739                                                                                                                                                                                  <NA>
## 740                                                                                                                                                                                  <NA>
##        natlty3                      natlty3_txt
## 1           NA                             <NA>
## 2           NA                             <NA>
## 3           NA                             <NA>
## 4           NA                             <NA>
## 5           NA                             <NA>
## 6           NA                             <NA>
## 7           NA                             <NA>
## 8           NA                             <NA>
## 9           NA                             <NA>
## 10          NA                             <NA>
## 11          NA                             <NA>
## 12          NA                             <NA>
## 13          NA                             <NA>
## 14          NA                             <NA>
## 15          NA                             <NA>
## 16          NA                             <NA>
## 17          NA                             <NA>
## 18          NA                             <NA>
## 19          NA                             <NA>
## 20          NA                             <NA>
## 21          NA                             <NA>
## 22          NA                             <NA>
## 23          NA                             <NA>
## 24          NA                             <NA>
## 25          NA                             <NA>
## 26          NA                             <NA>
## 27          NA                             <NA>
## 28          NA                             <NA>
## 29          NA                             <NA>
## 30          NA                             <NA>
## 31          NA                             <NA>
## 32          NA                             <NA>
## 33          NA                             <NA>
## 34          NA                             <NA>
## 35          NA                             <NA>
## 36          NA                             <NA>
## 37          NA                             <NA>
## 38          NA                             <NA>
## 39          NA                             <NA>
## 40          NA                             <NA>
## 41          NA                             <NA>
## 42          NA                             <NA>
## 43          NA                             <NA>
## 44          NA                             <NA>
## 45          NA                             <NA>
## 46          NA                             <NA>
## 47          NA                             <NA>
## 48          NA                             <NA>
## 49          NA                             <NA>
## 50          NA                             <NA>
## 51          NA                             <NA>
## 52          NA                             <NA>
## 53          NA                             <NA>
## 54          NA                             <NA>
## 55          NA                             <NA>
## 56          NA                             <NA>
## 57          NA                             <NA>
## 58          NA                             <NA>
## 59          NA                             <NA>
## 60          NA                             <NA>
## 61          NA                             <NA>
## 62          NA                             <NA>
## 63          NA                             <NA>
## 64          NA                             <NA>
## 65          NA                             <NA>
## 66          NA                             <NA>
## 67          NA                             <NA>
## 68          NA                             <NA>
## 69          NA                             <NA>
## 70          NA                             <NA>
## 71          NA                             <NA>
## 72          NA                             <NA>
## 73          NA                             <NA>
## 74          NA                             <NA>
## 75          NA                             <NA>
## 76          NA                             <NA>
## 77          NA                             <NA>
## 78          NA                             <NA>
## 79          NA                             <NA>
## 80          NA                             <NA>
## 81          NA                             <NA>
## 82          NA                             <NA>
## 83          NA                             <NA>
## 84          NA                             <NA>
## 85          NA                             <NA>
## 86          NA                             <NA>
## 87          NA                             <NA>
## 88          NA                             <NA>
## 89          NA                             <NA>
## 90          NA                             <NA>
## 91          NA                             <NA>
## 92          NA                             <NA>
## 93          NA                             <NA>
## 94          NA                             <NA>
## 95          NA                             <NA>
## 96          NA                             <NA>
## 97          NA                             <NA>
## 98          NA                             <NA>
## 99          NA                             <NA>
## 100         NA                             <NA>
## 101         NA                             <NA>
## 102         NA                             <NA>
## 103         NA                             <NA>
## 104         NA                             <NA>
## 105         NA                             <NA>
## 106         NA                             <NA>
## 107         NA                             <NA>
## 108         NA                             <NA>
## 109         NA                             <NA>
## 110         NA                             <NA>
## 111         NA                             <NA>
## 112         NA                             <NA>
## 113         NA                             <NA>
## 114         NA                             <NA>
## 115         NA                             <NA>
## 116         NA                             <NA>
## 117         NA                             <NA>
## 118         NA                             <NA>
## 119         NA                             <NA>
## 120         NA                             <NA>
## 121         NA                             <NA>
## 122         NA                             <NA>
## 123         NA                             <NA>
## 124         NA                             <NA>
## 125         NA                             <NA>
## 126         NA                             <NA>
## 127         NA                             <NA>
## 128         NA                             <NA>
## 129         NA                             <NA>
## 130         NA                             <NA>
## 131         NA                             <NA>
## 132         NA                             <NA>
## 133         NA                             <NA>
## 134         NA                             <NA>
## 135         NA                             <NA>
## 136         NA                             <NA>
## 137         NA                             <NA>
## 138         NA                             <NA>
## 139         NA                             <NA>
## 140         NA                             <NA>
## 141         NA                             <NA>
## 142         NA                             <NA>
## 143         NA                             <NA>
## 144         NA                             <NA>
## 145         NA                             <NA>
## 146         NA                             <NA>
## 147         NA                             <NA>
## 148         NA                             <NA>
## 149         NA                             <NA>
## 150         NA                             <NA>
## 151         NA                             <NA>
## 152         NA                             <NA>
## 153         NA                             <NA>
## 154         NA                             <NA>
## 155         NA                             <NA>
## 156         NA                             <NA>
## 157         NA                             <NA>
## 158         NA                             <NA>
## 159         NA                             <NA>
## 160         NA                             <NA>
## 161         NA                             <NA>
## 162         NA                             <NA>
## 163         NA                             <NA>
## 164         NA                             <NA>
## 165         NA                             <NA>
## 166         NA                             <NA>
## 167         NA                             <NA>
## 168         NA                             <NA>
## 169         NA                             <NA>
## 170         NA                             <NA>
## 171         NA                             <NA>
## 172         NA                             <NA>
## 173         NA                             <NA>
## 174         NA                             <NA>
## 175         NA                             <NA>
## 176         NA                             <NA>
## 177         NA                             <NA>
## 178         NA                             <NA>
## 179         NA                             <NA>
## 180         NA                             <NA>
## 181         NA                             <NA>
## 182         NA                             <NA>
## 183         NA                             <NA>
## 184         NA                             <NA>
## 185         NA                             <NA>
## 186         NA                             <NA>
## 187         NA                             <NA>
## 188         NA                             <NA>
## 189         NA                             <NA>
## 190         NA                             <NA>
## 191         NA                             <NA>
## 192         NA                             <NA>
## 193         NA                             <NA>
## 194         NA                             <NA>
## 195         NA                             <NA>
## 196         NA                             <NA>
## 197         NA                             <NA>
## 198         NA                             <NA>
## 199         NA                             <NA>
## 200         NA                             <NA>
## 201         NA                             <NA>
## 202         NA                             <NA>
## 203         NA                             <NA>
## 204         NA                             <NA>
## 205         NA                             <NA>
## 206         NA                             <NA>
## 207         NA                             <NA>
## 208         NA                             <NA>
## 209         NA                             <NA>
## 210         NA                             <NA>
## 211         NA                             <NA>
## 212         NA                             <NA>
## 213         NA                             <NA>
## 214         NA                             <NA>
## 215         NA                             <NA>
## 216         NA                             <NA>
## 217         NA                             <NA>
## 218         NA                             <NA>
## 219         NA                             <NA>
## 220         NA                             <NA>
## 221         NA                             <NA>
## 222         NA                             <NA>
## 223         NA                             <NA>
## 224         NA                             <NA>
## 225         NA                             <NA>
## 226         NA                             <NA>
## 227         NA                             <NA>
## 228         NA                             <NA>
## 229         NA                             <NA>
## 230         NA                             <NA>
## 231         NA                             <NA>
## 232         NA                             <NA>
## 233         NA                             <NA>
## 234         NA                             <NA>
## 235         NA                             <NA>
## 236         NA                             <NA>
## 237         NA                             <NA>
## 238         NA                             <NA>
## 239         NA                             <NA>
## 240         NA                             <NA>
## 241         NA                             <NA>
## 242         NA                             <NA>
## 243         NA                             <NA>
## 244         NA                             <NA>
## 245         NA                             <NA>
## 246         NA                             <NA>
## 247         NA                             <NA>
## 248         NA                             <NA>
## 249         NA                             <NA>
## 250         NA                             <NA>
## 251         NA                             <NA>
## 252         NA                             <NA>
## 253         NA                             <NA>
## 254         NA                             <NA>
## 255         NA                             <NA>
## 256         NA                             <NA>
## 257         NA                             <NA>
## 258         NA                             <NA>
## 259         NA                             <NA>
## 260         NA                             <NA>
## 261         NA                             <NA>
## 262         NA                             <NA>
## 263         NA                             <NA>
## 264         NA                             <NA>
## 265         NA                             <NA>
## 266         NA                             <NA>
## 267         NA                             <NA>
## 268         NA                             <NA>
## 269         NA                             <NA>
## 270         NA                             <NA>
## 271         NA                             <NA>
## 272         NA                             <NA>
## 273         NA                             <NA>
## 274         NA                             <NA>
## 275         NA                             <NA>
## 276         NA                             <NA>
## 277         NA                             <NA>
## 278         NA                             <NA>
## 279         NA                             <NA>
## 280         NA                             <NA>
## 281         NA                             <NA>
## 282         NA                             <NA>
## 283         NA                             <NA>
## 284         NA                             <NA>
## 285         NA                             <NA>
## 286         NA                             <NA>
## 287         NA                             <NA>
## 288         NA                             <NA>
## 289         NA                             <NA>
## 290         NA                             <NA>
## 291         NA                             <NA>
## 292         NA                             <NA>
## 293         NA                             <NA>
## 294         NA                             <NA>
## 295         NA                             <NA>
## 296         NA                             <NA>
## 297         NA                             <NA>
## 298         NA                             <NA>
## 299         NA                             <NA>
## 300         NA                             <NA>
## 301         NA                             <NA>
## 302         NA                             <NA>
## 303         NA                             <NA>
## 304         NA                             <NA>
## 305         NA                             <NA>
## 306         NA                             <NA>
## 307         NA                             <NA>
## 308         NA                             <NA>
## 309         NA                             <NA>
## 310         NA                             <NA>
## 311         NA                             <NA>
## 312         NA                             <NA>
## 313         NA                             <NA>
## 314         NA                             <NA>
## 315         NA                             <NA>
## 316         NA                             <NA>
## 317         NA                             <NA>
## 318         NA                             <NA>
## 319         NA                             <NA>
## 320         NA                             <NA>
## 321         NA                             <NA>
## 322         NA                             <NA>
## 323         NA                             <NA>
## 324         NA                             <NA>
## 325         NA                             <NA>
## 326         NA                             <NA>
## 327         NA                             <NA>
## 328         NA                             <NA>
## 329         NA                             <NA>
## 330         NA                             <NA>
## 331         NA                             <NA>
## 332         NA                             <NA>
## 333         NA                             <NA>
## 334         NA                             <NA>
## 335         NA                             <NA>
## 336         NA                             <NA>
## 337         NA                             <NA>
## 338         NA                             <NA>
## 339         NA                             <NA>
## 340         NA                             <NA>
## 341         NA                             <NA>
## 342         NA                             <NA>
## 343         NA                             <NA>
## 344         NA                             <NA>
## 345         NA                             <NA>
## 346         NA                             <NA>
## 347         NA                             <NA>
## 348         NA                             <NA>
## 349         NA                             <NA>
## 350         NA                             <NA>
## 351         NA                             <NA>
## 352         NA                             <NA>
## 353         NA                             <NA>
## 354         NA                             <NA>
## 355         NA                             <NA>
## 356         NA                             <NA>
## 357         NA                             <NA>
## 358         NA                             <NA>
## 359         NA                             <NA>
## 360         NA                             <NA>
## 361         NA                             <NA>
## 362         NA                             <NA>
## 363         NA                             <NA>
## 364         NA                             <NA>
## 365         NA                             <NA>
## 366         NA                             <NA>
## 367         NA                             <NA>
## 368         NA                             <NA>
## 369         NA                             <NA>
## 370         NA                             <NA>
## 371         NA                             <NA>
## 372         NA                             <NA>
## 373         NA                             <NA>
## 374         NA                             <NA>
## 375         NA                             <NA>
## 376         NA                             <NA>
## 377         NA                             <NA>
## 378         NA                             <NA>
## 379         NA                             <NA>
## 380         NA                             <NA>
## 381         NA                             <NA>
## 382         NA                             <NA>
## 383         NA                             <NA>
## 384         NA                             <NA>
## 385         NA                             <NA>
## 386         NA                             <NA>
## 387         NA                             <NA>
## 388         NA                             <NA>
## 389         NA                             <NA>
## 390         NA                             <NA>
## 391         NA                             <NA>
## 392         NA                             <NA>
## 393         NA                             <NA>
## 394         NA                             <NA>
## 395         NA                             <NA>
## 396         NA                             <NA>
## 397         NA                             <NA>
## 398         NA                             <NA>
## 399         NA                             <NA>
## 400         NA                             <NA>
## 401         NA                             <NA>
## 402         NA                             <NA>
## 403         NA                             <NA>
## 404         NA                             <NA>
## 405         NA                             <NA>
## 406         NA                             <NA>
## 407         NA                             <NA>
## 408         NA                             <NA>
## 409         NA                             <NA>
## 410         NA                             <NA>
## 411         NA                             <NA>
## 412         NA                             <NA>
## 413         NA                             <NA>
## 414         NA                             <NA>
## 415         NA                             <NA>
## 416         NA                             <NA>
## 417         NA                             <NA>
## 418         NA                             <NA>
## 419         NA                             <NA>
## 420         NA                             <NA>
## 421         NA                             <NA>
## 422         NA                             <NA>
## 423         NA                             <NA>
## 424         NA                             <NA>
## 425         NA                             <NA>
## 426         NA                             <NA>
## 427         NA                             <NA>
## 428         NA                             <NA>
## 429         NA                             <NA>
## 430         NA                             <NA>
## 431         NA                             <NA>
## 432         NA                             <NA>
## 433         NA                             <NA>
## 434         NA                             <NA>
## 435         NA                             <NA>
## 436         NA                             <NA>
## 437         NA                             <NA>
## 438         NA                             <NA>
## 439         NA                             <NA>
## 440         NA                             <NA>
## 441         NA                             <NA>
## 442         NA                             <NA>
## 443         NA                             <NA>
## 444         NA                             <NA>
## 445         NA                             <NA>
## 446         NA                             <NA>
## 447         NA                             <NA>
## 448         NA                             <NA>
## 449         NA                             <NA>
## 450         NA                             <NA>
## 451         NA                             <NA>
## 452         NA                             <NA>
## 453         NA                             <NA>
## 454         NA                             <NA>
## 455         NA                             <NA>
## 456         NA                             <NA>
## 457         NA                             <NA>
## 458         NA                             <NA>
## 459         NA                             <NA>
## 460         NA                             <NA>
## 461         NA                             <NA>
## 462         NA                             <NA>
## 463         NA                             <NA>
## 464         NA                             <NA>
## 465         NA                             <NA>
## 466         NA                             <NA>
## 467         NA                             <NA>
## 468         NA                             <NA>
## 469         NA                             <NA>
## 470         NA                             <NA>
## 471         NA                             <NA>
## 472         NA                             <NA>
## 473         NA                             <NA>
## 474         NA                             <NA>
## 475         NA                             <NA>
## 476         NA                             <NA>
## 477         NA                             <NA>
## 478         NA                             <NA>
## 479         NA                             <NA>
## 480         NA                             <NA>
## 481         NA                             <NA>
## 482         NA                             <NA>
## 483         NA                             <NA>
## 484         NA                             <NA>
## 485         NA                             <NA>
## 486         NA                             <NA>
## 487         NA                             <NA>
## 488         NA                             <NA>
## 489         NA                             <NA>
## 490         NA                             <NA>
## 491         NA                             <NA>
## 492         NA                             <NA>
## 493         NA                             <NA>
## 494         NA                             <NA>
## 495         NA                             <NA>
## 496         NA                             <NA>
## 497         NA                             <NA>
## 498         NA                             <NA>
## 499         NA                             <NA>
## 500         NA                             <NA>
## 501         NA                             <NA>
## 502         NA                             <NA>
## 503         NA                             <NA>
## 504         NA                             <NA>
## 505         NA                             <NA>
## 506         NA                             <NA>
## 507         NA                             <NA>
## 508         NA                             <NA>
## 509         NA                             <NA>
## 510         NA                             <NA>
## 511         NA                             <NA>
## 512         NA                             <NA>
## 513         NA                             <NA>
## 514         NA                             <NA>
## 515         NA                             <NA>
## 516         NA                             <NA>
## 517         NA                             <NA>
## 518         NA                             <NA>
## 519         NA                             <NA>
## 520         NA                             <NA>
## 521         NA                             <NA>
## 522         NA                             <NA>
## 523         NA                             <NA>
## 524         NA                             <NA>
## 525         NA                             <NA>
## 526         NA                             <NA>
## 527         NA                             <NA>
## 528         NA                             <NA>
## 529         NA                             <NA>
## 530         NA                             <NA>
## 531         NA                             <NA>
## 532         NA                             <NA>
## 533         NA                             <NA>
## 534         NA                             <NA>
## 535         NA                             <NA>
## 536         NA                             <NA>
## 537         NA                             <NA>
## 538         NA                             <NA>
## 539         NA                             <NA>
## 540         NA                             <NA>
## 541         NA                             <NA>
## 542         NA                             <NA>
## 543         NA                             <NA>
## 544         NA                             <NA>
## 545         NA                             <NA>
## 546         NA                             <NA>
## 547         NA                             <NA>
## 548         NA                             <NA>
## 549         NA                             <NA>
## 550         NA                             <NA>
## 551         NA                             <NA>
## 552         NA                             <NA>
## 553         NA                             <NA>
## 554         NA                             <NA>
## 555         NA                             <NA>
## 556         NA                             <NA>
## 557         NA                             <NA>
## 558         NA                             <NA>
## 559         NA                             <NA>
## 560         NA                             <NA>
## 561         NA                             <NA>
## 562         NA                             <NA>
## 563         NA                             <NA>
## 564         NA                             <NA>
## 565         NA                             <NA>
## 566         NA                             <NA>
## 567         NA                             <NA>
## 568         NA                             <NA>
## 569         NA                             <NA>
## 570         NA                             <NA>
## 571         NA                             <NA>
## 572         NA                             <NA>
## 573         NA                             <NA>
## 574         NA                             <NA>
## 575         NA                             <NA>
## 576         NA                             <NA>
## 577         NA                             <NA>
## 578         NA                             <NA>
## 579         NA                             <NA>
## 580         NA                             <NA>
## 581         NA                             <NA>
## 582         NA                             <NA>
## 583         NA                             <NA>
## 584         NA                             <NA>
## 585         NA                             <NA>
## 586        161                           Poland
## 587         NA                             <NA>
## 588         NA                             <NA>
## 589         NA                             <NA>
## 590         NA                             <NA>
## 591         NA                             <NA>
## 592         NA                             <NA>
## 593         NA                             <NA>
## 594         NA                             <NA>
## 595         NA                             <NA>
## 596         NA                             <NA>
## 597         NA                             <NA>
## 598         NA                             <NA>
## 599         NA                             <NA>
## 600         NA                             <NA>
## 601         NA                             <NA>
## 602         NA                             <NA>
## 603         NA                             <NA>
## 604         NA                             <NA>
## 605         NA                             <NA>
## 606         NA                             <NA>
## 607         NA                             <NA>
## 608         NA                             <NA>
## 609         NA                             <NA>
## 610         NA                             <NA>
## 611         NA                             <NA>
## 612         NA                             <NA>
## 613         NA                             <NA>
## 614         NA                             <NA>
## 615         NA                             <NA>
## 616         NA                             <NA>
## 617         NA                             <NA>
## 618         NA                             <NA>
## 619         NA                             <NA>
## 620         NA                             <NA>
## 621         NA                             <NA>
## 622         NA                             <NA>
## 623         NA                             <NA>
## 624         NA                             <NA>
## 625         NA                             <NA>
## 626         NA                             <NA>
## 627         NA                             <NA>
## 628         NA                             <NA>
## 629         NA                             <NA>
## 630         NA                             <NA>
## 631         NA                             <NA>
## 632         NA                             <NA>
## 633         NA                             <NA>
## 634         NA                             <NA>
## 635         NA                             <NA>
## 636         NA                             <NA>
## 637         NA                             <NA>
## 638         NA                             <NA>
## 639         NA                             <NA>
## 640         NA                             <NA>
## 641         NA                             <NA>
## 642         NA                             <NA>
## 643         NA                             <NA>
## 644         NA                             <NA>
## 645         NA                             <NA>
## 646         NA                             <NA>
## 647         NA                             <NA>
## 648         NA                             <NA>
## 649         NA                             <NA>
## 650         NA                             <NA>
## 651         NA                             <NA>
## 652         NA                             <NA>
## 653         NA                             <NA>
## 654         NA                             <NA>
## 655         NA                             <NA>
## 656         NA                             <NA>
## 657         NA                             <NA>
## 658         NA                             <NA>
## 659         NA                             <NA>
## 660         NA                             <NA>
## 661         NA                             <NA>
## 662         NA                             <NA>
## 663         NA                             <NA>
## 664         NA                             <NA>
## 665         NA                             <NA>
## 666         NA                             <NA>
## 667         NA                             <NA>
## 668         NA                             <NA>
## 669         NA                             <NA>
## 670         NA                             <NA>
## 671         NA                             <NA>
## 672         NA                             <NA>
## 673         NA                             <NA>
## 674         NA                             <NA>
## 675         NA                             <NA>
## 676         NA                             <NA>
## 677         NA                             <NA>
## 678         NA                             <NA>
## 679         NA                             <NA>
## 680         NA                             <NA>
## 681         NA                             <NA>
## 682         NA                             <NA>
## 683         NA                             <NA>
## 684         NA                             <NA>
## 685         NA                             <NA>
## 686         NA                             <NA>
## 687         NA                             <NA>
## 688         NA                             <NA>
## 689         NA                             <NA>
## 690         NA                             <NA>
## 691         NA                             <NA>
## 692         NA                             <NA>
## 693         NA                             <NA>
## 694         NA                             <NA>
## 695         NA                             <NA>
## 696         NA                             <NA>
## 697         NA                             <NA>
## 698         NA                             <NA>
## 699         NA                             <NA>
## 700         NA                             <NA>
## 701         NA                             <NA>
## 702         NA                             <NA>
## 703         NA                             <NA>
## 704         NA                             <NA>
## 705         NA                             <NA>
## 706         NA                             <NA>
## 707         NA                             <NA>
## 708         NA                             <NA>
## 709         NA                             <NA>
## 710         NA                             <NA>
## 711         NA                             <NA>
## 712         NA                             <NA>
## 713         NA                             <NA>
## 714         NA                             <NA>
## 715         NA                             <NA>
## 716         NA                             <NA>
## 717         NA                             <NA>
## 718         NA                             <NA>
## 719         NA                             <NA>
## 720         NA                             <NA>
## 721         NA                             <NA>
## 722         NA                             <NA>
## 723         NA                             <NA>
## 724         NA                             <NA>
## 725         NA                             <NA>
## 726         NA                             <NA>
## 727         NA                             <NA>
## 728         NA                             <NA>
## 729         NA                             <NA>
## 730         NA                             <NA>
## 731         NA                             <NA>
## 732         NA                             <NA>
## 733         NA                             <NA>
## 734         NA                             <NA>
## 735         NA                             <NA>
## 736         NA                             <NA>
## 737         NA                             <NA>
## 738         NA                             <NA>
## 739         NA                             <NA>
## 740         NA                             <NA>
##                                                                                                                   gname
## 1                                                                                                                MANO-D
## 2                                                                                    23rd of September Communist League
## 3                                                                                                               Unknown
## 4                                                                                                               Unknown
## 5                                                                                                               Unknown
## 6                                                                                                    Black Nationalists
## 7                                                                                                   Tupamaros (Uruguay)
## 8                                                                                                               Unknown
## 9                                                                                                       New Year's Gang
## 10                                                                                                      New Year's Gang
## 11                                                                                      Weather Underground, Weathermen
## 12                                                                                                  Left-Wing Militants
## 13                                                                                                              Unknown
## 14                                                                                                  Left-Wing Militants
## 15                                                                                        Armed Commandos of Liberation
## 16                                                                                                            Commune 1
## 17                                                                                            Eritrean Liberation Front
## 18                                                                                                   Black Nationalists
## 19                                                                                                             Strikers
## 20                                                                                                   Black Nationalists
## 21                                                                                                   Black Nationalists
## 22                                                                                                  Tupamaros (Uruguay)
## 23                                                                                                   Black Nationalists
## 24                                                                                                     Student Radicals
## 25                                                                                                     White extremists
## 26                                                                                                              Unknown
## 27                                                                                                              Unknown
## 28                                                                Armed Forces of National Liberation- Venezuela (FALN)
## 29                                                                                                             Strikers
## 30                                                                                                     White extremists
## 31                                                                                                   Black Nationalists
## 32                                                                                                   Black Nationalists
## 33                                                                                                   Black Nationalists
## 34                                                                                                  Left-Wing Militants
## 35                                                                                                              Unknown
## 36                                                                                                     White extremists
## 37                                                                                                             Strikers
## 38                                                                                                             Strikers
## 39                                                                                                     Student Radicals
## 40                                                                                              New People's Army (NPA)
## 41                                                                                                              Unknown
## 42                                                                                                  Left-Wing Militants
## 43                                                                                                   Black Nationalists
## 44                                                                                                              Unknown
## 45                                                                                                              Unknown
## 46                                                                                                              Unknown
## 47                                                                                                             Strikers
## 48                                                                                                   Black Nationalists
## 49                                                                                                     White extremists
## 50                                                                                                     White extremists
## 51                                                                     Armed Revolutionary Independence Movement (MIRA)
## 52                                                                     Armed Revolutionary Independence Movement (MIRA)
## 53                                                                     Armed Revolutionary Independence Movement (MIRA)
## 54                                                                                                     Student Radicals
## 55                                                                                                     Student Radicals
## 56                                                                     Armed Revolutionary Independence Movement (MIRA)
## 57                                                                     Armed Revolutionary Independence Movement (MIRA)
## 58                                                                     Armed Revolutionary Independence Movement (MIRA)
## 59                                                                                                             Strikers
## 60                                                                 Popular Front for the Liberation of Palestine (PFLP)
## 61                                                                                                     Student Radicals
## 62                                                                                                              Unknown
## 63                                                                 Popular Front for the Liberation of Palestine (PFLP)
## 64                                                                                                   Black Nationalists
## 65                                                                                                  Left-Wing Militants
## 66                                                                                                     Student Radicals
## 67                                                                                                              Unknown
## 68                                                                                                              Unknown
## 69                                                                                                              Unknown
## 70                                                                                                  Left-Wing Militants
## 71                                                                                                              Unknown
## 72                                                                                                              Unknown
## 73                                                                                                     White extremists
## 74                                                                                                     Student Radicals
## 75                                                                                                   Black Nationalists
## 76                                                                                                   Black Nationalists
## 77                                                                                                  Left-Wing Militants
## 78                                                                                                     Student Radicals
## 79                                                                                                     Student Radicals
## 80                                                     Popular Front for the Liberation of Palestine, Gen Cmd (PFLP-GC)
## 81                                                     Popular Front for the Liberation of Palestine, Gen Cmd (PFLP-GC)
## 82                                                                                                  Left-Wing Militants
## 83                                                                                                  Left-Wing Militants
## 84                                                                                      Weather Underground, Weathermen
## 85                                                                                                   Black Nationalists
## 86                                                                                                     White extremists
## 87                                                                                                      New Year's Gang
## 88                                                                                                             Strikers
## 89                                                                                                             Strikers
## 90                                                                                                             Strikers
## 91                                                                                                             Strikers
## 92                                                                                                  Left-Wing Militants
## 93                                                                                                     White extremists
## 94                                                                                                     Student Radicals
## 95                                                                                                     Student Radicals
## 96                                                                                                              Unknown
## 97                                                                                                              Unknown
## 98                                                                                            Eritrean Liberation Front
## 99                                                                                                     Student Radicals
## 100                                                                                                 Left-Wing Militants
## 101                                                                                                    Student Radicals
## 102                                                                                                 Left-Wing Militants
## 103                                                                                                  Black Nationalists
## 104                                                                                                    1st of May Group
## 105                                                                                                 Left-Wing Militants
## 106                                                                                                    Student Radicals
## 107                                                                                                 Left-Wing Militants
## 108                                                                                                             Unknown
## 109                                                                                                 Left-Wing Militants
## 110                                                                                                 Left-Wing Militants
## 111                                                                                                 Left-Wing Militants
## 112                                                                                       Armed Commandos of Liberation
## 113                                                                               Rebel Armed Forces of Guatemala (FAR)
## 114                                                                                     Weather Underground, Weathermen
## 115                                                                                     Weather Underground, Weathermen
## 116                                                                                                             Unknown
## 117                                                                                                        Ku Klux Klan
## 118                                                                                                    White extremists
## 119                                                                                                    White extremists
## 120                                                                                                  Black Nationalists
## 121                                                                                                             Unknown
## 122                                                                                                 Left-Wing Militants
## 123                                                                                                    Student Radicals
## 124                                                                                Popular Revolutionary Vanguard (VPR)
## 125                                                                                                    Student Radicals
## 126                                                                                               Revolutionary Force 9
## 127                                                                                               Revolutionary Force 9
## 128                                                                                                  Black Nationalists
## 129                                                                                                  Black Nationalists
## 130                                                                                               Revolutionary Force 9
## 131                                                                                                    Student Radicals
## 132                                                                                                    Student Radicals
## 133                                                                                           Eritrean Liberation Front
## 134                                                                                                             Unknown
## 135                                                                                                 Left-Wing Militants
## 136                                                                                                 Left-Wing Militants
## 137                                                                                           Puerto Rican Nationalists
## 138                                                                                                             Unknown
## 139                                                                                                    White extremists
## 140                                                                                            Chicano Liberation Front
## 141                                                                                                             Unknown
## 142                                                                                                    White extremists
## 143                                                                                                    White extremists
## 144                                                                                                 Left-Wing Militants
## 145                                                                                    Puerto Rican Resistance Movement
## 146                                                                                    Puerto Rican Resistance Movement
## 147                                                                                                      Black Panthers
## 148                                                                                                      Black Panthers
## 149                                                                                                      Black Panthers
## 150                                                                                                            Strikers
## 151                                                                                                             Unknown
## 152                                                                                    Dominican Popular Movement (MPD)
## 153                                                                                    Argentine Liberation Front (FAL)
## 154                                                                                                             Unknown
## 155                                                                                                    White extremists
## 156                                                                                                  Black Nationalists
## 157                                                                                                  Black Nationalists
## 158                                                                     Argentine National Organization Movement (MANO)
## 159                                                                Popular Front for the Liberation of Palestine (PFLP)
## 160                                                                                                 Left-Wing Militants
## 161                                                                                                 Left-Wing Militants
## 162                                                                               Rebel Armed Forces of Guatemala (FAR)
## 163                                                                                             Japanese Red Army (JRA)
## 164                                                                                                 Left-Wing Militants
## 165                                                                                                    Student Radicals
## 166                                                                                           Eritrean Liberation Front
## 167                                                                                                    Student Radicals
## 168                                                                                                    White extremists
## 169                                                                                                    Student Radicals
## 170                                                                                             New People's Army (NPA)
## 171                                                                                                 Left-Wing Militants
## 172                                                                                  Saor Eire (Irish Republican Group)
## 173                                                                                                 Left-Wing Militants
## 174                                                                                                 Left-Wing Militants
## 175                                                                                                    Student Radicals
## 176                                                                                Popular Revolutionary Vanguard (VPR)
## 177                                                                                    Argentine Liberation Front (FAL)
## 178                                                                                                            Strikers
## 179                                                                                                            Strikers
## 180                                                                                                             Unknown
## 181                                                                                                    Student Radicals
## 182                                                                                                             Unknown
## 183                                                                                                            Strikers
## 184                                                                                            Chicano Liberation Front
## 185                                                                                                             Unknown
## 186                                                                                                 Left-Wing Militants
## 187                                                                                                    Student Radicals
## 188                                                                                                             Unknown
## 189                                                                                   New World Liberation Front (NWLF)
## 190                                                                                                             Unknown
## 191                                                                                                             Unknown
## 192                                                                                                             Unknown
## 193                                                                                                            Strikers
## 194                                                                                                    Student Radicals
## 195                                                                                                             Unknown
## 196                                                                Popular Front for the Liberation of Palestine (PFLP)
## 197                                                                                                        Cuban Exiles
## 198                                                                                            Chicano Liberation Front
## 199                                                                                            Chicano Liberation Front
## 200                                                                                                             Unknown
## 201                                                                                                             Unknown
## 202                                                                                                             Unknown
## 203                                                                                                            Strikers
## 204                                                                                                      Black Panthers
## 205                                                                                                    White extremists
## 206                                                                                                    White extremists
## 207                                                                                                    White extremists
## 208                                                                                                    White extremists
## 209                                                                                                  Black Nationalists
## 210                                                                                                    Student Radicals
## 211                                                                                                             Unknown
## 212                                                                                                 Left-Wing Militants
## 213                                                                                                            Strikers
## 214                                                                                                    Student Radicals
## 215                                                                                                    Student Radicals
## 216                                                                                                    Student Radicals
## 217                                                                                                    Student Radicals
## 218                                                                                                 Left-Wing Militants
## 219                                                                                       Armed Commandos of Liberation
## 220                                                                                       Armed Commandos of Liberation
## 221                                                                                       Armed Commandos of Liberation
## 222                                                                                       Armed Commandos of Liberation
## 223                                                                                                    Student Radicals
## 224                                                                                                      Black Panthers
## 225                                                                                                 Left-Wing Militants
## 226                                                                  The World United Formosans for Independence (WUFI)
## 227                                                                                                        Palestinians
## 228                                                                                                 Left-Wing Militants
## 229                                                                                                 Left-Wing Militants
## 230                                                                                                 Left-Wing Militants
## 231                                                                                                 Left-Wing Militants
## 232                                                                                                  Black Nationalists
## 233                                                                                                  Black Nationalists
## 234                                                                                                 Left-Wing Militants
## 235                                                                                                  Black Nationalists
## 236                                                                                                    Student Radicals
## 237                                                                                                    Student Radicals
## 238                                                                                                    Student Radicals
## 239                                                                                                 Left-Wing Militants
## 240                                                                                                             Unknown
## 241                                                                                 Extraparliamentary Opposition (APO)
## 242                                                                                                             Unknown
## 243                                                                                                  Black Nationalists
## 244                                                                                                  Black Nationalists
## 245                                                                                                  Black Nationalists
## 246                                                                                           Puerto Rican Nationalists
## 247                                                                                                 Left-Wing Militants
## 248                                                                                                    Student Radicals
## 249                                                                                                    Student Radicals
## 250                                                                    Armed Revolutionary Independence Movement (MIRA)
## 251                                                                    Armed Revolutionary Independence Movement (MIRA)
## 252                                                                                              Revolutionary Force 26
## 253                                                                                              Revolutionary Force 26
## 254                                                                                                        Palestinians
## 255                                                                                                            Strikers
## 256                                                                                                    Student Radicals
## 257                                                                                                 Left-Wing Militants
## 258                                                                                                 Left-Wing Militants
## 259                                                                                 Extraparliamentary Opposition (APO)
## 260                                                                                                 Left-Wing Militants
## 261                                                                                        Black Afro Militant Movement
## 262                                                                                                 Left-Wing Militants
## 263                                                                                                             Unknown
## 264                                                                                                 Left-Wing Militants
## 265                                                                                                 Left-Wing Militants
## 266                                                                                                 Left-Wing Militants
## 267                                                                                                 Left-Wing Militants
## 268                                                                                                 Left-Wing Militants
## 269                                                                                                 Left-Wing Militants
## 270                                                                                                  Black Nationalists
## 271                                                                                                             Unknown
## 272                                                                                                 Left-Wing Militants
## 273                                                                                              Stop the War Coalition
## 274                                                                                                 Left-Wing Militants
## 275                                                                                                  Black Nationalists
## 276                                                                                 Extraparliamentary Opposition (APO)
## 277                                                                                     Weather Underground, Weathermen
## 278                                                                                                    1st of May Group
## 279                                                                                                        Ku Klux Klan
## 280                                                                                                 Left-Wing Militants
## 281                                                                                                      Black Panthers
## 282                                                                                                 Left-Wing Militants
## 283                                                                                                  Black Nationalists
## 284                                                                                        Black Afro Militant Movement
## 285                                                                                                 Left-Wing Militants
## 286                                                                                                    Student Radicals
## 287                                                                                                    Student Radicals
## 288                                                                                                  Black Nationalists
## 289                                                                                                             Unknown
## 290                                                                                                 Tupamaros (Uruguay)
## 291                                                                                                             Unknown
## 292                                                                                                  Black Nationalists
## 293                                                                                                        Cuban Action
## 294                                                                                                 Left-Wing Militants
## 295                                                                                                             Unknown
## 296                                                                                                 Left-Wing Militants
## 297                                                                                        Black Afro Militant Movement
## 298                                                                                                            Strikers
## 299                                                                                         Jewish Defense League (JDL)
## 300                                                                                                  Black Nationalists
## 301                                                                                                      Black Panthers
## 302                                                                                                  Black Nationalists
## 303                                                                                                  Black Nationalists
## 304                                                                                                  Black Nationalists
## 305                                                                                                 Left-Wing Militants
## 306                                                                                                  Black Nationalists
## 307                                                                                                  Black Nationalists
## 308                                                                                                      Black Panthers
## 309                                                                                                 Left-Wing Militants
## 310                                                                                                    Student Radicals
## 311                                                                                               Right-wing extremists
## 312                                                                                              Montoneros (Argentina)
## 313                                                                                                 Tupamaros (Uruguay)
## 314                                                                                                  Black Nationalists
## 315                                                                                                 Left-Wing Militants
## 316                                                                                                 Left-Wing Militants
## 317                                                                                              Montoneros (Argentina)
## 318                                                                                                             Unknown
## 319                                                                                                             Unknown
## 320                                                                                                             Unknown
## 321                                                                                                 Left-Wing Militants
## 322                                                                                                  Black Nationalists
## 323                                                                                                    Student Radicals
## 324                                                                                            Kabataang Makabayan (KM)
## 325                                                                                 Extraparliamentary Opposition (APO)
## 326                                                                                 Extraparliamentary Opposition (APO)
## 327                                                                                                             Unknown
## 328                                                                                                  Black Nationalists
## 329                                                                                                             Unknown
## 330                                                                Popular Front for the Liberation of Palestine (PFLP)
## 331                                                                                                  Black Nationalists
## 332                                                                                     Weather Underground, Weathermen
## 333                                                                                                 Left-Wing Militants
## 334                                                               Armed Forces of National Liberation- Venezuela (FALN)
## 335                                                                Popular Front for the Liberation of Palestine (PFLP)
## 336                                                                                     Weather Underground, Weathermen
## 337                                                                Popular Front for the Liberation of Palestine (PFLP)
## 338                                                                Popular Front for the Liberation of Palestine (PFLP)
## 339                                                                                                 Left-Wing Militants
## 340                                                                                                  Black Nationalists
## 341                                                                Popular Front for the Liberation of Palestine (PFLP)
## 342                                                                                Popular Revolutionary Vanguard (VPR)
## 343                                                                                                             Unknown
## 344                                                                                                      Black Panthers
## 345                                                                                                 Tupamaros (Uruguay)
## 346                                                                                                  Black Nationalists
## 347                                                                                                  Black Nationalists
## 348                                                                                                      Black Panthers
## 349                                                                                                  Black Nationalists
## 350                                                                                                             Unknown
## 351                                                                                                             Unknown
## 352                                                                                                  Black Nationalists
## 353                                                                                                  Black Nationalists
## 354                                                                                                    Student Radicals
## 355                                                                                                  Black Nationalists
## 356                                                                                                             Unknown
## 357                                                                                                             Unknown
## 358                                                                                                  Black Nationalists
## 359                                                                                                  Black Nationalists
## 360                                                                                                      Black Panthers
## 361                                                                                                             Unknown
## 362                                                                                                 Left-Wing Militants
## 363                                                                                         Jewish Defense League (JDL)
## 364                                                                                                    White extremists
## 365                                                                                         Irish Republican Army (IRA)
## 366                                                                                         Irish Republican Army (IRA)
## 367                                                                                         Irish Republican Army (IRA)
## 368                                                                                         Irish Republican Army (IRA)
## 369                                                                                        Ulster Volunteer Force (UVF)
## 370                                                                                National Committee to Combat Fascism
## 371                                                                                                      Black Panthers
## 372                                                                                                 Left-Wing Militants
## 373                                                                                                  Black Nationalists
## 374                                                                                                             Unknown
## 375                                                                                                             Unknown
## 376                                                                                                             Unknown
## 377                                                                                                             Unknown
## 378                                                                                                 Left-Wing Militants
## 379                                                                                                  Black Nationalists
## 380                                                                                                             Unknown
## 381                                                                                           Revolutionary Force Seven
## 382                                                                                                    Student Radicals
## 383                                                                                           Revolutionary Force Seven
## 384                                                                                           Revolutionary Force Seven
## 385                                                                                           Revolutionary Force Seven
## 386                                                                                           Revolutionary Force Seven
## 387                                                                                                      Black Panthers
## 388                                                                                                  Black Nationalists
## 389                                                                                                    White extremists
## 390                                                                                            Seattle Liberation Front
## 391                                                                                                             Unknown
## 392                                                                                                 Left-Wing Militants
## 393                                                                                                    White extremists
## 394                                                                                                             Unknown
## 395                                                                                                             Unknown
## 396                                                                                                            Strikers
## 397                                                                                                  Black Nationalists
## 398                                                                                     Weather Underground, Weathermen
## 399                                                                                                             Unknown
## 400                                                                                                             Unknown
## 401                                                                                                             Unknown
## 402                                                                                                             Unknown
## 403                                                                                                            Strikers
## 404                                                                                                             Unknown
## 405                                                                                                 Left-Wing Militants
## 406                                                                                                             Unknown
## 407                                                                               Rebel Armed Forces of Guatemala (FAR)
## 408                                                                                                    White extremists
## 409                                                                                                             Unknown
## 410                                                                                                  Black Nationalists
## 411                                                                                                 Left-Wing Militants
## 412                                                                                                    White extremists
## 413                                                                                                 Left-Wing Militants
## 414                                                                                                 Left-Wing Militants
## 415                                                                                                  Black Nationalists
## 416                                                                                                 Left-Wing Militants
## 417                                                                                                  Black Nationalists
## 418                                                                           Ejercito de Liberacion Nacional (Bolivia)
## 419                                                                                                             Unknown
## 420                                                                                                 Left-Wing Militants
## 421                                                                                                 Left-Wing Militants
## 422                                                                                                               Arabs
## 423                                                                                                 Left-Wing Militants
## 424                                                                                                 Left-Wing Militants
## 425                                                                         Sandinista National Liberation Front (FSLN)
## 426                                                                                                 Left-Wing Militants
## 427                                                                                                             Unknown
## 428                                                                                         Jewish Defense League (JDL)
## 429                                                                                                             Unknown
## 430                                                                                   American Servicemen's Union (ASU)
## 431                                                                                     Weather Underground, Weathermen
## 432                                                                                   American Servicemen's Union (ASU)
## 433                                                                                   American Servicemen's Union (ASU)
## 434                                                                                                 Left-Wing Militants
## 435                                                                                                 Left-Wing Militants
## 436                                                                                                 Tupamaros (Uruguay)
## 437                                                                                                             Unknown
## 438                                                                                                                 GAC
## 439                                                                                     Weather Underground, Weathermen
## 440                                                                                                      Black Panthers
## 441                                                                                                 Tupamaros (Uruguay)
## 442                                                                                                 Tupamaros (Uruguay)
## 443                                                                                                 Tupamaros (Uruguay)
## 444                                                                       Revolutionary Armed Forces- Argentina (FAR-A)
## 445                                                                                                    White extremists
## 446                                                                                                     South Moluccans
## 447                                                                                     Weather Underground, Weathermen
## 448                                                                                               Croatian Nationalists
## 449                                                                                                  Black Nationalists
## 450                                                                                                 Left-Wing Militants
## 451                                                                                                             Unknown
## 452                                                                                                             Unknown
## 453                                                                                                  Black Nationalists
## 454                                                                                                                 SFT
## 455                                                                                                 Left-Wing Militants
## 456                                                                                            Jonathan Jackson Brigade
## 457                                                                                         Peronist Armed Forces (FAP)
## 458                                                                                                 White Panther Party
## 459                                                                                         Irish Republican Army (IRA)
## 460                                                                                                             Unknown
## 461                                                                                                             Unknown
## 462                                                                                                    White extremists
## 463                                                                                                      Black Panthers
## 464                                                                                                 Left-Wing Militants
## 465                                                                                         Jewish Defense League (JDL)
## 466                                                                                                 Tupamaros (Uruguay)
## 467                                                                                          Revolutionary Action Party
## 468                                                                                                 Left-Wing Militants
## 469                                                                                                  Black Nationalists
## 470                                                                                                 Tupamaros (Uruguay)
## 471                                                                                                    Student Radicals
## 472                                                                                                      Black Panthers
## 473                                                                                                 Left-Wing Militants
## 474                                                                                                     New Year's Gang
## 475                                                                                                             Unknown
## 476                                                                                                 Left-Wing Militants
## 477                                                                                                             Unknown
## 478                                                                                                    Student Radicals
## 479                                                                                                    White extremists
## 480                                                                                                 Left-Wing Militants
## 481                                                                                          Revolutionary Action Party
## 482                                                                                                             Unknown
## 483                                                                                                 Left-Wing Militants
## 484                                                                                                 Left-Wing Militants
## 485                                                                                          Revolutionary Action Party
## 486                                                                                                    Student Radicals
## 487                                                                                    Turkish People's Liberation Army
## 488                                                                                                        Palestinians
## 489                                                                                                 Tupamaros (Uruguay)
## 490                                                                                     Weather Underground, Weathermen
## 491                                                                                                             Unknown
## 492                                                                                                  Black Nationalists
## 493                                                                                                 Left-Wing Militants
## 494                                                                                                 Left-Wing Militants
## 495                                                                                                             Unknown
## 496                                                                                                             Unknown
## 497                                                                                                 Tupamaros (Uruguay)
## 498                                                                                         Irish Republican Army (IRA)
## 499                                                                                                 Left-Wing Militants
## 500                                                                                                 Left-Wing Militants
## 501                                                                                                  Black Nationalists
## 502                                                                                                 Left-Wing Militants
## 503                                                                Popular Front for the Liberation of Palestine (PFLP)
## 504                                                                Popular Front for the Liberation of Palestine (PFLP)
## 505                                                                Popular Front for the Liberation of Palestine (PFLP)
## 506                                                                Popular Front for the Liberation of Palestine (PFLP)
## 507                                                                                                             Unknown
## 508                                                                                 Extraparliamentary Opposition (APO)
## 509                                                                Ejercito Revolucionaria del Pueblo (ERP) (Argentina)
## 510                                                                                               Right-wing extremists
## 511                                                                                                    Student Radicals
## 512                                                                             Palestine Liberation Organization (PLO)
## 513                                                                                                 Tupamaros (Uruguay)
## 514                                                                                                             Unknown
## 515                                                                                         Jewish Defense League (JDL)
## 516                                                                                                 Tupamaros (Uruguay)
## 517                                                                                                 Tupamaros (Uruguay)
## 518                                                                Ejercito Revolucionaria del Pueblo (ERP) (Argentina)
## 519                                                                                                      Black Panthers
## 520                                                                                                    Welsh Extremists
## 521                                                                                     Weather Underground, Weathermen
## 522                                                                                                 Tupamaros (Uruguay)
## 523                                                                                                             Unknown
## 524                                                                                                             Unknown
## 525                                                                                     Weather Underground, Weathermen
## 526                                                                                                 Tupamaros (Uruguay)
## 527                                                                                                             Unknown
## 528                                                                                         Jewish Defense League (JDL)
## 529                                                                                               Protestant extremists
## 530                                                                                                            Siah KAL
## 531                                                                                                    White extremists
## 532                                                                    Turkish People's Liberation Front (TPLF)(THKP-C)
## 533                                                                                                    Student Radicals
## 534                                                                                                 Neo-Nazi extremists
## 535                                                                                                             Unknown
## 536                                                                                    Turkish People's Liberation Army
## 537                                                                                 Front de Liberation du Quebec (FLQ)
## 538                                                                                     Weather Underground, Weathermen
## 539                                                                                                    Student Radicals
## 540                                                                                    Turkish People's Liberation Army
## 541                                                                                                             Unknown
## 542                                                                                                 Quartermoon Society
## 543                                                                                     Weather Underground, Weathermen
## 544                                                                                     Weather Underground, Weathermen
## 545                                                                                     Weather Underground, Weathermen
## 546                                                                                                 Tupamaros (Uruguay)
## 547                                                                    Students for a Democratic Society (SDS) (German)
## 548                                                                                                        Ku Klux Klan
## 549                                                                                 Front de Liberation du Quebec (FLQ)
## 550                                                                                                            Iranians
## 551                                                                                     Weather Underground, Weathermen
## 552                                                                                     Weather Underground, Weathermen
## 553                                                                                                             Unknown
## 554                                                                                     Weather Underground, Weathermen
## 555                                                                                                 Tupamaros (Uruguay)
## 556                                                                                                 Tupamaros (Uruguay)
## 557                                                                                                 Tupamaros (Uruguay)
## 558                                                                                                 Tupamaros (Uruguay)
## 559                                                                                                  Black Nationalists
## 560                                                                                                             Unknown
## 561                                                                                                             Unknown
## 562                                                                                                             Unknown
## 563                                                                                                             Unknown
## 564                                                                                                             Unknown
## 565                                                                                                  Black Nationalists
## 566                                                                                               Croatian Nationalists
## 567                                                                                                  Black Nationalists
## 568                                                                                               Black Liberation Army
## 569                                                                                National Committee to Combat Fascism
## 570                                                                                                             Unknown
## 571                                                                                                  Black Nationalists
## 572                                                                                                      Black Panthers
## 573                                                                                                             Unknown
## 574                                                                                                             Unknown
## 575                                                                                                             Unknown
## 576                                                                                    Turkish People's Liberation Army
## 577                                                                                                    1st of May Group
## 578                                                                                                 Left-Wing Militants
## 579                                                                                                 Left-Wing Militants
## 580                                                                                                 Left-Wing Militants
## 581                                                                                                 Left-Wing Militants
## 582                                                                                                 Left-Wing Militants
## 583                                                                                                 Left-Wing Militants
## 584                                                                                                 Left-Wing Militants
## 585                                                                                                             Unknown
## 586                                                                                                             Unknown
## 587                                                                                                             Unknown
## 588                                                                                                             Unknown
## 589                                                                                                    White extremists
## 590                                                                                                    Student Radicals
## 591                                                                                              Montoneros (Argentina)
## 592                                                                                              Montoneros (Argentina)
## 593                                                                                                             Unknown
## 594                                                                                                  Black Nationalists
## 595                                                                                                    Student Radicals
## 596                                                                                                    White extremists
## 597                                                                                                Baader-Meinhof Group
## 598                                                                                                             Unknown
## 599                                                                                                 Left-Wing Militants
## 600                                                                                       Armed Commandos of Liberation
## 601                                                                                       Armed Commandos of Liberation
## 602                                                                                       Armed Commandos of Liberation
## 603                                                                                       Armed Commandos of Liberation
## 604                                                                                    Argentine Liberation Front (FAL)
## 605                                                                                                  Black Nationalists
## 606                                                                                         Irish Republican Army (IRA)
## 607                                                                                                 Left-Wing Militants
## 608                                                                                         Peronist Armed Forces (FAP)
## 609                                                                                         Peronist Armed Forces (FAP)
## 610                                                                                         Peronist Armed Forces (FAP)
## 611                                                                                    Turkish People's Liberation Army
## 612                                                                                                 Tupamaros (Uruguay)
## 613                                                                                                 Left-Wing Militants
## 614                                                                                                            Strikers
## 615                                                                                                             Unknown
## 616                                                                                                 Left-Wing Militants
## 617                                                                                       Armed Commandos of Liberation
## 618                                                                                                             Unknown
## 619                                                                                         Jewish Defense League (JDL)
## 620                                                                                         Jewish Defense League (JDL)
## 621                                                                                                    Student Radicals
## 622                                                                                       Armed Commandos of Liberation
## 623                                                                                                 Tupamaros (Uruguay)
## 624                                                                                                             Unknown
## 625                                                                                                 Tupamaros (Uruguay)
## 626                                                                                 Basque Fatherland and Freedom (ETA)
## 627                                                                                                 Tupamaros (Uruguay)
## 628                                                                                                 Tupamaros (Uruguay)
## 629                                                                                                    Student Radicals
## 630                                                                                Popular Revolutionary Vanguard (VPR)
## 631                                                                                                             Unknown
## 632                                                                                                 Tupamaros (Uruguay)
## 633                                                                                                 Tupamaros (Uruguay)
## 634                                                                    Armed Revolutionary Independence Movement (MIRA)
## 635                                                                    Armed Revolutionary Independence Movement (MIRA)
## 636                                                                                                             Unknown
## 637                                                                                                    Student Radicals
## 638                                                                                                 Tupamaros (Uruguay)
## 639                                                                                                 Tupamaros (Uruguay)
## 640                                                                                                 Left-Wing Militants
## 641                                                                                                 Tupamaros (Uruguay)
## 642                                                                                                 Left-Wing Militants
## 643                                                                                                 Left-Wing Militants
## 644                                                                                         Irish Republican Extremists
## 645                                                                                    Turkish People's Liberation Army
## 646                                                                                                 Left-Wing Militants
## 647                                                                                    Turkish People's Liberation Army
## 648                                                                       Revolutionary Armed Forces- Argentina (FAR-A)
## 649                                                                                                                 GAC
## 650                                                                                Socialist Patients' Collective (SPK)
## 651                                                                                                 Left-Wing Militants
## 652                                                                                                    White extremists
## 653                                                                                                             Unknown
## 654                                                                                                    Student Radicals
## 655                                                                                                 Left-Wing Militants
## 656                                                                                                  Black Nationalists
## 657                                                                                    Turkish People's Liberation Army
## 658                                                                                                 Tupamaros (Uruguay)
## 659                                                                                                             Unknown
## 660                                                                                         Jewish Defense League (JDL)
## 661                                                                                                  Black Nationalists
## 662                                                                                                  Black Nationalists
## 663                                                                                                 Tupamaros (Uruguay)
## 664                                                                                    Turkish People's Liberation Army
## 665                                                                                                  Black Nationalists
## 666                                                                                                 Left-Wing Militants
## 667                                                                                               Black Liberation Army
## 668                                                                                                             Unknown
## 669                                                                      Revolutionary Committee of Mozambique (COREMO)
## 670                                                                                                 Left-Wing Militants
## 671                                                                                                 Left-Wing Militants
## 672                                                                                                             Unknown
## 673                                                                                                             Unknown
## 674                                                                                                  Black Nationalists
## 675                                                                                                 Left-Wing Militants
## 676                                                                                                            Strikers
## 677                                                                                                             Unknown
## 678                                                                                    Turkish People's Liberation Army
## 679                                                                                                             Unknown
## 680                                                                                           Eritrean Liberation Front
## 681                                                                                         Peronist Armed Forces (FAP)
## 682                                                                                               Black Liberation Army
## 683                                                                                    Turkish People's Liberation Army
## 684                                                                                    Turkish People's Liberation Army
## 685                                                                                                  Black Nationalists
## 686                                                                                                 Tupamaros (Uruguay)
## 687                                                                                                 Tupamaros (Uruguay)
## 688                                                                                                 Tupamaros (Uruguay)
## 689                                                                                         Irish Republican Army (IRA)
## 690                                                                                                  Tony El Pelou Band
## 691                                                                                                  Tony El Pelou Band
## 692                                                                                                             Unknown
## 693                                                                                    Turkish People's Liberation Army
## 694                                                                                            Chicano Liberation Front
## 695                                                                       Revolutionary Armed Forces- Argentina (FAR-A)
## 696                                                                                    Turkish People's Liberation Army
## 697                                                                                    Turkish People's Liberation Army
## 698                                                                                                 Tupamaros (Uruguay)
## 699                                                                                                         BAY Bombers
## 700                                                                                                    White extremists
## 701                                                                                                             Unknown
## 702                                                                                                             Unknown
## 703                                                                                         Irish Republican Army (IRA)
## 704                                                                                         Irish Republican Extremists
## 705                                                                                    Turkish People's Liberation Army
## 706                                                                                                             Unknown
## 707                                                                                         Irish Republican Army (IRA)
## 708                                                                                                  Black Nationalists
## 709                                                                                    Turkish People's Liberation Army
## 710                                                                                               Croatian Nationalists
## 711                                                                                                 Neo-Nazi extremists
## 712                                                                Movement of the Revolutionary Left (MIR) (Venezuela)
## 713                                                                                                             Unknown
## 714                                                                                                             Unknown
## 715                                                                                                             Unknown
## 716                                                                                                             Unknown
## 717                                                                                                 Left-Wing Militants
## 718                                                                                                 Left-Wing Militants
## 719                                                                                    Turkish People's Liberation Army
## 720                                                                                         Irish Republican Army (IRA)
## 721                                                                                           Puerto Rican Nationalists
## 722                                                                                           Puerto Rican Nationalists
## 723                                                                                           Puerto Rican Nationalists
## 724                                                                                           Puerto Rican Nationalists
## 725                                                                                           Puerto Rican Nationalists
## 726                                                                                    Turkish People's Liberation Army
## 727                                                                                                             Unknown
## 728                                                                                    Turkish People's Liberation Army
## 729                                                                                                             Unknown
## 730                                                                                    Turkish People's Liberation Army
## 731                                                                                        Black Afro Militant Movement
## 732                                                               Armed Forces of National Liberation- Venezuela (FALN)
## 733                                                                                                             Unknown
## 734                                                                                            Chicano Liberation Front
## 735                                                                                         Irish Republican Army (IRA)
## 736                                                                                                    Student Radicals
## 737                                                                                                             Unknown
## 738                                                                                           Puerto Rican Nationalists
## 739                                                                                                             Unknown
## 740                                                                                             New People's Army (NPA)
##                                                                                                                       gsubname
## 1                                                                                                                         <NA>
## 2                                                                                                                         <NA>
## 3                                                                                                                         <NA>
## 4                                                                                                                         <NA>
## 5                                                                                                                         <NA>
## 6                                                                                                                         <NA>
## 7                                                                                                                         <NA>
## 8                                                                                                                         <NA>
## 9                                                                                                                         <NA>
## 10                                                                                                                        <NA>
## 11                                                                                                                        <NA>
## 12                                                                                                                        <NA>
## 13                                                                                                                        <NA>
## 14                                                                                                                        <NA>
## 15                                                                                                                        <NA>
## 16                                                                                                                        <NA>
## 17                                                                                                                        <NA>
## 18                                                                                                                        <NA>
## 19                                                                                                                        <NA>
## 20                                                                                                                        <NA>
## 21                                                                                                                        <NA>
## 22                                                                                                                        <NA>
## 23                                                                                                                        <NA>
## 24                                                                                                                        <NA>
## 25                                                                                                                        <NA>
## 26                                                                                                                        <NA>
## 27                                                                                                                        <NA>
## 28                                                                                                                        <NA>
## 29                                                                                                                        <NA>
## 30                                                                                                                        <NA>
## 31                                                                                                                        <NA>
## 32                                                                                                                        <NA>
## 33                                                                                                                        <NA>
## 34                                                                                                                        <NA>
## 35                                                                                                                        <NA>
## 36                                                                                                                        <NA>
## 37                                                                                                                        <NA>
## 38                                                                                                                        <NA>
## 39                                                                                                                        <NA>
## 40                                                                                                                        <NA>
## 41                                                                                                                        <NA>
## 42                                                                                                                        <NA>
## 43                                                                                                                        <NA>
## 44                                                                                                                        <NA>
## 45                                                                                                                        <NA>
## 46                                                                                                                        <NA>
## 47                                                                                                                        <NA>
## 48                                                                                                                        <NA>
## 49                                                                                                                        <NA>
## 50                                                                                                                        <NA>
## 51                                                                                                                        <NA>
## 52                                                                                                                        <NA>
## 53                                                                                                                        <NA>
## 54                                                                                                                        <NA>
## 55                                                                                                                        <NA>
## 56                                                                                                                        <NA>
## 57                                                                                                                        <NA>
## 58                                                                                                                        <NA>
## 59                                                                                                                        <NA>
## 60                                                                                                                        <NA>
## 61                                                                                                                        <NA>
## 62                                                                                                                        <NA>
## 63                                                                                                                        <NA>
## 64                                                                                                                        <NA>
## 65                                                                                                                        <NA>
## 66                                                                                                                        <NA>
## 67                                                                                                                        <NA>
## 68                                                                                                                        <NA>
## 69                                                                                                                        <NA>
## 70                                                                                                                        <NA>
## 71                                                                                                                        <NA>
## 72                                                                                                                        <NA>
## 73                                                                                                                        <NA>
## 74                                                                                                                        <NA>
## 75                                                                                                                        <NA>
## 76                                                                                                                        <NA>
## 77                                                                                                                        <NA>
## 78                                                                                                                        <NA>
## 79                                                                                                                        <NA>
## 80                                                                                                                        <NA>
## 81                                                                                                                        <NA>
## 82                                                                                                                        <NA>
## 83                                                                                                                        <NA>
## 84                                                                                                                        <NA>
## 85                                                                                                                        <NA>
## 86                                                                                                                        <NA>
## 87                                                                                                                        <NA>
## 88                                                                                                                        <NA>
## 89                                                                                                                        <NA>
## 90                                                                                                                        <NA>
## 91                                                                                                                        <NA>
## 92                                                                                                                        <NA>
## 93                                                                                                                        <NA>
## 94                                                                                                                        <NA>
## 95                                                                                                                        <NA>
## 96                                                                                                                        <NA>
## 97                                                                                                                        <NA>
## 98                                                                                                                        <NA>
## 99                                                                                                                        <NA>
## 100                                                                                                                       <NA>
## 101                                                                                                                       <NA>
## 102                                                                                                                       <NA>
## 103                                                                                                                       <NA>
## 104                                                                                                                       <NA>
## 105                                                                                                                       <NA>
## 106                                                                                                                       <NA>
## 107                                                                                                                       <NA>
## 108                                                                                                                       <NA>
## 109                                                                                                                       <NA>
## 110                                                                                                                       <NA>
## 111                                                                                                                       <NA>
## 112                                                                                                                       <NA>
## 113                                                                                                                       <NA>
## 114                                                                                                                       <NA>
## 115                                                                                                                       <NA>
## 116                                                                                                                       <NA>
## 117                                                                                                                       <NA>
## 118                                                                                                                       <NA>
## 119                                                                                                                       <NA>
## 120                                                                                                                       <NA>
## 121                                                                                                                       <NA>
## 122                                                                                                                       <NA>
## 123                                                                                                                       <NA>
## 124                                                                                                                       <NA>
## 125                                                                                                                       <NA>
## 126                                                                                                                       <NA>
## 127                                                                                                                       <NA>
## 128                                                                                                                       <NA>
## 129                                                                                                                       <NA>
## 130                                                                                                                       <NA>
## 131                                                                                                                       <NA>
## 132                                                                                                                       <NA>
## 133                                                                                                                       <NA>
## 134                                                                                                                       <NA>
## 135                                                                                                                       <NA>
## 136                                                                                                                       <NA>
## 137                                                                                                                       <NA>
## 138                                                                                                                       <NA>
## 139                                                                                                                       <NA>
## 140                                                                                                                       <NA>
## 141                                                                                                                       <NA>
## 142                                                                                                                       <NA>
## 143                                                                                                                       <NA>
## 144                                                                                                                       <NA>
## 145                                                                                                                       <NA>
## 146                                                                                                                       <NA>
## 147                                                                                                                       <NA>
## 148                                                                                                                       <NA>
## 149                                                                                                                       <NA>
## 150                                                                                                                       <NA>
## 151                                                                                                                       <NA>
## 152                                                                                                                       <NA>
## 153                                                                                                                       <NA>
## 154                                                                                                                       <NA>
## 155                                                                                                                       <NA>
## 156                                                                                                                       <NA>
## 157                                                                                                                       <NA>
## 158                                                                                                                       <NA>
## 159                                                                                                                       <NA>
## 160                                                                                                                       <NA>
## 161                                                                                                                       <NA>
## 162                                                                                                                       <NA>
## 163                                                                                                                       <NA>
## 164                                                                                                                       <NA>
## 165                                                                                                                       <NA>
## 166                                                                                                                       <NA>
## 167                                                                                                                       <NA>
## 168                                                                                                                       <NA>
## 169                                                                                                                       <NA>
## 170                                                                                                                       <NA>
## 171                                                                                                                       <NA>
## 172                                                                                                                       <NA>
## 173                                                                                                                       <NA>
## 174                                                                                                                       <NA>
## 175                                                                                                                       <NA>
## 176                                                                                                                       <NA>
## 177                                                                                                                       <NA>
## 178                                                                                                                       <NA>
## 179                                                                                                                       <NA>
## 180                                                                                                                       <NA>
## 181                                                                                                                       <NA>
## 182                                                                                                                       <NA>
## 183                                                                                                                       <NA>
## 184                                                                                                                       <NA>
## 185                                                                                                                       <NA>
## 186                                                                                                                       <NA>
## 187                                                                                                                       <NA>
## 188                                                                                                                       <NA>
## 189                                                                                                                       <NA>
## 190                                                                                                                       <NA>
## 191                                                                                                                       <NA>
## 192                                                                                                                       <NA>
## 193                                                                                                                       <NA>
## 194                                                                                                                       <NA>
## 195                                                                                                                       <NA>
## 196                                                                                                                       <NA>
## 197                                                                                                                       <NA>
## 198                                                                                                                       <NA>
## 199                                                                                                                       <NA>
## 200                                                                                                                       <NA>
## 201                                                                                                                       <NA>
## 202                                                                                                                       <NA>
## 203                                                                                                                       <NA>
## 204                                                                                                                       <NA>
## 205                                                                                                                       <NA>
## 206                                                                                                                       <NA>
## 207                                                                                                                       <NA>
## 208                                                                                                                       <NA>
## 209                                                                                                                       <NA>
## 210                                                                                                                       <NA>
## 211                                                                                                                       <NA>
## 212                                                                                                                       <NA>
## 213                                                                                                                       <NA>
## 214                                                                                                                       <NA>
## 215                                                                                                                       <NA>
## 216                                                                                                                       <NA>
## 217                                                                                                                       <NA>
## 218                                                                                                                       <NA>
## 219                                                                                                                       <NA>
## 220                                                                                                                       <NA>
## 221                                                                                                                       <NA>
## 222                                                                                                                       <NA>
## 223                                                                                                                       <NA>
## 224                                                                                                                       <NA>
## 225                                                                                                                       <NA>
## 226                                                                                                                       <NA>
## 227                                                                                                                       <NA>
## 228                                                                                                                       <NA>
## 229                                                                                                                       <NA>
## 230                                                                                                                       <NA>
## 231                                                                                                                       <NA>
## 232                                                                                                                       <NA>
## 233                                                                                                                       <NA>
## 234                                                                                                                       <NA>
## 235                                                                                                                       <NA>
## 236                                                                                                                       <NA>
## 237                                                                                                                       <NA>
## 238                                                                                                                       <NA>
## 239                                                                                                                       <NA>
## 240                                                                                                                       <NA>
## 241                                                                                                                       <NA>
## 242                                                                                                                       <NA>
## 243                                                                                                                       <NA>
## 244                                                                                                                       <NA>
## 245                                                                                                                       <NA>
## 246                                                                                                                       <NA>
## 247                                                                                                                       <NA>
## 248                                                                                                                       <NA>
## 249                                                                                                                       <NA>
## 250                                                                                                                       <NA>
## 251                                                                                                                       <NA>
## 252                                                                                                                       <NA>
## 253                                                                                                                       <NA>
## 254                                                                                                                       <NA>
## 255                                                                                                                       <NA>
## 256                                                                                                                       <NA>
## 257                                                                                                                       <NA>
## 258                                                                                                                       <NA>
## 259                                                                                                                       <NA>
## 260                                                                                                                       <NA>
## 261                                                                                                                       <NA>
## 262                                                                                                                       <NA>
## 263                                                                                                                       <NA>
## 264                                                                                                                       <NA>
## 265                                                                                                                       <NA>
## 266                                                                                                                       <NA>
## 267                                                                                                                       <NA>
## 268                                                                                                                       <NA>
## 269                                                                                                                       <NA>
## 270                                                                                                                       <NA>
## 271                                                                                                                       <NA>
## 272                                                                                                                       <NA>
## 273                                                                                                                       <NA>
## 274                                                                                                                       <NA>
## 275                                                                                                                       <NA>
## 276                                                                                                                       <NA>
## 277                                                                                                                       <NA>
## 278                                                                                                                       <NA>
## 279                                                                                                                       <NA>
## 280                                                                                                                       <NA>
## 281                                                                                                                       <NA>
## 282                                                                                                                       <NA>
## 283                                                                                                                       <NA>
## 284                                                                                                                       <NA>
## 285                                                                                                                       <NA>
## 286                                                                                                                       <NA>
## 287                                                                                                                       <NA>
## 288                                                                                                                       <NA>
## 289                                                                                                                       <NA>
## 290                                                                                                                       <NA>
## 291                                                                                                                       <NA>
## 292                                                                                                                       <NA>
## 293                                                                                                                       <NA>
## 294                                                                                                                       <NA>
## 295                                                                                                                       <NA>
## 296                                                                                                                       <NA>
## 297                                                                                                                       <NA>
## 298                                                                                                                       <NA>
## 299                                                                                                                       <NA>
## 300                                                                                                                       <NA>
## 301                                                                                                                       <NA>
## 302                                                                                                                       <NA>
## 303                                                                                                                       <NA>
## 304                                                                                                                       <NA>
## 305                                                                                                                       <NA>
## 306                                                                                                                       <NA>
## 307                                                                                                                       <NA>
## 308                                                                                                                       <NA>
## 309                                                                                                                       <NA>
## 310                                                                                                                       <NA>
## 311                                                                                                                       <NA>
## 312                                                                                                                       <NA>
## 313                                                                                                                       <NA>
## 314                                                                                                                       <NA>
## 315                                                                                                                       <NA>
## 316                                                                                                                       <NA>
## 317                                                                                                                       <NA>
## 318                                                                                                                       <NA>
## 319                                                                                                                       <NA>
## 320                                                                                                                       <NA>
## 321                                                                                                                       <NA>
## 322                                                                                                                       <NA>
## 323                                                                                                                       <NA>
## 324                                                                                                                       <NA>
## 325                                                                                                                       <NA>
## 326                                                                                                                       <NA>
## 327                                                                                                                       <NA>
## 328                                                                                                                       <NA>
## 329                                                                                                                       <NA>
## 330                                                                                                                       <NA>
## 331                                                                                                                       <NA>
## 332                                                                                                                       <NA>
## 333                                                                                                                       <NA>
## 334                                                                                                                     FALN-R
## 335                                                                                                                       <NA>
## 336                                                                                                                       <NA>
## 337                                                                                                                       <NA>
## 338                                                                                                                       <NA>
## 339                                                                                                                       <NA>
## 340                                                                                                                       <NA>
## 341                                                                                                                       <NA>
## 342                                                                                                                       <NA>
## 343                                                                                                                       <NA>
## 344                                                                                                                       <NA>
## 345                                                                                                                       <NA>
## 346                                                                                                                       <NA>
## 347                                                                                                                       <NA>
## 348                                                                                                                       <NA>
## 349                                                                                                                       <NA>
## 350                                                                                                                       <NA>
## 351                                                                                                                       <NA>
## 352                                                                                                                       <NA>
## 353                                                                                                                       <NA>
## 354                                                                                                                       <NA>
## 355                                                                                                                       <NA>
## 356                                                                                                                       <NA>
## 357                                                                                                                       <NA>
## 358                                                                                                                       <NA>
## 359                                                                                                                       <NA>
## 360                                                                                                                       <NA>
## 361                                                                                                                       <NA>
## 362                                                                                                                       <NA>
## 363                                                                                                                       <NA>
## 364                                                                                                                       <NA>
## 365                                                                                                                       <NA>
## 366                                                                                                                       <NA>
## 367                                                                                                                       <NA>
## 368                                                                                                                       <NA>
## 369                                                                                                                       <NA>
## 370                                                                                                                       <NA>
## 371                                                                                                                       <NA>
## 372                                                                                                                       <NA>
## 373                                                                                                                       <NA>
## 374                                                                                                                       <NA>
## 375                                                                                                                       <NA>
## 376                                                                                                                       <NA>
## 377                                                                                                                       <NA>
## 378                                                                                                                       <NA>
## 379                                                                                                                       <NA>
## 380                                                                                                                       <NA>
## 381                                                                                                                       <NA>
## 382                                                                                                                       <NA>
## 383                                                                                                                       <NA>
## 384                                                                                                                       <NA>
## 385                                                                                                                       <NA>
## 386                                                                                                                       <NA>
## 387                                                                                                                       <NA>
## 388                                                                                                                       <NA>
## 389                                                                                                                       <NA>
## 390                                                                                                                       <NA>
## 391                                                                                                                       <NA>
## 392                                                                                                                       <NA>
## 393                                                                                                                       <NA>
## 394                                                                                                                       <NA>
## 395                                                                                                                       <NA>
## 396                                                                                                                       <NA>
## 397                                                                                                                       <NA>
## 398                                                                                                                       <NA>
## 399                                                                                                                       <NA>
## 400                                                                                                                       <NA>
## 401                                                                                                                       <NA>
## 402                                                                                                                       <NA>
## 403                                                                                                                       <NA>
## 404                                                                                                                       <NA>
## 405                                                                                                                       <NA>
## 406                                                                                                                       <NA>
## 407                                                                                                                       <NA>
## 408                                                                                                                       <NA>
## 409                                                                                                                       <NA>
## 410                                                                                                                       <NA>
## 411                                                                                                                       <NA>
## 412                                                                                                                       <NA>
## 413                                                                                                                       <NA>
## 414                                                                                                                       <NA>
## 415                                                                                                                       <NA>
## 416                                                                                                                       <NA>
## 417                                                                                                                       <NA>
## 418                                                                                                                       <NA>
## 419                                                                                                                       <NA>
## 420                                                                                                                       <NA>
## 421                                                                                                                       <NA>
## 422                                                                                                                       <NA>
## 423                                                                                                                       <NA>
## 424                                                                                                                       <NA>
## 425                                                                                                                       <NA>
## 426                                                                                                                       <NA>
## 427                                                                                                                       <NA>
## 428                                                                                                                       <NA>
## 429                                                                                                                       <NA>
## 430                                                                                                                       <NA>
## 431                                                                                                                       <NA>
## 432                                                                                                                       <NA>
## 433                                                                                                                       <NA>
## 434                                                                                                                       <NA>
## 435                                                                                                                       <NA>
## 436                                                                                                                       <NA>
## 437                                                                                                                       <NA>
## 438                                                                                                                       <NA>
## 439                                                                                                                       <NA>
## 440                                                                                                                       <NA>
## 441                                                                                                                       <NA>
## 442                                                                                                                       <NA>
## 443                                                                                                                       <NA>
## 444                                                                                                                       <NA>
## 445                                                                                                                       <NA>
## 446                                                                                                                       <NA>
## 447                                                                                                                       <NA>
## 448                                                                                                                       <NA>
## 449                                                                                                                       <NA>
## 450                                                                                                                       <NA>
## 451                                                                                                                       <NA>
## 452                                                                                                                       <NA>
## 453                                                                                                                       <NA>
## 454                                                                                                                       <NA>
## 455                                                                                                                       <NA>
## 456                                                                                                                       <NA>
## 457                                                                                                                       <NA>
## 458                                                                                                                       <NA>
## 459                                                                                                                       <NA>
## 460                                                                                                                       <NA>
## 461                                                                                                                       <NA>
## 462                                                                                                                       <NA>
## 463                                                                                                                       <NA>
## 464                                                                                                                       <NA>
## 465                                                                                                                       <NA>
## 466                                                                                                                       <NA>
## 467                                                                                                                       <NA>
## 468                                                                                                                       <NA>
## 469                                                                                                                       <NA>
## 470                                                                                                                       <NA>
## 471                                                                                                                       <NA>
## 472                                                                                                                       <NA>
## 473                                                                                                                       <NA>
## 474                                                                                                                       <NA>
## 475                                                                                                                       <NA>
## 476                                                                                                                       <NA>
## 477                                                                                                                       <NA>
## 478                                                                                                                       <NA>
## 479                                                                                                                       <NA>
## 480                                                                                                                       <NA>
## 481                                                                                                                       <NA>
## 482                                                                                                                       <NA>
## 483                                                                                                                       <NA>
## 484                                                                                                                       <NA>
## 485                                                                                                                       <NA>
## 486                                                                                                                       <NA>
## 487                                                                                                                       <NA>
## 488                                                                                                                       <NA>
## 489                                                                                                                       <NA>
## 490                                                                                                                       <NA>
## 491                                                                                                                       <NA>
## 492                                                                                                                       <NA>
## 493                                                                                                                       <NA>
## 494                                                                                                                       <NA>
## 495                                                                                                                       <NA>
## 496                                                                                                                       <NA>
## 497                                                                                                                       <NA>
## 498                                                                                                                       <NA>
## 499                                                                                                                       <NA>
## 500                                                                                                                       <NA>
## 501                                                                                                                       <NA>
## 502                                                                                                                       <NA>
## 503                                                                                                                       <NA>
## 504                                                                                                                       <NA>
## 505                                                                                                                       <NA>
## 506                                                                                                                       <NA>
## 507                                                                                                                       <NA>
## 508                                                                                                                       <NA>
## 509                                                                                                                       <NA>
## 510                                                                                                                       <NA>
## 511                                                                                                                       <NA>
## 512                                                                                Palestinian Liberation Army (military wing)
## 513                                                                                                                       <NA>
## 514                                                                                                                       <NA>
## 515                                                                                                                       <NA>
## 516                                                                                                                       <NA>
## 517                                                                                                                       <NA>
## 518                                                                                                                       <NA>
## 519                                                                                                                       <NA>
## 520                                                                                                                       <NA>
## 521                                                                                                                       <NA>
## 522                                                                                                                       <NA>
## 523                                                                                                                       <NA>
## 524                                                                                                                       <NA>
## 525                                                                                                                       <NA>
## 526                                                                                                                       <NA>
## 527                                                                                                                       <NA>
## 528                                                                                                                       <NA>
## 529                                                                                                                       <NA>
## 530                                                                                                                       <NA>
## 531                                                                                                                       <NA>
## 532                                                                                                                       <NA>
## 533                                                                                                                       <NA>
## 534                                                                                                                       <NA>
## 535                                                                                                                       <NA>
## 536                                                                                                                       <NA>
## 537                                                                                                                       <NA>
## 538                                                                                                                       <NA>
## 539                                                                                                                       <NA>
## 540                                                                                                                       <NA>
## 541                                                                                                                       <NA>
## 542                                                                                                                       <NA>
## 543                                                                                           Perfect Park Home Garden Society
## 544                                                                                                                       <NA>
## 545                                                                                                                       <NA>
## 546                                                                                                                       <NA>
## 547                                                                                                                       <NA>
## 548                                                                                                                       <NA>
## 549                                                                                                                       <NA>
## 550                                                                                                                       <NA>
## 551                                                                                                                       <NA>
## 552                                                                                                                       <NA>
## 553                                                                                                                       <NA>
## 554                                                                                                                       <NA>
## 555                                                                                                                       <NA>
## 556                                                                                                                       <NA>
## 557                                                                                                                       <NA>
## 558                                                                                                                       <NA>
## 559                                                                                                                       <NA>
## 560                                                                                                                       <NA>
## 561                                                                                                                       <NA>
## 562                                                                                                                       <NA>
## 563                                                                                                                       <NA>
## 564                                                                                                                       <NA>
## 565                                                                                                                       <NA>
## 566                                                                                                                       <NA>
## 567                                                                                                                       <NA>
## 568                                                                                                                       <NA>
## 569                                                                                                                       <NA>
## 570                                                                                                                       <NA>
## 571                                                                                                                       <NA>
## 572                                                                                                                       <NA>
## 573                                                                                                                       <NA>
## 574                                                                                                                       <NA>
## 575                                                                                                                       <NA>
## 576                                                                                                                       <NA>
## 577                                                                                                                       <NA>
## 578                                                                                                                       <NA>
## 579                                                                                                                       <NA>
## 580                                                                                                                       <NA>
## 581                                                                                                                       <NA>
## 582                                                                                                                       <NA>
## 583                                                                                                                       <NA>
## 584                                                                                                                       <NA>
## 585                                                                                                                       <NA>
## 586                                                                                                                       <NA>
## 587                                                                                                                       <NA>
## 588                                                                                                                       <NA>
## 589                                                                                                                       <NA>
## 590                                                                                                                       <NA>
## 591                                                                                                                       <NA>
## 592                                                                                                                       <NA>
## 593                                                                                                                       <NA>
## 594                                                                                                                       <NA>
## 595                                                                                                                       <NA>
## 596                                                                                                                       <NA>
## 597                                                                                                                       <NA>
## 598                                                                                                                       <NA>
## 599                                                                                                                       <NA>
## 600                                                                                                                       <NA>
## 601                                                                                                                       <NA>
## 602                                                                                                                       <NA>
## 603                                                                                                                       <NA>
## 604                                                                                                                       <NA>
## 605                                                                                                                       <NA>
## 606                                                                                                                       <NA>
## 607                                                                                                                       <NA>
## 608                                                                                                                       <NA>
## 609                                                                                                                       <NA>
## 610                                                                                                                       <NA>
## 611                                                                                                                       <NA>
## 612                                                                                                                       <NA>
## 613                                                                                                                       <NA>
## 614                                                                                                                       <NA>
## 615                                                                                                                       <NA>
## 616                                                                                                                       <NA>
## 617                                                                                                                       <NA>
## 618                                                                                                                       <NA>
## 619                                                                                                                       <NA>
## 620                                                                                                                       <NA>
## 621                                                                                                                       <NA>
## 622                                                                                                                       <NA>
## 623                                                                                                                       <NA>
## 624                                                                                                                       <NA>
## 625                                                                                                                       <NA>
## 626                                                                                                                       <NA>
## 627                                                                                                                       <NA>
## 628                                                                                                                       <NA>
## 629                                                                                                                       <NA>
## 630                                                                                                                       <NA>
## 631                                                                                                                       <NA>
## 632                                                                                                                       <NA>
## 633                                                                                                                       <NA>
## 634                                                                                                                       <NA>
## 635                                                                                                                       <NA>
## 636                                                                                                                       <NA>
## 637                                                                                                                       <NA>
## 638                                                                                                                       <NA>
## 639                                                                                                                       <NA>
## 640                                                                                                                       <NA>
## 641                                                                                                                       <NA>
## 642                                                                                                                       <NA>
## 643                                                                                                                       <NA>
## 644                                                                                                                       <NA>
## 645                                                                                                                       <NA>
## 646                                                                                                                       <NA>
## 647                                                                                                                       <NA>
## 648                                                                                                                       <NA>
## 649                                                                                                                       <NA>
## 650                                                                                                                       <NA>
## 651                                                                                                                       <NA>
## 652                                                                                                                       <NA>
## 653                                                                                                                       <NA>
## 654                                                                                                                       <NA>
## 655                                                                                                                       <NA>
## 656                                                                                                                       <NA>
## 657                                                                                                                       <NA>
## 658                                                                                                                       <NA>
## 659                                                                                                                       <NA>
## 660                                                                                                                       <NA>
## 661                                                                                                                       <NA>
## 662                                                                                                                       <NA>
## 663                                                                                                                       <NA>
## 664                                                                                                                       <NA>
## 665                                                                                                                       <NA>
## 666                                                                                                                       <NA>
## 667                                                                                                                       <NA>
## 668                                                                                                                       <NA>
## 669                                                                                                                       <NA>
## 670                                                                                                                       <NA>
## 671                                                                                                                       <NA>
## 672                                                                                                                       <NA>
## 673                                                                                                                       <NA>
## 674                                                                                                                       <NA>
## 675                                                                                                                       <NA>
## 676                                                                                                                       <NA>
## 677                                                                                                                       <NA>
## 678                                                                                                                       <NA>
## 679                                                                                                                       <NA>
## 680                                                                                                              Patrol Vessel
## 681                                                                                                                       <NA>
## 682                                                                                                                       <NA>
## 683                                                                                                                       <NA>
## 684                                                                                                                       <NA>
## 685                                                                                                                       <NA>
## 686                                                                                                                       <NA>
## 687                                                                                                                       <NA>
## 688                                                                                                                       <NA>
## 689                                                                                                                       <NA>
## 690                                                                                                                       <NA>
## 691                                                                                                                       <NA>
## 692                                                                                                                       <NA>
## 693                                                                                                                       <NA>
## 694                                                                                                                       <NA>
## 695                                                                                                                       <NA>
## 696                                                                                                                       <NA>
## 697                                                                                                                       <NA>
## 698                                                                                                                       <NA>
## 699                                                                                                                       <NA>
## 700                                                                                                                       <NA>
## 701                                                                                                                       <NA>
## 702                                                                                                                       <NA>
## 703                                                                                                                       <NA>
## 704                                                                                                                       <NA>
## 705                                                                                                                       <NA>
## 706                                                                                                                       <NA>
## 707                                                                                                                       <NA>
## 708                                                                                                                       <NA>
## 709                                                                                                                       <NA>
## 710                                                                                                                       <NA>
## 711                                                                                                                       <NA>
## 712                                                                                                                       <NA>
## 713                                                                                                                       <NA>
## 714                                                                                                                       <NA>
## 715                                                                                                                       <NA>
## 716                                                                                                                       <NA>
## 717                                                                                                                       <NA>
## 718                                                                                                                       <NA>
## 719                                                                                                                       <NA>
## 720                                                                                                                       <NA>
## 721                                                                                                                       <NA>
## 722                                                                                                                       <NA>
## 723                                                                                                                       <NA>
## 724                                                                                                                       <NA>
## 725                                                                                                                       <NA>
## 726                                                                                                                       <NA>
## 727                                                                                                                       <NA>
## 728                                                                                                                       <NA>
## 729                                                                                                                       <NA>
## 730                                                                                                                       <NA>
## 731                                                                                                                       <NA>
## 732                                                                                                                       <NA>
## 733                                                                                                                       <NA>
## 734                                                                                                                       <NA>
## 735                                                                                                                       <NA>
## 736                                                                                                                       <NA>
## 737                                                                                                                       <NA>
## 738                                                                                                                       <NA>
## 739                                                                                                                       <NA>
## 740                                                                                                                       <NA>
##                                                                                                      gname2
## 1                                                                                                      <NA>
## 2                                                                                                      <NA>
## 3                                                                                                      <NA>
## 4                                                                                                      <NA>
## 5                                                                                                      <NA>
## 6                                                                                                      <NA>
## 7                                                                                                      <NA>
## 8                                                                                                      <NA>
## 9                                                                                                      <NA>
## 10                                                                                                     <NA>
## 11                                                                                                     <NA>
## 12                                                                                                     <NA>
## 13                                                                                                     <NA>
## 14                                                                                                     <NA>
## 15                                                                                                     <NA>
## 16                                                                                                     <NA>
## 17                                                                                                     <NA>
## 18                                                                                                     <NA>
## 19                                                                                                     <NA>
## 20                                                                                                     <NA>
## 21                                                                                                     <NA>
## 22                                                                                                     <NA>
## 23                                                                                                     <NA>
## 24                                                                                                     <NA>
## 25                                                                                                     <NA>
## 26                                                                                                     <NA>
## 27                                                                                                     <NA>
## 28                                                                                                     <NA>
## 29                                                                                                     <NA>
## 30                                                                                                     <NA>
## 31                                                                                                     <NA>
## 32                                                                                                     <NA>
## 33                                                                                                     <NA>
## 34                                                                                                     <NA>
## 35                                                                                                     <NA>
## 36                                                                                                     <NA>
## 37                                                                                                     <NA>
## 38                                                                                                     <NA>
## 39                                                                                                     <NA>
## 40                                                                                                     <NA>
## 41                                                                                                     <NA>
## 42                                                                                                     <NA>
## 43                                                                                                     <NA>
## 44                                                                                                     <NA>
## 45                                                                                                     <NA>
## 46                                                                                                     <NA>
## 47                                                                                                     <NA>
## 48                                                                                                     <NA>
## 49                                                                                                     <NA>
## 50                                                                                                     <NA>
## 51                                                                                                     <NA>
## 52                                                                                                     <NA>
## 53                                                                                                     <NA>
## 54                                                                                                     <NA>
## 55                                                                                                     <NA>
## 56                                                                                                     <NA>
## 57                                                                                                     <NA>
## 58                                                                                                     <NA>
## 59                                                                                                     <NA>
## 60                                                                                                     <NA>
## 61                                                                                                     <NA>
## 62                                                                                                     <NA>
## 63                                                                                                     <NA>
## 64                                                                                                     <NA>
## 65                                                                                                     <NA>
## 66                                                                                                     <NA>
## 67                                                                                                     <NA>
## 68                                                                                                     <NA>
## 69                                                                                                     <NA>
## 70                                                                                                     <NA>
## 71                                                                                                     <NA>
## 72                                                                                                     <NA>
## 73                                                                                                     <NA>
## 74                                                                                                     <NA>
## 75                                                                                                     <NA>
## 76                                                                                                     <NA>
## 77                                                                                                     <NA>
## 78                                                                                                     <NA>
## 79                                                                                                     <NA>
## 80                                                                                                     <NA>
## 81                                                                                                     <NA>
## 82                                                                                                     <NA>
## 83                                                                                                     <NA>
## 84                                                                                                     <NA>
## 85                                                                                                     <NA>
## 86                                                                                                     <NA>
## 87                                                                                                     <NA>
## 88                                                                                                     <NA>
## 89                                                                                                     <NA>
## 90                                                                                                     <NA>
## 91                                                                                                     <NA>
## 92                                                                                                     <NA>
## 93                                                                                                     <NA>
## 94                                                                                                     <NA>
## 95                                                                                                     <NA>
## 96                                                                                                     <NA>
## 97                                                                                                     <NA>
## 98                                                                                                     <NA>
## 99                                                                                                     <NA>
## 100                                                                                                    <NA>
## 101                                                                                                    <NA>
## 102                                                                                                    <NA>
## 103                                                                                                    <NA>
## 104                                                                                                    <NA>
## 105                                                                                                    <NA>
## 106                                                                                                    <NA>
## 107                                                                                                    <NA>
## 108                                                                                                    <NA>
## 109                                                                                                    <NA>
## 110                                                                                                    <NA>
## 111                                                                                                    <NA>
## 112                                                        Armed Revolutionary Independence Movement (MIRA)
## 113                                                                                                    <NA>
## 114                                                                                                    <NA>
## 115                                                                                                    <NA>
## 116                                                                                                    <NA>
## 117                                                                                                    <NA>
## 118                                                                                                    <NA>
## 119                                                                                                    <NA>
## 120                                                                                                    <NA>
## 121                                                                                                    <NA>
## 122                                                                                                    <NA>
## 123                                                                                                    <NA>
## 124                                                                                                    <NA>
## 125                                                                                                    <NA>
## 126                                                                                                    <NA>
## 127                                                                                                    <NA>
## 128                                                                                                    <NA>
## 129                                                                                                    <NA>
## 130                                                                                                    <NA>
## 131                                                                                                    <NA>
## 132                                                                                                    <NA>
## 133                                                                                                    <NA>
## 134                                                                                                    <NA>
## 135                                                                                                    <NA>
## 136                                                                                                    <NA>
## 137                                                                                                    <NA>
## 138                                                                                                    <NA>
## 139                                                                                                    <NA>
## 140                                                                                                    <NA>
## 141                                                                                                    <NA>
## 142                                                                                                    <NA>
## 143                                                                                                    <NA>
## 144                                                                                                    <NA>
## 145                                                                                                    <NA>
## 146                                                                                                    <NA>
## 147                                                                                                    <NA>
## 148                                                                                                    <NA>
## 149                                                                                                    <NA>
## 150                                                                                                    <NA>
## 151                                                                                                    <NA>
## 152                                                                                                    <NA>
## 153                                                                                                    <NA>
## 154                                                                                                    <NA>
## 155                                                                                                    <NA>
## 156                                                                                                    <NA>
## 157                                                                                                    <NA>
## 158                                                                                                    <NA>
## 159                                                                                                    <NA>
## 160                                                                                                    <NA>
## 161                                                                                                    <NA>
## 162                                                                                                    <NA>
## 163                                                                                                    <NA>
## 164                                                                                                    <NA>
## 165                                                                                                    <NA>
## 166                                                                                                    <NA>
## 167                                                                                                    <NA>
## 168                                                                                                    <NA>
## 169                                                                                                    <NA>
## 170                                                                                                    <NA>
## 171                                                                                                    <NA>
## 172                                                                                                    <NA>
## 173                                                                                                    <NA>
## 174                                                                                                    <NA>
## 175                                                                                                    <NA>
## 176                                                                                                    <NA>
## 177                                                                                                    <NA>
## 178                                                                                                    <NA>
## 179                                                                                                    <NA>
## 180                                                                                                    <NA>
## 181                                                                                                    <NA>
## 182                                                                                                    <NA>
## 183                                                                                                    <NA>
## 184                                                                                                    <NA>
## 185                                                                                                    <NA>
## 186                                                                                                    <NA>
## 187                                                                                                    <NA>
## 188                                                                                                    <NA>
## 189                                                                                                    <NA>
## 190                                                                                                    <NA>
## 191                                                                                                    <NA>
## 192                                                                                                    <NA>
## 193                                                                                                    <NA>
## 194                                                                                                    <NA>
## 195                                                                                                    <NA>
## 196                                                                                                    <NA>
## 197                                                                                                    <NA>
## 198                                                                                                    <NA>
## 199                                                                                                    <NA>
## 200                                                                                                    <NA>
## 201                                                                                                    <NA>
## 202                                                                                                    <NA>
## 203                                                                                                    <NA>
## 204                                                                                                    <NA>
## 205                                                                                                    <NA>
## 206                                                                                                    <NA>
## 207                                                                                                    <NA>
## 208                                                                                                    <NA>
## 209                                                                                                    <NA>
## 210                                                                                                    <NA>
## 211                                                                                                    <NA>
## 212                                                                                                    <NA>
## 213                                                                                                    <NA>
## 214                                                                                                    <NA>
## 215                                                                                                    <NA>
## 216                                                                                                    <NA>
## 217                                                                                                    <NA>
## 218                                                                                                    <NA>
## 219                                                                                                    <NA>
## 220                                                                                                    <NA>
## 221                                                                                                    <NA>
## 222                                                                                                    <NA>
## 223                                                                                                    <NA>
## 224                                                                                                    <NA>
## 225                                                                                                    <NA>
## 226                                                                                                    <NA>
## 227                                                                                                    <NA>
## 228                                                                                                    <NA>
## 229                                                                                                    <NA>
## 230                                                                                                    <NA>
## 231                                                                                                    <NA>
## 232                                                                                                    <NA>
## 233                                                                                                    <NA>
## 234                                                                                                    <NA>
## 235                                                                                                    <NA>
## 236                                                                                                    <NA>
## 237                                                                                                    <NA>
## 238                                                                                                    <NA>
## 239                                                                                                    <NA>
## 240                                                                                                    <NA>
## 241                                                                                                    <NA>
## 242                                                                                                    <NA>
## 243                                                                                                    <NA>
## 244                                                                                                    <NA>
## 245                                                                                                    <NA>
## 246                                                                                                    <NA>
## 247                                                                                                    <NA>
## 248                                                                                                    <NA>
## 249                                                                                                    <NA>
## 250                                                                                                    <NA>
## 251                                                                                                    <NA>
## 252                                                                                                    <NA>
## 253                                                                                                    <NA>
## 254                                                                                                    <NA>
## 255                                                                                                    <NA>
## 256                                                                                                    <NA>
## 257                                                                                                    <NA>
## 258                                                                                                    <NA>
## 259                                                                                                    <NA>
## 260                                                                                                    <NA>
## 261                                                                                                    <NA>
## 262                                                                                                    <NA>
## 263                                                                                                    <NA>
## 264                                                                                                    <NA>
## 265                                                                                                    <NA>
## 266                                                                                                    <NA>
## 267                                                                                                    <NA>
## 268                                                                                                    <NA>
## 269                                                                                                    <NA>
## 270                                                                                                    <NA>
## 271                                                                                                    <NA>
## 272                                                                                                    <NA>
## 273                                                                                                    <NA>
## 274                                                                                                    <NA>
## 275                                                                                                    <NA>
## 276                                                                                                    <NA>
## 277                                                                                                    <NA>
## 278                                                                                                    <NA>
## 279                                                                                                    <NA>
## 280                                                                                                    <NA>
## 281                                                                                                    <NA>
## 282                                                                                                    <NA>
## 283                                                                                                    <NA>
## 284                                                                                                    <NA>
## 285                                                                                                    <NA>
## 286                                                                                                    <NA>
## 287                                                                                                    <NA>
## 288                                                                                                    <NA>
## 289                                                                                                    <NA>
## 290                                                                                                    <NA>
## 291                                                                                                    <NA>
## 292                                                                                                    <NA>
## 293                                                                                                    <NA>
## 294                                                                                                    <NA>
## 295                                                                                                    <NA>
## 296                                                                                                    <NA>
## 297                                                                                                    <NA>
## 298                                                                                                    <NA>
## 299                                                                                                    <NA>
## 300                                                                                                    <NA>
## 301                                                                                                    <NA>
## 302                                                                                                    <NA>
## 303                                                                                                    <NA>
## 304                                                                                                    <NA>
## 305                                                                                                    <NA>
## 306                                                                                                    <NA>
## 307                                                                                                    <NA>
## 308                                                                                                    <NA>
## 309                                                                                                    <NA>
## 310                                                                                                    <NA>
## 311                                                                                                    <NA>
## 312                                                                                                    <NA>
## 313                                                                                                    <NA>
## 314                                                                                                    <NA>
## 315                                                                                                    <NA>
## 316                                                                                                    <NA>
## 317                                                                                                    <NA>
## 318                                                                                                    <NA>
## 319                                                                                                    <NA>
## 320                                                                                                    <NA>
## 321                                                                                                    <NA>
## 322                                                                                                    <NA>
## 323                                                                                                    <NA>
## 324                                                                                                    <NA>
## 325                                                                                                    <NA>
## 326                                                                                                    <NA>
## 327                                                                                                    <NA>
## 328                                                                                                    <NA>
## 329                                                                                                    <NA>
## 330                                                                                                    <NA>
## 331                                                                                                    <NA>
## 332                                                                                                    <NA>
## 333                                                                                                    <NA>
## 334                                                                                                    <NA>
## 335                                                                                                    <NA>
## 336                                                                                                    <NA>
## 337                                                                                                    <NA>
## 338                                                                                                    <NA>
## 339                                                                                                    <NA>
## 340                                                                                                    <NA>
## 341                                                                                                    <NA>
## 342                                                                                                    <NA>
## 343                                                                                                    <NA>
## 344                                                                                                    <NA>
## 345                                                                                                    <NA>
## 346                                                                                                    <NA>
## 347                                                                                                    <NA>
## 348                                                                                                    <NA>
## 349                                                                                                    <NA>
## 350                                                                                                    <NA>
## 351                                                                                                    <NA>
## 352                                                                                                    <NA>
## 353                                                                                                    <NA>
## 354                                                                                                    <NA>
## 355                                                                                                    <NA>
## 356                                                                                                    <NA>
## 357                                                                                                    <NA>
## 358                                                                                                    <NA>
## 359                                                                                                    <NA>
## 360                                                                                                    <NA>
## 361                                                                                                    <NA>
## 362                                                                                                    <NA>
## 363                                                                                                    <NA>
## 364                                                                                                    <NA>
## 365                                                                                                    <NA>
## 366                                                                                                    <NA>
## 367                                                                                                    <NA>
## 368                                                                                                    <NA>
## 369                                                                                                    <NA>
## 370                                                                                                    <NA>
## 371                                                                                                    <NA>
## 372                                                                                                    <NA>
## 373                                                                                                    <NA>
## 374                                                                                                    <NA>
## 375                                                                                                    <NA>
## 376                                                                                                    <NA>
## 377                                                                                                    <NA>
## 378                                                                                                    <NA>
## 379                                                                                                    <NA>
## 380                                                                                                    <NA>
## 381                                                                                                    <NA>
## 382                                                                                                    <NA>
## 383                                                                                                    <NA>
## 384                                                                                                    <NA>
## 385                                                                                                    <NA>
## 386                                                                                                    <NA>
## 387                                                                                                    <NA>
## 388                                                                                                    <NA>
## 389                                                                                                    <NA>
## 390                                                                                                    <NA>
## 391                                                                                                    <NA>
## 392                                                                                                    <NA>
## 393                                                                                                    <NA>
## 394                                                                                                    <NA>
## 395                                                                                                    <NA>
## 396                                                                                                    <NA>
## 397                                                                                                    <NA>
## 398                                                                                                    <NA>
## 399                                                                                                    <NA>
## 400                                                                                                    <NA>
## 401                                                                                                    <NA>
## 402                                                                                                    <NA>
## 403                                                                                                    <NA>
## 404                                                                                                    <NA>
## 405                                                                                                    <NA>
## 406                                                                                                    <NA>
## 407                                                                                                    <NA>
## 408                                                                                                    <NA>
## 409                                                                                                    <NA>
## 410                                                                                                    <NA>
## 411                                                                                                    <NA>
## 412                                                                                                    <NA>
## 413                                                                                                    <NA>
## 414                                                                                                    <NA>
## 415                                                                                                    <NA>
## 416                                                                                                    <NA>
## 417                                                                                                    <NA>
## 418                                                                                                    <NA>
## 419                                                                                                    <NA>
## 420                                                                                                    <NA>
## 421                                                                                                    <NA>
## 422                                                                                                    <NA>
## 423                                                                                                    <NA>
## 424                                                                                                    <NA>
## 425                                                                                                    <NA>
## 426                                                                                                    <NA>
## 427                                                                                                    <NA>
## 428                                                                                                    <NA>
## 429                                                                                                    <NA>
## 430                                                                                                    <NA>
## 431                                                                                                    <NA>
## 432                                                                                                    <NA>
## 433                                                                                                    <NA>
## 434                                                                                                    <NA>
## 435                                                                                                    <NA>
## 436                                                                                                    <NA>
## 437                                                                                                    <NA>
## 438                                                                                                    <NA>
## 439                                                                                                    <NA>
## 440                                                                                                    <NA>
## 441                                                                                                    <NA>
## 442                                                                                                    <NA>
## 443                                                                                                    <NA>
## 444                                                                                                    <NA>
## 445                                                                                                    <NA>
## 446                                                                                                    <NA>
## 447                                                                                                    <NA>
## 448                                                                                                    <NA>
## 449                                                                                                    <NA>
## 450                                                                                                    <NA>
## 451                                                                                                    <NA>
## 452                                                                                                    <NA>
## 453                                                                                                    <NA>
## 454                                                                                                    <NA>
## 455                                                                                                    <NA>
## 456                                                                                                    <NA>
## 457                                                                                                    <NA>
## 458                                                                                                    <NA>
## 459                                                                                                    <NA>
## 460                                                                                                    <NA>
## 461                                                                                                    <NA>
## 462                                                                                                    <NA>
## 463                                                                                                    <NA>
## 464                                                                                                    <NA>
## 465                                                                                                    <NA>
## 466                                                                                                    <NA>
## 467                                                                                                    <NA>
## 468                                                                                                    <NA>
## 469                                                                                                    <NA>
## 470                                                                                                    <NA>
## 471                                                                                                    <NA>
## 472                                                                                                    <NA>
## 473                                                                                                    <NA>
## 474                                                                                                    <NA>
## 475                                                                                                    <NA>
## 476                                                                                                    <NA>
## 477                                                                                                    <NA>
## 478                                                                                                    <NA>
## 479                                                                                                    <NA>
## 480                                                                                                    <NA>
## 481                                                                                                    <NA>
## 482                                                                                                    <NA>
## 483                                                                                                    <NA>
## 484                                                                                                    <NA>
## 485                                                                                                    <NA>
## 486                                                                                                    <NA>
## 487                                                                                                    <NA>
## 488                                                                                                    <NA>
## 489                                                                                                    <NA>
## 490                                                                                                    <NA>
## 491                                                                                                    <NA>
## 492                                                                                                    <NA>
## 493                                                                                                    <NA>
## 494                                                                                                    <NA>
## 495                                                                                                    <NA>
## 496                                                                                                    <NA>
## 497                                                                                                    <NA>
## 498                                                                                                    <NA>
## 499                                                                                                    <NA>
## 500                                                                                                    <NA>
## 501                                                                                                    <NA>
## 502                                                                                                    <NA>
## 503                                                                                                    <NA>
## 504                                                                                                    <NA>
## 505                                                                                                    <NA>
## 506                                                                                                    <NA>
## 507                                                                                                    <NA>
## 508                                                                                                    <NA>
## 509                                                                                                    <NA>
## 510                                                                                                    <NA>
## 511                                                                                                    <NA>
## 512                                                                                                    <NA>
## 513                                                                                                    <NA>
## 514                                                                                                    <NA>
## 515                                                                                                    <NA>
## 516                                                                                                    <NA>
## 517                                                                                                    <NA>
## 518                                                                                                    <NA>
## 519                                                                                                    <NA>
## 520                                                                                                    <NA>
## 521                                                                                                    <NA>
## 522                                                                                                    <NA>
## 523                                                                                                    <NA>
## 524                                                                                                    <NA>
## 525                                                                                                    <NA>
## 526                                                                                                    <NA>
## 527                                                                                                    <NA>
## 528                                                                                                    <NA>
## 529                                                                                                    <NA>
## 530                                                                                                    <NA>
## 531                                                                                                    <NA>
## 532                                                                                                    <NA>
## 533                                                                                                    <NA>
## 534                                                                                                    <NA>
## 535                                                                                                    <NA>
## 536                                                                                                    <NA>
## 537                                                                                                    <NA>
## 538                                                                                                    <NA>
## 539                                                                                                    <NA>
## 540                                                                                                    <NA>
## 541                                                                                                    <NA>
## 542                                                                                                    <NA>
## 543                                                                                                    <NA>
## 544                                                                                                    <NA>
## 545                                                                                                    <NA>
## 546                                                                                                    <NA>
## 547                                                                                                    <NA>
## 548                                                                                                    <NA>
## 549                                                                                                    <NA>
## 550                                                                                                    <NA>
## 551                                                                                                    <NA>
## 552                                                                                                    <NA>
## 553                                                                                                    <NA>
## 554                                                                                                    <NA>
## 555                                                                                                    <NA>
## 556                                                                                                    <NA>
## 557                                                                                                    <NA>
## 558                                                                                                    <NA>
## 559                                                                                                    <NA>
## 560                                                                                                    <NA>
## 561                                                                                                    <NA>
## 562                                                                                                    <NA>
## 563                                                                                                    <NA>
## 564                                                                                                    <NA>
## 565                                                                                                    <NA>
## 566                                                                                                    <NA>
## 567                                                                                                    <NA>
## 568                                                                                                    <NA>
## 569                                                                                                    <NA>
## 570                                                                                                    <NA>
## 571                                                                                                    <NA>
## 572                                                                                                    <NA>
## 573                                                                                                    <NA>
## 574                                                                                                    <NA>
## 575                                                                                                    <NA>
## 576                                                                                                    <NA>
## 577                                                                                                    <NA>
## 578                                                                                                    <NA>
## 579                                                                                                    <NA>
## 580                                                                                                    <NA>
## 581                                                                                                    <NA>
## 582                                                                                                    <NA>
## 583                                                                                                    <NA>
## 584                                                                                                    <NA>
## 585                                                                                                    <NA>
## 586                                                                                                    <NA>
## 587                                                                                                    <NA>
## 588                                                                                                    <NA>
## 589                                                                                                    <NA>
## 590                                                                                                    <NA>
## 591                                                                                                    <NA>
## 592                                                                                                    <NA>
## 593                                                                                                    <NA>
## 594                                                                                                    <NA>
## 595                                                                                                    <NA>
## 596                                                                                                    <NA>
## 597                                                                                                    <NA>
## 598                                                                                                    <NA>
## 599                                                                                                    <NA>
## 600                                                                                                    <NA>
## 601                                                                                                    <NA>
## 602                                                                                                    <NA>
## 603                                                                                                    <NA>
## 604                                                                                                    <NA>
## 605                                                                                                    <NA>
## 606                                                                                                    <NA>
## 607                                                                                                    <NA>
## 608                                                                                                    <NA>
## 609                                                                                                    <NA>
## 610                                                                                                    <NA>
## 611                                                                                                    <NA>
## 612                                                                                                    <NA>
## 613                                                                                                    <NA>
## 614                                                                                                    <NA>
## 615                                                                                                    <NA>
## 616                                                                                                    <NA>
## 617                                                                                                    <NA>
## 618                                                                                                    <NA>
## 619                                                                                                    <NA>
## 620                                                                                                    <NA>
## 621                                                                                                    <NA>
## 622                                                                                                    <NA>
## 623                                                                                                    <NA>
## 624                                                                                                    <NA>
## 625                                                                                                    <NA>
## 626                                                                                                    <NA>
## 627                                                                                                    <NA>
## 628                                                                                                    <NA>
## 629                                                                                                    <NA>
## 630                                                                                                    <NA>
## 631                                                                                                    <NA>
## 632                                                                                                    <NA>
## 633                                                                                                    <NA>
## 634                                                                                                    <NA>
## 635                                                                                                    <NA>
## 636                                                                                                    <NA>
## 637                                                                                                    <NA>
## 638                                                                                                    <NA>
## 639                                                                                                    <NA>
## 640                                                                                                    <NA>
## 641                                                                                                    <NA>
## 642                                                                                                    <NA>
## 643                                                                                                    <NA>
## 644                                                                                                    <NA>
## 645                                                                                                    <NA>
## 646                                                                                                    <NA>
## 647                                                                                                    <NA>
## 648                                                                                                    <NA>
## 649                                                                                                    <NA>
## 650                                                                                                    <NA>
## 651                                                                                                    <NA>
## 652                                                                                                    <NA>
## 653                                                                                                    <NA>
## 654                                                                                                    <NA>
## 655                                                                                                    <NA>
## 656                                                                                                    <NA>
## 657                                                                                                    <NA>
## 658                                                                                                    <NA>
## 659                                                                                                    <NA>
## 660                                                                                                    <NA>
## 661                                                                                                    <NA>
## 662                                                                                                    <NA>
## 663                                                                                                    <NA>
## 664                                                                                                    <NA>
## 665                                                                                                    <NA>
## 666                                                                                                    <NA>
## 667                                                                                                    <NA>
## 668                                                                                                    <NA>
## 669                                                                                                    <NA>
## 670                                                                                                    <NA>
## 671                                                                                                    <NA>
## 672                                                                                                    <NA>
## 673                                                                                                    <NA>
## 674                                                                                                    <NA>
## 675                                                                                                    <NA>
## 676                                                                                                    <NA>
## 677                                                                                                    <NA>
## 678                                                                                                    <NA>
## 679                                                                                                    <NA>
## 680                                                                                                    <NA>
## 681                                                                                                    <NA>
## 682                                                                                                    <NA>
## 683                                                                                                    <NA>
## 684                                                                                                    <NA>
## 685                                                                                                    <NA>
## 686                                                                                                    <NA>
## 687                                                                                                    <NA>
## 688                                                                                                    <NA>
## 689                                                                                                    <NA>
## 690                                                                                                    <NA>
## 691                                                                                                    <NA>
## 692                                                                                                    <NA>
## 693                                                                                                    <NA>
## 694                                                                                                    <NA>
## 695                                                                                                    <NA>
## 696                                                                                                    <NA>
## 697                                                                                                    <NA>
## 698                                                                                                    <NA>
## 699                                                                                                    <NA>
## 700                                                                                                    <NA>
## 701                                                                                                    <NA>
## 702                                                                                                    <NA>
## 703                                                                                                    <NA>
## 704                                                                                                    <NA>
## 705                                                                                                    <NA>
## 706                                                                                                    <NA>
## 707                                                                                                    <NA>
## 708                                                                                                    <NA>
## 709                                                                                                    <NA>
## 710                                                                                                    <NA>
## 711                                                                                                    <NA>
## 712                                                                                                    <NA>
## 713                                                                                                    <NA>
## 714                                                                                                    <NA>
## 715                                                                                                    <NA>
## 716                                                                                                    <NA>
## 717                                                                                                    <NA>
## 718                                                                                                    <NA>
## 719                                                                                                    <NA>
## 720                                                                                                    <NA>
## 721                                                                                                    <NA>
## 722                                                                                                    <NA>
## 723                                                                                                    <NA>
## 724                                                                                                    <NA>
## 725                                                                                                    <NA>
## 726                                                                                                    <NA>
## 727                                                                                                    <NA>
## 728                                                                                                    <NA>
## 729                                                                                                    <NA>
## 730                                                                                                    <NA>
## 731                                                                                                    <NA>
## 732                                                                                                    <NA>
## 733                                                                                                    <NA>
## 734                                                                                                    <NA>
## 735                                                                                                    <NA>
## 736                                                                                                    <NA>
## 737                                                                                                    <NA>
## 738                                                                                                    <NA>
## 739                                                                                                    <NA>
## 740                                                                                                    <NA>
##                                                         gsubname2
## 1                                                            <NA>
## 2                                                            <NA>
## 3                                                            <NA>
## 4                                                            <NA>
## 5                                                            <NA>
## 6                                                            <NA>
## 7                                                            <NA>
## 8                                                            <NA>
## 9                                                            <NA>
## 10                                                           <NA>
## 11                                                           <NA>
## 12                                                           <NA>
## 13                                                           <NA>
## 14                                                           <NA>
## 15                                                           <NA>
## 16                                                           <NA>
## 17                                                           <NA>
## 18                                                           <NA>
## 19                                                           <NA>
## 20                                                           <NA>
## 21                                                           <NA>
## 22                                                           <NA>
## 23                                                           <NA>
## 24                                                           <NA>
## 25                                                           <NA>
## 26                                                           <NA>
## 27                                                           <NA>
## 28                                                           <NA>
## 29                                                           <NA>
## 30                                                           <NA>
## 31                                                           <NA>
## 32                                                           <NA>
## 33                                                           <NA>
## 34                                                           <NA>
## 35                                                           <NA>
## 36                                                           <NA>
## 37                                                           <NA>
## 38                                                           <NA>
## 39                                                           <NA>
## 40                                                           <NA>
## 41                                                           <NA>
## 42                                                           <NA>
## 43                                                           <NA>
## 44                                                           <NA>
## 45                                                           <NA>
## 46                                                           <NA>
## 47                                                           <NA>
## 48                                                           <NA>
## 49                                                           <NA>
## 50                                                           <NA>
## 51                                                           <NA>
## 52                                                           <NA>
## 53                                                           <NA>
## 54                                                           <NA>
## 55                                                           <NA>
## 56                                                           <NA>
## 57                                                           <NA>
## 58                                                           <NA>
## 59                                                           <NA>
## 60                                                           <NA>
## 61                                                           <NA>
## 62                                                           <NA>
## 63                                                           <NA>
## 64                                                           <NA>
## 65                                                           <NA>
## 66                                                           <NA>
## 67                                                           <NA>
## 68                                                           <NA>
## 69                                                           <NA>
## 70                                                           <NA>
## 71                                                           <NA>
## 72                                                           <NA>
## 73                                                           <NA>
## 74                                                           <NA>
## 75                                                           <NA>
## 76                                                           <NA>
## 77                                                           <NA>
## 78                                                           <NA>
## 79                                                           <NA>
## 80                                                           <NA>
## 81                                                           <NA>
## 82                                                           <NA>
## 83                                                           <NA>
## 84                                                           <NA>
## 85                                                           <NA>
## 86                                                           <NA>
## 87                                                           <NA>
## 88                                                           <NA>
## 89                                                           <NA>
## 90                                                           <NA>
## 91                                                           <NA>
## 92                                                           <NA>
## 93                                                           <NA>
## 94                                                           <NA>
## 95                                                           <NA>
## 96                                                           <NA>
## 97                                                           <NA>
## 98                                                           <NA>
## 99                                                           <NA>
## 100                                                          <NA>
## 101                                                          <NA>
## 102                                                          <NA>
## 103                                                          <NA>
## 104                                                          <NA>
## 105                                                          <NA>
## 106                                                          <NA>
## 107                                                          <NA>
## 108                                                          <NA>
## 109                                                          <NA>
## 110                                                          <NA>
## 111                                                          <NA>
## 112                                                          <NA>
## 113                                                          <NA>
## 114                                                          <NA>
## 115                                                          <NA>
## 116                                                          <NA>
## 117                                                          <NA>
## 118                                                          <NA>
## 119                                                          <NA>
## 120                                                          <NA>
## 121                                                          <NA>
## 122                                                          <NA>
## 123                                                          <NA>
## 124                                                          <NA>
## 125                                                          <NA>
## 126                                                          <NA>
## 127                                                          <NA>
## 128                                                          <NA>
## 129                                                          <NA>
## 130                                                          <NA>
## 131                                                          <NA>
## 132                                                          <NA>
## 133                                                          <NA>
## 134                                                          <NA>
## 135                                                          <NA>
## 136                                                          <NA>
## 137                                                          <NA>
## 138                                                          <NA>
## 139                                                          <NA>
## 140                                                          <NA>
## 141                                                          <NA>
## 142                                                          <NA>
## 143                                                          <NA>
## 144                                                          <NA>
## 145                                                          <NA>
## 146                                                          <NA>
## 147                                                          <NA>
## 148                                                          <NA>
## 149                                                          <NA>
## 150                                                          <NA>
## 151                                                          <NA>
## 152                                                          <NA>
## 153                                                          <NA>
## 154                                                          <NA>
## 155                                                          <NA>
## 156                                                          <NA>
## 157                                                          <NA>
## 158                                                          <NA>
## 159                                                          <NA>
## 160                                                          <NA>
## 161                                                          <NA>
## 162                                                          <NA>
## 163                                                          <NA>
## 164                                                          <NA>
## 165                                                          <NA>
## 166                                                          <NA>
## 167                                                          <NA>
## 168                                                          <NA>
## 169                                                          <NA>
## 170                                                          <NA>
## 171                                                          <NA>
## 172                                                          <NA>
## 173                                                          <NA>
## 174                                                          <NA>
## 175                                                          <NA>
## 176                                                          <NA>
## 177                                                          <NA>
## 178                                                          <NA>
## 179                                                          <NA>
## 180                                                          <NA>
## 181                                                          <NA>
## 182                                                          <NA>
## 183                                                          <NA>
## 184                                                          <NA>
## 185                                                          <NA>
## 186                                                          <NA>
## 187                                                          <NA>
## 188                                                          <NA>
## 189                                                          <NA>
## 190                                                          <NA>
## 191                                                          <NA>
## 192                                                          <NA>
## 193                                                          <NA>
## 194                                                          <NA>
## 195                                                          <NA>
## 196                                                          <NA>
## 197                                                          <NA>
## 198                                                          <NA>
## 199                                                          <NA>
## 200                                                          <NA>
## 201                                                          <NA>
## 202                                                          <NA>
## 203                                                          <NA>
## 204                                                          <NA>
## 205                                                          <NA>
## 206                                                          <NA>
## 207                                                          <NA>
## 208                                                          <NA>
## 209                                                          <NA>
## 210                                                          <NA>
## 211                                                          <NA>
## 212                                                          <NA>
## 213                                                          <NA>
## 214                                                          <NA>
## 215                                                          <NA>
## 216                                                          <NA>
## 217                                                          <NA>
## 218                                                          <NA>
## 219                                                          <NA>
## 220                                                          <NA>
## 221                                                          <NA>
## 222                                                          <NA>
## 223                                                          <NA>
## 224                                                          <NA>
## 225                                                          <NA>
## 226                                                          <NA>
## 227                                                          <NA>
## 228                                                          <NA>
## 229                                                          <NA>
## 230                                                          <NA>
## 231                                                          <NA>
## 232                                                          <NA>
## 233                                                          <NA>
## 234                                                          <NA>
## 235                                                          <NA>
## 236                                                          <NA>
## 237                                                          <NA>
## 238                                                          <NA>
## 239                                                          <NA>
## 240                                                          <NA>
## 241                                                          <NA>
## 242                                                          <NA>
## 243                                                          <NA>
## 244                                                          <NA>
## 245                                                          <NA>
## 246                                                          <NA>
## 247                                                          <NA>
## 248                                                          <NA>
## 249                                                          <NA>
## 250                                                          <NA>
## 251                                                          <NA>
## 252                                                          <NA>
## 253                                                          <NA>
## 254                                                          <NA>
## 255                                                          <NA>
## 256                                                          <NA>
## 257                                                          <NA>
## 258                                                          <NA>
## 259                                                          <NA>
## 260                                                          <NA>
## 261                                                          <NA>
## 262                                                          <NA>
## 263                                                          <NA>
## 264                                                          <NA>
## 265                                                          <NA>
## 266                                                          <NA>
## 267                                                          <NA>
## 268                                                          <NA>
## 269                                                          <NA>
## 270                                                          <NA>
## 271                                                          <NA>
## 272                                                          <NA>
## 273                                                          <NA>
## 274                                                          <NA>
## 275                                                          <NA>
## 276                                                          <NA>
## 277                                                          <NA>
## 278                                                          <NA>
## 279                                                          <NA>
## 280                                                          <NA>
## 281                                                          <NA>
## 282                                                          <NA>
## 283                                                          <NA>
## 284                                                          <NA>
## 285                                                          <NA>
## 286                                                          <NA>
## 287                                                          <NA>
## 288                                                          <NA>
## 289                                                          <NA>
## 290                                                          <NA>
## 291                                                          <NA>
## 292                                                          <NA>
## 293                                                          <NA>
## 294                                                          <NA>
## 295                                                          <NA>
## 296                                                          <NA>
## 297                                                          <NA>
## 298                                                          <NA>
## 299                                                          <NA>
## 300                                                          <NA>
## 301                                                          <NA>
## 302                                                          <NA>
## 303                                                          <NA>
## 304                                                          <NA>
## 305                                                          <NA>
## 306                                                          <NA>
## 307                                                          <NA>
## 308                                                          <NA>
## 309                                                          <NA>
## 310                                                          <NA>
## 311                                                          <NA>
## 312                                                          <NA>
## 313                                                          <NA>
## 314                                                          <NA>
## 315                                                          <NA>
## 316                                                          <NA>
## 317                                                          <NA>
## 318                                                          <NA>
## 319                                                          <NA>
## 320                                                          <NA>
## 321                                                          <NA>
## 322                                                          <NA>
## 323                                                          <NA>
## 324                                                          <NA>
## 325                                                          <NA>
## 326                                                          <NA>
## 327                                                          <NA>
## 328                                                          <NA>
## 329                                                          <NA>
## 330                                                          <NA>
## 331                                                          <NA>
## 332                                                          <NA>
## 333                                                          <NA>
## 334                                                          <NA>
## 335                                                          <NA>
## 336                                                          <NA>
## 337                                                          <NA>
## 338                                                          <NA>
## 339                                                          <NA>
## 340                                                          <NA>
## 341                                                          <NA>
## 342                                                          <NA>
## 343                                                          <NA>
## 344                                                          <NA>
## 345                                                          <NA>
## 346                                                          <NA>
## 347                                                          <NA>
## 348                                                          <NA>
## 349                                                          <NA>
## 350                                                          <NA>
## 351                                                          <NA>
## 352                                                          <NA>
## 353                                                          <NA>
## 354                                                          <NA>
## 355                                                          <NA>
## 356                                                          <NA>
## 357                                                          <NA>
## 358                                                          <NA>
## 359                                                          <NA>
## 360                                                          <NA>
## 361                                                          <NA>
## 362                                                          <NA>
## 363                                                          <NA>
## 364                                                          <NA>
## 365                                                          <NA>
## 366                                                          <NA>
## 367                                                          <NA>
## 368                                                          <NA>
## 369                                                          <NA>
## 370                                                          <NA>
## 371                                                          <NA>
## 372                                                          <NA>
## 373                                                          <NA>
## 374                                                          <NA>
## 375                                                          <NA>
## 376                                                          <NA>
## 377                                                          <NA>
## 378                                                          <NA>
## 379                                                          <NA>
## 380                                                          <NA>
## 381                                                          <NA>
## 382                                                          <NA>
## 383                                                          <NA>
## 384                                                          <NA>
## 385                                                          <NA>
## 386                                                          <NA>
## 387                                                          <NA>
## 388                                                          <NA>
## 389                                                          <NA>
## 390                                                          <NA>
## 391                                                          <NA>
## 392                                                          <NA>
## 393                                                          <NA>
## 394                                                          <NA>
## 395                                                          <NA>
## 396                                                          <NA>
## 397                                                          <NA>
## 398                                                          <NA>
## 399                                                          <NA>
## 400                                                          <NA>
## 401                                                          <NA>
## 402                                                          <NA>
## 403                                                          <NA>
## 404                                                          <NA>
## 405                                                          <NA>
## 406                                                          <NA>
## 407                                                          <NA>
## 408                                                          <NA>
## 409                                                          <NA>
## 410                                                          <NA>
## 411                                                          <NA>
## 412                                                          <NA>
## 413                                                          <NA>
## 414                                                          <NA>
## 415                                                          <NA>
## 416                                                          <NA>
## 417                                                          <NA>
## 418                                                          <NA>
## 419                                                          <NA>
## 420                                                          <NA>
## 421                                                          <NA>
## 422                                                          <NA>
## 423                                                          <NA>
## 424                                                          <NA>
## 425                                                          <NA>
## 426                                                          <NA>
## 427                                                          <NA>
## 428                                                          <NA>
## 429                                                          <NA>
## 430                                                          <NA>
## 431                                                          <NA>
## 432                                                          <NA>
## 433                                                          <NA>
## 434                                                          <NA>
## 435                                                          <NA>
## 436                                                          <NA>
## 437                                                          <NA>
## 438                                                          <NA>
## 439                                                          <NA>
## 440                                                          <NA>
## 441                                                          <NA>
## 442                                                          <NA>
## 443                                                          <NA>
## 444                                                          <NA>
## 445                                                          <NA>
## 446                                                          <NA>
## 447                                                          <NA>
## 448                                                          <NA>
## 449                                                          <NA>
## 450                                                          <NA>
## 451                                                          <NA>
## 452                                                          <NA>
## 453                                                          <NA>
## 454                                                          <NA>
## 455                                                          <NA>
## 456                                                          <NA>
## 457                                                          <NA>
## 458                                                          <NA>
## 459                                                          <NA>
## 460                                                          <NA>
## 461                                                          <NA>
## 462                                                          <NA>
## 463                                                          <NA>
## 464                                                          <NA>
## 465                                                          <NA>
## 466                                                          <NA>
## 467                                                          <NA>
## 468                                                          <NA>
## 469                                                          <NA>
## 470                                                          <NA>
## 471                                                          <NA>
## 472                                                          <NA>
## 473                                                          <NA>
## 474                                                          <NA>
## 475                                                          <NA>
## 476                                                          <NA>
## 477                                                          <NA>
## 478                                                          <NA>
## 479                                                          <NA>
## 480                                                          <NA>
## 481                                                          <NA>
## 482                                                          <NA>
## 483                                                          <NA>
## 484                                                          <NA>
## 485                                                          <NA>
## 486                                                          <NA>
## 487                                                          <NA>
## 488                                                          <NA>
## 489                                                          <NA>
## 490                                                          <NA>
## 491                                                          <NA>
## 492                                                          <NA>
## 493                                                          <NA>
## 494                                                          <NA>
## 495                                                          <NA>
## 496                                                          <NA>
## 497                                                          <NA>
## 498                                                          <NA>
## 499                                                          <NA>
## 500                                                          <NA>
## 501                                                          <NA>
## 502                                                          <NA>
## 503                                                          <NA>
## 504                                                          <NA>
## 505                                                          <NA>
## 506                                                          <NA>
## 507                                                          <NA>
## 508                                                          <NA>
## 509                                                          <NA>
## 510                                                          <NA>
## 511                                                          <NA>
## 512                                                          <NA>
## 513                                                          <NA>
## 514                                                          <NA>
## 515                                                          <NA>
## 516                                                          <NA>
## 517                                                          <NA>
## 518                                                          <NA>
## 519                                                          <NA>
## 520                                                          <NA>
## 521                                                          <NA>
## 522                                                          <NA>
## 523                                                          <NA>
## 524                                                          <NA>
## 525                                                          <NA>
## 526                                                          <NA>
## 527                                                          <NA>
## 528                                                          <NA>
## 529                                                          <NA>
## 530                                                          <NA>
## 531                                                          <NA>
## 532                                                          <NA>
## 533                                                          <NA>
## 534                                                          <NA>
## 535                                                          <NA>
## 536                                                          <NA>
## 537                                                          <NA>
## 538                                                          <NA>
## 539                                                          <NA>
## 540                                                          <NA>
## 541                                                          <NA>
## 542                                                          <NA>
## 543                                                          <NA>
## 544                                                          <NA>
## 545                                                          <NA>
## 546                                                          <NA>
## 547                                                          <NA>
## 548                                                          <NA>
## 549                                                          <NA>
## 550                                                          <NA>
## 551                                                          <NA>
## 552                                                          <NA>
## 553                                                          <NA>
## 554                                                          <NA>
## 555                                                          <NA>
## 556                                                          <NA>
## 557                                                          <NA>
## 558                                                          <NA>
## 559                                                          <NA>
## 560                                                          <NA>
## 561                                                          <NA>
## 562                                                          <NA>
## 563                                                          <NA>
## 564                                                          <NA>
## 565                                                          <NA>
## 566                                                          <NA>
## 567                                                          <NA>
## 568                                                          <NA>
## 569                                                          <NA>
## 570                                                          <NA>
## 571                                                          <NA>
## 572                                                          <NA>
## 573                                                          <NA>
## 574                                                          <NA>
## 575                                                          <NA>
## 576                                                          <NA>
## 577                                                          <NA>
## 578                                                          <NA>
## 579                                                          <NA>
## 580                                                          <NA>
## 581                                                          <NA>
## 582                                                          <NA>
## 583                                                          <NA>
## 584                                                          <NA>
## 585                                                          <NA>
## 586                                                          <NA>
## 587                                                          <NA>
## 588                                                          <NA>
## 589                                                          <NA>
## 590                                                          <NA>
## 591                                                          <NA>
## 592                                                          <NA>
## 593                                                          <NA>
## 594                                                          <NA>
## 595                                                          <NA>
## 596                                                          <NA>
## 597                                                          <NA>
## 598                                                          <NA>
## 599                                                          <NA>
## 600                                                          <NA>
## 601                                                          <NA>
## 602                                                          <NA>
## 603                                                          <NA>
## 604                                                          <NA>
## 605                                                          <NA>
## 606                                                          <NA>
## 607                                                          <NA>
## 608                                                          <NA>
## 609                                                          <NA>
## 610                                                          <NA>
## 611                                                          <NA>
## 612                                                          <NA>
## 613                                                          <NA>
## 614                                                          <NA>
## 615                                                          <NA>
## 616                                                          <NA>
## 617                                                          <NA>
## 618                                                          <NA>
## 619                                                          <NA>
## 620                                                          <NA>
## 621                                                          <NA>
## 622                                                          <NA>
## 623                                                          <NA>
## 624                                                          <NA>
## 625                                                          <NA>
## 626                                                          <NA>
## 627                                                          <NA>
## 628                                                          <NA>
## 629                                                          <NA>
## 630                                                          <NA>
## 631                                                          <NA>
## 632                                                          <NA>
## 633                                                          <NA>
## 634                                                          <NA>
## 635                                                          <NA>
## 636                                                          <NA>
## 637                                                          <NA>
## 638                                                          <NA>
## 639                                                          <NA>
## 640                                                          <NA>
## 641                                                          <NA>
## 642                                                          <NA>
## 643                                                          <NA>
## 644                                                          <NA>
## 645                                                          <NA>
## 646                                                          <NA>
## 647                                                          <NA>
## 648                                                          <NA>
## 649                                                          <NA>
## 650                                                          <NA>
## 651                                                          <NA>
## 652                                                          <NA>
## 653                                                          <NA>
## 654                                                          <NA>
## 655                                                          <NA>
## 656                                                          <NA>
## 657                                                          <NA>
## 658                                                          <NA>
## 659                                                          <NA>
## 660                                                          <NA>
## 661                                                          <NA>
## 662                                                          <NA>
## 663                                                          <NA>
## 664                                                          <NA>
## 665                                                          <NA>
## 666                                                          <NA>
## 667                                                          <NA>
## 668                                                          <NA>
## 669                                                          <NA>
## 670                                                          <NA>
## 671                                                          <NA>
## 672                                                          <NA>
## 673                                                          <NA>
## 674                                                          <NA>
## 675                                                          <NA>
## 676                                                          <NA>
## 677                                                          <NA>
## 678                                                          <NA>
## 679                                                          <NA>
## 680                                                          <NA>
## 681                                                          <NA>
## 682                                                          <NA>
## 683                                                          <NA>
## 684                                                          <NA>
## 685                                                          <NA>
## 686                                                          <NA>
## 687                                                          <NA>
## 688                                                          <NA>
## 689                                                          <NA>
## 690                                                          <NA>
## 691                                                          <NA>
## 692                                                          <NA>
## 693                                                          <NA>
## 694                                                          <NA>
## 695                                                          <NA>
## 696                                                          <NA>
## 697                                                          <NA>
## 698                                                          <NA>
## 699                                                          <NA>
## 700                                                          <NA>
## 701                                                          <NA>
## 702                                                          <NA>
## 703                                                          <NA>
## 704                                                          <NA>
## 705                                                          <NA>
## 706                                                          <NA>
## 707                                                          <NA>
## 708                                                          <NA>
## 709                                                          <NA>
## 710                                                          <NA>
## 711                                                          <NA>
## 712                                                          <NA>
## 713                                                          <NA>
## 714                                                          <NA>
## 715                                                          <NA>
## 716                                                          <NA>
## 717                                                          <NA>
## 718                                                          <NA>
## 719                                                          <NA>
## 720                                                          <NA>
## 721                                                          <NA>
## 722                                                          <NA>
## 723                                                          <NA>
## 724                                                          <NA>
## 725                                                          <NA>
## 726                                                          <NA>
## 727                                                          <NA>
## 728                                                          <NA>
## 729                                                          <NA>
## 730                                                          <NA>
## 731                                                          <NA>
## 732                                                          <NA>
## 733                                                          <NA>
## 734                                                          <NA>
## 735                                                          <NA>
## 736                                                          <NA>
## 737                                                          <NA>
## 738                                                          <NA>
## 739                                                          <NA>
## 740                                                          <NA>
##                                                         gname3
## 1                                                         <NA>
## 2                                                         <NA>
## 3                                                         <NA>
## 4                                                         <NA>
## 5                                                         <NA>
## 6                                                         <NA>
## 7                                                         <NA>
## 8                                                         <NA>
## 9                                                         <NA>
## 10                                                        <NA>
## 11                                                        <NA>
## 12                                                        <NA>
## 13                                                        <NA>
## 14                                                        <NA>
## 15                                                        <NA>
## 16                                                        <NA>
## 17                                                        <NA>
## 18                                                        <NA>
## 19                                                        <NA>
## 20                                                        <NA>
## 21                                                        <NA>
## 22                                                        <NA>
## 23                                                        <NA>
## 24                                                        <NA>
## 25                                                        <NA>
## 26                                                        <NA>
## 27                                                        <NA>
## 28                                                        <NA>
## 29                                                        <NA>
## 30                                                        <NA>
## 31                                                        <NA>
## 32                                                        <NA>
## 33                                                        <NA>
## 34                                                        <NA>
## 35                                                        <NA>
## 36                                                        <NA>
## 37                                                        <NA>
## 38                                                        <NA>
## 39                                                        <NA>
## 40                                                        <NA>
## 41                                                        <NA>
## 42                                                        <NA>
## 43                                                        <NA>
## 44                                                        <NA>
## 45                                                        <NA>
## 46                                                        <NA>
## 47                                                        <NA>
## 48                                                        <NA>
## 49                                                        <NA>
## 50                                                        <NA>
## 51                                                        <NA>
## 52                                                        <NA>
## 53                                                        <NA>
## 54                                                        <NA>
## 55                                                        <NA>
## 56                                                        <NA>
## 57                                                        <NA>
## 58                                                        <NA>
## 59                                                        <NA>
## 60                                                        <NA>
## 61                                                        <NA>
## 62                                                        <NA>
## 63                                                        <NA>
## 64                                                        <NA>
## 65                                                        <NA>
## 66                                                        <NA>
## 67                                                        <NA>
## 68                                                        <NA>
## 69                                                        <NA>
## 70                                                        <NA>
## 71                                                        <NA>
## 72                                                        <NA>
## 73                                                        <NA>
## 74                                                        <NA>
## 75                                                        <NA>
## 76                                                        <NA>
## 77                                                        <NA>
## 78                                                        <NA>
## 79                                                        <NA>
## 80                                                        <NA>
## 81                                                        <NA>
## 82                                                        <NA>
## 83                                                        <NA>
## 84                                                        <NA>
## 85                                                        <NA>
## 86                                                        <NA>
## 87                                                        <NA>
## 88                                                        <NA>
## 89                                                        <NA>
## 90                                                        <NA>
## 91                                                        <NA>
## 92                                                        <NA>
## 93                                                        <NA>
## 94                                                        <NA>
## 95                                                        <NA>
## 96                                                        <NA>
## 97                                                        <NA>
## 98                                                        <NA>
## 99                                                        <NA>
## 100                                                       <NA>
## 101                                                       <NA>
## 102                                                       <NA>
## 103                                                       <NA>
## 104                                                       <NA>
## 105                                                       <NA>
## 106                                                       <NA>
## 107                                                       <NA>
## 108                                                       <NA>
## 109                                                       <NA>
## 110                                                       <NA>
## 111                                                       <NA>
## 112                                                       <NA>
## 113                                                       <NA>
## 114                                                       <NA>
## 115                                                       <NA>
## 116                                                       <NA>
## 117                                                       <NA>
## 118                                                       <NA>
## 119                                                       <NA>
## 120                                                       <NA>
## 121                                                       <NA>
## 122                                                       <NA>
## 123                                                       <NA>
## 124                                                       <NA>
## 125                                                       <NA>
## 126                                                       <NA>
## 127                                                       <NA>
## 128                                                       <NA>
## 129                                                       <NA>
## 130                                                       <NA>
## 131                                                       <NA>
## 132                                                       <NA>
## 133                                                       <NA>
## 134                                                       <NA>
## 135                                                       <NA>
## 136                                                       <NA>
## 137                                                       <NA>
## 138                                                       <NA>
## 139                                                       <NA>
## 140                                                       <NA>
## 141                                                       <NA>
## 142                                                       <NA>
## 143                                                       <NA>
## 144                                                       <NA>
## 145                                                       <NA>
## 146                                                       <NA>
## 147                                                       <NA>
## 148                                                       <NA>
## 149                                                       <NA>
## 150                                                       <NA>
## 151                                                       <NA>
## 152                                                       <NA>
## 153                                                       <NA>
## 154                                                       <NA>
## 155                                                       <NA>
## 156                                                       <NA>
## 157                                                       <NA>
## 158                                                       <NA>
## 159                                                       <NA>
## 160                                                       <NA>
## 161                                                       <NA>
## 162                                                       <NA>
## 163                                                       <NA>
## 164                                                       <NA>
## 165                                                       <NA>
## 166                                                       <NA>
## 167                                                       <NA>
## 168                                                       <NA>
## 169                                                       <NA>
## 170                                                       <NA>
## 171                                                       <NA>
## 172                                                       <NA>
## 173                                                       <NA>
## 174                                                       <NA>
## 175                                                       <NA>
## 176                                                       <NA>
## 177                                                       <NA>
## 178                                                       <NA>
## 179                                                       <NA>
## 180                                                       <NA>
## 181                                                       <NA>
## 182                                                       <NA>
## 183                                                       <NA>
## 184                                                       <NA>
## 185                                                       <NA>
## 186                                                       <NA>
## 187                                                       <NA>
## 188                                                       <NA>
## 189                                                       <NA>
## 190                                                       <NA>
## 191                                                       <NA>
## 192                                                       <NA>
## 193                                                       <NA>
## 194                                                       <NA>
## 195                                                       <NA>
## 196                                                       <NA>
## 197                                                       <NA>
## 198                                                       <NA>
## 199                                                       <NA>
## 200                                                       <NA>
## 201                                                       <NA>
## 202                                                       <NA>
## 203                                                       <NA>
## 204                                                       <NA>
## 205                                                       <NA>
## 206                                                       <NA>
## 207                                                       <NA>
## 208                                                       <NA>
## 209                                                       <NA>
## 210                                                       <NA>
## 211                                                       <NA>
## 212                                                       <NA>
## 213                                                       <NA>
## 214                                                       <NA>
## 215                                                       <NA>
## 216                                                       <NA>
## 217                                                       <NA>
## 218                                                       <NA>
## 219                                                       <NA>
## 220                                                       <NA>
## 221                                                       <NA>
## 222                                                       <NA>
## 223                                                       <NA>
## 224                                                       <NA>
## 225                                                       <NA>
## 226                                                       <NA>
## 227                                                       <NA>
## 228                                                       <NA>
## 229                                                       <NA>
## 230                                                       <NA>
## 231                                                       <NA>
## 232                                                       <NA>
## 233                                                       <NA>
## 234                                                       <NA>
## 235                                                       <NA>
## 236                                                       <NA>
## 237                                                       <NA>
## 238                                                       <NA>
## 239                                                       <NA>
## 240                                                       <NA>
## 241                                                       <NA>
## 242                                                       <NA>
## 243                                                       <NA>
## 244                                                       <NA>
## 245                                                       <NA>
## 246                                                       <NA>
## 247                                                       <NA>
## 248                                                       <NA>
## 249                                                       <NA>
## 250                                                       <NA>
## 251                                                       <NA>
## 252                                                       <NA>
## 253                                                       <NA>
## 254                                                       <NA>
## 255                                                       <NA>
## 256                                                       <NA>
## 257                                                       <NA>
## 258                                                       <NA>
## 259                                                       <NA>
## 260                                                       <NA>
## 261                                                       <NA>
## 262                                                       <NA>
## 263                                                       <NA>
## 264                                                       <NA>
## 265                                                       <NA>
## 266                                                       <NA>
## 267                                                       <NA>
## 268                                                       <NA>
## 269                                                       <NA>
## 270                                                       <NA>
## 271                                                       <NA>
## 272                                                       <NA>
## 273                                                       <NA>
## 274                                                       <NA>
## 275                                                       <NA>
## 276                                                       <NA>
## 277                                                       <NA>
## 278                                                       <NA>
## 279                                                       <NA>
## 280                                                       <NA>
## 281                                                       <NA>
## 282                                                       <NA>
## 283                                                       <NA>
## 284                                                       <NA>
## 285                                                       <NA>
## 286                                                       <NA>
## 287                                                       <NA>
## 288                                                       <NA>
## 289                                                       <NA>
## 290                                                       <NA>
## 291                                                       <NA>
## 292                                                       <NA>
## 293                                                       <NA>
## 294                                                       <NA>
## 295                                                       <NA>
## 296                                                       <NA>
## 297                                                       <NA>
## 298                                                       <NA>
## 299                                                       <NA>
## 300                                                       <NA>
## 301                                                       <NA>
## 302                                                       <NA>
## 303                                                       <NA>
## 304                                                       <NA>
## 305                                                       <NA>
## 306                                                       <NA>
## 307                                                       <NA>
## 308                                                       <NA>
## 309                                                       <NA>
## 310                                                       <NA>
## 311                                                       <NA>
## 312                                                       <NA>
## 313                                                       <NA>
## 314                                                       <NA>
## 315                                                       <NA>
## 316                                                       <NA>
## 317                                                       <NA>
## 318                                                       <NA>
## 319                                                       <NA>
## 320                                                       <NA>
## 321                                                       <NA>
## 322                                                       <NA>
## 323                                                       <NA>
## 324                                                       <NA>
## 325                                                       <NA>
## 326                                                       <NA>
## 327                                                       <NA>
## 328                                                       <NA>
## 329                                                       <NA>
## 330                                                       <NA>
## 331                                                       <NA>
## 332                                                       <NA>
## 333                                                       <NA>
## 334                                                       <NA>
## 335                                                       <NA>
## 336                                                       <NA>
## 337                                                       <NA>
## 338                                                       <NA>
## 339                                                       <NA>
## 340                                                       <NA>
## 341                                                       <NA>
## 342                                                       <NA>
## 343                                                       <NA>
## 344                                                       <NA>
## 345                                                       <NA>
## 346                                                       <NA>
## 347                                                       <NA>
## 348                                                       <NA>
## 349                                                       <NA>
## 350                                                       <NA>
## 351                                                       <NA>
## 352                                                       <NA>
## 353                                                       <NA>
## 354                                                       <NA>
## 355                                                       <NA>
## 356                                                       <NA>
## 357                                                       <NA>
## 358                                                       <NA>
## 359                                                       <NA>
## 360                                                       <NA>
## 361                                                       <NA>
## 362                                                       <NA>
## 363                                                       <NA>
## 364                                                       <NA>
## 365                                                       <NA>
## 366                                                       <NA>
## 367                                                       <NA>
## 368                                                       <NA>
## 369                                                       <NA>
## 370                                                       <NA>
## 371                                                       <NA>
## 372                                                       <NA>
## 373                                                       <NA>
## 374                                                       <NA>
## 375                                                       <NA>
## 376                                                       <NA>
## 377                                                       <NA>
## 378                                                       <NA>
## 379                                                       <NA>
## 380                                                       <NA>
## 381                                                       <NA>
## 382                                                       <NA>
## 383                                                       <NA>
## 384                                                       <NA>
## 385                                                       <NA>
## 386                                                       <NA>
## 387                                                       <NA>
## 388                                                       <NA>
## 389                                                       <NA>
## 390                                                       <NA>
## 391                                                       <NA>
## 392                                                       <NA>
## 393                                                       <NA>
## 394                                                       <NA>
## 395                                                       <NA>
## 396                                                       <NA>
## 397                                                       <NA>
## 398                                                       <NA>
## 399                                                       <NA>
## 400                                                       <NA>
## 401                                                       <NA>
## 402                                                       <NA>
## 403                                                       <NA>
## 404                                                       <NA>
## 405                                                       <NA>
## 406                                                       <NA>
## 407                                                       <NA>
## 408                                                       <NA>
## 409                                                       <NA>
## 410                                                       <NA>
## 411                                                       <NA>
## 412                                                       <NA>
## 413                                                       <NA>
## 414                                                       <NA>
## 415                                                       <NA>
## 416                                                       <NA>
## 417                                                       <NA>
## 418                                                       <NA>
## 419                                                       <NA>
## 420                                                       <NA>
## 421                                                       <NA>
## 422                                                       <NA>
## 423                                                       <NA>
## 424                                                       <NA>
## 425                                                       <NA>
## 426                                                       <NA>
## 427                                                       <NA>
## 428                                                       <NA>
## 429                                                       <NA>
## 430                                                       <NA>
## 431                                                       <NA>
## 432                                                       <NA>
## 433                                                       <NA>
## 434                                                       <NA>
## 435                                                       <NA>
## 436                                                       <NA>
## 437                                                       <NA>
## 438                                                       <NA>
## 439                                                       <NA>
## 440                                                       <NA>
## 441                                                       <NA>
## 442                                                       <NA>
## 443                                                       <NA>
## 444                                                       <NA>
## 445                                                       <NA>
## 446                                                       <NA>
## 447                                                       <NA>
## 448                                                       <NA>
## 449                                                       <NA>
## 450                                                       <NA>
## 451                                                       <NA>
## 452                                                       <NA>
## 453                                                       <NA>
## 454                                                       <NA>
## 455                                                       <NA>
## 456                                                       <NA>
## 457                                                       <NA>
## 458                                                       <NA>
## 459                                                       <NA>
## 460                                                       <NA>
## 461                                                       <NA>
## 462                                                       <NA>
## 463                                                       <NA>
## 464                                                       <NA>
## 465                                                       <NA>
## 466                                                       <NA>
## 467                                                       <NA>
## 468                                                       <NA>
## 469                                                       <NA>
## 470                                                       <NA>
## 471                                                       <NA>
## 472                                                       <NA>
## 473                                                       <NA>
## 474                                                       <NA>
## 475                                                       <NA>
## 476                                                       <NA>
## 477                                                       <NA>
## 478                                                       <NA>
## 479                                                       <NA>
## 480                                                       <NA>
## 481                                                       <NA>
## 482                                                       <NA>
## 483                                                       <NA>
## 484                                                       <NA>
## 485                                                       <NA>
## 486                                                       <NA>
## 487                                                       <NA>
## 488                                                       <NA>
## 489                                                       <NA>
## 490                                                       <NA>
## 491                                                       <NA>
## 492                                                       <NA>
## 493                                                       <NA>
## 494                                                       <NA>
## 495                                                       <NA>
## 496                                                       <NA>
## 497                                                       <NA>
## 498                                                       <NA>
## 499                                                       <NA>
## 500                                                       <NA>
## 501                                                       <NA>
## 502                                                       <NA>
## 503                                                       <NA>
## 504                                                       <NA>
## 505                                                       <NA>
## 506                                                       <NA>
## 507                                                       <NA>
## 508                                                       <NA>
## 509                                                       <NA>
## 510                                                       <NA>
## 511                                                       <NA>
## 512                                                       <NA>
## 513                                                       <NA>
## 514                                                       <NA>
## 515                                                       <NA>
## 516                                                       <NA>
## 517                                                       <NA>
## 518                                                       <NA>
## 519                                                       <NA>
## 520                                                       <NA>
## 521                                                       <NA>
## 522                                                       <NA>
## 523                                                       <NA>
## 524                                                       <NA>
## 525                                                       <NA>
## 526                                                       <NA>
## 527                                                       <NA>
## 528                                                       <NA>
## 529                                                       <NA>
## 530                                                       <NA>
## 531                                                       <NA>
## 532                                                       <NA>
## 533                                                       <NA>
## 534                                                       <NA>
## 535                                                       <NA>
## 536                                                       <NA>
## 537                                                       <NA>
## 538                                                       <NA>
## 539                                                       <NA>
## 540                                                       <NA>
## 541                                                       <NA>
## 542                                                       <NA>
## 543                                                       <NA>
## 544                                                       <NA>
## 545                                                       <NA>
## 546                                                       <NA>
## 547                                                       <NA>
## 548                                                       <NA>
## 549                                                       <NA>
## 550                                                       <NA>
## 551                                                       <NA>
## 552                                                       <NA>
## 553                                                       <NA>
## 554                                                       <NA>
## 555                                                       <NA>
## 556                                                       <NA>
## 557                                                       <NA>
## 558                                                       <NA>
## 559                                                       <NA>
## 560                                                       <NA>
## 561                                                       <NA>
## 562                                                       <NA>
## 563                                                       <NA>
## 564                                                       <NA>
## 565                                                       <NA>
## 566                                                       <NA>
## 567                                                       <NA>
## 568                                                       <NA>
## 569                                                       <NA>
## 570                                                       <NA>
## 571                                                       <NA>
## 572                                                       <NA>
## 573                                                       <NA>
## 574                                                       <NA>
## 575                                                       <NA>
## 576                                                       <NA>
## 577                                                       <NA>
## 578                                                       <NA>
## 579                                                       <NA>
## 580                                                       <NA>
## 581                                                       <NA>
## 582                                                       <NA>
## 583                                                       <NA>
## 584                                                       <NA>
## 585                                                       <NA>
## 586                                                       <NA>
## 587                                                       <NA>
## 588                                                       <NA>
## 589                                                       <NA>
## 590                                                       <NA>
## 591                                                       <NA>
## 592                                                       <NA>
## 593                                                       <NA>
## 594                                                       <NA>
## 595                                                       <NA>
## 596                                                       <NA>
## 597                                                       <NA>
## 598                                                       <NA>
## 599                                                       <NA>
## 600                                                       <NA>
## 601                                                       <NA>
## 602                                                       <NA>
## 603                                                       <NA>
## 604                                                       <NA>
## 605                                                       <NA>
## 606                                                       <NA>
## 607                                                       <NA>
## 608                                                       <NA>
## 609                                                       <NA>
## 610                                                       <NA>
## 611                                                       <NA>
## 612                                                       <NA>
## 613                                                       <NA>
## 614                                                       <NA>
## 615                                                       <NA>
## 616                                                       <NA>
## 617                                                       <NA>
## 618                                                       <NA>
## 619                                                       <NA>
## 620                                                       <NA>
## 621                                                       <NA>
## 622                                                       <NA>
## 623                                                       <NA>
## 624                                                       <NA>
## 625                                                       <NA>
## 626                                                       <NA>
## 627                                                       <NA>
## 628                                                       <NA>
## 629                                                       <NA>
## 630                                                       <NA>
## 631                                                       <NA>
## 632                                                       <NA>
## 633                                                       <NA>
## 634                                                       <NA>
## 635                                                       <NA>
## 636                                                       <NA>
## 637                                                       <NA>
## 638                                                       <NA>
## 639                                                       <NA>
## 640                                                       <NA>
## 641                                                       <NA>
## 642                                                       <NA>
## 643                                                       <NA>
## 644                                                       <NA>
## 645                                                       <NA>
## 646                                                       <NA>
## 647                                                       <NA>
## 648                                                       <NA>
## 649                                                       <NA>
## 650                                                       <NA>
## 651                                                       <NA>
## 652                                                       <NA>
## 653                                                       <NA>
## 654                                                       <NA>
## 655                                                       <NA>
## 656                                                       <NA>
## 657                                                       <NA>
## 658                                                       <NA>
## 659                                                       <NA>
## 660                                                       <NA>
## 661                                                       <NA>
## 662                                                       <NA>
## 663                                                       <NA>
## 664                                                       <NA>
## 665                                                       <NA>
## 666                                                       <NA>
## 667                                                       <NA>
## 668                                                       <NA>
## 669                                                       <NA>
## 670                                                       <NA>
## 671                                                       <NA>
## 672                                                       <NA>
## 673                                                       <NA>
## 674                                                       <NA>
## 675                                                       <NA>
## 676                                                       <NA>
## 677                                                       <NA>
## 678                                                       <NA>
## 679                                                       <NA>
## 680                                                       <NA>
## 681                                                       <NA>
## 682                                                       <NA>
## 683                                                       <NA>
## 684                                                       <NA>
## 685                                                       <NA>
## 686                                                       <NA>
## 687                                                       <NA>
## 688                                                       <NA>
## 689                                                       <NA>
## 690                                                       <NA>
## 691                                                       <NA>
## 692                                                       <NA>
## 693                                                       <NA>
## 694                                                       <NA>
## 695                                                       <NA>
## 696                                                       <NA>
## 697                                                       <NA>
## 698                                                       <NA>
## 699                                                       <NA>
## 700                                                       <NA>
## 701                                                       <NA>
## 702                                                       <NA>
## 703                                                       <NA>
## 704                                                       <NA>
## 705                                                       <NA>
## 706                                                       <NA>
## 707                                                       <NA>
## 708                                                       <NA>
## 709                                                       <NA>
## 710                                                       <NA>
## 711                                                       <NA>
## 712                                                       <NA>
## 713                                                       <NA>
## 714                                                       <NA>
## 715                                                       <NA>
## 716                                                       <NA>
## 717                                                       <NA>
## 718                                                       <NA>
## 719                                                       <NA>
## 720                                                       <NA>
## 721                                                       <NA>
## 722                                                       <NA>
## 723                                                       <NA>
## 724                                                       <NA>
## 725                                                       <NA>
## 726                                                       <NA>
## 727                                                       <NA>
## 728                                                       <NA>
## 729                                                       <NA>
## 730                                                       <NA>
## 731                                                       <NA>
## 732                                                       <NA>
## 733                                                       <NA>
## 734                                                       <NA>
## 735                                                       <NA>
## 736                                                       <NA>
## 737                                                       <NA>
## 738                                                       <NA>
## 739                                                       <NA>
## 740                                                       <NA>
##                                              gsubname3
## 1                                                 <NA>
## 2                                                 <NA>
## 3                                                 <NA>
## 4                                                 <NA>
## 5                                                 <NA>
## 6                                                 <NA>
## 7                                                 <NA>
## 8                                                 <NA>
## 9                                                 <NA>
## 10                                                <NA>
## 11                                                <NA>
## 12                                                <NA>
## 13                                                <NA>
## 14                                                <NA>
## 15                                                <NA>
## 16                                                <NA>
## 17                                                <NA>
## 18                                                <NA>
## 19                                                <NA>
## 20                                                <NA>
## 21                                                <NA>
## 22                                                <NA>
## 23                                                <NA>
## 24                                                <NA>
## 25                                                <NA>
## 26                                                <NA>
## 27                                                <NA>
## 28                                                <NA>
## 29                                                <NA>
## 30                                                <NA>
## 31                                                <NA>
## 32                                                <NA>
## 33                                                <NA>
## 34                                                <NA>
## 35                                                <NA>
## 36                                                <NA>
## 37                                                <NA>
## 38                                                <NA>
## 39                                                <NA>
## 40                                                <NA>
## 41                                                <NA>
## 42                                                <NA>
## 43                                                <NA>
## 44                                                <NA>
## 45                                                <NA>
## 46                                                <NA>
## 47                                                <NA>
## 48                                                <NA>
## 49                                                <NA>
## 50                                                <NA>
## 51                                                <NA>
## 52                                                <NA>
## 53                                                <NA>
## 54                                                <NA>
## 55                                                <NA>
## 56                                                <NA>
## 57                                                <NA>
## 58                                                <NA>
## 59                                                <NA>
## 60                                                <NA>
## 61                                                <NA>
## 62                                                <NA>
## 63                                                <NA>
## 64                                                <NA>
## 65                                                <NA>
## 66                                                <NA>
## 67                                                <NA>
## 68                                                <NA>
## 69                                                <NA>
## 70                                                <NA>
## 71                                                <NA>
## 72                                                <NA>
## 73                                                <NA>
## 74                                                <NA>
## 75                                                <NA>
## 76                                                <NA>
## 77                                                <NA>
## 78                                                <NA>
## 79                                                <NA>
## 80                                                <NA>
## 81                                                <NA>
## 82                                                <NA>
## 83                                                <NA>
## 84                                                <NA>
## 85                                                <NA>
## 86                                                <NA>
## 87                                                <NA>
## 88                                                <NA>
## 89                                                <NA>
## 90                                                <NA>
## 91                                                <NA>
## 92                                                <NA>
## 93                                                <NA>
## 94                                                <NA>
## 95                                                <NA>
## 96                                                <NA>
## 97                                                <NA>
## 98                                                <NA>
## 99                                                <NA>
## 100                                               <NA>
## 101                                               <NA>
## 102                                               <NA>
## 103                                               <NA>
## 104                                               <NA>
## 105                                               <NA>
## 106                                               <NA>
## 107                                               <NA>
## 108                                               <NA>
## 109                                               <NA>
## 110                                               <NA>
## 111                                               <NA>
## 112                                               <NA>
## 113                                               <NA>
## 114                                               <NA>
## 115                                               <NA>
## 116                                               <NA>
## 117                                               <NA>
## 118                                               <NA>
## 119                                               <NA>
## 120                                               <NA>
## 121                                               <NA>
## 122                                               <NA>
## 123                                               <NA>
## 124                                               <NA>
## 125                                               <NA>
## 126                                               <NA>
## 127                                               <NA>
## 128                                               <NA>
## 129                                               <NA>
## 130                                               <NA>
## 131                                               <NA>
## 132                                               <NA>
## 133                                               <NA>
## 134                                               <NA>
## 135                                               <NA>
## 136                                               <NA>
## 137                                               <NA>
## 138                                               <NA>
## 139                                               <NA>
## 140                                               <NA>
## 141                                               <NA>
## 142                                               <NA>
## 143                                               <NA>
## 144                                               <NA>
## 145                                               <NA>
## 146                                               <NA>
## 147                                               <NA>
## 148                                               <NA>
## 149                                               <NA>
## 150                                               <NA>
## 151                                               <NA>
## 152                                               <NA>
## 153                                               <NA>
## 154                                               <NA>
## 155                                               <NA>
## 156                                               <NA>
## 157                                               <NA>
## 158                                               <NA>
## 159                                               <NA>
## 160                                               <NA>
## 161                                               <NA>
## 162                                               <NA>
## 163                                               <NA>
## 164                                               <NA>
## 165                                               <NA>
## 166                                               <NA>
## 167                                               <NA>
## 168                                               <NA>
## 169                                               <NA>
## 170                                               <NA>
## 171                                               <NA>
## 172                                               <NA>
## 173                                               <NA>
## 174                                               <NA>
## 175                                               <NA>
## 176                                               <NA>
## 177                                               <NA>
## 178                                               <NA>
## 179                                               <NA>
## 180                                               <NA>
## 181                                               <NA>
## 182                                               <NA>
## 183                                               <NA>
## 184                                               <NA>
## 185                                               <NA>
## 186                                               <NA>
## 187                                               <NA>
## 188                                               <NA>
## 189                                               <NA>
## 190                                               <NA>
## 191                                               <NA>
## 192                                               <NA>
## 193                                               <NA>
## 194                                               <NA>
## 195                                               <NA>
## 196                                               <NA>
## 197                                               <NA>
## 198                                               <NA>
## 199                                               <NA>
## 200                                               <NA>
## 201                                               <NA>
## 202                                               <NA>
## 203                                               <NA>
## 204                                               <NA>
## 205                                               <NA>
## 206                                               <NA>
## 207                                               <NA>
## 208                                               <NA>
## 209                                               <NA>
## 210                                               <NA>
## 211                                               <NA>
## 212                                               <NA>
## 213                                               <NA>
## 214                                               <NA>
## 215                                               <NA>
## 216                                               <NA>
## 217                                               <NA>
## 218                                               <NA>
## 219                                               <NA>
## 220                                               <NA>
## 221                                               <NA>
## 222                                               <NA>
## 223                                               <NA>
## 224                                               <NA>
## 225                                               <NA>
## 226                                               <NA>
## 227                                               <NA>
## 228                                               <NA>
## 229                                               <NA>
## 230                                               <NA>
## 231                                               <NA>
## 232                                               <NA>
## 233                                               <NA>
## 234                                               <NA>
## 235                                               <NA>
## 236                                               <NA>
## 237                                               <NA>
## 238                                               <NA>
## 239                                               <NA>
## 240                                               <NA>
## 241                                               <NA>
## 242                                               <NA>
## 243                                               <NA>
## 244                                               <NA>
## 245                                               <NA>
## 246                                               <NA>
## 247                                               <NA>
## 248                                               <NA>
## 249                                               <NA>
## 250                                               <NA>
## 251                                               <NA>
## 252                                               <NA>
## 253                                               <NA>
## 254                                               <NA>
## 255                                               <NA>
## 256                                               <NA>
## 257                                               <NA>
## 258                                               <NA>
## 259                                               <NA>
## 260                                               <NA>
## 261                                               <NA>
## 262                                               <NA>
## 263                                               <NA>
## 264                                               <NA>
## 265                                               <NA>
## 266                                               <NA>
## 267                                               <NA>
## 268                                               <NA>
## 269                                               <NA>
## 270                                               <NA>
## 271                                               <NA>
## 272                                               <NA>
## 273                                               <NA>
## 274                                               <NA>
## 275                                               <NA>
## 276                                               <NA>
## 277                                               <NA>
## 278                                               <NA>
## 279                                               <NA>
## 280                                               <NA>
## 281                                               <NA>
## 282                                               <NA>
## 283                                               <NA>
## 284                                               <NA>
## 285                                               <NA>
## 286                                               <NA>
## 287                                               <NA>
## 288                                               <NA>
## 289                                               <NA>
## 290                                               <NA>
## 291                                               <NA>
## 292                                               <NA>
## 293                                               <NA>
## 294                                               <NA>
## 295                                               <NA>
## 296                                               <NA>
## 297                                               <NA>
## 298                                               <NA>
## 299                                               <NA>
## 300                                               <NA>
## 301                                               <NA>
## 302                                               <NA>
## 303                                               <NA>
## 304                                               <NA>
## 305                                               <NA>
## 306                                               <NA>
## 307                                               <NA>
## 308                                               <NA>
## 309                                               <NA>
## 310                                               <NA>
## 311                                               <NA>
## 312                                               <NA>
## 313                                               <NA>
## 314                                               <NA>
## 315                                               <NA>
## 316                                               <NA>
## 317                                               <NA>
## 318                                               <NA>
## 319                                               <NA>
## 320                                               <NA>
## 321                                               <NA>
## 322                                               <NA>
## 323                                               <NA>
## 324                                               <NA>
## 325                                               <NA>
## 326                                               <NA>
## 327                                               <NA>
## 328                                               <NA>
## 329                                               <NA>
## 330                                               <NA>
## 331                                               <NA>
## 332                                               <NA>
## 333                                               <NA>
## 334                                               <NA>
## 335                                               <NA>
## 336                                               <NA>
## 337                                               <NA>
## 338                                               <NA>
## 339                                               <NA>
## 340                                               <NA>
## 341                                               <NA>
## 342                                               <NA>
## 343                                               <NA>
## 344                                               <NA>
## 345                                               <NA>
## 346                                               <NA>
## 347                                               <NA>
## 348                                               <NA>
## 349                                               <NA>
## 350                                               <NA>
## 351                                               <NA>
## 352                                               <NA>
## 353                                               <NA>
## 354                                               <NA>
## 355                                               <NA>
## 356                                               <NA>
## 357                                               <NA>
## 358                                               <NA>
## 359                                               <NA>
## 360                                               <NA>
## 361                                               <NA>
## 362                                               <NA>
## 363                                               <NA>
## 364                                               <NA>
## 365                                               <NA>
## 366                                               <NA>
## 367                                               <NA>
## 368                                               <NA>
## 369                                               <NA>
## 370                                               <NA>
## 371                                               <NA>
## 372                                               <NA>
## 373                                               <NA>
## 374                                               <NA>
## 375                                               <NA>
## 376                                               <NA>
## 377                                               <NA>
## 378                                               <NA>
## 379                                               <NA>
## 380                                               <NA>
## 381                                               <NA>
## 382                                               <NA>
## 383                                               <NA>
## 384                                               <NA>
## 385                                               <NA>
## 386                                               <NA>
## 387                                               <NA>
## 388                                               <NA>
## 389                                               <NA>
## 390                                               <NA>
## 391                                               <NA>
## 392                                               <NA>
## 393                                               <NA>
## 394                                               <NA>
## 395                                               <NA>
## 396                                               <NA>
## 397                                               <NA>
## 398                                               <NA>
## 399                                               <NA>
## 400                                               <NA>
## 401                                               <NA>
## 402                                               <NA>
## 403                                               <NA>
## 404                                               <NA>
## 405                                               <NA>
## 406                                               <NA>
## 407                                               <NA>
## 408                                               <NA>
## 409                                               <NA>
## 410                                               <NA>
## 411                                               <NA>
## 412                                               <NA>
## 413                                               <NA>
## 414                                               <NA>
## 415                                               <NA>
## 416                                               <NA>
## 417                                               <NA>
## 418                                               <NA>
## 419                                               <NA>
## 420                                               <NA>
## 421                                               <NA>
## 422                                               <NA>
## 423                                               <NA>
## 424                                               <NA>
## 425                                               <NA>
## 426                                               <NA>
## 427                                               <NA>
## 428                                               <NA>
## 429                                               <NA>
## 430                                               <NA>
## 431                                               <NA>
## 432                                               <NA>
## 433                                               <NA>
## 434                                               <NA>
## 435                                               <NA>
## 436                                               <NA>
## 437                                               <NA>
## 438                                               <NA>
## 439                                               <NA>
## 440                                               <NA>
## 441                                               <NA>
## 442                                               <NA>
## 443                                               <NA>
## 444                                               <NA>
## 445                                               <NA>
## 446                                               <NA>
## 447                                               <NA>
## 448                                               <NA>
## 449                                               <NA>
## 450                                               <NA>
## 451                                               <NA>
## 452                                               <NA>
## 453                                               <NA>
## 454                                               <NA>
## 455                                               <NA>
## 456                                               <NA>
## 457                                               <NA>
## 458                                               <NA>
## 459                                               <NA>
## 460                                               <NA>
## 461                                               <NA>
## 462                                               <NA>
## 463                                               <NA>
## 464                                               <NA>
## 465                                               <NA>
## 466                                               <NA>
## 467                                               <NA>
## 468                                               <NA>
## 469                                               <NA>
## 470                                               <NA>
## 471                                               <NA>
## 472                                               <NA>
## 473                                               <NA>
## 474                                               <NA>
## 475                                               <NA>
## 476                                               <NA>
## 477                                               <NA>
## 478                                               <NA>
## 479                                               <NA>
## 480                                               <NA>
## 481                                               <NA>
## 482                                               <NA>
## 483                                               <NA>
## 484                                               <NA>
## 485                                               <NA>
## 486                                               <NA>
## 487                                               <NA>
## 488                                               <NA>
## 489                                               <NA>
## 490                                               <NA>
## 491                                               <NA>
## 492                                               <NA>
## 493                                               <NA>
## 494                                               <NA>
## 495                                               <NA>
## 496                                               <NA>
## 497                                               <NA>
## 498                                               <NA>
## 499                                               <NA>
## 500                                               <NA>
## 501                                               <NA>
## 502                                               <NA>
## 503                                               <NA>
## 504                                               <NA>
## 505                                               <NA>
## 506                                               <NA>
## 507                                               <NA>
## 508                                               <NA>
## 509                                               <NA>
## 510                                               <NA>
## 511                                               <NA>
## 512                                               <NA>
## 513                                               <NA>
## 514                                               <NA>
## 515                                               <NA>
## 516                                               <NA>
## 517                                               <NA>
## 518                                               <NA>
## 519                                               <NA>
## 520                                               <NA>
## 521                                               <NA>
## 522                                               <NA>
## 523                                               <NA>
## 524                                               <NA>
## 525                                               <NA>
## 526                                               <NA>
## 527                                               <NA>
## 528                                               <NA>
## 529                                               <NA>
## 530                                               <NA>
## 531                                               <NA>
## 532                                               <NA>
## 533                                               <NA>
## 534                                               <NA>
## 535                                               <NA>
## 536                                               <NA>
## 537                                               <NA>
## 538                                               <NA>
## 539                                               <NA>
## 540                                               <NA>
## 541                                               <NA>
## 542                                               <NA>
## 543                                               <NA>
## 544                                               <NA>
## 545                                               <NA>
## 546                                               <NA>
## 547                                               <NA>
## 548                                               <NA>
## 549                                               <NA>
## 550                                               <NA>
## 551                                               <NA>
## 552                                               <NA>
## 553                                               <NA>
## 554                                               <NA>
## 555                                               <NA>
## 556                                               <NA>
## 557                                               <NA>
## 558                                               <NA>
## 559                                               <NA>
## 560                                               <NA>
## 561                                               <NA>
## 562                                               <NA>
## 563                                               <NA>
## 564                                               <NA>
## 565                                               <NA>
## 566                                               <NA>
## 567                                               <NA>
## 568                                               <NA>
## 569                                               <NA>
## 570                                               <NA>
## 571                                               <NA>
## 572                                               <NA>
## 573                                               <NA>
## 574                                               <NA>
## 575                                               <NA>
## 576                                               <NA>
## 577                                               <NA>
## 578                                               <NA>
## 579                                               <NA>
## 580                                               <NA>
## 581                                               <NA>
## 582                                               <NA>
## 583                                               <NA>
## 584                                               <NA>
## 585                                               <NA>
## 586                                               <NA>
## 587                                               <NA>
## 588                                               <NA>
## 589                                               <NA>
## 590                                               <NA>
## 591                                               <NA>
## 592                                               <NA>
## 593                                               <NA>
## 594                                               <NA>
## 595                                               <NA>
## 596                                               <NA>
## 597                                               <NA>
## 598                                               <NA>
## 599                                               <NA>
## 600                                               <NA>
## 601                                               <NA>
## 602                                               <NA>
## 603                                               <NA>
## 604                                               <NA>
## 605                                               <NA>
## 606                                               <NA>
## 607                                               <NA>
## 608                                               <NA>
## 609                                               <NA>
## 610                                               <NA>
## 611                                               <NA>
## 612                                               <NA>
## 613                                               <NA>
## 614                                               <NA>
## 615                                               <NA>
## 616                                               <NA>
## 617                                               <NA>
## 618                                               <NA>
## 619                                               <NA>
## 620                                               <NA>
## 621                                               <NA>
## 622                                               <NA>
## 623                                               <NA>
## 624                                               <NA>
## 625                                               <NA>
## 626                                               <NA>
## 627                                               <NA>
## 628                                               <NA>
## 629                                               <NA>
## 630                                               <NA>
## 631                                               <NA>
## 632                                               <NA>
## 633                                               <NA>
## 634                                               <NA>
## 635                                               <NA>
## 636                                               <NA>
## 637                                               <NA>
## 638                                               <NA>
## 639                                               <NA>
## 640                                               <NA>
## 641                                               <NA>
## 642                                               <NA>
## 643                                               <NA>
## 644                                               <NA>
## 645                                               <NA>
## 646                                               <NA>
## 647                                               <NA>
## 648                                               <NA>
## 649                                               <NA>
## 650                                               <NA>
## 651                                               <NA>
## 652                                               <NA>
## 653                                               <NA>
## 654                                               <NA>
## 655                                               <NA>
## 656                                               <NA>
## 657                                               <NA>
## 658                                               <NA>
## 659                                               <NA>
## 660                                               <NA>
## 661                                               <NA>
## 662                                               <NA>
## 663                                               <NA>
## 664                                               <NA>
## 665                                               <NA>
## 666                                               <NA>
## 667                                               <NA>
## 668                                               <NA>
## 669                                               <NA>
## 670                                               <NA>
## 671                                               <NA>
## 672                                               <NA>
## 673                                               <NA>
## 674                                               <NA>
## 675                                               <NA>
## 676                                               <NA>
## 677                                               <NA>
## 678                                               <NA>
## 679                                               <NA>
## 680                                               <NA>
## 681                                               <NA>
## 682                                               <NA>
## 683                                               <NA>
## 684                                               <NA>
## 685                                               <NA>
## 686                                               <NA>
## 687                                               <NA>
## 688                                               <NA>
## 689                                               <NA>
## 690                                               <NA>
## 691                                               <NA>
## 692                                               <NA>
## 693                                               <NA>
## 694                                               <NA>
## 695                                               <NA>
## 696                                               <NA>
## 697                                               <NA>
## 698                                               <NA>
## 699                                               <NA>
## 700                                               <NA>
## 701                                               <NA>
## 702                                               <NA>
## 703                                               <NA>
## 704                                               <NA>
## 705                                               <NA>
## 706                                               <NA>
## 707                                               <NA>
## 708                                               <NA>
## 709                                               <NA>
## 710                                               <NA>
## 711                                               <NA>
## 712                                               <NA>
## 713                                               <NA>
## 714                                               <NA>
## 715                                               <NA>
## 716                                               <NA>
## 717                                               <NA>
## 718                                               <NA>
## 719                                               <NA>
## 720                                               <NA>
## 721                                               <NA>
## 722                                               <NA>
## 723                                               <NA>
## 724                                               <NA>
## 725                                               <NA>
## 726                                               <NA>
## 727                                               <NA>
## 728                                               <NA>
## 729                                               <NA>
## 730                                               <NA>
## 731                                               <NA>
## 732                                               <NA>
## 733                                               <NA>
## 734                                               <NA>
## 735                                               <NA>
## 736                                               <NA>
## 737                                               <NA>
## 738                                               <NA>
## 739                                               <NA>
## 740                                               <NA>
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     motive
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           To protest the Cairo Illinois Police Deparment
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <NA>
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To protest the War in Vietnam and the draft
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the War in Vietnam and the draft
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protest the draft and Vietnam War
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To protest United States owned businesses in Puerto Rico
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Suspected motives were to protest the Vietnam War and/or show support for the Black Panther Party and/or show support for the Young Lords.
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Retaliation for the store owner who shot and killed an African American attempting to commit a robbery at his store.
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The incident took place during disturbances between the Black Student Union and the university.
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The incident took place during heightened antiwar sentiments in Seattle Washington.
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Intimidate the Black Panther Party.
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The attack occurred during the violent Iowa Beef Packers strike in South Sioux City.
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The motive of the attack was to prevent the African American community of West Point Mississippi from organizing.
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To kill police
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         African American opposition to the school integration plan instituted by the federal government.  The government plan closed two Black schools.
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To kill police
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Protest and sabotage the draft
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The attack occurred during the violent Iowa Beef Packers strike in South Sioux City.
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The attack occurred during the violent Iowa Beef Packers strike in South Sioux City.
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To protest the R.O.T.C. program and the War in Vietnam
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Protest and sabotage the draft
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To protest police presence in Pyramid Courts
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The attack occurred during the violent Iowa Beef Packers strike.
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Sabotage/protest the integration of Denver City Schools.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               To intimidate/show dissatisfaction with White sympathizers of the African American cause.
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To fight imperialism and exploitation.
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To fight imperialism and exploitation.
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To fight imperialism and exploitation.
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To protest the R.O.T.C. program
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To fight imperialism and exploitation.
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To fight imperialism and exploitation.
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To fight imperialism and exploitation.
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Protest employees of General Electric who were not union members
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               To intimidate the police.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           To protest the University of Oregon's decision to retain the R.O.T.C. program
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               To intimidate the police.
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Suspected motive was to protest school integration.
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Protest the War in Vietnam
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Protest Vietnam War and show support for Black Panthers.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Protest anti-integrationists of the Denver City Schools.
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To intimidate the African American community at Cornell University
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To sabotage the Badger Ammunition Plant
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The attack occurred during the violent Iowa Beef Packers strike in South Sioux City.
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The attack occurred during the violent Iowa Beef Packers strike in South Sioux City.
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The attack occurred during the violent Iowa Beef Packers strike in South Sioux City.
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The attack occurred during the violent Iowa Beef Packers strike in South Sioux City.
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Protest the draft.
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protest the desegregation of Denver City Schools.
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Protest secret government research at the University of Illinois and the R.O.T.C. program.
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Protesting scholarship money that was set aside for minorities but had yet to be awarded
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Protest the Vietnam War and the R.O.T.C.
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Protest the War in Vietnam and sabotage the draft
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To protest Frank Schaeffer's defense of the Cleveland Police Deparment during the 1968 Glenville racial riots
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Sabotage the US Army war efforts and protest the Vietnam War
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     To protest United States presence in Puerto Rico and revenge the death of Antonia Martinez Lagares
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Protest the R.O.T.C. program and Vietnam War
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The suspected motive was to disrupt the trial of H. Rap Brown
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   To disrupt the trial of H. Rap Brown
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To protest the policies of S. I. Hayakawa towards student demonstrators
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Protest the government's presence on the University of Illinois campus.
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Protest the Vietnam War and companies profiting from the war
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Protest the R.O.T.C. program and Vietnam War
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protest the Vietnam War and sabotage the US Army
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To impede the US war effort and protest the Vietnam War
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To protest African Americans sitting on the San Bernardino city council
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To protest the poor quality of education at a school district made up primarily of Mexican-Americans.
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protest the Vietnam War and sabotage the US Army
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   To protest the civil rights movement
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To protest against the draft.
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Promote Puerto Rican Independence
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Promote Puerto Rican Independence
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Revolutionary movement against the financial establishment
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Revolutionary movement against the financial establishment
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Suspected motive was to protest the Vietnam War.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To protest the trial of Lt. William Calley and show sympathy for the defendant
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To protest against the draft.
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Protest racism and promote a leftist revolution
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     To intimidate the African American community at Cornell University
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Protest the Vietnam War and the R.O.T.C.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Revolutionary movement against the financial establishment
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Revolutionary movement against the financial establishment
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Protest the strike
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To protest the poor quality of education at a school district made up primarily of Mexican-Americans.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Protest non-local companies from working in East St. Louis
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Protest the Vietnam War
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To destabilize Cornell University
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Intimidate pro-Castro sympathizers and protest Fidel Castro's government.
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To protest the poor quality of education at a school district made up primarily of Mexican-Americans.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To protest the poor quality of education at a school district made up primarily of Mexican-Americans.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To intimidate/show dissatisfaction with White sympathizers of the African American cause.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To intimidate/show dissatisfaction with White sympathizers of the African American cause.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To intimidate/show dissatisfaction with White sympathizers of the African American cause.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To intimidate/show dissatisfaction with White sympathizers of the African American cause.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           To coerce the government to free the Panther 21 from prison.
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             This attack occurred during heightened racial tensions in Lawrence Kansas.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bank of America was perceived to symbolize the "capitalist exploitation of the little man."
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To cripple the telecommunications facilities of Puerto Rico
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To cripple the telecommunications facilities of Puerto Rico
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To cripple the telecommunications facilities of Puerto Rico
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To cripple the telecommunications facilities of Puerto Rico
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Protest the presence of the R.O.T.C. at Stanford University.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Protest the Vietnam War and US military
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Peter Huang Wen-hsiung Taiwan, a  member of WUFI, a pro-independence group, was opposed to the political views of the KMT, Chiang's party,  who favored the re-unification of Taiwan with mainland China.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Protest the University of Pennsylvania's policies towards minorities
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To sabotage the draft
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Protest the refusal of Yale Law School to cancel classes on May Day.
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Protest military research conducted at Northwestern University.
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Protest the establishment in Ames Iowa.
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Protest "river-saving" legislation in St. Charles Missouri.
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    To scare White Catholic residents of the Dorchester out of the area
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Protest the draft and Vietnam War
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Protest the R.O.T.C. program
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protest the treatment of African Americans in Champaign Illinois
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protest the treatment of African Americans in Champaign Illinois
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Protest barbershop owners who were not part of the union
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Protest the R.O.T.C. program
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Protest the draft
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the National Guard and the US military
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the Vietnam War and the National Guard
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Protest the United States government
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the National Guard and the US military
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the National Guard and the US military
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Protest the policies of the US government
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the National Guard and the US military
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To scare Jewish residents of the Dorchester out of the area
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the National Guard and the US military
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               To force Long Island University to close
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To punish Sacramento Police officers for their treatment of African Americans
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Intimidating/preventing KFPT from allowing Communists a network to share their views.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To kill police officers
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the National Guard and the US military
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To protest and intimidate the White community of Oxford North Carolina
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the National Guard and the US military
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Protest the administration of Columbia University and the Vietnam War
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To protest and intimidate the White community of Oxford North Carolina
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To protest the dilapidated conditions of the school, the busing of the students, and the fact that facility was closed by the School Board.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To kill police indiscriminately
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To kill police officers
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the White establishment in Oxford North Carolina and economically damage White owned businesses
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the White establishment in Oxford North Carolina and economically damage White owned businesses
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the White establishment in Oxford North Carolina and economically damage White owned businesses
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To scare Jewish residents of the Dorchester out of the area
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To scare Jewish residents of the Dorchester out of the area
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    To prevent soldiers from being deployed to fight in the Vietnam War
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Protest William G. Barr 's position on mental health legislation
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To attack the establishment
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To protest the R.O.T.C. program and the War in Vietnam
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To attack the establishment
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To protest Black supporters of Hugh Addonizio in the 1970 Newark mayoral campaign
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              African American opposition to the police
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              African American opposition to the police
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               To protest the Vietnam War and the draft
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To protest African Americans from moving into  a white neighborhood in Longview Texas
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To spark community wide turmoil
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    To scare White Catholic residents of the Dorchester out of the area
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To protest the policies of the Organization of American States
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To protest Blacks supporting the establishment.
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the Vietnam War
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To prevent the busing of African American students to the desegregated school in the Longview School District
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   To protest the reporting of the Akron Beacon Journal
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               To protest non-participants in the San Rafael Independent Journal strike
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           To protest individuals not participating in the strike of the San Rafael Independent Journal
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To protest and sabotage the draft
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Intimidate the African American community of New Bedford Massachusetts.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Protesting the multiple housing discrimination lawsuits that the Tri-Cities Human Relations Council was involved with.
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Protest the draft and the US military
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Protest the draft and the US military
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To protest and sabotage the draft
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To protest the Jewish agency's operations in a predominantly Black community.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Protest the War in Vietnam
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Protest the draft and the US military
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Revenge for the firebombing of a Jewish Community Center in Brooklyn
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   To scare the African American family into leaving neighborhood and to intimidate future African American families from moving into the neighborhood.
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft and the US Army
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Revenge for the firebombing of a Jewish Community Center in Brooklyn
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the national guard and the US military
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Offensive against police
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To prevent the school from desegregating.
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest and sabotage the National Guard
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To protest the R.O.T.C. program and the war in Vietnam
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Offensive against police
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To protest the Kaleidoscope newspaper's position towards the bombing of the Army Math Research Center at the University of Wisconsin.
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To protest the R.O.T.C. program and the war in Vietnam
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To protest an African American Congressman representing the state of Maryland
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To have the incident blamed on African American and cause racial conflict
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Intimidating/preventing KFPT from allowing Communists a network to share their views.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To kill police and firefighters
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To kill police and firefighters
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the US military
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Suspected motive was to intimidate the African American community of New Castle Pennsylvania.
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To protest the R.O.T.C. program
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             This incident, directed against the White community of Cairo, took place during a period of widespread racial disturbances
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the US military
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To kill African Americans
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       To injure police
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       To fight the oppression of African Americans, to attack to police, and to instigate a revolution
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Promote Puerto Rican Independence
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To protest the R.O.T.C. program
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest and sabotage the draft
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To protest and sabotage the draft
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Protest the national guard and the US military
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To protest and sabotage the US Military
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   To intimidate Julius Chambers from representing causes of the civil rights movement.
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To protest the R.O.T.C. program
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Protest the draft and the US military
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To protest the Pomona California school system
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To protest the Pomona California school system
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To protest the Pomona California school system
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To protest the Pomona California school system
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To protest and sabotage the US Military
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To protest and sabotage the US Military
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Protest the actions of the Cuyahoga Metropolitan Housing Authority
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To kill police
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the appointment of a White principal at a predominantly African American school
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   To intimidate Julius Chambers from representing causes of the civil rights movement.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             To protest the appointment of a White principal at a predominantly African American school
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   To protest the reporting of the Akron Beacon Journal
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To protest and sabotage the US Military
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To protest the War in Vietnam and the draft
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To protest United States establishments in Puerto Rico
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To protest United States establishments in Puerto Rico
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       To protest United States presence in Puerto Rico
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               To protest United States owned businesses in Puerto Rico
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               To protest United States owned businesses in Puerto Rico
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To promote violence against the establishment
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 To intimidate critics of the Chicano Liberation Front.
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To protest the R.O.T.C. program
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         To protest the draft and United States presence in Puerto Rico
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
##        guncertain1 guncertain2 guncertain3 individual nperps nperpcap
## 1                0          NA          NA          0     NA       NA
## 2                0          NA          NA          0      7       NA
## 3                0          NA          NA          0     NA       NA
## 4                0          NA          NA          0     NA       NA
## 5                0          NA          NA          0     NA       NA
## 6                0          NA          NA          0    -99    -99.0
## 7                0          NA          NA          0      3       NA
## 8                0          NA          NA          0    -99    -99.0
## 9                0          NA          NA          0      1      1.0
## 10               0          NA          NA          0      1      1.0
## 11               0          NA          NA          0     NA       NA
## 12               0          NA          NA          0    -99    -99.0
## 13               0          NA          NA          0      1       NA
## 14               0          NA          NA          0    -99    -99.0
## 15               1          NA          NA          0    -99    -99.0
## 16               0          NA          NA          0     NA       NA
## 17               0          NA          NA          0      1       NA
## 18               0          NA          NA          0    -99    -99.0
## 19               0          NA          NA          0    -99    -99.0
## 20               0          NA          NA          0    -99    -99.0
## 21               0          NA          NA          0    -99    -99.0
## 22               0          NA          NA          0      5       NA
## 23               1          NA          NA          0      3    -99.0
## 24               0          NA          NA          0      2      2.0
## 25               0          NA          NA          0    -99    -99.0
## 26               0          NA          NA          0      1       NA
## 27               0          NA          NA          0     NA       NA
## 28               0          NA          NA          0      3       NA
## 29               0          NA          NA          0    -99    -99.0
## 30               0          NA          NA          0    -99    -99.0
## 31               0          NA          NA          0    -99    -99.0
## 32               0          NA          NA          0    -99    -99.0
## 33               0          NA          NA          0    -99    -99.0
## 34               0          NA          NA          0    -99    -99.0
## 35               0          NA          NA          0     NA       NA
## 36               0          NA          NA          0    -99    -99.0
## 37               0          NA          NA          0    -99    -99.0
## 38               0          NA          NA          0    -99    -99.0
## 39               0          NA          NA          0    -99    -99.0
## 40               0          NA          NA          0     NA       NA
## 41               0          NA          NA          0    -99    -99.0
## 42               0          NA          NA          0      1    -99.0
## 43               0          NA          NA          0    -99    -99.0
## 44               0          NA          NA          0    -99    -99.0
## 45               0          NA          NA          0    -99    -99.0
## 46               0          NA          NA          0    -99    -99.0
## 47               0          NA          NA          0    -99    -99.0
## 48               0          NA          NA          0      3    -99.0
## 49               0          NA          NA          0    -99    -99.0
## 50               0          NA          NA          0    -99    -99.0
## 51               0          NA          NA          0    -99    -99.0
## 52               0          NA          NA          0    -99    -99.0
## 53               0          NA          NA          0    -99    -99.0
## 54               0          NA          NA          0    -99    -99.0
## 55               0          NA          NA          0    -99    -99.0
## 56               0          NA          NA          0    -99    -99.0
## 57               0          NA          NA          0    -99    -99.0
## 58               0          NA          NA          0      1      1.0
## 59               0          NA          NA          0    -99    -99.0
## 60               0          NA          NA          0      3       NA
## 61               0          NA          NA          0    -99    -99.0
## 62               0          NA          NA          0     NA       NA
## 63               0          NA          NA          0     NA       NA
## 64               1          NA          NA          0    -99    -99.0
## 65               0          NA          NA          0    -99    -99.0
## 66               0          NA          NA          0    -99    -99.0
## 67               0          NA          NA          0     NA       NA
## 68               0          NA          NA          0     NA       NA
## 69               0          NA          NA          0     NA       NA
## 70               0          NA          NA          0      1    -99.0
## 71               0          NA          NA          0    -99    -99.0
## 72               0          NA          NA          0    -99    -99.0
## 73               0          NA          NA          0    -99    -99.0
## 74               0          NA          NA          0    -99    -99.0
## 75               0          NA          NA          0    -99    -99.0
## 76               1          NA          NA          0    -99    -99.0
## 77               0          NA          NA          0    -99    -99.0
## 78               1          NA          NA          0    -99    -99.0
## 79               0          NA          NA          0    -99    -99.0
## 80               0          NA          NA          0      4       NA
## 81               0          NA          NA          0     NA       NA
## 82               1          NA          NA          0    -99    -99.0
## 83               1          NA          NA          0    -99    -99.0
## 84               0          NA          NA          0      4    -99.0
## 85               0          NA          NA          0    -99    -99.0
## 86               0          NA          NA          0    -99      0.0
## 87               0          NA          NA          0      1      1.0
## 88               0          NA          NA          0    -99    -99.0
## 89               0          NA          NA          0    -99    -99.0
## 90               0          NA          NA          0    -99    -99.0
## 91               0          NA          NA          0    -99    -99.0
## 92               0          NA          NA          0    -99    -99.0
## 93               0          NA          NA          0    -99    -99.0
## 94               0          NA          NA          0    -99    -99.0
## 95               0          NA          NA          0    -99    -99.0
## 96               0          NA          NA          0     NA       NA
## 97               0          NA          NA          0     NA       NA
## 98               0          NA          NA          0     NA       NA
## 99               0          NA          NA          0    -99    -99.0
## 100              0          NA          NA          0    -99    -99.0
## 101              0          NA          NA          0    -99    -99.0
## 102              0          NA          NA          0    -99    -99.0
## 103              0          NA          NA          0    -99    -99.0
## 104              0          NA          NA          0      3       NA
## 105              0          NA          NA          0    -99    -99.0
## 106              0          NA          NA          0      4      4.0
## 107              0          NA          NA          0    -99    -99.0
## 108              0          NA          NA          0    -99    -99.0
## 109              0          NA          NA          0    -99    -99.0
## 110              0          NA          NA          0    -99    -99.0
## 111              0          NA          NA          0    -99    -99.0
## 112              1           1          NA          0    -99    -99.0
## 113              0          NA          NA          0     NA       NA
## 114              1          NA          NA          0    -99    -99.0
## 115              1          NA          NA          0    -99    -99.0
## 116              0          NA          NA          0     NA       NA
## 117              0          NA          NA          0     NA       NA
## 118              0          NA          NA          0    -99    -99.0
## 119              0          NA          NA          0    -99    -99.0
## 120              1          NA          NA          0      2      0.0
## 121              0          NA          NA          0     NA       NA
## 122              1          NA          NA          0      1    -99.0
## 123              0          NA          NA          0    -99    -99.0
## 124              0          NA          NA          0      6       NA
## 125              0          NA          NA          0    -99    -99.0
## 126              0          NA          NA          0     NA       NA
## 127              0          NA          NA          0     NA       NA
## 128              1          NA          NA          0    -99    -99.0
## 129              1          NA          NA          0    -99    -99.0
## 130              0          NA          NA          0    -99    -99.0
## 131              0          NA          NA          0    -99    -99.0
## 132              0          NA          NA          0    -99    -99.0
## 133              0          NA          NA          0     NA       NA
## 134              0          NA          NA          0     NA       NA
## 135              0          NA          NA          0    -99    -99.0
## 136              0          NA          NA          0      2      1.0
## 137              0          NA          NA          0    -99    -99.0
## 138              0          NA          NA          0    -99    -99.0
## 139              0          NA          NA          0    -99    -99.0
## 140              1          NA          NA          0    -99    -99.0
## 141              0          NA          NA          0    -99    -99.0
## 142              0          NA          NA          0    -99    -99.0
## 143              0          NA          NA          0    -99    -99.0
## 144              0          NA          NA          0    -99    -99.0
## 145              0          NA          NA          0    -99    -99.0
## 146              0          NA          NA          0    -99    -99.0
## 147              0          NA          NA          0      1      1.0
## 148              0          NA          NA          0      1      1.0
## 149              1          NA          NA          0      1      0.0
## 150              1          NA          NA          0    -99    -99.0
## 151              0          NA          NA          0     NA       NA
## 152              0          NA          NA          0      5       NA
## 153              0          NA          NA          0     NA       NA
## 154              0          NA          NA          0    -99    -99.0
## 155              0          NA          NA          0    -99      0.0
## 156              1          NA          NA          0    -99    -99.0
## 157              0          NA          NA          0    -99    -99.0
## 158              0          NA          NA          0      4       NA
## 159              0          NA          NA          0     NA       NA
## 160              0          NA          NA          0    -99    -99.0
## 161              0          NA          NA          0      1      1.0
## 162              0          NA          NA          0     NA       NA
## 163              0          NA          NA          0     NA       NA
## 164              0          NA          NA          0    -99    -99.0
## 165              0          NA          NA          0    -99    -99.0
## 166              0          NA          NA          0     NA       NA
## 167              0          NA          NA          0    -99    -99.0
## 168              0          NA          NA          0    -99      0.0
## 169              0          NA          NA          0    -99    -99.0
## 170              0          NA          NA          0     NA       NA
## 171              0          NA          NA          0    -99    -99.0
## 172              0          NA          NA          0     NA       NA
## 173              0          NA          NA          0    -99    -99.0
## 174              0          NA          NA          0    -99    -99.0
## 175              0          NA          NA          0    -99      0.0
## 176              0          NA          NA          0     NA       NA
## 177              0          NA          NA          0     NA       NA
## 178              0          NA          NA          0    -99    -99.0
## 179              0          NA          NA          0    -99    -99.0
## 180              0          NA          NA          0    -99    -99.0
## 181              0          NA          NA          0    -99    -99.0
## 182              0          NA          NA          0    -99    -99.0
## 183              0          NA          NA          0    -99    -99.0
## 184              1          NA          NA          0    -99    -99.0
## 185              0          NA          NA          0    -99    -99.0
## 186              0          NA          NA          0    -99    -99.0
## 187              0          NA          NA          0      2    -99.0
## 188              0          NA          NA          0    -99    -99.0
## 189              0          NA          NA          0     NA       NA
## 190              0          NA          NA          0    -99    -99.0
## 191              0          NA          NA          0    -99    -99.0
## 192              0          NA          NA          0    -99    -99.0
## 193              0          NA          NA          0    -99    -99.0
## 194              0          NA          NA          0    -99    -99.0
## 195              0          NA          NA          0    -99    -99.0
## 196              0          NA          NA          0     NA       NA
## 197              0          NA          NA          0      4    -99.0
## 198              1          NA          NA          0    -99    -99.0
## 199              1          NA          NA          0    -99    -99.0
## 200              0          NA          NA          0    -99    -99.0
## 201              0          NA          NA          0    -99    -99.0
## 202              0          NA          NA          0    -99    -99.0
## 203              0          NA          NA          0    -99    -99.0
## 204              1          NA          NA          0    -99      2.0
## 205              0          NA          NA          0    -99    -99.0
## 206              0          NA          NA          0    -99    -99.0
## 207              0          NA          NA          0    -99    -99.0
## 208              0          NA          NA          0    -99    -99.0
## 209              0          NA          NA          0    -99    -99.0
## 210              0          NA          NA          0    -99      0.0
## 211              0          NA          NA          0     NA       NA
## 212              0          NA          NA          0      3    -99.0
## 213              0          NA          NA          0    -99    -99.0
## 214              0          NA          NA          0    -99    -99.0
## 215              0          NA          NA          0    -99    -99.0
## 216              0          NA          NA          0    -99    -99.0
## 217              1          NA          NA          0      2    -99.0
## 218              0          NA          NA          0    -99    -99.0
## 219              0          NA          NA          0    -99    -99.0
## 220              0          NA          NA          0    -99    -99.0
## 221              0          NA          NA          0    -99    -99.0
## 222              0          NA          NA          0    -99    -99.0
## 223              0          NA          NA          0    -99    -99.0
## 224              0          NA          NA          0      3      3.0
## 225              0          NA          NA          0    -99    -99.0
## 226              0          NA          NA          0      2      2.0
## 227              0          NA          NA          0     NA       NA
## 228              0          NA          NA          0      1      1.0
## 229              0          NA          NA          0    -99    -99.0
## 230              0          NA          NA          0    -99    -99.0
## 231              0          NA          NA          0    -99    -99.0
## 232              1          NA          NA          0     NA       NA
## 233              1          NA          NA          0    -99    -99.0
## 234              0          NA          NA          0    -99    -99.0
## 235              1          NA          NA          0    -99    -99.0
## 236              0          NA          NA          0    -99    -99.0
## 237              0          NA          NA          0    -99    -99.0
## 238              0          NA          NA          0    -99    -99.0
## 239              0          NA          NA          0    -99    -99.0
## 240              0          NA          NA          0    -99    -99.0
## 241              0          NA          NA          0     NA       NA
## 242              0          NA          NA          0     NA       NA
## 243              1          NA          NA          0    -99    -99.0
## 244              1          NA          NA          0    -99    -99.0
## 245              0          NA          NA          0    -99    -99.0
## 246              0          NA          NA          0    -99    -99.0
## 247              0          NA          NA          0      4    -99.0
## 248              0          NA          NA          0    -99    -99.0
## 249              0          NA          NA          0    -99    -99.0
## 250              1          NA          NA          0    -99    -99.0
## 251              1          NA          NA          0    -99    -99.0
## 252              0          NA          NA          0    -99    -99.0
## 253              0          NA          NA          0    -99    -99.0
## 254              0          NA          NA          0      2       NA
## 255              0          NA          NA          0    -99    -99.0
## 256              0          NA          NA          0    -99    -99.0
## 257              0          NA          NA          0    -99    -99.0
## 258              0          NA          NA          0    -99    -99.0
## 259              0          NA          NA          0     NA       NA
## 260              0          NA          NA          0      1      1.0
## 261              0          NA          NA          0    -99    -99.0
## 262              0          NA          NA          0    -99    -99.0
## 263              0          NA          NA          0    -99    -99.0
## 264              0          NA          NA          0    -99    -99.0
## 265              0          NA          NA          0    -99    -99.0
## 266              0          NA          NA          0    -99    -99.0
## 267              0          NA          NA          0    -99    -99.0
## 268              0          NA          NA          0      2      2.0
## 269              0          NA          NA          0    -99    -99.0
## 270              0          NA          NA          0    -99    -99.0
## 271              0          NA          NA          0    -99    -99.0
## 272              0          NA          NA          0    -99    -99.0
## 273              1          NA          NA          0    -99    -99.0
## 274              0          NA          NA          0    -99    -99.0
## 275              0          NA          NA          0    -99    -99.0
## 276              0          NA          NA          0     NA       NA
## 277              0          NA          NA          0     NA       NA
## 278              0          NA          NA          0     NA       NA
## 279              0          NA          NA          0      4      4.0
## 280              0          NA          NA          0    -99    -99.0
## 281              1          NA          NA          0    -99    -99.0
## 282              0          NA          NA          0    -99    -99.0
## 283              0          NA          NA          0    -99    -99.0
## 284              0          NA          NA          0      6      6.0
## 285              0          NA          NA          0    -99    -99.0
## 286              0          NA          NA          0    -99    -99.0
## 287              0          NA          NA          0    -99    -99.0
## 288              0          NA          NA          0    -99    -99.0
## 289              0          NA          NA          0     NA       NA
## 290              0          NA          NA          0      4       NA
## 291              0          NA          NA          0     NA       NA
## 292              0          NA          NA          0      1      0.0
## 293              0          NA          NA          0      3       NA
## 294              0          NA          NA          0    -99    -99.0
## 295              0          NA          NA          0    -99    -99.0
## 296              0          NA          NA          0    -99    -99.0
## 297              0          NA          NA          0      5      5.0
## 298              0          NA          NA          0    -99    -99.0
## 299              0          NA          NA          0      6       NA
## 300              0          NA          NA          0      2      2.0
## 301              1          NA          NA          0    -99    -99.0
## 302              0          NA          NA          0    -99    -99.0
## 303              0          NA          NA          0    -99       NA
## 304              0          NA          NA          0    -99    -99.0
## 305              0          NA          NA          0    -99    -99.0
## 306              0          NA          NA          0    -99    -99.0
## 307              0          NA          NA          0    -99    -99.0
## 308              0          NA          NA          0      6       NA
## 309              0          NA          NA          0    -99    -99.0
## 310              0          NA          NA          0    -99    -99.0
## 311              0          NA          NA          0    -99    -99.0
## 312              0          NA          NA          0     NA       NA
## 313              0          NA          NA          0     42       NA
## 314              1          NA          NA          0    -99    -99.0
## 315              0          NA          NA          0      1      1.0
## 316              0          NA          NA          0    -99    -99.0
## 317              0          NA          NA          0      4       NA
## 318              0          NA          NA          0     NA       NA
## 319              0          NA          NA          0    -99    -99.0
## 320              0          NA          NA          0    -99    -99.0
## 321              0          NA          NA          0    -99    -99.0
## 322              1          NA          NA          0    -99    -99.0
## 323              0          NA          NA          0    -99    -99.0
## 324              0          NA          NA          0     NA       NA
## 325              0          NA          NA          0     NA       NA
## 326              0          NA          NA          0     NA       NA
## 327              0          NA          NA          0    -99    -99.0
## 328              1          NA          NA          0    -99    -99.0
## 329              0          NA          NA          0     NA       NA
## 330              0          NA          NA          0     NA       NA
## 331              1          NA          NA          0    -99    -99.0
## 332              0          NA          NA          0     NA       NA
## 333              0          NA          NA          0    -99    -99.0
## 334              0          NA          NA          0      3       NA
## 335              0          NA          NA          0     NA       NA
## 336              0          NA          NA          0     NA       NA
## 337              0          NA          NA          0     NA       NA
## 338              0          NA          NA          0     NA       NA
## 339              0          NA          NA          0    -99    -99.0
## 340              0          NA          NA          0    -99    -99.0
## 341              0          NA          NA          0     NA       NA
## 342              0          NA          NA          0     NA       NA
## 343              0          NA          NA          0     NA       NA
## 344              1          NA          NA          0    -99    -99.0
## 345              0          NA          NA          0      5       NA
## 346              0          NA          NA          0    -99    -99.0
## 347              0          NA          NA          0    -99    -99.0
## 348              1          NA          NA          0    -99    -99.0
## 349              0          NA          NA          0    -99    -99.0
## 350              0          NA          NA          0     NA       NA
## 351              0          NA          NA          0     NA       NA
## 352              1          NA          NA          0    -99    -99.0
## 353              1          NA          NA          0    -99    -99.0
## 354              0          NA          NA          0      2    -99.0
## 355              1          NA          NA          0      1    -99.0
## 356              0          NA          NA          0     NA       NA
## 357              0          NA          NA          0     NA       NA
## 358              0          NA          NA          0      2      2.0
## 359              0          NA          NA          0    -99    -99.0
## 360              1          NA          NA          0    -99    -99.0
## 361              0          NA          NA          0     NA       NA
## 362              0          NA          NA          0    -99    -99.0
## 363              0          NA          NA          0     NA       NA
## 364              0          NA          NA          0      1      1.0
## 365              0          NA          NA          0     NA       NA
## 366              0          NA          NA          0     NA       NA
## 367              0          NA          NA          0     NA       NA
## 368              0          NA          NA          0     NA       NA
## 369              0          NA          NA          0     NA       NA
## 370              0          NA          NA          0      2       NA
## 371              1          NA          NA          0    -99    -99.0
## 372              0          NA          NA          0    -99    -99.0
## 373              1          NA          NA          0    -99    -99.0
## 374              0          NA          NA          0    -99    -99.0
## 375              0          NA          NA          0    -99    -99.0
## 376              0          NA          NA          0    -99    -99.0
## 377              0          NA          NA          0    -99    -99.0
## 378              0          NA          NA          0    -99    -99.0
## 379              0          NA          NA          0    -99    -99.0
## 380              0          NA          NA          0      4       NA
## 381              0          NA          NA          0    -99    -99.0
## 382              0          NA          NA          0    -99    -99.0
## 383              0          NA          NA          0     NA       NA
## 384              0          NA          NA          0     NA       NA
## 385              0          NA          NA          0     NA       NA
## 386              0          NA          NA          0     NA       NA
## 387              1          NA          NA          0    -99    -99.0
## 388              0          NA          NA          0      1      0.0
## 389              0          NA          NA          0    -99    -99.0
## 390              1          NA          NA          0    -99    -99.0
## 391              0          NA          NA          0     NA       NA
## 392              0          NA          NA          0      1      1.0
## 393              0          NA          NA          0      2      2.0
## 394              0          NA          NA          0    -99    -99.0
## 395              0          NA          NA          0    -99    -99.0
## 396              0          NA          NA          0      3      3.0
## 397              1          NA          NA          0    -99    -99.0
## 398              0          NA          NA          0     NA       NA
## 399              0          NA          NA          0     NA       NA
## 400              0          NA          NA          0     NA       NA
## 401              0          NA          NA          0     NA       NA
## 402              0          NA          NA          0      2    -99.0
## 403              0          NA          NA          0    -99    -99.0
## 404              0          NA          NA          0     NA       NA
## 405              0          NA          NA          0    -99    -99.0
## 406              0          NA          NA          0     NA       NA
## 407              0          NA          NA          0     NA       NA
## 408              0          NA          NA          0    -99    -99.0
## 409              0          NA          NA          0     NA       NA
## 410              0          NA          NA          0    -99    -99.0
## 411              0          NA          NA          0    -99    -99.0
## 412              0          NA          NA          0    -99    -99.0
## 413              0          NA          NA          0    -99    -99.0
## 414              0          NA          NA          0    -99    -99.0
## 415              0          NA          NA          0      2      2.0
## 416              0          NA          NA          0    -99    -99.0
## 417              0          NA          NA          0      3    -99.0
## 418              0          NA          NA          0      5       NA
## 419              0          NA          NA          0     NA       NA
## 420              0          NA          NA          0    -99    -99.0
## 421              0          NA          NA          0    -99    -99.0
## 422              0          NA          NA          0      6       NA
## 423              0          NA          NA          0    -99    -99.0
## 424              0          NA          NA          0    -99    -99.0
## 425              0          NA          NA          0      4       NA
## 426              1          NA          NA          0    -99    -99.0
## 427              0          NA          NA          0      3       NA
## 428              0          NA          NA          0    -99    -99.0
## 429              0          NA          NA          0     NA       NA
## 430              0          NA          NA          0     NA       NA
## 431              0          NA          NA          0     NA       NA
## 432              0          NA          NA          0      3       NA
## 433              0          NA          NA          0      3       NA
## 434              0          NA          NA          0    -99    -99.0
## 435              0          NA          NA          0    -99    -99.0
## 436              0          NA          NA          0      4       NA
## 437              0          NA          NA          0     NA       NA
## 438              0          NA          NA          0     NA       NA
## 439              0          NA          NA          0     NA       NA
## 440              0          NA          NA          0      1       NA
## 441              0          NA          NA          0      5       NA
## 442              0          NA          NA          0     NA       NA
## 443              0          NA          NA          0      4       NA
## 444              0          NA          NA          0     22       NA
## 445              0          NA          NA          0    -99    -99.0
## 446              0          NA          NA          0     NA       NA
## 447              0          NA          NA          0     NA       NA
## 448              0          NA          NA          0     NA       NA
## 449              1          NA          NA          0    -99    -99.0
## 450              0          NA          NA          0    -99    -99.0
## 451              0          NA          NA          0     NA       NA
## 452              0          NA          NA          0     NA       NA
## 453              0          NA          NA          0      1      1.0
## 454              0          NA          NA          0     NA       NA
## 455              0          NA          NA          0    -99    -99.0
## 456              0          NA          NA          0     NA       NA
## 457              0          NA          NA          0      5       NA
## 458              0          NA          NA          0      4      4.0
## 459              0          NA          NA          0     NA       NA
## 460              0          NA          NA          0     NA       NA
## 461              0          NA          NA          0     NA       NA
## 462              0          NA          NA          0    -99      0.0
## 463              0          NA          NA          0     NA       NA
## 464              0          NA          NA          0    -99    -99.0
## 465              0          NA          NA          0    -99    -99.0
## 466              0          NA          NA          0      5       NA
## 467              0          NA          NA          0     NA       NA
## 468              0          NA          NA          0      2      2.0
## 469              0          NA          NA          0    -99    -99.0
## 470              0          NA          NA          0      6       NA
## 471              0          NA          NA          0    -99    -99.0
## 472              1          NA          NA          0      1      1.0
## 473              0          NA          NA          0    -99    -99.0
## 474              0          NA          NA          0     NA       NA
## 475              0          NA          NA          0      6       NA
## 476              0          NA          NA          0    -99    -99.0
## 477              0          NA          NA          0     NA       NA
## 478              0          NA          NA          0    -99    -99.0
## 479              0          NA          NA          0    -99    -99.0
## 480              0          NA          NA          0    -99    -99.0
## 481              0          NA          NA          0     NA       NA
## 482              0          NA          NA          0     NA       NA
## 483              0          NA          NA          0    -99    -99.0
## 484              1          NA          NA          0    -99    -99.0
## 485              0          NA          NA          0     NA       NA
## 486              0          NA          NA          0    -99    -99.0
## 487              0          NA          NA          0     NA       NA
## 488              0          NA          NA          0     NA       NA
## 489              0          NA          NA          0      4       NA
## 490              0          NA          NA          0     NA       NA
## 491              0          NA          NA          0      2       NA
## 492              0          NA          NA          0    -99    -99.0
## 493              0          NA          NA          0    -99    -99.0
## 494              0          NA          NA          0    -99    -99.0
## 495              0          NA          NA          0    -99    -99.0
## 496              0          NA          NA          0     NA       NA
## 497              0          NA          NA          0      4       NA
## 498              0          NA          NA          0     NA       NA
## 499              0          NA          NA          0    -99    -99.0
## 500              1          NA          NA          0    -99    -99.0
## 501              0          NA          NA          0      1      1.0
## 502              0          NA          NA          0    -99    -99.0
## 503              0          NA          NA          0      2       NA
## 504              0          NA          NA          0      2       NA
## 505              0          NA          NA          0      9       NA
## 506              0          NA          NA          0      2       NA
## 507              0          NA          NA          1    -99    -99.0
## 508              0          NA          NA          0     NA       NA
## 509              1          NA          NA          0      3       NA
## 510              0          NA          NA          0    -99    -99.0
## 511              0          NA          NA          0    -99    -99.0
## 512              0          NA          NA          0     NA       NA
## 513              0          NA          NA          0      4       NA
## 514              0          NA          NA          0      3       NA
## 515              0          NA          NA          0      4       NA
## 516              0          NA          NA          0     NA       NA
## 517              0          NA          NA          0     NA       NA
## 518              0          NA          NA          0      6       NA
## 519              1          NA          NA          0      1      0.0
## 520              0          NA          NA          0      2       NA
## 521              0          NA          NA          0      5       NA
## 522              0          NA          NA          0     NA       NA
## 523              0          NA          NA          0     NA       NA
## 524              0          NA          NA          0     NA       NA
## 525              0          NA          NA          0     NA       NA
## 526              0          NA          NA          0      4       NA
## 527              0          NA          NA          0     NA       NA
## 528              0          NA          NA          0      2       NA
## 529              0          NA          NA          0     NA       NA
## 530              0          NA          NA          0     NA       NA
## 531              0          NA          NA          0    -99    -99.0
## 532              0          NA          NA          0     NA       NA
## 533              0          NA          NA          0    -99    -99.0
## 534              0          NA          NA          0      4      4.0
## 535              0          NA          NA          0     NA       NA
## 536              0          NA          NA          0     NA       NA
## 537              0          NA          NA          0     NA       NA
## 538              0          NA          NA          0     NA       NA
## 539              0          NA          NA          0    -99    -99.0
## 540              0          NA          NA          0     NA       NA
## 541              0          NA          NA          0     NA       NA
## 542              0          NA          NA          0     NA       NA
## 543              0          NA          NA          0     NA       NA
## 544              0          NA          NA          0     NA       NA
## 545              0          NA          NA          0     NA       NA
## 546              0          NA          NA          0     NA       NA
## 547              0          NA          NA          0     NA       NA
## 548              0          NA          NA          0      4      4.0
## 549              0          NA          NA          0      4       NA
## 550              1          NA          NA          0      3       NA
## 551              0          NA          NA          0    -99    -99.0
## 552              0          NA          NA          0     NA       NA
## 553              0          NA          NA          0     NA       NA
## 554              0          NA          NA          0     NA       NA
## 555              0          NA          NA          0     NA       NA
## 556              0          NA          NA          0     NA       NA
## 557              0          NA          NA          0     NA       NA
## 558              0          NA          NA          0     NA       NA
## 559              0          NA          NA          0    -99    -99.0
## 560              0          NA          NA          0     NA       NA
## 561              0          NA          NA          0     NA       NA
## 562              0          NA          NA          0     NA       NA
## 563              0          NA          NA          0     NA       NA
## 564              0          NA          NA          0     NA       NA
## 565              0          NA          NA          0    -99    -99.0
## 566              0          NA          NA          0     NA       NA
## 567              0          NA          NA          0    -99    -99.0
## 568              0          NA          NA          0     NA       NA
## 569              0          NA          NA          0     NA       NA
## 570              0          NA          NA          0     25       NA
## 571              0          NA          NA          0    -99    -99.0
## 572              1          NA          NA          0     16      0.0
## 573              0          NA          NA          0    -99    -99.0
## 574              0          NA          NA          0     NA       NA
## 575              0          NA          NA          0     NA       NA
## 576              0          NA          NA          0     NA       NA
## 577              0          NA          NA          0     NA       NA
## 578              0          NA          NA          0    -99    -99.0
## 579              0          NA          NA          0    -99    -99.0
## 580              0          NA          NA          0      2    -99.0
## 581              0          NA          NA          0    -99    -99.0
## 582              0          NA          NA          0    -99    -99.0
## 583              0          NA          NA          0    -99    -99.0
## 584              0          NA          NA          0    -99    -99.0
## 585              0          NA          NA          0      4       NA
## 586              0          NA          NA          0      1       NA
## 587              0          NA          NA          0     NA       NA
## 588              0          NA          NA          0     NA       NA
## 589              0          NA          NA          0    -99    -99.0
## 590              0          NA          NA          0    -99    -99.0
## 591              0          NA          NA          0      7       NA
## 592              0          NA          NA          0     11       NA
## 593              0          NA          NA          0     NA       NA
## 594              0          NA          NA          0    -99    -99.0
## 595              0          NA          NA          0    -99    -99.0
## 596              0          NA          NA          0    -99    -99.0
## 597              0          NA          NA          0     NA       NA
## 598              0          NA          NA          0      1       NA
## 599              0          NA          NA          0      1    -99.0
## 600              0          NA          NA          0     NA       NA
## 601              0          NA          NA          0     NA       NA
## 602              0          NA          NA          0     NA       NA
## 603              0          NA          NA          0     NA       NA
## 604              0          NA          NA          0     NA       NA
## 605              0          NA          NA          0     12    -99.0
## 606              0          NA          NA          0     NA       NA
## 607              0          NA          NA          0    -99    -99.0
## 608              0          NA          NA          0     NA       NA
## 609              0          NA          NA          0      4       NA
## 610              0          NA          NA          0      2       NA
## 611              0          NA          NA          0     NA       NA
## 612              0          NA          NA          0      5       NA
## 613              0          NA          NA          0    -99    -99.0
## 614              0          NA          NA          0    -99    -99.0
## 615              0          NA          NA          0     NA       NA
## 616              0          NA          NA          0      1      1.0
## 617              0          NA          NA          0     NA       NA
## 618              0          NA          NA          0     NA       NA
## 619              0          NA          NA          0     NA       NA
## 620              0          NA          NA          0     NA       NA
## 621              0          NA          NA          0    -99    -99.0
## 622              1          NA          NA          0    -99    -99.0
## 623              0          NA          NA          0      4       NA
## 624              0          NA          NA          0     NA       NA
## 625              0          NA          NA          0      5       NA
## 626              0          NA          NA          0     NA       NA
## 627              0          NA          NA          0     NA       NA
## 628              0          NA          NA          0      5       NA
## 629              0          NA          NA          0    -99    -99.0
## 630              0          NA          NA          0     NA       NA
## 631              0          NA          NA          0     NA       NA
## 632              0          NA          NA          0      4       NA
## 633              0          NA          NA          0      6       NA
## 634              0          NA          NA          0     NA       NA
## 635              1          NA          NA          0    -99    -99.0
## 636              0          NA          NA          0     NA       NA
## 637              0          NA          NA          0    -99    -99.0
## 638              0          NA          NA          0      5       NA
## 639              0          NA          NA          0      5       NA
## 640              0          NA          NA          0    -99    -99.0
## 641              0          NA          NA          0      5       NA
## 642              0          NA          NA          0    -99    -99.0
## 643              0          NA          NA          0      1    -99.0
## 644              0          NA          NA          0     NA       NA
## 645              0          NA          NA          0     NA       NA
## 646              0          NA          NA          0      2    -99.0
## 647              0          NA          NA          0     NA       NA
## 648              0          NA          NA          0      4       NA
## 649              0          NA          NA          0     NA       NA
## 650              0          NA          NA          0     NA       NA
## 651              1          NA          NA          0    -99    -99.0
## 652              0          NA          NA          0    -99    -99.0
## 653              0          NA          NA          0     NA       NA
## 654              0          NA          NA          0    -99    -99.0
## 655              0          NA          NA          0    -99    -99.0
## 656              0          NA          NA          0    -99    -99.0
## 657              0          NA          NA          0     NA       NA
## 658              0          NA          NA          0      4       NA
## 659              0          NA          NA          0     NA       NA
## 660              0          NA          NA          0     NA       NA
## 661              0          NA          NA          0    -99    -99.0
## 662              0          NA          NA          0    -99    -99.0
## 663              0          NA          NA          0      4       NA
## 664              0          NA          NA          0     NA       NA
## 665              0          NA          NA          0    -99    -99.0
## 666              1          NA          NA          0    -99    -99.0
## 667              0          NA          NA          0     NA       NA
## 668              0          NA          NA          0     NA       NA
## 669              0          NA          NA          0     NA       NA
## 670              0          NA          NA          0      1    -99.0
## 671              0          NA          NA          0    -99    -99.0
## 672              0          NA          NA          0     NA       NA
## 673              0          NA          NA          0     NA       NA
## 674              0          NA          NA          0    -99    -99.0
## 675              0          NA          NA          0    -99    -99.0
## 676              0          NA          NA          0    -99    -99.0
## 677              0          NA          NA          0     NA       NA
## 678              0          NA          NA          0     NA       NA
## 679              0          NA          NA          0     NA       NA
## 680              0          NA          NA          0      4       NA
## 681              0          NA          NA          0      3       NA
## 682              0          NA          NA          0      1      0.0
## 683              0          NA          NA          0      2       NA
## 684              0          NA          NA          0     NA       NA
## 685              0          NA          NA          0    -99    -99.0
## 686              0          NA          NA          0      4       NA
## 687              0          NA          NA          0      4       NA
## 688              0          NA          NA          0      5       NA
## 689              0          NA          NA          0     NA       NA
## 690              0          NA          NA          0      8       NA
## 691              0          NA          NA          0      8       NA
## 692              0          NA          NA          0     NA       NA
## 693              0          NA          NA          0     NA       NA
## 694              0          NA          NA          0     NA       NA
## 695              0          NA          NA          0     NA       NA
## 696              0          NA          NA          0     NA       NA
## 697              0          NA          NA          0     NA       NA
## 698              0          NA          NA          0      4       NA
## 699              0          NA          NA          0     NA       NA
## 700              0          NA          NA          0    -99    -99.0
## 701              0          NA          NA          0     NA       NA
## 702              0          NA          NA          0     NA       NA
## 703              0          NA          NA          0     NA       NA
## 704              1          NA          NA          0     NA       NA
## 705              0          NA          NA          0      1       NA
## 706              0          NA          NA          0     NA       NA
## 707              0          NA          NA          0     NA       NA
## 708              0          NA          NA          0    -99    -99.0
## 709              0          NA          NA          0     NA       NA
## 710              0          NA          NA          0      2       NA
## 711              0          NA          NA          0      1      1.0
## 712              0          NA          NA          0      3       NA
## 713              0          NA          NA          0     NA       NA
## 714              0          NA          NA          0     NA       NA
## 715              0          NA          NA          0     NA       NA
## 716              0          NA          NA          0     NA       NA
## 717              0          NA          NA          0      2    -99.0
## 718              0          NA          NA          0      5      5.0
## 719              0          NA          NA          0     NA       NA
## 720              0          NA          NA          0     NA       NA
## 721              0          NA          NA          0    -99    -99.0
## 722              0          NA          NA          0    -99    -99.0
## 723              0          NA          NA          0    -99    -99.0
## 724              0          NA          NA          0    -99    -99.0
## 725              0          NA          NA          0    -99    -99.0
## 726              0          NA          NA          0     NA       NA
## 727              0          NA          NA          0     NA       NA
## 728              0          NA          NA          0     NA       NA
## 729              0          NA          NA          0     NA       NA
## 730              0          NA          NA          0     NA       NA
## 731              1          NA          NA          0    -99    -99.0
## 732              0          NA          NA          0      4       NA
## 733              0          NA          NA          0     NA       NA
## 734              0          NA          NA          0    -99    -99.0
## 735              0          NA          NA          0     NA       NA
## 736              0          NA          NA          0    -99    -99.0
## 737              0          NA          NA          0     NA       NA
## 738              0          NA          NA          0    -99    -99.0
## 739              0          NA          NA          0     NA       NA
## 740              0          NA          NA          0     NA       NA
##        claimed claimmode                 claimmode_txt claim2 claimmode2
## 1           NA        NA                          <NA>     NA         NA
## 2           NA        NA                          <NA>     NA         NA
## 3           NA        NA                          <NA>     NA         NA
## 4           NA        NA                          <NA>     NA         NA
## 5           NA        NA                          <NA>     NA         NA
## 6            0        NA                          <NA>     NA         NA
## 7           NA        NA                          <NA>     NA         NA
## 8            0        NA                          <NA>     NA         NA
## 9            1         1                        Letter     NA         NA
## 10           0        NA                          <NA>     NA         NA
## 11          NA        NA                          <NA>     NA         NA
## 12           0        NA                          <NA>     NA         NA
## 13          NA        NA                          <NA>     NA         NA
## 14           0        NA                          <NA>     NA         NA
## 15           1        10                       Unknown     NA         NA
## 16          NA        NA                          <NA>     NA         NA
## 17          NA        NA                          <NA>     NA         NA
## 18           0        NA                          <NA>     NA         NA
## 19           0        NA                          <NA>     NA         NA
## 20           0        NA                          <NA>     NA         NA
## 21           0        NA                          <NA>     NA         NA
## 22          NA        NA                          <NA>     NA         NA
## 23           0        NA                          <NA>     NA         NA
## 24           0        NA                          <NA>     NA         NA
## 25           0        NA                          <NA>     NA         NA
## 26          NA        NA                          <NA>     NA         NA
## 27          NA        NA                          <NA>     NA         NA
## 28          NA        NA                          <NA>     NA         NA
## 29           0        NA                          <NA>     NA         NA
## 30           0        NA                          <NA>     NA         NA
## 31           0        NA                          <NA>     NA         NA
## 32           0        NA                          <NA>     NA         NA
## 33           0        NA                          <NA>     NA         NA
## 34           0        NA                          <NA>     NA         NA
## 35          NA        NA                          <NA>     NA         NA
## 36           0        NA                          <NA>     NA         NA
## 37           0        NA                          <NA>     NA         NA
## 38           0        NA                          <NA>     NA         NA
## 39           0        NA                          <NA>     NA         NA
## 40          NA        NA                          <NA>     NA         NA
## 41           0        NA                          <NA>     NA         NA
## 42           0        NA                          <NA>     NA         NA
## 43           0        NA                          <NA>     NA         NA
## 44           0        NA                          <NA>     NA         NA
## 45           0        NA                          <NA>     NA         NA
## 46           0        NA                          <NA>     NA         NA
## 47           0        NA                          <NA>     NA         NA
## 48           0        NA                          <NA>     NA         NA
## 49           0        NA                          <NA>     NA         NA
## 50           0        NA                          <NA>     NA         NA
## 51           1         1                        Letter     NA         NA
## 52           1         1                        Letter     NA         NA
## 53           1         1                        Letter     NA         NA
## 54           0        NA                          <NA>     NA         NA
## 55           0        NA                          <NA>     NA         NA
## 56           1         1                        Letter     NA         NA
## 57           1         1                        Letter     NA         NA
## 58           1         1                        Letter     NA         NA
## 59           0        NA                          <NA>     NA         NA
## 60          NA        NA                          <NA>     NA         NA
## 61           0        NA                          <NA>     NA         NA
## 62          NA        NA                          <NA>     NA         NA
## 63          NA        NA                          <NA>     NA         NA
## 64           0        NA                          <NA>     NA         NA
## 65           0        NA                          <NA>     NA         NA
## 66           0        NA                          <NA>     NA         NA
## 67          NA        NA                          <NA>     NA         NA
## 68          NA        NA                          <NA>     NA         NA
## 69          NA        NA                          <NA>     NA         NA
## 70           0        NA                          <NA>     NA         NA
## 71           0        NA                          <NA>     NA         NA
## 72           0        NA                          <NA>     NA         NA
## 73           0        NA                          <NA>     NA         NA
## 74           0        NA                          <NA>     NA         NA
## 75           0        NA                          <NA>     NA         NA
## 76           0        NA                          <NA>     NA         NA
## 77           1        10                       Unknown     NA         NA
## 78           0        NA                          <NA>     NA         NA
## 79           0        NA                          <NA>     NA         NA
## 80          NA        NA                          <NA>     NA         NA
## 81          NA        NA                          <NA>     NA         NA
## 82           0        NA                          <NA>     NA         NA
## 83           0        NA                          <NA>     NA         NA
## 84           1         1                        Letter     NA         NA
## 85           0        NA                          <NA>     NA         NA
## 86           0        NA                          <NA>     NA         NA
## 87           0        NA                          <NA>     NA         NA
## 88           0        NA                          <NA>     NA         NA
## 89           0        NA                          <NA>     NA         NA
## 90           0        NA                          <NA>     NA         NA
## 91           0        NA                          <NA>     NA         NA
## 92           0        NA                          <NA>     NA         NA
## 93           0        NA                          <NA>     NA         NA
## 94           0        NA                          <NA>     NA         NA
## 95           0        NA                          <NA>     NA         NA
## 96          NA        NA                          <NA>     NA         NA
## 97          NA        NA                          <NA>     NA         NA
## 98          NA        NA                          <NA>     NA         NA
## 99           0        NA                          <NA>     NA         NA
## 100          0        NA                          <NA>     NA         NA
## 101          0        NA                          <NA>     NA         NA
## 102          0        NA                          <NA>     NA         NA
## 103          0        NA                          <NA>     NA         NA
## 104         NA        NA                          <NA>     NA         NA
## 105          0        NA                          <NA>     NA         NA
## 106          0        NA                          <NA>     NA         NA
## 107          0        NA                          <NA>     NA         NA
## 108          0        NA                          <NA>     NA         NA
## 109          0        NA                          <NA>     NA         NA
## 110          0        NA                          <NA>     NA         NA
## 111          0        NA                          <NA>     NA         NA
## 112          0        NA                          <NA>      0         NA
## 113         NA        NA                          <NA>     NA         NA
## 114          0        NA                          <NA>     NA         NA
## 115          0        NA                          <NA>     NA         NA
## 116         NA        NA                          <NA>     NA         NA
## 117         NA        NA                          <NA>     NA         NA
## 118          0        NA                          <NA>     NA         NA
## 119          0        NA                          <NA>     NA         NA
## 120          0        NA                          <NA>     NA         NA
## 121         NA        NA                          <NA>     NA         NA
## 122          0        NA                          <NA>     NA         NA
## 123          0        NA                          <NA>     NA         NA
## 124         NA        NA                          <NA>     NA         NA
## 125          0        NA                          <NA>     NA         NA
## 126         NA        NA                          <NA>     NA         NA
## 127         NA        NA                          <NA>     NA         NA
## 128          0        NA                          <NA>     NA         NA
## 129          0        NA                          <NA>     NA         NA
## 130          1         3           Call (pre-incident)     NA         NA
## 131          0        NA                          <NA>     NA         NA
## 132          0        NA                          <NA>     NA         NA
## 133         NA        NA                          <NA>     NA         NA
## 134         NA        NA                          <NA>     NA         NA
## 135          0        NA                          <NA>     NA         NA
## 136          0        NA                          <NA>     NA         NA
## 137          0        NA                          <NA>     NA         NA
## 138          0        NA                          <NA>     NA         NA
## 139          0        NA                          <NA>     NA         NA
## 140          1         9                         Other     NA         NA
## 141          0        NA                          <NA>     NA         NA
## 142          0        NA                          <NA>     NA         NA
## 143          0        NA                          <NA>     NA         NA
## 144          0        NA                          <NA>     NA         NA
## 145          1         1                        Letter     NA         NA
## 146          1         1                        Letter     NA         NA
## 147          0        NA                          <NA>     NA         NA
## 148          0        NA                          <NA>     NA         NA
## 149          0        NA                          <NA>     NA         NA
## 150          0        NA                          <NA>     NA         NA
## 151         NA        NA                          <NA>     NA         NA
## 152         NA        NA                          <NA>     NA         NA
## 153         NA        NA                          <NA>     NA         NA
## 154          0        NA                          <NA>     NA         NA
## 155          0        NA                          <NA>     NA         NA
## 156          0        NA                          <NA>     NA         NA
## 157          0        NA                          <NA>     NA         NA
## 158         NA        NA                          <NA>     NA         NA
## 159         NA        NA                          <NA>     NA         NA
## 160          0        NA                          <NA>     NA         NA
## 161          0        NA                          <NA>     NA         NA
## 162         NA        NA                          <NA>     NA         NA
## 163         NA        NA                          <NA>     NA         NA
## 164          0        NA                          <NA>     NA         NA
## 165          0        NA                          <NA>     NA         NA
## 166         NA        NA                          <NA>     NA         NA
## 167          0        NA                          <NA>     NA         NA
## 168          0        NA                          <NA>     NA         NA
## 169          0        NA                          <NA>     NA         NA
## 170         NA        NA                          <NA>     NA         NA
## 171          0        NA                          <NA>     NA         NA
## 172         NA        NA                          <NA>     NA         NA
## 173          0        NA                          <NA>     NA         NA
## 174          0        NA                          <NA>     NA         NA
## 175          0        NA                          <NA>     NA         NA
## 176         NA        NA                          <NA>     NA         NA
## 177         NA        NA                          <NA>     NA         NA
## 178          0        NA                          <NA>     NA         NA
## 179          0        NA                          <NA>     NA         NA
## 180          0        NA                          <NA>     NA         NA
## 181          0        NA                          <NA>     NA         NA
## 182          0        NA                          <NA>     NA         NA
## 183          0        NA                          <NA>     NA         NA
## 184          1         9                         Other     NA         NA
## 185          0        NA                          <NA>     NA         NA
## 186          0        NA                          <NA>     NA         NA
## 187          0        NA                          <NA>     NA         NA
## 188          0        NA                          <NA>     NA         NA
## 189         NA        NA                          <NA>     NA         NA
## 190          0        NA                          <NA>     NA         NA
## 191          0        NA                          <NA>     NA         NA
## 192          0        NA                          <NA>     NA         NA
## 193          0        NA                          <NA>     NA         NA
## 194          0        NA                          <NA>     NA         NA
## 195          0        NA                          <NA>     NA         NA
## 196         NA        NA                          <NA>     NA         NA
## 197          0        NA                          <NA>     NA         NA
## 198          1         9                         Other     NA         NA
## 199          1         9                         Other     NA         NA
## 200          0        NA                          <NA>     NA         NA
## 201          0        NA                          <NA>     NA         NA
## 202          0        NA                          <NA>     NA         NA
## 203          0        NA                          <NA>     NA         NA
## 204          0        NA                          <NA>     NA         NA
## 205          0        NA                          <NA>     NA         NA
## 206          0        NA                          <NA>     NA         NA
## 207          0        NA                          <NA>     NA         NA
## 208          0        NA                          <NA>     NA         NA
## 209          0        NA                          <NA>     NA         NA
## 210          0        NA                          <NA>     NA         NA
## 211         NA        NA                          <NA>     NA         NA
## 212          0        NA                          <NA>     NA         NA
## 213          0        NA                          <NA>     NA         NA
## 214          0        NA                          <NA>     NA         NA
## 215          0        NA                          <NA>     NA         NA
## 216          0        NA                          <NA>     NA         NA
## 217          0        NA                          <NA>     NA         NA
## 218          0        NA                          <NA>     NA         NA
## 219          1         1                        Letter     NA         NA
## 220          1         1                        Letter     NA         NA
## 221          1         1                        Letter     NA         NA
## 222          1         1                        Letter     NA         NA
## 223          0        NA                          <NA>     NA         NA
## 224          0        NA                          <NA>     NA         NA
## 225          0        NA                          <NA>     NA         NA
## 226          1         8                Personal claim     NA         NA
## 227         NA        NA                          <NA>     NA         NA
## 228          0        NA                          <NA>     NA         NA
## 229          0        NA                          <NA>     NA         NA
## 230          0        NA                          <NA>     NA         NA
## 231          0        NA                          <NA>     NA         NA
## 232         NA        NA                          <NA>     NA         NA
## 233          0        NA                          <NA>     NA         NA
## 234          0        NA                          <NA>     NA         NA
## 235          0        NA                          <NA>     NA         NA
## 236          0        NA                          <NA>     NA         NA
## 237          0        NA                          <NA>     NA         NA
## 238          0        NA                          <NA>     NA         NA
## 239          0        NA                          <NA>     NA         NA
## 240          0        NA                          <NA>     NA         NA
## 241         NA        NA                          <NA>     NA         NA
## 242         NA        NA                          <NA>     NA         NA
## 243          0        NA                          <NA>     NA         NA
## 244          0        NA                          <NA>     NA         NA
## 245          0        NA                          <NA>     NA         NA
## 246          0        NA                          <NA>     NA         NA
## 247          0        NA                          <NA>     NA         NA
## 248          0        NA                          <NA>     NA         NA
## 249          0        NA                          <NA>     NA         NA
## 250          0        NA                          <NA>     NA         NA
## 251          0        NA                          <NA>     NA         NA
## 252          1         9                         Other     NA         NA
## 253          1         9                         Other     NA         NA
## 254         NA        NA                          <NA>     NA         NA
## 255          0        NA                          <NA>     NA         NA
## 256          0        NA                          <NA>     NA         NA
## 257          0        NA                          <NA>     NA         NA
## 258          0        NA                          <NA>     NA         NA
## 259         NA        NA                          <NA>     NA         NA
## 260          0        NA                          <NA>     NA         NA
## 261          0        NA                          <NA>     NA         NA
## 262          0        NA                          <NA>     NA         NA
## 263          0        NA                          <NA>     NA         NA
## 264          0        NA                          <NA>     NA         NA
## 265          0        NA                          <NA>     NA         NA
## 266          0        NA                          <NA>     NA         NA
## 267          0        NA                          <NA>     NA         NA
## 268          0        NA                          <NA>     NA         NA
## 269          0        NA                          <NA>     NA         NA
## 270          0        NA                          <NA>     NA         NA
## 271          0        NA                          <NA>     NA         NA
## 272          0        NA                          <NA>     NA         NA
## 273          1         1                        Letter     NA         NA
## 274          0        NA                          <NA>     NA         NA
## 275          0        NA                          <NA>     NA         NA
## 276         NA        NA                          <NA>     NA         NA
## 277         NA        NA                          <NA>     NA         NA
## 278         NA        NA                          <NA>     NA         NA
## 279          1        10                       Unknown     NA         NA
## 280          0        NA                          <NA>     NA         NA
## 281          0        NA                          <NA>     NA         NA
## 282          0        NA                          <NA>     NA         NA
## 283          0        NA                          <NA>     NA         NA
## 284          0        NA                          <NA>     NA         NA
## 285          0        NA                          <NA>     NA         NA
## 286          0        NA                          <NA>     NA         NA
## 287          0        NA                          <NA>     NA         NA
## 288          0        NA                          <NA>     NA         NA
## 289         NA        NA                          <NA>     NA         NA
## 290         NA        NA                          <NA>     NA         NA
## 291         NA        NA                          <NA>     NA         NA
## 292          0        NA                          <NA>     NA         NA
## 293         NA        NA                          <NA>     NA         NA
## 294          0        NA                          <NA>     NA         NA
## 295          0        NA                          <NA>     NA         NA
## 296          0        NA                          <NA>     NA         NA
## 297          0        NA                          <NA>     NA         NA
## 298          0        NA                          <NA>     NA         NA
## 299         NA        NA                          <NA>     NA         NA
## 300          0        NA                          <NA>     NA         NA
## 301          0        NA                          <NA>     NA         NA
## 302          0        NA                          <NA>     NA         NA
## 303          0        NA                          <NA>     NA         NA
## 304          0        NA                          <NA>     NA         NA
## 305          0        NA                          <NA>     NA         NA
## 306          0        NA                          <NA>     NA         NA
## 307          0        NA                          <NA>     NA         NA
## 308         NA        NA                          <NA>     NA         NA
## 309          0        NA                          <NA>     NA         NA
## 310          0        NA                          <NA>     NA         NA
## 311          0        NA                          <NA>     NA         NA
## 312         NA        NA                          <NA>     NA         NA
## 313         NA        NA                          <NA>     NA         NA
## 314          0        NA                          <NA>     NA         NA
## 315          0        NA                          <NA>     NA         NA
## 316          0        NA                          <NA>     NA         NA
## 317         NA        NA                          <NA>     NA         NA
## 318         NA        NA                          <NA>     NA         NA
## 319          0        NA                          <NA>     NA         NA
## 320          0        NA                          <NA>     NA         NA
## 321          0        NA                          <NA>     NA         NA
## 322          0        NA                          <NA>     NA         NA
## 323          0        NA                          <NA>     NA         NA
## 324         NA        NA                          <NA>     NA         NA
## 325         NA        NA                          <NA>     NA         NA
## 326         NA        NA                          <NA>     NA         NA
## 327          0        NA                          <NA>     NA         NA
## 328          0        NA                          <NA>     NA         NA
## 329         NA        NA                          <NA>     NA         NA
## 330         NA        NA                          <NA>     NA         NA
## 331          0        NA                          <NA>     NA         NA
## 332         NA        NA                          <NA>     NA         NA
## 333          0        NA                          <NA>     NA         NA
## 334         NA        NA                          <NA>     NA         NA
## 335         NA        NA                          <NA>     NA         NA
## 336         NA        NA                          <NA>     NA         NA
## 337         NA        NA                          <NA>     NA         NA
## 338         NA        NA                          <NA>     NA         NA
## 339          0        NA                          <NA>     NA         NA
## 340          0        NA                          <NA>     NA         NA
## 341         NA        NA                          <NA>     NA         NA
## 342         NA        NA                          <NA>     NA         NA
## 343         NA        NA                          <NA>     NA         NA
## 344          0        NA                          <NA>     NA         NA
## 345         NA        NA                          <NA>     NA         NA
## 346          0        NA                          <NA>     NA         NA
## 347          0        NA                          <NA>     NA         NA
## 348          0        NA                          <NA>     NA         NA
## 349          0        NA                          <NA>     NA         NA
## 350         NA        NA                          <NA>     NA         NA
## 351         NA        NA                          <NA>     NA         NA
## 352          0        NA                          <NA>     NA         NA
## 353          0        NA                          <NA>     NA         NA
## 354          0        NA                          <NA>     NA         NA
## 355          0        NA                          <NA>     NA         NA
## 356         NA        NA                          <NA>     NA         NA
## 357         NA        NA                          <NA>     NA         NA
## 358          0        NA                          <NA>     NA         NA
## 359          0        NA                          <NA>     NA         NA
## 360          0        NA                          <NA>     NA         NA
## 361         NA        NA                          <NA>     NA         NA
## 362          0        NA                          <NA>     NA         NA
## 363         NA        NA                          <NA>     NA         NA
## 364          0        NA                          <NA>     NA         NA
## 365         NA        NA                          <NA>     NA         NA
## 366         NA        NA                          <NA>     NA         NA
## 367         NA        NA                          <NA>     NA         NA
## 368         NA        NA                          <NA>     NA         NA
## 369         NA        NA                          <NA>     NA         NA
## 370         NA        NA                          <NA>     NA         NA
## 371          0        NA                          <NA>     NA         NA
## 372          0        NA                          <NA>     NA         NA
## 373          0        NA                          <NA>     NA         NA
## 374          0        NA                          <NA>     NA         NA
## 375          0        NA                          <NA>     NA         NA
## 376          0        NA                          <NA>     NA         NA
## 377          0        NA                          <NA>     NA         NA
## 378          0        NA                          <NA>     NA         NA
## 379          0        NA                          <NA>     NA         NA
## 380         NA        NA                          <NA>     NA         NA
## 381          1         1                        Letter     NA         NA
## 382          0        NA                          <NA>     NA         NA
## 383         NA        NA                          <NA>     NA         NA
## 384         NA        NA                          <NA>     NA         NA
## 385         NA        NA                          <NA>     NA         NA
## 386         NA        NA                          <NA>     NA         NA
## 387          0        NA                          <NA>     NA         NA
## 388          0        NA                          <NA>     NA         NA
## 389          0        NA                          <NA>     NA         NA
## 390          1         1                        Letter     NA         NA
## 391         NA        NA                          <NA>     NA         NA
## 392          0        NA                          <NA>     NA         NA
## 393          0        NA                          <NA>     NA         NA
## 394          0        NA                          <NA>     NA         NA
## 395          0        NA                          <NA>     NA         NA
## 396          0        NA                          <NA>     NA         NA
## 397          0        NA                          <NA>     NA         NA
## 398         NA        NA                          <NA>     NA         NA
## 399         NA        NA                          <NA>     NA         NA
## 400         NA        NA                          <NA>     NA         NA
## 401         NA        NA                          <NA>     NA         NA
## 402          0        NA                          <NA>     NA         NA
## 403          0        NA                          <NA>     NA         NA
## 404         NA        NA                          <NA>     NA         NA
## 405          0        NA                          <NA>     NA         NA
## 406         NA        NA                          <NA>     NA         NA
## 407         NA        NA                          <NA>     NA         NA
## 408          0        NA                          <NA>     NA         NA
## 409         NA        NA                          <NA>     NA         NA
## 410          0        NA                          <NA>     NA         NA
## 411          0        NA                          <NA>     NA         NA
## 412          0        NA                          <NA>     NA         NA
## 413          0        NA                          <NA>     NA         NA
## 414          0        NA                          <NA>     NA         NA
## 415          0        NA                          <NA>     NA         NA
## 416          0        NA                          <NA>     NA         NA
## 417          0        NA                          <NA>     NA         NA
## 418         NA        NA                          <NA>     NA         NA
## 419         NA        NA                          <NA>     NA         NA
## 420          0        NA                          <NA>     NA         NA
## 421          0        NA                          <NA>     NA         NA
## 422         NA        NA                          <NA>     NA         NA
## 423          0        NA                          <NA>     NA         NA
## 424          0        NA                          <NA>     NA         NA
## 425         NA        NA                          <NA>     NA         NA
## 426          0        NA                          <NA>     NA         NA
## 427         NA        NA                          <NA>     NA         NA
## 428          0        NA                          <NA>     NA         NA
## 429         NA        NA                          <NA>     NA         NA
## 430         NA        NA                          <NA>     NA         NA
## 431         NA        NA                          <NA>     NA         NA
## 432         NA        NA                          <NA>     NA         NA
## 433         NA        NA                          <NA>     NA         NA
## 434          0        NA                          <NA>     NA         NA
## 435          0        NA                          <NA>     NA         NA
## 436         NA        NA                          <NA>     NA         NA
## 437         NA        NA                          <NA>     NA         NA
## 438         NA        NA                          <NA>     NA         NA
## 439         NA        NA                          <NA>     NA         NA
## 440         NA        NA                          <NA>     NA         NA
## 441         NA        NA                          <NA>     NA         NA
## 442         NA        NA                          <NA>     NA         NA
## 443         NA        NA                          <NA>     NA         NA
## 444         NA        NA                          <NA>     NA         NA
## 445          0        NA                          <NA>     NA         NA
## 446         NA        NA                          <NA>     NA         NA
## 447         NA        NA                          <NA>     NA         NA
## 448         NA        NA                          <NA>     NA         NA
## 449          0        NA                          <NA>     NA         NA
## 450          0        NA                          <NA>     NA         NA
## 451         NA        NA                          <NA>     NA         NA
## 452         NA        NA                          <NA>     NA         NA
## 453          0        NA                          <NA>     NA         NA
## 454         NA        NA                          <NA>     NA         NA
## 455          0        NA                          <NA>     NA         NA
## 456         NA        NA                          <NA>     NA         NA
## 457         NA        NA                          <NA>     NA         NA
## 458          0        NA                          <NA>     NA         NA
## 459         NA        NA                          <NA>     NA         NA
## 460         NA        NA                          <NA>     NA         NA
## 461         NA        NA                          <NA>     NA         NA
## 462          0        NA                          <NA>     NA         NA
## 463         NA        NA                          <NA>     NA         NA
## 464          0        NA                          <NA>     NA         NA
## 465          0        NA                          <NA>     NA         NA
## 466         NA        NA                          <NA>     NA         NA
## 467         NA        NA                          <NA>     NA         NA
## 468          0        NA                          <NA>     NA         NA
## 469          0        NA                          <NA>     NA         NA
## 470         NA        NA                          <NA>     NA         NA
## 471          0        NA                          <NA>     NA         NA
## 472          0        NA                          <NA>     NA         NA
## 473          0        NA                          <NA>     NA         NA
## 474         NA        NA                          <NA>     NA         NA
## 475         NA        NA                          <NA>     NA         NA
## 476          0        NA                          <NA>     NA         NA
## 477         NA        NA                          <NA>     NA         NA
## 478          0        NA                          <NA>     NA         NA
## 479          0        NA                          <NA>     NA         NA
## 480          0        NA                          <NA>     NA         NA
## 481         NA        NA                          <NA>     NA         NA
## 482         NA        NA                          <NA>     NA         NA
## 483          0        NA                          <NA>     NA         NA
## 484          0        NA                          <NA>     NA         NA
## 485         NA        NA                          <NA>     NA         NA
## 486          0        NA                          <NA>     NA         NA
## 487         NA        NA                          <NA>     NA         NA
## 488         NA        NA                          <NA>     NA         NA
## 489         NA        NA                          <NA>     NA         NA
## 490         NA        NA                          <NA>     NA         NA
## 491         NA        NA                          <NA>     NA         NA
## 492          0        NA                          <NA>     NA         NA
## 493          0        NA                          <NA>     NA         NA
## 494          0        NA                          <NA>     NA         NA
## 495          0        NA                          <NA>     NA         NA
## 496         NA        NA                          <NA>     NA         NA
## 497         NA        NA                          <NA>     NA         NA
## 498         NA        NA                          <NA>     NA         NA
## 499          0        NA                          <NA>     NA         NA
## 500          0        NA                          <NA>     NA         NA
## 501          0        NA                          <NA>     NA         NA
## 502          0        NA                          <NA>     NA         NA
## 503         NA        NA                          <NA>     NA         NA
## 504         NA        NA                          <NA>     NA         NA
## 505         NA        NA                          <NA>     NA         NA
## 506         NA        NA                          <NA>     NA         NA
## 507          0        NA                          <NA>     NA         NA
## 508         NA        NA                          <NA>     NA         NA
## 509         NA        NA                          <NA>     NA         NA
## 510          0        NA                          <NA>     NA         NA
## 511          0        NA                          <NA>     NA         NA
## 512         NA        NA                          <NA>     NA         NA
## 513         NA        NA                          <NA>     NA         NA
## 514         NA        NA                          <NA>     NA         NA
## 515         NA        NA                          <NA>     NA         NA
## 516         NA        NA                          <NA>     NA         NA
## 517         NA        NA                          <NA>     NA         NA
## 518         NA        NA                          <NA>     NA         NA
## 519          0        NA                          <NA>     NA         NA
## 520         NA        NA                          <NA>     NA         NA
## 521         NA        NA                          <NA>     NA         NA
## 522         NA        NA                          <NA>     NA         NA
## 523         NA        NA                          <NA>     NA         NA
## 524         NA        NA                          <NA>     NA         NA
## 525         NA        NA                          <NA>     NA         NA
## 526         NA        NA                          <NA>     NA         NA
## 527         NA        NA                          <NA>     NA         NA
## 528         NA        NA                          <NA>     NA         NA
## 529         NA        NA                          <NA>     NA         NA
## 530         NA        NA                          <NA>     NA         NA
## 531          0        NA                          <NA>     NA         NA
## 532         NA        NA                          <NA>     NA         NA
## 533          0        NA                          <NA>     NA         NA
## 534          0        NA                          <NA>     NA         NA
## 535         NA        NA                          <NA>     NA         NA
## 536         NA        NA                          <NA>     NA         NA
## 537         NA        NA                          <NA>     NA         NA
## 538         NA        NA                          <NA>     NA         NA
## 539          0        NA                          <NA>     NA         NA
## 540         NA        NA                          <NA>     NA         NA
## 541         NA        NA                          <NA>     NA         NA
## 542         NA        NA                          <NA>     NA         NA
## 543         NA        NA                          <NA>     NA         NA
## 544         NA        NA                          <NA>     NA         NA
## 545         NA        NA                          <NA>     NA         NA
## 546         NA        NA                          <NA>     NA         NA
## 547         NA        NA                          <NA>     NA         NA
## 548          1        10                       Unknown     NA         NA
## 549         NA        NA                          <NA>     NA         NA
## 550         NA        NA                          <NA>     NA         NA
## 551          1         3           Call (pre-incident)     NA         NA
## 552         NA        NA                          <NA>     NA         NA
## 553         NA        NA                          <NA>     NA         NA
## 554         NA        NA                          <NA>     NA         NA
## 555         NA        NA                          <NA>     NA         NA
## 556         NA        NA                          <NA>     NA         NA
## 557         NA        NA                          <NA>     NA         NA
## 558         NA        NA                          <NA>     NA         NA
## 559          0        NA                          <NA>     NA         NA
## 560         NA        NA                          <NA>     NA         NA
## 561         NA        NA                          <NA>     NA         NA
## 562         NA        NA                          <NA>     NA         NA
## 563         NA        NA                          <NA>     NA         NA
## 564         NA        NA                          <NA>     NA         NA
## 565          0        NA                          <NA>     NA         NA
## 566         NA        NA                          <NA>     NA         NA
## 567          0        NA                          <NA>     NA         NA
## 568         NA        NA                          <NA>     NA         NA
## 569         NA        NA                          <NA>     NA         NA
## 570         NA        NA                          <NA>     NA         NA
## 571          0        NA                          <NA>     NA         NA
## 572          0        NA                          <NA>     NA         NA
## 573          0        NA                          <NA>     NA         NA
## 574         NA        NA                          <NA>     NA         NA
## 575         NA        NA                          <NA>     NA         NA
## 576         NA        NA                          <NA>     NA         NA
## 577         NA        NA                          <NA>     NA         NA
## 578          0        NA                          <NA>     NA         NA
## 579          0        NA                          <NA>     NA         NA
## 580          0        NA                          <NA>     NA         NA
## 581          0        NA                          <NA>     NA         NA
## 582          0        NA                          <NA>     NA         NA
## 583          0        NA                          <NA>     NA         NA
## 584          0        NA                          <NA>     NA         NA
## 585         NA        NA                          <NA>     NA         NA
## 586         NA        NA                          <NA>     NA         NA
## 587         NA        NA                          <NA>     NA         NA
## 588         NA        NA                          <NA>     NA         NA
## 589          0        NA                          <NA>     NA         NA
## 590          0        NA                          <NA>     NA         NA
## 591         NA        NA                          <NA>     NA         NA
## 592         NA        NA                          <NA>     NA         NA
## 593         NA        NA                          <NA>     NA         NA
## 594          0        NA                          <NA>     NA         NA
## 595          0        NA                          <NA>     NA         NA
## 596          0        NA                          <NA>     NA         NA
## 597         NA        NA                          <NA>     NA         NA
## 598         NA        NA                          <NA>     NA         NA
## 599          0        NA                          <NA>     NA         NA
## 600         NA        NA                          <NA>     NA         NA
## 601         NA        NA                          <NA>     NA         NA
## 602         NA        NA                          <NA>     NA         NA
## 603         NA        NA                          <NA>     NA         NA
## 604         NA        NA                          <NA>     NA         NA
## 605          0        NA                          <NA>     NA         NA
## 606         NA        NA                          <NA>     NA         NA
## 607          1         5            Note left at scene     NA         NA
## 608         NA        NA                          <NA>     NA         NA
## 609         NA        NA                          <NA>     NA         NA
## 610         NA        NA                          <NA>     NA         NA
## 611         NA        NA                          <NA>     NA         NA
## 612         NA        NA                          <NA>     NA         NA
## 613          0        NA                          <NA>     NA         NA
## 614          0        NA                          <NA>     NA         NA
## 615         NA        NA                          <NA>     NA         NA
## 616          0        NA                          <NA>     NA         NA
## 617         NA        NA                          <NA>     NA         NA
## 618         NA        NA                          <NA>     NA         NA
## 619         NA        NA                          <NA>     NA         NA
## 620         NA        NA                          <NA>     NA         NA
## 621          0        NA                          <NA>     NA         NA
## 622          0        NA                          <NA>     NA         NA
## 623         NA        NA                          <NA>     NA         NA
## 624         NA        NA                          <NA>     NA         NA
## 625         NA        NA                          <NA>     NA         NA
## 626         NA        NA                          <NA>     NA         NA
## 627         NA        NA                          <NA>     NA         NA
## 628         NA        NA                          <NA>     NA         NA
## 629          0        NA                          <NA>     NA         NA
## 630         NA        NA                          <NA>     NA         NA
## 631         NA        NA                          <NA>     NA         NA
## 632         NA        NA                          <NA>     NA         NA
## 633         NA        NA                          <NA>     NA         NA
## 634         NA        NA                          <NA>     NA         NA
## 635          0        NA                          <NA>     NA         NA
## 636         NA        NA                          <NA>     NA         NA
## 637          0        NA                          <NA>     NA         NA
## 638         NA        NA                          <NA>     NA         NA
## 639         NA        NA                          <NA>     NA         NA
## 640          0        NA                          <NA>     NA         NA
## 641         NA        NA                          <NA>     NA         NA
## 642          0        NA                          <NA>     NA         NA
## 643          0        NA                          <NA>     NA         NA
## 644         NA        NA                          <NA>     NA         NA
## 645         NA        NA                          <NA>     NA         NA
## 646          0        NA                          <NA>     NA         NA
## 647         NA        NA                          <NA>     NA         NA
## 648         NA        NA                          <NA>     NA         NA
## 649         NA        NA                          <NA>     NA         NA
## 650         NA        NA                          <NA>     NA         NA
## 651          0        NA                          <NA>     NA         NA
## 652          0        NA                          <NA>     NA         NA
## 653         NA        NA                          <NA>     NA         NA
## 654          0        NA                          <NA>     NA         NA
## 655          0        NA                          <NA>     NA         NA
## 656          0        NA                          <NA>     NA         NA
## 657         NA        NA                          <NA>     NA         NA
## 658         NA        NA                          <NA>     NA         NA
## 659         NA        NA                          <NA>     NA         NA
## 660         NA        NA                          <NA>     NA         NA
## 661          0        NA                          <NA>     NA         NA
## 662          0        NA                          <NA>     NA         NA
## 663         NA        NA                          <NA>     NA         NA
## 664         NA        NA                          <NA>     NA         NA
## 665          0        NA                          <NA>     NA         NA
## 666          0        NA                          <NA>     NA         NA
## 667         NA        NA                          <NA>     NA         NA
## 668         NA        NA                          <NA>     NA         NA
## 669         NA        NA                          <NA>     NA         NA
## 670          0        NA                          <NA>     NA         NA
## 671          0        NA                          <NA>     NA         NA
## 672         NA        NA                          <NA>     NA         NA
## 673         NA        NA                          <NA>     NA         NA
## 674          0        NA                          <NA>     NA         NA
## 675          0        NA                          <NA>     NA         NA
## 676          0        NA                          <NA>     NA         NA
## 677         NA        NA                          <NA>     NA         NA
## 678         NA        NA                          <NA>     NA         NA
## 679         NA        NA                          <NA>     NA         NA
## 680         NA        NA                          <NA>     NA         NA
## 681         NA        NA                          <NA>     NA         NA
## 682          1         3           Call (pre-incident)     NA         NA
## 683         NA        NA                          <NA>     NA         NA
## 684         NA        NA                          <NA>     NA         NA
## 685          0        NA                          <NA>     NA         NA
## 686         NA        NA                          <NA>     NA         NA
## 687         NA        NA                          <NA>     NA         NA
## 688         NA        NA                          <NA>     NA         NA
## 689         NA        NA                          <NA>     NA         NA
## 690         NA        NA                          <NA>     NA         NA
## 691         NA        NA                          <NA>     NA         NA
## 692         NA        NA                          <NA>     NA         NA
## 693         NA        NA                          <NA>     NA         NA
## 694         NA        NA                          <NA>     NA         NA
## 695         NA        NA                          <NA>     NA         NA
## 696         NA        NA                          <NA>     NA         NA
## 697         NA        NA                          <NA>     NA         NA
## 698         NA        NA                          <NA>     NA         NA
## 699         NA        NA                          <NA>     NA         NA
## 700          0        NA                          <NA>     NA         NA
## 701         NA        NA                          <NA>     NA         NA
## 702         NA        NA                          <NA>     NA         NA
## 703         NA        NA                          <NA>     NA         NA
## 704         NA        NA                          <NA>     NA         NA
## 705         NA        NA                          <NA>     NA         NA
## 706         NA        NA                          <NA>     NA         NA
## 707         NA        NA                          <NA>     NA         NA
## 708          0        NA                          <NA>     NA         NA
## 709         NA        NA                          <NA>     NA         NA
## 710         NA        NA                          <NA>     NA         NA
## 711          0        NA                          <NA>     NA         NA
## 712         NA        NA                          <NA>     NA         NA
## 713         NA        NA                          <NA>     NA         NA
## 714         NA        NA                          <NA>     NA         NA
## 715         NA        NA                          <NA>     NA         NA
## 716         NA        NA                          <NA>     NA         NA
## 717          0        NA                          <NA>     NA         NA
## 718          0        NA                          <NA>     NA         NA
## 719         NA        NA                          <NA>     NA         NA
## 720         NA        NA                          <NA>     NA         NA
## 721          0        NA                          <NA>     NA         NA
## 722          0        NA                          <NA>     NA         NA
## 723          0        NA                          <NA>     NA         NA
## 724          0        NA                          <NA>     NA         NA
## 725          0        NA                          <NA>     NA         NA
## 726         NA        NA                          <NA>     NA         NA
## 727         NA        NA                          <NA>     NA         NA
## 728         NA        NA                          <NA>     NA         NA
## 729         NA        NA                          <NA>     NA         NA
## 730         NA        NA                          <NA>     NA         NA
## 731          0        NA                          <NA>     NA         NA
## 732         NA        NA                          <NA>     NA         NA
## 733         NA        NA                          <NA>     NA         NA
## 734          1         5            Note left at scene     NA         NA
## 735         NA        NA                          <NA>     NA         NA
## 736          0        NA                          <NA>     NA         NA
## 737         NA        NA                          <NA>     NA         NA
## 738          0        NA                          <NA>     NA         NA
## 739         NA        NA                          <NA>     NA         NA
## 740         NA        NA                          <NA>     NA         NA
##                       claimmode2_txt claim3 claimmode3
## 1                               <NA>     NA         NA
## 2                               <NA>     NA         NA
## 3                               <NA>     NA         NA
## 4                               <NA>     NA         NA
## 5                               <NA>     NA         NA
## 6                               <NA>     NA         NA
## 7                               <NA>     NA         NA
## 8                               <NA>     NA         NA
## 9                               <NA>     NA         NA
## 10                              <NA>     NA         NA
## 11                              <NA>     NA         NA
## 12                              <NA>     NA         NA
## 13                              <NA>     NA         NA
## 14                              <NA>     NA         NA
## 15                              <NA>     NA         NA
## 16                              <NA>     NA         NA
## 17                              <NA>     NA         NA
## 18                              <NA>     NA         NA
## 19                              <NA>     NA         NA
## 20                              <NA>     NA         NA
## 21                              <NA>     NA         NA
## 22                              <NA>     NA         NA
## 23                              <NA>     NA         NA
## 24                              <NA>     NA         NA
## 25                              <NA>     NA         NA
## 26                              <NA>     NA         NA
## 27                              <NA>     NA         NA
## 28                              <NA>     NA         NA
## 29                              <NA>     NA         NA
## 30                              <NA>     NA         NA
## 31                              <NA>     NA         NA
## 32                              <NA>     NA         NA
## 33                              <NA>     NA         NA
## 34                              <NA>     NA         NA
## 35                              <NA>     NA         NA
## 36                              <NA>     NA         NA
## 37                              <NA>     NA         NA
## 38                              <NA>     NA         NA
## 39                              <NA>     NA         NA
## 40                              <NA>     NA         NA
## 41                              <NA>     NA         NA
## 42                              <NA>     NA         NA
## 43                              <NA>     NA         NA
## 44                              <NA>     NA         NA
## 45                              <NA>     NA         NA
## 46                              <NA>     NA         NA
## 47                              <NA>     NA         NA
## 48                              <NA>     NA         NA
## 49                              <NA>     NA         NA
## 50                              <NA>     NA         NA
## 51                              <NA>     NA         NA
## 52                              <NA>     NA         NA
## 53                              <NA>     NA         NA
## 54                              <NA>     NA         NA
## 55                              <NA>     NA         NA
## 56                              <NA>     NA         NA
## 57                              <NA>     NA         NA
## 58                              <NA>     NA         NA
## 59                              <NA>     NA         NA
## 60                              <NA>     NA         NA
## 61                              <NA>     NA         NA
## 62                              <NA>     NA         NA
## 63                              <NA>     NA         NA
## 64                              <NA>     NA         NA
## 65                              <NA>     NA         NA
## 66                              <NA>     NA         NA
## 67                              <NA>     NA         NA
## 68                              <NA>     NA         NA
## 69                              <NA>     NA         NA
## 70                              <NA>     NA         NA
## 71                              <NA>     NA         NA
## 72                              <NA>     NA         NA
## 73                              <NA>     NA         NA
## 74                              <NA>     NA         NA
## 75                              <NA>     NA         NA
## 76                              <NA>     NA         NA
## 77                              <NA>     NA         NA
## 78                              <NA>     NA         NA
## 79                              <NA>     NA         NA
## 80                              <NA>     NA         NA
## 81                              <NA>     NA         NA
## 82                              <NA>     NA         NA
## 83                              <NA>     NA         NA
## 84                              <NA>     NA         NA
## 85                              <NA>     NA         NA
## 86                              <NA>     NA         NA
## 87                              <NA>     NA         NA
## 88                              <NA>     NA         NA
## 89                              <NA>     NA         NA
## 90                              <NA>     NA         NA
## 91                              <NA>     NA         NA
## 92                              <NA>     NA         NA
## 93                              <NA>     NA         NA
## 94                              <NA>     NA         NA
## 95                              <NA>     NA         NA
## 96                              <NA>     NA         NA
## 97                              <NA>     NA         NA
## 98                              <NA>     NA         NA
## 99                              <NA>     NA         NA
## 100                             <NA>     NA         NA
## 101                             <NA>     NA         NA
## 102                             <NA>     NA         NA
## 103                             <NA>     NA         NA
## 104                             <NA>     NA         NA
## 105                             <NA>     NA         NA
## 106                             <NA>     NA         NA
## 107                             <NA>     NA         NA
## 108                             <NA>     NA         NA
## 109                             <NA>     NA         NA
## 110                             <NA>     NA         NA
## 111                             <NA>     NA         NA
## 112                             <NA>     NA         NA
## 113                             <NA>     NA         NA
## 114                             <NA>     NA         NA
## 115                             <NA>     NA         NA
## 116                             <NA>     NA         NA
## 117                             <NA>     NA         NA
## 118                             <NA>     NA         NA
## 119                             <NA>     NA         NA
## 120                             <NA>     NA         NA
## 121                             <NA>     NA         NA
## 122                             <NA>     NA         NA
## 123                             <NA>     NA         NA
## 124                             <NA>     NA         NA
## 125                             <NA>     NA         NA
## 126                             <NA>     NA         NA
## 127                             <NA>     NA         NA
## 128                             <NA>     NA         NA
## 129                             <NA>     NA         NA
## 130                             <NA>     NA         NA
## 131                             <NA>     NA         NA
## 132                             <NA>     NA         NA
## 133                             <NA>     NA         NA
## 134                             <NA>     NA         NA
## 135                             <NA>     NA         NA
## 136                             <NA>     NA         NA
## 137                             <NA>     NA         NA
## 138                             <NA>     NA         NA
## 139                             <NA>     NA         NA
## 140                             <NA>     NA         NA
## 141                             <NA>     NA         NA
## 142                             <NA>     NA         NA
## 143                             <NA>     NA         NA
## 144                             <NA>     NA         NA
## 145                             <NA>     NA         NA
## 146                             <NA>     NA         NA
## 147                             <NA>     NA         NA
## 148                             <NA>     NA         NA
## 149                             <NA>     NA         NA
## 150                             <NA>     NA         NA
## 151                             <NA>     NA         NA
## 152                             <NA>     NA         NA
## 153                             <NA>     NA         NA
## 154                             <NA>     NA         NA
## 155                             <NA>     NA         NA
## 156                             <NA>     NA         NA
## 157                             <NA>     NA         NA
## 158                             <NA>     NA         NA
## 159                             <NA>     NA         NA
## 160                             <NA>     NA         NA
## 161                             <NA>     NA         NA
## 162                             <NA>     NA         NA
## 163                             <NA>     NA         NA
## 164                             <NA>     NA         NA
## 165                             <NA>     NA         NA
## 166                             <NA>     NA         NA
## 167                             <NA>     NA         NA
## 168                             <NA>     NA         NA
## 169                             <NA>     NA         NA
## 170                             <NA>     NA         NA
## 171                             <NA>     NA         NA
## 172                             <NA>     NA         NA
## 173                             <NA>     NA         NA
## 174                             <NA>     NA         NA
## 175                             <NA>     NA         NA
## 176                             <NA>     NA         NA
## 177                             <NA>     NA         NA
## 178                             <NA>     NA         NA
## 179                             <NA>     NA         NA
## 180                             <NA>     NA         NA
## 181                             <NA>     NA         NA
## 182                             <NA>     NA         NA
## 183                             <NA>     NA         NA
## 184                             <NA>     NA         NA
## 185                             <NA>     NA         NA
## 186                             <NA>     NA         NA
## 187                             <NA>     NA         NA
## 188                             <NA>     NA         NA
## 189                             <NA>     NA         NA
## 190                             <NA>     NA         NA
## 191                             <NA>     NA         NA
## 192                             <NA>     NA         NA
## 193                             <NA>     NA         NA
## 194                             <NA>     NA         NA
## 195                             <NA>     NA         NA
## 196                             <NA>     NA         NA
## 197                             <NA>     NA         NA
## 198                             <NA>     NA         NA
## 199                             <NA>     NA         NA
## 200                             <NA>     NA         NA
## 201                             <NA>     NA         NA
## 202                             <NA>     NA         NA
## 203                             <NA>     NA         NA
## 204                             <NA>     NA         NA
## 205                             <NA>     NA         NA
## 206                             <NA>     NA         NA
## 207                             <NA>     NA         NA
## 208                             <NA>     NA         NA
## 209                             <NA>     NA         NA
## 210                             <NA>     NA         NA
## 211                             <NA>     NA         NA
## 212                             <NA>     NA         NA
## 213                             <NA>     NA         NA
## 214                             <NA>     NA         NA
## 215                             <NA>     NA         NA
## 216                             <NA>     NA         NA
## 217                             <NA>     NA         NA
## 218                             <NA>     NA         NA
## 219                             <NA>     NA         NA
## 220                             <NA>     NA         NA
## 221                             <NA>     NA         NA
## 222                             <NA>     NA         NA
## 223                             <NA>     NA         NA
## 224                             <NA>     NA         NA
## 225                             <NA>     NA         NA
## 226                             <NA>     NA         NA
## 227                             <NA>     NA         NA
## 228                             <NA>     NA         NA
## 229                             <NA>     NA         NA
## 230                             <NA>     NA         NA
## 231                             <NA>     NA         NA
## 232                             <NA>     NA         NA
## 233                             <NA>     NA         NA
## 234                             <NA>     NA         NA
## 235                             <NA>     NA         NA
## 236                             <NA>     NA         NA
## 237                             <NA>     NA         NA
## 238                             <NA>     NA         NA
## 239                             <NA>     NA         NA
## 240                             <NA>     NA         NA
## 241                             <NA>     NA         NA
## 242                             <NA>     NA         NA
## 243                             <NA>     NA         NA
## 244                             <NA>     NA         NA
## 245                             <NA>     NA         NA
## 246                             <NA>     NA         NA
## 247                             <NA>     NA         NA
## 248                             <NA>     NA         NA
## 249                             <NA>     NA         NA
## 250                             <NA>     NA         NA
## 251                             <NA>     NA         NA
## 252                             <NA>     NA         NA
## 253                             <NA>     NA         NA
## 254                             <NA>     NA         NA
## 255                             <NA>     NA         NA
## 256                             <NA>     NA         NA
## 257                             <NA>     NA         NA
## 258                             <NA>     NA         NA
## 259                             <NA>     NA         NA
## 260                             <NA>     NA         NA
## 261                             <NA>     NA         NA
## 262                             <NA>     NA         NA
## 263                             <NA>     NA         NA
## 264                             <NA>     NA         NA
## 265                             <NA>     NA         NA
## 266                             <NA>     NA         NA
## 267                             <NA>     NA         NA
## 268                             <NA>     NA         NA
## 269                             <NA>     NA         NA
## 270                             <NA>     NA         NA
## 271                             <NA>     NA         NA
## 272                             <NA>     NA         NA
## 273                             <NA>     NA         NA
## 274                             <NA>     NA         NA
## 275                             <NA>     NA         NA
## 276                             <NA>     NA         NA
## 277                             <NA>     NA         NA
## 278                             <NA>     NA         NA
## 279                             <NA>     NA         NA
## 280                             <NA>     NA         NA
## 281                             <NA>     NA         NA
## 282                             <NA>     NA         NA
## 283                             <NA>     NA         NA
## 284                             <NA>     NA         NA
## 285                             <NA>     NA         NA
## 286                             <NA>     NA         NA
## 287                             <NA>     NA         NA
## 288                             <NA>     NA         NA
## 289                             <NA>     NA         NA
## 290                             <NA>     NA         NA
## 291                             <NA>     NA         NA
## 292                             <NA>     NA         NA
## 293                             <NA>     NA         NA
## 294                             <NA>     NA         NA
## 295                             <NA>     NA         NA
## 296                             <NA>     NA         NA
## 297                             <NA>     NA         NA
## 298                             <NA>     NA         NA
## 299                             <NA>     NA         NA
## 300                             <NA>     NA         NA
## 301                             <NA>     NA         NA
## 302                             <NA>     NA         NA
## 303                             <NA>     NA         NA
## 304                             <NA>     NA         NA
## 305                             <NA>     NA         NA
## 306                             <NA>     NA         NA
## 307                             <NA>     NA         NA
## 308                             <NA>     NA         NA
## 309                             <NA>     NA         NA
## 310                             <NA>     NA         NA
## 311                             <NA>     NA         NA
## 312                             <NA>     NA         NA
## 313                             <NA>     NA         NA
## 314                             <NA>     NA         NA
## 315                             <NA>     NA         NA
## 316                             <NA>     NA         NA
## 317                             <NA>     NA         NA
## 318                             <NA>     NA         NA
## 319                             <NA>     NA         NA
## 320                             <NA>     NA         NA
## 321                             <NA>     NA         NA
## 322                             <NA>     NA         NA
## 323                             <NA>     NA         NA
## 324                             <NA>     NA         NA
## 325                             <NA>     NA         NA
## 326                             <NA>     NA         NA
## 327                             <NA>     NA         NA
## 328                             <NA>     NA         NA
## 329                             <NA>     NA         NA
## 330                             <NA>     NA         NA
## 331                             <NA>     NA         NA
## 332                             <NA>     NA         NA
## 333                             <NA>     NA         NA
## 334                             <NA>     NA         NA
## 335                             <NA>     NA         NA
## 336                             <NA>     NA         NA
## 337                             <NA>     NA         NA
## 338                             <NA>     NA         NA
## 339                             <NA>     NA         NA
## 340                             <NA>     NA         NA
## 341                             <NA>     NA         NA
## 342                             <NA>     NA         NA
## 343                             <NA>     NA         NA
## 344                             <NA>     NA         NA
## 345                             <NA>     NA         NA
## 346                             <NA>     NA         NA
## 347                             <NA>     NA         NA
## 348                             <NA>     NA         NA
## 349                             <NA>     NA         NA
## 350                             <NA>     NA         NA
## 351                             <NA>     NA         NA
## 352                             <NA>     NA         NA
## 353                             <NA>     NA         NA
## 354                             <NA>     NA         NA
## 355                             <NA>     NA         NA
## 356                             <NA>     NA         NA
## 357                             <NA>     NA         NA
## 358                             <NA>     NA         NA
## 359                             <NA>     NA         NA
## 360                             <NA>     NA         NA
## 361                             <NA>     NA         NA
## 362                             <NA>     NA         NA
## 363                             <NA>     NA         NA
## 364                             <NA>     NA         NA
## 365                             <NA>     NA         NA
## 366                             <NA>     NA         NA
## 367                             <NA>     NA         NA
## 368                             <NA>     NA         NA
## 369                             <NA>     NA         NA
## 370                             <NA>     NA         NA
## 371                             <NA>     NA         NA
## 372                             <NA>     NA         NA
## 373                             <NA>     NA         NA
## 374                             <NA>     NA         NA
## 375                             <NA>     NA         NA
## 376                             <NA>     NA         NA
## 377                             <NA>     NA         NA
## 378                             <NA>     NA         NA
## 379                             <NA>     NA         NA
## 380                             <NA>     NA         NA
## 381                             <NA>     NA         NA
## 382                             <NA>     NA         NA
## 383                             <NA>     NA         NA
## 384                             <NA>     NA         NA
## 385                             <NA>     NA         NA
## 386                             <NA>     NA         NA
## 387                             <NA>     NA         NA
## 388                             <NA>     NA         NA
## 389                             <NA>     NA         NA
## 390                             <NA>     NA         NA
## 391                             <NA>     NA         NA
## 392                             <NA>     NA         NA
## 393                             <NA>     NA         NA
## 394                             <NA>     NA         NA
## 395                             <NA>     NA         NA
## 396                             <NA>     NA         NA
## 397                             <NA>     NA         NA
## 398                             <NA>     NA         NA
## 399                             <NA>     NA         NA
## 400                             <NA>     NA         NA
## 401                             <NA>     NA         NA
## 402                             <NA>     NA         NA
## 403                             <NA>     NA         NA
## 404                             <NA>     NA         NA
## 405                             <NA>     NA         NA
## 406                             <NA>     NA         NA
## 407                             <NA>     NA         NA
## 408                             <NA>     NA         NA
## 409                             <NA>     NA         NA
## 410                             <NA>     NA         NA
## 411                             <NA>     NA         NA
## 412                             <NA>     NA         NA
## 413                             <NA>     NA         NA
## 414                             <NA>     NA         NA
## 415                             <NA>     NA         NA
## 416                             <NA>     NA         NA
## 417                             <NA>     NA         NA
## 418                             <NA>     NA         NA
## 419                             <NA>     NA         NA
## 420                             <NA>     NA         NA
## 421                             <NA>     NA         NA
## 422                             <NA>     NA         NA
## 423                             <NA>     NA         NA
## 424                             <NA>     NA         NA
## 425                             <NA>     NA         NA
## 426                             <NA>     NA         NA
## 427                             <NA>     NA         NA
## 428                             <NA>     NA         NA
## 429                             <NA>     NA         NA
## 430                             <NA>     NA         NA
## 431                             <NA>     NA         NA
## 432                             <NA>     NA         NA
## 433                             <NA>     NA         NA
## 434                             <NA>     NA         NA
## 435                             <NA>     NA         NA
## 436                             <NA>     NA         NA
## 437                             <NA>     NA         NA
## 438                             <NA>     NA         NA
## 439                             <NA>     NA         NA
## 440                             <NA>     NA         NA
## 441                             <NA>     NA         NA
## 442                             <NA>     NA         NA
## 443                             <NA>     NA         NA
## 444                             <NA>     NA         NA
## 445                             <NA>     NA         NA
## 446                             <NA>     NA         NA
## 447                             <NA>     NA         NA
## 448                             <NA>     NA         NA
## 449                             <NA>     NA         NA
## 450                             <NA>     NA         NA
## 451                             <NA>     NA         NA
## 452                             <NA>     NA         NA
## 453                             <NA>     NA         NA
## 454                             <NA>     NA         NA
## 455                             <NA>     NA         NA
## 456                             <NA>     NA         NA
## 457                             <NA>     NA         NA
## 458                             <NA>     NA         NA
## 459                             <NA>     NA         NA
## 460                             <NA>     NA         NA
## 461                             <NA>     NA         NA
## 462                             <NA>     NA         NA
## 463                             <NA>     NA         NA
## 464                             <NA>     NA         NA
## 465                             <NA>     NA         NA
## 466                             <NA>     NA         NA
## 467                             <NA>     NA         NA
## 468                             <NA>     NA         NA
## 469                             <NA>     NA         NA
## 470                             <NA>     NA         NA
## 471                             <NA>     NA         NA
## 472                             <NA>     NA         NA
## 473                             <NA>     NA         NA
## 474                             <NA>     NA         NA
## 475                             <NA>     NA         NA
## 476                             <NA>     NA         NA
## 477                             <NA>     NA         NA
## 478                             <NA>     NA         NA
## 479                             <NA>     NA         NA
## 480                             <NA>     NA         NA
## 481                             <NA>     NA         NA
## 482                             <NA>     NA         NA
## 483                             <NA>     NA         NA
## 484                             <NA>     NA         NA
## 485                             <NA>     NA         NA
## 486                             <NA>     NA         NA
## 487                             <NA>     NA         NA
## 488                             <NA>     NA         NA
## 489                             <NA>     NA         NA
## 490                             <NA>     NA         NA
## 491                             <NA>     NA         NA
## 492                             <NA>     NA         NA
## 493                             <NA>     NA         NA
## 494                             <NA>     NA         NA
## 495                             <NA>     NA         NA
## 496                             <NA>     NA         NA
## 497                             <NA>     NA         NA
## 498                             <NA>     NA         NA
## 499                             <NA>     NA         NA
## 500                             <NA>     NA         NA
## 501                             <NA>     NA         NA
## 502                             <NA>     NA         NA
## 503                             <NA>     NA         NA
## 504                             <NA>     NA         NA
## 505                             <NA>     NA         NA
## 506                             <NA>     NA         NA
## 507                             <NA>     NA         NA
## 508                             <NA>     NA         NA
## 509                             <NA>     NA         NA
## 510                             <NA>     NA         NA
## 511                             <NA>     NA         NA
## 512                             <NA>     NA         NA
## 513                             <NA>     NA         NA
## 514                             <NA>     NA         NA
## 515                             <NA>     NA         NA
## 516                             <NA>     NA         NA
## 517                             <NA>     NA         NA
## 518                             <NA>     NA         NA
## 519                             <NA>     NA         NA
## 520                             <NA>     NA         NA
## 521                             <NA>     NA         NA
## 522                             <NA>     NA         NA
## 523                             <NA>     NA         NA
## 524                             <NA>     NA         NA
## 525                             <NA>     NA         NA
## 526                             <NA>     NA         NA
## 527                             <NA>     NA         NA
## 528                             <NA>     NA         NA
## 529                             <NA>     NA         NA
## 530                             <NA>     NA         NA
## 531                             <NA>     NA         NA
## 532                             <NA>     NA         NA
## 533                             <NA>     NA         NA
## 534                             <NA>     NA         NA
## 535                             <NA>     NA         NA
## 536                             <NA>     NA         NA
## 537                             <NA>     NA         NA
## 538                             <NA>     NA         NA
## 539                             <NA>     NA         NA
## 540                             <NA>     NA         NA
## 541                             <NA>     NA         NA
## 542                             <NA>     NA         NA
## 543                             <NA>     NA         NA
## 544                             <NA>     NA         NA
## 545                             <NA>     NA         NA
## 546                             <NA>     NA         NA
## 547                             <NA>     NA         NA
## 548                             <NA>     NA         NA
## 549                             <NA>     NA         NA
## 550                             <NA>     NA         NA
## 551                             <NA>     NA         NA
## 552                             <NA>     NA         NA
## 553                             <NA>     NA         NA
## 554                             <NA>     NA         NA
## 555                             <NA>     NA         NA
## 556                             <NA>     NA         NA
## 557                             <NA>     NA         NA
## 558                             <NA>     NA         NA
## 559                             <NA>     NA         NA
## 560                             <NA>     NA         NA
## 561                             <NA>     NA         NA
## 562                             <NA>     NA         NA
## 563                             <NA>     NA         NA
## 564                             <NA>     NA         NA
## 565                             <NA>     NA         NA
## 566                             <NA>     NA         NA
## 567                             <NA>     NA         NA
## 568                             <NA>     NA         NA
## 569                             <NA>     NA         NA
## 570                             <NA>     NA         NA
## 571                             <NA>     NA         NA
## 572                             <NA>     NA         NA
## 573                             <NA>     NA         NA
## 574                             <NA>     NA         NA
## 575                             <NA>     NA         NA
## 576                             <NA>     NA         NA
## 577                             <NA>     NA         NA
## 578                             <NA>     NA         NA
## 579                             <NA>     NA         NA
## 580                             <NA>     NA         NA
## 581                             <NA>     NA         NA
## 582                             <NA>     NA         NA
## 583                             <NA>     NA         NA
## 584                             <NA>     NA         NA
## 585                             <NA>     NA         NA
## 586                             <NA>     NA         NA
## 587                             <NA>     NA         NA
## 588                             <NA>     NA         NA
## 589                             <NA>     NA         NA
## 590                             <NA>     NA         NA
## 591                             <NA>     NA         NA
## 592                             <NA>     NA         NA
## 593                             <NA>     NA         NA
## 594                             <NA>     NA         NA
## 595                             <NA>     NA         NA
## 596                             <NA>     NA         NA
## 597                             <NA>     NA         NA
## 598                             <NA>     NA         NA
## 599                             <NA>     NA         NA
## 600                             <NA>     NA         NA
## 601                             <NA>     NA         NA
## 602                             <NA>     NA         NA
## 603                             <NA>     NA         NA
## 604                             <NA>     NA         NA
## 605                             <NA>     NA         NA
## 606                             <NA>     NA         NA
## 607                             <NA>     NA         NA
## 608                             <NA>     NA         NA
## 609                             <NA>     NA         NA
## 610                             <NA>     NA         NA
## 611                             <NA>     NA         NA
## 612                             <NA>     NA         NA
## 613                             <NA>     NA         NA
## 614                             <NA>     NA         NA
## 615                             <NA>     NA         NA
## 616                             <NA>     NA         NA
## 617                             <NA>     NA         NA
## 618                             <NA>     NA         NA
## 619                             <NA>     NA         NA
## 620                             <NA>     NA         NA
## 621                             <NA>     NA         NA
## 622                             <NA>     NA         NA
## 623                             <NA>     NA         NA
## 624                             <NA>     NA         NA
## 625                             <NA>     NA         NA
## 626                             <NA>     NA         NA
## 627                             <NA>     NA         NA
## 628                             <NA>     NA         NA
## 629                             <NA>     NA         NA
## 630                             <NA>     NA         NA
## 631                             <NA>     NA         NA
## 632                             <NA>     NA         NA
## 633                             <NA>     NA         NA
## 634                             <NA>     NA         NA
## 635                             <NA>     NA         NA
## 636                             <NA>     NA         NA
## 637                             <NA>     NA         NA
## 638                             <NA>     NA         NA
## 639                             <NA>     NA         NA
## 640                             <NA>     NA         NA
## 641                             <NA>     NA         NA
## 642                             <NA>     NA         NA
## 643                             <NA>     NA         NA
## 644                             <NA>     NA         NA
## 645                             <NA>     NA         NA
## 646                             <NA>     NA         NA
## 647                             <NA>     NA         NA
## 648                             <NA>     NA         NA
## 649                             <NA>     NA         NA
## 650                             <NA>     NA         NA
## 651                             <NA>     NA         NA
## 652                             <NA>     NA         NA
## 653                             <NA>     NA         NA
## 654                             <NA>     NA         NA
## 655                             <NA>     NA         NA
## 656                             <NA>     NA         NA
## 657                             <NA>     NA         NA
## 658                             <NA>     NA         NA
## 659                             <NA>     NA         NA
## 660                             <NA>     NA         NA
## 661                             <NA>     NA         NA
## 662                             <NA>     NA         NA
## 663                             <NA>     NA         NA
## 664                             <NA>     NA         NA
## 665                             <NA>     NA         NA
## 666                             <NA>     NA         NA
## 667                             <NA>     NA         NA
## 668                             <NA>     NA         NA
## 669                             <NA>     NA         NA
## 670                             <NA>     NA         NA
## 671                             <NA>     NA         NA
## 672                             <NA>     NA         NA
## 673                             <NA>     NA         NA
## 674                             <NA>     NA         NA
## 675                             <NA>     NA         NA
## 676                             <NA>     NA         NA
## 677                             <NA>     NA         NA
## 678                             <NA>     NA         NA
## 679                             <NA>     NA         NA
## 680                             <NA>     NA         NA
## 681                             <NA>     NA         NA
## 682                             <NA>     NA         NA
## 683                             <NA>     NA         NA
## 684                             <NA>     NA         NA
## 685                             <NA>     NA         NA
## 686                             <NA>     NA         NA
## 687                             <NA>     NA         NA
## 688                             <NA>     NA         NA
## 689                             <NA>     NA         NA
## 690                             <NA>     NA         NA
## 691                             <NA>     NA         NA
## 692                             <NA>     NA         NA
## 693                             <NA>     NA         NA
## 694                             <NA>     NA         NA
## 695                             <NA>     NA         NA
## 696                             <NA>     NA         NA
## 697                             <NA>     NA         NA
## 698                             <NA>     NA         NA
## 699                             <NA>     NA         NA
## 700                             <NA>     NA         NA
## 701                             <NA>     NA         NA
## 702                             <NA>     NA         NA
## 703                             <NA>     NA         NA
## 704                             <NA>     NA         NA
## 705                             <NA>     NA         NA
## 706                             <NA>     NA         NA
## 707                             <NA>     NA         NA
## 708                             <NA>     NA         NA
## 709                             <NA>     NA         NA
## 710                             <NA>     NA         NA
## 711                             <NA>     NA         NA
## 712                             <NA>     NA         NA
## 713                             <NA>     NA         NA
## 714                             <NA>     NA         NA
## 715                             <NA>     NA         NA
## 716                             <NA>     NA         NA
## 717                             <NA>     NA         NA
## 718                             <NA>     NA         NA
## 719                             <NA>     NA         NA
## 720                             <NA>     NA         NA
## 721                             <NA>     NA         NA
## 722                             <NA>     NA         NA
## 723                             <NA>     NA         NA
## 724                             <NA>     NA         NA
## 725                             <NA>     NA         NA
## 726                             <NA>     NA         NA
## 727                             <NA>     NA         NA
## 728                             <NA>     NA         NA
## 729                             <NA>     NA         NA
## 730                             <NA>     NA         NA
## 731                             <NA>     NA         NA
## 732                             <NA>     NA         NA
## 733                             <NA>     NA         NA
## 734                             <NA>     NA         NA
## 735                             <NA>     NA         NA
## 736                             <NA>     NA         NA
## 737                             <NA>     NA         NA
## 738                             <NA>     NA         NA
## 739                             <NA>     NA         NA
## 740                             <NA>     NA         NA
##                       claimmode3_txt compclaim weaptype1
## 1                               <NA>        NA        13
## 2                               <NA>        NA        13
## 3                               <NA>        NA        13
## 4                               <NA>        NA         6
## 5                               <NA>        NA         8
## 6                               <NA>        NA         5
## 7                               <NA>        NA         5
## 8                               <NA>        NA         6
## 9                               <NA>        NA         8
## 10                              <NA>        NA         8
## 11                              <NA>        NA         6
## 12                              <NA>        NA         8
## 13                              <NA>        NA         5
## 14                              <NA>        NA         8
## 15                              <NA>        NA         8
## 16                              <NA>        NA         6
## 17                              <NA>        NA        13
## 18                              <NA>        NA         6
## 19                              <NA>        NA         6
## 20                              <NA>        NA         8
## 21                              <NA>        NA         8
## 22                              <NA>        NA         5
## 23                              <NA>        NA         6
## 24                              <NA>        NA         6
## 25                              <NA>        NA         8
## 26                              <NA>        NA        13
## 27                              <NA>        NA         6
## 28                              <NA>        NA        13
## 29                              <NA>        NA         6
## 30                              <NA>        NA         8
## 31                              <NA>        NA         5
## 32                              <NA>        NA         6
## 33                              <NA>        NA         5
## 34                              <NA>        NA         8
## 35                              <NA>        NA         8
## 36                              <NA>        NA         6
## 37                              <NA>        NA         6
## 38                              <NA>        NA         6
## 39                              <NA>        NA         8
## 40                              <NA>        NA        13
## 41                              <NA>        NA         6
## 42                              <NA>        NA         8
## 43                              <NA>        NA         5
## 44                              <NA>        NA         8
## 45                              <NA>        NA         8
## 46                              <NA>        NA         8
## 47                              <NA>        NA         6
## 48                              <NA>        NA         6
## 49                              <NA>        NA         6
## 50                              <NA>        NA         6
## 51                              <NA>        NA         8
## 52                              <NA>        NA         8
## 53                              <NA>        NA         8
## 54                              <NA>        NA         8
## 55                              <NA>        NA         8
## 56                              <NA>        NA         6
## 57                              <NA>        NA         6
## 58                              <NA>        NA         6
## 59                              <NA>        NA         6
## 60                              <NA>        NA         5
## 61                              <NA>        NA         8
## 62                              <NA>        NA         6
## 63                              <NA>        NA         8
## 64                              <NA>        NA         6
## 65                              <NA>        NA         6
## 66                              <NA>        NA         8
## 67                              <NA>        NA         6
## 68                              <NA>        NA         6
## 69                              <NA>        NA         6
## 70                              <NA>        NA         5
## 71                              <NA>        NA         6
## 72                              <NA>        NA         6
## 73                              <NA>        NA         6
## 74                              <NA>        NA         6
## 75                              <NA>        NA         6
## 76                              <NA>        NA         6
## 77                              <NA>        NA         8
## 78                              <NA>        NA         8
## 79                              <NA>        NA         6
## 80                              <NA>        NA         6
## 81                              <NA>        NA         6
## 82                              <NA>        NA         8
## 83                              <NA>        NA         8
## 84                              <NA>        NA         6
## 85                              <NA>        NA         8
## 86                              <NA>        NA         8
## 87                              <NA>        NA         6
## 88                              <NA>        NA         6
## 89                              <NA>        NA         6
## 90                              <NA>        NA         6
## 91                              <NA>        NA         6
## 92                              <NA>        NA         6
## 93                              <NA>        NA         6
## 94                              <NA>        NA         8
## 95                              <NA>        NA         6
## 96                              <NA>        NA         5
## 97                              <NA>        NA         6
## 98                              <NA>        NA         6
## 99                              <NA>        NA         6
## 100                             <NA>        NA         8
## 101                             <NA>        NA         8
## 102                             <NA>        NA         6
## 103                             <NA>        NA         8
## 104                             <NA>        NA        13
## 105                             <NA>        NA         6
## 106                             <NA>        NA         6
## 107                             <NA>        NA         6
## 108                             <NA>        NA         6
## 109                             <NA>        NA         6
## 110                             <NA>        NA         6
## 111                             <NA>        NA         6
## 112                             <NA>        NA         5
## 113                             <NA>        NA         5
## 114                             <NA>        NA         6
## 115                             <NA>        NA         6
## 116                             <NA>        NA         8
## 117                             <NA>        NA         2
## 118                             <NA>        NA         8
## 119                             <NA>        NA         6
## 120                             <NA>        NA         6
## 121                             <NA>        NA         6
## 122                             <NA>        NA         6
## 123                             <NA>        NA         8
## 124                             <NA>        NA        13
## 125                             <NA>        NA         8
## 126                             <NA>        NA         6
## 127                             <NA>        NA         6
## 128                             <NA>        NA         6
## 129                             <NA>        NA         6
## 130                             <NA>        NA         6
## 131                             <NA>        NA         8
## 132                             <NA>        NA         8
## 133                             <NA>        NA        13
## 134                             <NA>        NA         6
## 135                             <NA>        NA         6
## 136                             <NA>        NA         5
## 137                             <NA>        NA         6
## 138                             <NA>        NA         6
## 139                             <NA>        NA         8
## 140                             <NA>        NA         6
## 141                             <NA>        NA         6
## 142                             <NA>        NA         8
## 143                             <NA>        NA         5
## 144                             <NA>        NA         6
## 145                             <NA>        NA         8
## 146                             <NA>        NA         8
## 147                             <NA>        NA         6
## 148                             <NA>        NA         6
## 149                             <NA>        NA         6
## 150                             <NA>        NA         6
## 151                             <NA>        NA        13
## 152                             <NA>        NA        13
## 153                             <NA>        NA        13
## 154                             <NA>        NA         6
## 155                             <NA>        NA         6
## 156                             <NA>        NA         6
## 157                             <NA>        NA         6
## 158                             <NA>        NA        13
## 159                             <NA>        NA         6
## 160                             <NA>        NA         8
## 161                             <NA>        NA         8
## 162                             <NA>        NA        13
## 163                             <NA>        NA         6
## 164                             <NA>        NA         6
## 165                             <NA>        NA         6
## 166                             <NA>        NA        13
## 167                             <NA>        NA         6
## 168                             <NA>        NA         8
## 169                             <NA>        NA         8
## 170                             <NA>        NA        13
## 171                             <NA>        NA         6
## 172                             <NA>        NA         5
## 173                             <NA>        NA         6
## 174                             <NA>        NA         6
## 175                             <NA>        NA         8
## 176                             <NA>        NA        13
## 177                             <NA>        NA         5
## 178                             <NA>        NA         6
## 179                             <NA>        NA         8
## 180                             <NA>        NA         6
## 181                             <NA>        NA         8
## 182                             <NA>        NA         6
## 183                             <NA>        NA         6
## 184                             <NA>        NA         8
## 185                             <NA>        NA         6
## 186                             <NA>        NA         6
## 187                             <NA>        NA         8
## 188                             <NA>        NA         8
## 189                             <NA>        NA         6
## 190                             <NA>        NA         6
## 191                             <NA>        NA         6
## 192                             <NA>        NA         6
## 193                             <NA>        NA         6
## 194                             <NA>        NA         6
## 195                             <NA>        NA         6
## 196                             <NA>        NA         6
## 197                             <NA>        NA         8
## 198                             <NA>        NA         8
## 199                             <NA>        NA         8
## 200                             <NA>        NA         6
## 201                             <NA>        NA         6
## 202                             <NA>        NA         6
## 203                             <NA>        NA         6
## 204                             <NA>        NA         5
## 205                             <NA>        NA         6
## 206                             <NA>        NA         6
## 207                             <NA>        NA         6
## 208                             <NA>        NA         6
## 209                             <NA>        NA         6
## 210                             <NA>        NA         8
## 211                             <NA>        NA         6
## 212                             <NA>        NA         8
## 213                             <NA>        NA         6
## 214                             <NA>        NA         8
## 215                             <NA>        NA         8
## 216                             <NA>        NA         8
## 217                             <NA>        NA         8
## 218                             <NA>        NA         8
## 219                             <NA>        NA         6
## 220                             <NA>        NA         6
## 221                             <NA>        NA         6
## 222                             <NA>        NA         6
## 223                             <NA>        NA         8
## 224                             <NA>        NA         5
## 225                             <NA>        NA         6
## 226                             <NA>        NA         5
## 227                             <NA>        NA         6
## 228                             <NA>        NA         8
## 229                             <NA>        NA         6
## 230                             <NA>        NA         6
## 231                             <NA>        NA         6
## 232                             <NA>        NA         6
## 233                             <NA>        NA         6
## 234                             <NA>        NA         6
## 235                             <NA>        NA         6
## 236                             <NA>        NA         8
## 237                             <NA>        NA         8
## 238                             <NA>        NA         6
## 239                             <NA>        NA         8
## 240                             <NA>        NA         6
## 241                             <NA>        NA         8
## 242                             <NA>        NA         8
## 243                             <NA>        NA         6
## 244                             <NA>        NA         6
## 245                             <NA>        NA         8
## 246                             <NA>        NA         6
## 247                             <NA>        NA         8
## 248                             <NA>        NA         6
## 249                             <NA>        NA         6
## 250                             <NA>        NA         6
## 251                             <NA>        NA         6
## 252                             <NA>        NA         8
## 253                             <NA>        NA         8
## 254                             <NA>        NA         5
## 255                             <NA>        NA         8
## 256                             <NA>        NA         6
## 257                             <NA>        NA         8
## 258                             <NA>        NA         8
## 259                             <NA>        NA         8
## 260                             <NA>        NA         8
## 261                             <NA>        NA         6
## 262                             <NA>        NA         8
## 263                             <NA>        NA         6
## 264                             <NA>        NA         8
## 265                             <NA>        NA         6
## 266                             <NA>        NA         8
## 267                             <NA>        NA         8
## 268                             <NA>        NA         8
## 269                             <NA>        NA         8
## 270                             <NA>        NA         8
## 271                             <NA>        NA         6
## 272                             <NA>        NA         8
## 273                             <NA>        NA         8
## 274                             <NA>        NA         6
## 275                             <NA>        NA         5
## 276                             <NA>        NA         8
## 277                             <NA>        NA         6
## 278                             <NA>        NA         6
## 279                             <NA>        NA         6
## 280                             <NA>        NA         8
## 281                             <NA>        NA         6
## 282                             <NA>        NA         6
## 283                             <NA>        NA         8
## 284                             <NA>        NA         8
## 285                             <NA>        NA         8
## 286                             <NA>        NA         6
## 287                             <NA>        NA         6
## 288                             <NA>        NA         8
## 289                             <NA>        NA         8
## 290                             <NA>        NA         5
## 291                             <NA>        NA         5
## 292                             <NA>        NA         6
## 293                             <NA>        NA         6
## 294                             <NA>        NA         8
## 295                             <NA>        NA         6
## 296                             <NA>        NA         8
## 297                             <NA>        NA         8
## 298                             <NA>        NA         6
## 299                             <NA>        NA         9
## 300                             <NA>        NA         5
## 301                             <NA>        NA         6
## 302                             <NA>        NA         8
## 303                             <NA>        NA         8
## 304                             <NA>        NA         8
## 305                             <NA>        NA         6
## 306                             <NA>        NA         8
## 307                             <NA>        NA         8
## 308                             <NA>        NA         5
## 309                             <NA>        NA         6
## 310                             <NA>        NA         6
## 311                             <NA>        NA         8
## 312                             <NA>        NA        13
## 313                             <NA>        NA         5
## 314                             <NA>        NA         6
## 315                             <NA>        NA        11
## 316                             <NA>        NA         6
## 317                             <NA>        NA         5
## 318                             <NA>        NA         6
## 319                             <NA>        NA         6
## 320                             <NA>        NA         6
## 321                             <NA>        NA         8
## 322                             <NA>        NA         6
## 323                             <NA>        NA         6
## 324                             <NA>        NA         6
## 325                             <NA>        NA         5
## 326                             <NA>        NA         5
## 327                             <NA>        NA         2
## 328                             <NA>        NA         6
## 329                             <NA>        NA        13
## 330                             <NA>        NA        13
## 331                             <NA>        NA         6
## 332                             <NA>        NA         6
## 333                             <NA>        NA         6
## 334                             <NA>        NA        13
## 335                             <NA>        NA         6
## 336                             <NA>        NA         6
## 337                             <NA>        NA         5
## 338                             <NA>        NA         5
## 339                             <NA>        NA         8
## 340                             <NA>        NA         5
## 341                             <NA>        NA        13
## 342                             <NA>        NA        13
## 343                             <NA>        NA         6
## 344                             <NA>        NA         6
## 345                             <NA>        NA        13
## 346                             <NA>        NA         6
## 347                             <NA>        NA         5
## 348                             <NA>        NA         6
## 349                             <NA>        NA         6
## 350                             <NA>        NA         8
## 351                             <NA>        NA         8
## 352                             <NA>        NA         6
## 353                             <NA>        NA         6
## 354                             <NA>        NA         8
## 355                             <NA>        NA         8
## 356                             <NA>        NA         6
## 357                             <NA>        NA         6
## 358                             <NA>        NA         5
## 359                             <NA>        NA         5
## 360                             <NA>        NA         6
## 361                             <NA>        NA         8
## 362                             <NA>        NA         6
## 363                             <NA>        NA         6
## 364                             <NA>        NA         6
## 365                             <NA>        NA         8
## 366                             <NA>        NA         5
## 367                             <NA>        NA         5
## 368                             <NA>        NA         5
## 369                             <NA>        NA         5
## 370                             <NA>        NA         5
## 371                             <NA>        NA         6
## 372                             <NA>        NA         6
## 373                             <NA>        NA         5
## 374                             <NA>        NA         8
## 375                             <NA>        NA         8
## 376                             <NA>        NA         8
## 377                             <NA>        NA         8
## 378                             <NA>        NA         6
## 379                             <NA>        NA         8
## 380                             <NA>        NA        13
## 381                             <NA>        NA         6
## 382                             <NA>        NA         6
## 383                             <NA>        NA         6
## 384                             <NA>        NA         6
## 385                             <NA>        NA         6
## 386                             <NA>        NA         6
## 387                             <NA>        NA         6
## 388                             <NA>        NA         6
## 389                             <NA>        NA         6
## 390                             <NA>        NA         6
## 391                             <NA>        NA         6
## 392                             <NA>        NA         8
## 393                             <NA>        NA         6
## 394                             <NA>        NA         6
## 395                             <NA>        NA         6
## 396                             <NA>        NA         5
## 397                             <NA>        NA         6
## 398                             <NA>        NA         6
## 399                             <NA>        NA         6
## 400                             <NA>        NA         6
## 401                             <NA>        NA         6
## 402                             <NA>        NA         6
## 403                             <NA>        NA         8
## 404                             <NA>        NA         8
## 405                             <NA>        NA         8
## 406                             <NA>        NA        13
## 407                             <NA>        NA        13
## 408                             <NA>        NA         5
## 409                             <NA>        NA         6
## 410                             <NA>        NA         8
## 411                             <NA>        NA         8
## 412                             <NA>        NA         8
## 413                             <NA>        NA         8
## 414                             <NA>        NA         8
## 415                             <NA>        NA         5
## 416                             <NA>        NA         6
## 417                             <NA>        NA         8
## 418                             <NA>        NA        13
## 419                             <NA>        NA         6
## 420                             <NA>        NA         6
## 421                             <NA>        NA         6
## 422                             <NA>        NA         5
## 423                             <NA>        NA         6
## 424                             <NA>        NA         8
## 425                             <NA>        NA        13
## 426                             <NA>        NA         6
## 427                             <NA>        NA        13
## 428                             <NA>        NA         8
## 429                             <NA>        NA         6
## 430                             <NA>        NA         6
## 431                             <NA>        NA         6
## 432                             <NA>        NA         6
## 433                             <NA>        NA         6
## 434                             <NA>        NA         6
## 435                             <NA>        NA         6
## 436                             <NA>        NA        13
## 437                             <NA>        NA         6
## 438                             <NA>        NA         6
## 439                             <NA>        NA         6
## 440                             <NA>        NA         6
## 441                             <NA>        NA        13
## 442                             <NA>        NA        13
## 443                             <NA>        NA        13
## 444                             <NA>        NA         5
## 445                             <NA>        NA         5
## 446                             <NA>        NA         5
## 447                             <NA>        NA         6
## 448                             <NA>        NA         6
## 449                             <NA>        NA         6
## 450                             <NA>        NA         6
## 451                             <NA>        NA         5
## 452                             <NA>        NA         6
## 453                             <NA>        NA         5
## 454                             <NA>        NA         6
## 455                             <NA>        NA         8
## 456                             <NA>        NA         5
## 457                             <NA>        NA         5
## 458                             <NA>        NA         8
## 459                             <NA>        NA         6
## 460                             <NA>        NA         6
## 461                             <NA>        NA         6
## 462                             <NA>        NA         5
## 463                             <NA>        NA         6
## 464                             <NA>        NA         6
## 465                             <NA>        NA         8
## 466                             <NA>        NA        13
## 467                             <NA>        NA         6
## 468                             <NA>        NA         8
## 469                             <NA>        NA         5
## 470                             <NA>        NA         5
## 471                             <NA>        NA         8
## 472                             <NA>        NA         6
## 473                             <NA>        NA         8
## 474                             <NA>        NA         6
## 475                             <NA>        NA        13
## 476                             <NA>        NA         8
## 477                             <NA>        NA         6
## 478                             <NA>        NA         8
## 479                             <NA>        NA         6
## 480                             <NA>        NA         8
## 481                             <NA>        NA         6
## 482                             <NA>        NA         8
## 483                             <NA>        NA         8
## 484                             <NA>        NA         6
## 485                             <NA>        NA         6
## 486                             <NA>        NA         8
## 487                             <NA>        NA         6
## 488                             <NA>        NA        13
## 489                             <NA>        NA         8
## 490                             <NA>        NA         5
## 491                             <NA>        NA         6
## 492                             <NA>        NA         6
## 493                             <NA>        NA         6
## 494                             <NA>        NA         6
## 495                             <NA>        NA         6
## 496                             <NA>        NA         6
## 497                             <NA>        NA         6
## 498                             <NA>        NA         6
## 499                             <NA>        NA         6
## 500                             <NA>        NA         6
## 501                             <NA>        NA         6
## 502                             <NA>        NA         6
## 503                             <NA>        NA         6
## 504                             <NA>        NA        13
## 505                             <NA>        NA         5
## 506                             <NA>        NA         5
## 507                             <NA>        NA         6
## 508                             <NA>        NA         6
## 509                             <NA>        NA         6
## 510                             <NA>        NA         8
## 511                             <NA>        NA         8
## 512                             <NA>        NA        13
## 513                             <NA>        NA         6
## 514                             <NA>        NA        13
## 515                             <NA>        NA        13
## 516                             <NA>        NA         8
## 517                             <NA>        NA         8
## 518                             <NA>        NA         5
## 519                             <NA>        NA         5
## 520                             <NA>        NA         6
## 521                             <NA>        NA         5
## 522                             <NA>        NA         8
## 523                             <NA>        NA         6
## 524                             <NA>        NA         6
## 525                             <NA>        NA         6
## 526                             <NA>        NA        13
## 527                             <NA>        NA         6
## 528                             <NA>        NA         6
## 529                             <NA>        NA         5
## 530                             <NA>        NA         5
## 531                             <NA>        NA         8
## 532                             <NA>        NA         6
## 533                             <NA>        NA         6
## 534                             <NA>        NA         8
## 535                             <NA>        NA         6
## 536                             <NA>        NA         6
## 537                             <NA>        NA        13
## 538                             <NA>        NA         6
## 539                             <NA>        NA         6
## 540                             <NA>        NA         8
## 541                             <NA>        NA         6
## 542                             <NA>        NA         6
## 543                             <NA>        NA         6
## 544                             <NA>        NA         6
## 545                             <NA>        NA         6
## 546                             <NA>        NA         8
## 547                             <NA>        NA         6
## 548                             <NA>        NA         6
## 549                             <NA>        NA         5
## 550                             <NA>        NA        13
## 551                             <NA>        NA         6
## 552                             <NA>        NA         6
## 553                             <NA>        NA         6
## 554                             <NA>        NA         6
## 555                             <NA>        NA         8
## 556                             <NA>        NA         8
## 557                             <NA>        NA         8
## 558                             <NA>        NA         8
## 559                             <NA>        NA         6
## 560                             <NA>        NA         8
## 561                             <NA>        NA         6
## 562                             <NA>        NA         6
## 563                             <NA>        NA         6
## 564                             <NA>        NA         6
## 565                             <NA>        NA         8
## 566                             <NA>        NA         6
## 567                             <NA>        NA         5
## 568                             <NA>        NA         6
## 569                             <NA>        NA         5
## 570                             <NA>        NA         2
## 571                             <NA>        NA         8
## 572                             <NA>        NA         5
## 573                             <NA>        NA         6
## 574                             <NA>        NA         8
## 575                             <NA>        NA        13
## 576                             <NA>        NA         6
## 577                             <NA>        NA         8
## 578                             <NA>        NA         8
## 579                             <NA>        NA         6
## 580                             <NA>        NA         8
## 581                             <NA>        NA         6
## 582                             <NA>        NA         6
## 583                             <NA>        NA         6
## 584                             <NA>        NA         6
## 585                             <NA>        NA        13
## 586                             <NA>        NA        10
## 587                             <NA>        NA         6
## 588                             <NA>        NA         6
## 589                             <NA>        NA         5
## 590                             <NA>        NA         8
## 591                             <NA>        NA         5
## 592                             <NA>        NA         5
## 593                             <NA>        NA         6
## 594                             <NA>        NA         8
## 595                             <NA>        NA         8
## 596                             <NA>        NA         5
## 597                             <NA>        NA         8
## 598                             <NA>        NA         8
## 599                             <NA>        NA         8
## 600                             <NA>        NA         6
## 601                             <NA>        NA         6
## 602                             <NA>        NA         6
## 603                             <NA>        NA         6
## 604                             <NA>        NA         5
## 605                             <NA>        NA         9
## 606                             <NA>        NA         5
## 607                             <NA>        NA         8
## 608                             <NA>        NA         6
## 609                             <NA>        NA         6
## 610                             <NA>        NA         5
## 611                             <NA>        NA         6
## 612                             <NA>        NA         5
## 613                             <NA>        NA         6
## 614                             <NA>        NA         6
## 615                             <NA>        NA         6
## 616                             <NA>        NA         6
## 617                             <NA>        NA         6
## 618                             <NA>        NA         6
## 619                             <NA>        NA         6
## 620                             <NA>        NA         6
## 621                             <NA>        NA         6
## 622                             <NA>        NA         6
## 623                             <NA>        NA         8
## 624                             <NA>        NA         8
## 625                             <NA>        NA         5
## 626                             <NA>        NA        13
## 627                             <NA>        NA         6
## 628                             <NA>        NA         6
## 629                             <NA>        NA         6
## 630                             <NA>        NA        13
## 631                             <NA>        NA         6
## 632                             <NA>        NA         6
## 633                             <NA>        NA         6
## 634                             <NA>        NA         6
## 635                             <NA>        NA         8
## 636                             <NA>        NA         6
## 637                             <NA>        NA         8
## 638                             <NA>        NA         6
## 639                             <NA>        NA         5
## 640                             <NA>        NA         8
## 641                             <NA>        NA         6
## 642                             <NA>        NA         6
## 643                             <NA>        NA         6
## 644                             <NA>        NA         5
## 645                             <NA>        NA         6
## 646                             <NA>        NA         6
## 647                             <NA>        NA         5
## 648                             <NA>        NA         5
## 649                             <NA>        NA         6
## 650                             <NA>        NA         5
## 651                             <NA>        NA         6
## 652                             <NA>        NA         8
## 653                             <NA>        NA         6
## 654                             <NA>        NA         8
## 655                             <NA>        NA         6
## 656                             <NA>        NA         8
## 657                             <NA>        NA         6
## 658                             <NA>        NA        13
## 659                             <NA>        NA         6
## 660                             <NA>        NA         6
## 661                             <NA>        NA         8
## 662                             <NA>        NA         8
## 663                             <NA>        NA         5
## 664                             <NA>        NA         5
## 665                             <NA>        NA         8
## 666                             <NA>        NA         8
## 667                             <NA>        NA         5
## 668                             <NA>        NA         8
## 669                             <NA>        NA        13
## 670                             <NA>        NA         6
## 671                             <NA>        NA         6
## 672                             <NA>        NA         6
## 673                             <NA>        NA         8
## 674                             <NA>        NA         6
## 675                             <NA>        NA         6
## 676                             <NA>        NA         8
## 677                             <NA>        NA         5
## 678                             <NA>        NA         6
## 679                             <NA>        NA         6
## 680                             <NA>        NA        13
## 681                             <NA>        NA         5
## 682                             <NA>        NA         9
## 683                             <NA>        NA         8
## 684                             <NA>        NA         6
## 685                             <NA>        NA         6
## 686                             <NA>        NA         5
## 687                             <NA>        NA         5
## 688                             <NA>        NA         5
## 689                             <NA>        NA         5
## 690                             <NA>        NA         5
## 691                             <NA>        NA         5
## 692                             <NA>        NA         6
## 693                             <NA>        NA         6
## 694                             <NA>        NA         6
## 695                             <NA>        NA         6
## 696                             <NA>        NA         6
## 697                             <NA>        NA         6
## 698                             <NA>        NA        13
## 699                             <NA>        NA         6
## 700                             <NA>        NA         8
## 701                             <NA>        NA         8
## 702                             <NA>        NA         6
## 703                             <NA>        NA         5
## 704                             <NA>        NA         5
## 705                             <NA>        NA         6
## 706                             <NA>        NA         5
## 707                             <NA>        NA         6
## 708                             <NA>        NA         6
## 709                             <NA>        NA         6
## 710                             <NA>        NA         5
## 711                             <NA>        NA         6
## 712                             <NA>        NA        13
## 713                             <NA>        NA         6
## 714                             <NA>        NA         6
## 715                             <NA>        NA         6
## 716                             <NA>        NA         8
## 717                             <NA>        NA         6
## 718                             <NA>        NA         8
## 719                             <NA>        NA        13
## 720                             <NA>        NA         5
## 721                             <NA>        NA         6
## 722                             <NA>        NA         6
## 723                             <NA>        NA         6
## 724                             <NA>        NA         8
## 725                             <NA>        NA         8
## 726                             <NA>        NA         6
## 727                             <NA>        NA         6
## 728                             <NA>        NA         6
## 729                             <NA>        NA        13
## 730                             <NA>        NA         6
## 731                             <NA>        NA         5
## 732                             <NA>        NA        13
## 733                             <NA>        NA         8
## 734                             <NA>        NA         6
## 735                             <NA>        NA         5
## 736                             <NA>        NA         8
## 737                             <NA>        NA         6
## 738                             <NA>        NA         6
## 739                             <NA>        NA         6
## 740                             <NA>        NA         6
##                                                                      weaptype1_txt
## 1                                                                          Unknown
## 2                                                                          Unknown
## 3                                                                          Unknown
## 4                                                                       Explosives
## 5                                                                       Incendiary
## 6                                                                         Firearms
## 7                                                                         Firearms
## 8                                                                       Explosives
## 9                                                                       Incendiary
## 10                                                                      Incendiary
## 11                                                                      Explosives
## 12                                                                      Incendiary
## 13                                                                        Firearms
## 14                                                                      Incendiary
## 15                                                                      Incendiary
## 16                                                                      Explosives
## 17                                                                         Unknown
## 18                                                                      Explosives
## 19                                                                      Explosives
## 20                                                                      Incendiary
## 21                                                                      Incendiary
## 22                                                                        Firearms
## 23                                                                      Explosives
## 24                                                                      Explosives
## 25                                                                      Incendiary
## 26                                                                         Unknown
## 27                                                                      Explosives
## 28                                                                         Unknown
## 29                                                                      Explosives
## 30                                                                      Incendiary
## 31                                                                        Firearms
## 32                                                                      Explosives
## 33                                                                        Firearms
## 34                                                                      Incendiary
## 35                                                                      Incendiary
## 36                                                                      Explosives
## 37                                                                      Explosives
## 38                                                                      Explosives
## 39                                                                      Incendiary
## 40                                                                         Unknown
## 41                                                                      Explosives
## 42                                                                      Incendiary
## 43                                                                        Firearms
## 44                                                                      Incendiary
## 45                                                                      Incendiary
## 46                                                                      Incendiary
## 47                                                                      Explosives
## 48                                                                      Explosives
## 49                                                                      Explosives
## 50                                                                      Explosives
## 51                                                                      Incendiary
## 52                                                                      Incendiary
## 53                                                                      Incendiary
## 54                                                                      Incendiary
## 55                                                                      Incendiary
## 56                                                                      Explosives
## 57                                                                      Explosives
## 58                                                                      Explosives
## 59                                                                      Explosives
## 60                                                                        Firearms
## 61                                                                      Incendiary
## 62                                                                      Explosives
## 63                                                                      Incendiary
## 64                                                                      Explosives
## 65                                                                      Explosives
## 66                                                                      Incendiary
## 67                                                                      Explosives
## 68                                                                      Explosives
## 69                                                                      Explosives
## 70                                                                        Firearms
## 71                                                                      Explosives
## 72                                                                      Explosives
## 73                                                                      Explosives
## 74                                                                      Explosives
## 75                                                                      Explosives
## 76                                                                      Explosives
## 77                                                                      Incendiary
## 78                                                                      Incendiary
## 79                                                                      Explosives
## 80                                                                      Explosives
## 81                                                                      Explosives
## 82                                                                      Incendiary
## 83                                                                      Incendiary
## 84                                                                      Explosives
## 85                                                                      Incendiary
## 86                                                                      Incendiary
## 87                                                                      Explosives
## 88                                                                      Explosives
## 89                                                                      Explosives
## 90                                                                      Explosives
## 91                                                                      Explosives
## 92                                                                      Explosives
## 93                                                                      Explosives
## 94                                                                      Incendiary
## 95                                                                      Explosives
## 96                                                                        Firearms
## 97                                                                      Explosives
## 98                                                                      Explosives
## 99                                                                      Explosives
## 100                                                                     Incendiary
## 101                                                                     Incendiary
## 102                                                                     Explosives
## 103                                                                     Incendiary
## 104                                                                        Unknown
## 105                                                                     Explosives
## 106                                                                     Explosives
## 107                                                                     Explosives
## 108                                                                     Explosives
## 109                                                                     Explosives
## 110                                                                     Explosives
## 111                                                                     Explosives
## 112                                                                       Firearms
## 113                                                                       Firearms
## 114                                                                     Explosives
## 115                                                                     Explosives
## 116                                                                     Incendiary
## 117                                                                       Chemical
## 118                                                                     Incendiary
## 119                                                                     Explosives
## 120                                                                     Explosives
## 121                                                                     Explosives
## 122                                                                     Explosives
## 123                                                                     Incendiary
## 124                                                                        Unknown
## 125                                                                     Incendiary
## 126                                                                     Explosives
## 127                                                                     Explosives
## 128                                                                     Explosives
## 129                                                                     Explosives
## 130                                                                     Explosives
## 131                                                                     Incendiary
## 132                                                                     Incendiary
## 133                                                                        Unknown
## 134                                                                     Explosives
## 135                                                                     Explosives
## 136                                                                       Firearms
## 137                                                                     Explosives
## 138                                                                     Explosives
## 139                                                                     Incendiary
## 140                                                                     Explosives
## 141                                                                     Explosives
## 142                                                                     Incendiary
## 143                                                                       Firearms
## 144                                                                     Explosives
## 145                                                                     Incendiary
## 146                                                                     Incendiary
## 147                                                                     Explosives
## 148                                                                     Explosives
## 149                                                                     Explosives
## 150                                                                     Explosives
## 151                                                                        Unknown
## 152                                                                        Unknown
## 153                                                                        Unknown
## 154                                                                     Explosives
## 155                                                                     Explosives
## 156                                                                     Explosives
## 157                                                                     Explosives
## 158                                                                        Unknown
## 159                                                                     Explosives
## 160                                                                     Incendiary
## 161                                                                     Incendiary
## 162                                                                        Unknown
## 163                                                                     Explosives
## 164                                                                     Explosives
## 165                                                                     Explosives
## 166                                                                        Unknown
## 167                                                                     Explosives
## 168                                                                     Incendiary
## 169                                                                     Incendiary
## 170                                                                        Unknown
## 171                                                                     Explosives
## 172                                                                       Firearms
## 173                                                                     Explosives
## 174                                                                     Explosives
## 175                                                                     Incendiary
## 176                                                                        Unknown
## 177                                                                       Firearms
## 178                                                                     Explosives
## 179                                                                     Incendiary
## 180                                                                     Explosives
## 181                                                                     Incendiary
## 182                                                                     Explosives
## 183                                                                     Explosives
## 184                                                                     Incendiary
## 185                                                                     Explosives
## 186                                                                     Explosives
## 187                                                                     Incendiary
## 188                                                                     Incendiary
## 189                                                                     Explosives
## 190                                                                     Explosives
## 191                                                                     Explosives
## 192                                                                     Explosives
## 193                                                                     Explosives
## 194                                                                     Explosives
## 195                                                                     Explosives
## 196                                                                     Explosives
## 197                                                                     Incendiary
## 198                                                                     Incendiary
## 199                                                                     Incendiary
## 200                                                                     Explosives
## 201                                                                     Explosives
## 202                                                                     Explosives
## 203                                                                     Explosives
## 204                                                                       Firearms
## 205                                                                     Explosives
## 206                                                                     Explosives
## 207                                                                     Explosives
## 208                                                                     Explosives
## 209                                                                     Explosives
## 210                                                                     Incendiary
## 211                                                                     Explosives
## 212                                                                     Incendiary
## 213                                                                     Explosives
## 214                                                                     Incendiary
## 215                                                                     Incendiary
## 216                                                                     Incendiary
## 217                                                                     Incendiary
## 218                                                                     Incendiary
## 219                                                                     Explosives
## 220                                                                     Explosives
## 221                                                                     Explosives
## 222                                                                     Explosives
## 223                                                                     Incendiary
## 224                                                                       Firearms
## 225                                                                     Explosives
## 226                                                                       Firearms
## 227                                                                     Explosives
## 228                                                                     Incendiary
## 229                                                                     Explosives
## 230                                                                     Explosives
## 231                                                                     Explosives
## 232                                                                     Explosives
## 233                                                                     Explosives
## 234                                                                     Explosives
## 235                                                                     Explosives
## 236                                                                     Incendiary
## 237                                                                     Incendiary
## 238                                                                     Explosives
## 239                                                                     Incendiary
## 240                                                                     Explosives
## 241                                                                     Incendiary
## 242                                                                     Incendiary
## 243                                                                     Explosives
## 244                                                                     Explosives
## 245                                                                     Incendiary
## 246                                                                     Explosives
## 247                                                                     Incendiary
## 248                                                                     Explosives
## 249                                                                     Explosives
## 250                                                                     Explosives
## 251                                                                     Explosives
## 252                                                                     Incendiary
## 253                                                                     Incendiary
## 254                                                                       Firearms
## 255                                                                     Incendiary
## 256                                                                     Explosives
## 257                                                                     Incendiary
## 258                                                                     Incendiary
## 259                                                                     Incendiary
## 260                                                                     Incendiary
## 261                                                                     Explosives
## 262                                                                     Incendiary
## 263                                                                     Explosives
## 264                                                                     Incendiary
## 265                                                                     Explosives
## 266                                                                     Incendiary
## 267                                                                     Incendiary
## 268                                                                     Incendiary
## 269                                                                     Incendiary
## 270                                                                     Incendiary
## 271                                                                     Explosives
## 272                                                                     Incendiary
## 273                                                                     Incendiary
## 274                                                                     Explosives
## 275                                                                       Firearms
## 276                                                                     Incendiary
## 277                                                                     Explosives
## 278                                                                     Explosives
## 279                                                                     Explosives
## 280                                                                     Incendiary
## 281                                                                     Explosives
## 282                                                                     Explosives
## 283                                                                     Incendiary
## 284                                                                     Incendiary
## 285                                                                     Incendiary
## 286                                                                     Explosives
## 287                                                                     Explosives
## 288                                                                     Incendiary
## 289                                                                     Incendiary
## 290                                                                       Firearms
## 291                                                                       Firearms
## 292                                                                     Explosives
## 293                                                                     Explosives
## 294                                                                     Incendiary
## 295                                                                     Explosives
## 296                                                                     Incendiary
## 297                                                                     Incendiary
## 298                                                                     Explosives
## 299                                                                          Melee
## 300                                                                       Firearms
## 301                                                                     Explosives
## 302                                                                     Incendiary
## 303                                                                     Incendiary
## 304                                                                     Incendiary
## 305                                                                     Explosives
## 306                                                                     Incendiary
## 307                                                                     Incendiary
## 308                                                                       Firearms
## 309                                                                     Explosives
## 310                                                                     Explosives
## 311                                                                     Incendiary
## 312                                                                        Unknown
## 313                                                                       Firearms
## 314                                                                     Explosives
## 315                                                             Sabotage Equipment
## 316                                                                     Explosives
## 317                                                                       Firearms
## 318                                                                     Explosives
## 319                                                                     Explosives
## 320                                                                     Explosives
## 321                                                                     Incendiary
## 322                                                                     Explosives
## 323                                                                     Explosives
## 324                                                                     Explosives
## 325                                                                       Firearms
## 326                                                                       Firearms
## 327                                                                       Chemical
## 328                                                                     Explosives
## 329                                                                        Unknown
## 330                                                                        Unknown
## 331                                                                     Explosives
## 332                                                                     Explosives
## 333                                                                     Explosives
## 334                                                                        Unknown
## 335                                                                     Explosives
## 336                                                                     Explosives
## 337                                                                       Firearms
## 338                                                                       Firearms
## 339                                                                     Incendiary
## 340                                                                       Firearms
## 341                                                                        Unknown
## 342                                                                        Unknown
## 343                                                                     Explosives
## 344                                                                     Explosives
## 345                                                                        Unknown
## 346                                                                     Explosives
## 347                                                                       Firearms
## 348                                                                     Explosives
## 349                                                                     Explosives
## 350                                                                     Incendiary
## 351                                                                     Incendiary
## 352                                                                     Explosives
## 353                                                                     Explosives
## 354                                                                     Incendiary
## 355                                                                     Incendiary
## 356                                                                     Explosives
## 357                                                                     Explosives
## 358                                                                       Firearms
## 359                                                                       Firearms
## 360                                                                     Explosives
## 361                                                                     Incendiary
## 362                                                                     Explosives
## 363                                                                     Explosives
## 364                                                                     Explosives
## 365                                                                     Incendiary
## 366                                                                       Firearms
## 367                                                                       Firearms
## 368                                                                       Firearms
## 369                                                                       Firearms
## 370                                                                       Firearms
## 371                                                                     Explosives
## 372                                                                     Explosives
## 373                                                                       Firearms
## 374                                                                     Incendiary
## 375                                                                     Incendiary
## 376                                                                     Incendiary
## 377                                                                     Incendiary
## 378                                                                     Explosives
## 379                                                                     Incendiary
## 380                                                                        Unknown
## 381                                                                     Explosives
## 382                                                                     Explosives
## 383                                                                     Explosives
## 384                                                                     Explosives
## 385                                                                     Explosives
## 386                                                                     Explosives
## 387                                                                     Explosives
## 388                                                                     Explosives
## 389                                                                     Explosives
## 390                                                                     Explosives
## 391                                                                     Explosives
## 392                                                                     Incendiary
## 393                                                                     Explosives
## 394                                                                     Explosives
## 395                                                                     Explosives
## 396                                                                       Firearms
## 397                                                                     Explosives
## 398                                                                     Explosives
## 399                                                                     Explosives
## 400                                                                     Explosives
## 401                                                                     Explosives
## 402                                                                     Explosives
## 403                                                                     Incendiary
## 404                                                                     Incendiary
## 405                                                                     Incendiary
## 406                                                                        Unknown
## 407                                                                        Unknown
## 408                                                                       Firearms
## 409                                                                     Explosives
## 410                                                                     Incendiary
## 411                                                                     Incendiary
## 412                                                                     Incendiary
## 413                                                                     Incendiary
## 414                                                                     Incendiary
## 415                                                                       Firearms
## 416                                                                     Explosives
## 417                                                                     Incendiary
## 418                                                                        Unknown
## 419                                                                     Explosives
## 420                                                                     Explosives
## 421                                                                     Explosives
## 422                                                                       Firearms
## 423                                                                     Explosives
## 424                                                                     Incendiary
## 425                                                                        Unknown
## 426                                                                     Explosives
## 427                                                                        Unknown
## 428                                                                     Incendiary
## 429                                                                     Explosives
## 430                                                                     Explosives
## 431                                                                     Explosives
## 432                                                                     Explosives
## 433                                                                     Explosives
## 434                                                                     Explosives
## 435                                                                     Explosives
## 436                                                                        Unknown
## 437                                                                     Explosives
## 438                                                                     Explosives
## 439                                                                     Explosives
## 440                                                                     Explosives
## 441                                                                        Unknown
## 442                                                                        Unknown
## 443                                                                        Unknown
## 444                                                                       Firearms
## 445                                                                       Firearms
## 446                                                                       Firearms
## 447                                                                     Explosives
## 448                                                                     Explosives
## 449                                                                     Explosives
## 450                                                                     Explosives
## 451                                                                       Firearms
## 452                                                                     Explosives
## 453                                                                       Firearms
## 454                                                                     Explosives
## 455                                                                     Incendiary
## 456                                                                       Firearms
## 457                                                                       Firearms
## 458                                                                     Incendiary
## 459                                                                     Explosives
## 460                                                                     Explosives
## 461                                                                     Explosives
## 462                                                                       Firearms
## 463                                                                     Explosives
## 464                                                                     Explosives
## 465                                                                     Incendiary
## 466                                                                        Unknown
## 467                                                                     Explosives
## 468                                                                     Incendiary
## 469                                                                       Firearms
## 470                                                                       Firearms
## 471                                                                     Incendiary
## 472                                                                     Explosives
## 473                                                                     Incendiary
## 474                                                                     Explosives
## 475                                                                        Unknown
## 476                                                                     Incendiary
## 477                                                                     Explosives
## 478                                                                     Incendiary
## 479                                                                     Explosives
## 480                                                                     Incendiary
## 481                                                                     Explosives
## 482                                                                     Incendiary
## 483                                                                     Incendiary
## 484                                                                     Explosives
## 485                                                                     Explosives
## 486                                                                     Incendiary
## 487                                                                     Explosives
## 488                                                                        Unknown
## 489                                                                     Incendiary
## 490                                                                       Firearms
## 491                                                                     Explosives
## 492                                                                     Explosives
## 493                                                                     Explosives
## 494                                                                     Explosives
## 495                                                                     Explosives
## 496                                                                     Explosives
## 497                                                                     Explosives
## 498                                                                     Explosives
## 499                                                                     Explosives
## 500                                                                     Explosives
## 501                                                                     Explosives
## 502                                                                     Explosives
## 503                                                                     Explosives
## 504                                                                        Unknown
## 505                                                                       Firearms
## 506                                                                       Firearms
## 507                                                                     Explosives
## 508                                                                     Explosives
## 509                                                                     Explosives
## 510                                                                     Incendiary
## 511                                                                     Incendiary
## 512                                                                        Unknown
## 513                                                                     Explosives
## 514                                                                        Unknown
## 515                                                                        Unknown
## 516                                                                     Incendiary
## 517                                                                     Incendiary
## 518                                                                       Firearms
## 519                                                                       Firearms
## 520                                                                     Explosives
## 521                                                                       Firearms
## 522                                                                     Incendiary
## 523                                                                     Explosives
## 524                                                                     Explosives
## 525                                                                     Explosives
## 526                                                                        Unknown
## 527                                                                     Explosives
## 528                                                                     Explosives
## 529                                                                       Firearms
## 530                                                                       Firearms
## 531                                                                     Incendiary
## 532                                                                     Explosives
## 533                                                                     Explosives
## 534                                                                     Incendiary
## 535                                                                     Explosives
## 536                                                                     Explosives
## 537                                                                        Unknown
## 538                                                                     Explosives
## 539                                                                     Explosives
## 540                                                                     Incendiary
## 541                                                                     Explosives
## 542                                                                     Explosives
## 543                                                                     Explosives
## 544                                                                     Explosives
## 545                                                                     Explosives
## 546                                                                     Incendiary
## 547                                                                     Explosives
## 548                                                                     Explosives
## 549                                                                       Firearms
## 550                                                                        Unknown
## 551                                                                     Explosives
## 552                                                                     Explosives
## 553                                                                     Explosives
## 554                                                                     Explosives
## 555                                                                     Incendiary
## 556                                                                     Incendiary
## 557                                                                     Incendiary
## 558                                                                     Incendiary
## 559                                                                     Explosives
## 560                                                                     Incendiary
## 561                                                                     Explosives
## 562                                                                     Explosives
## 563                                                                     Explosives
## 564                                                                     Explosives
## 565                                                                     Incendiary
## 566                                                                     Explosives
## 567                                                                       Firearms
## 568                                                                     Explosives
## 569                                                                       Firearms
## 570                                                                       Chemical
## 571                                                                     Incendiary
## 572                                                                       Firearms
## 573                                                                     Explosives
## 574                                                                     Incendiary
## 575                                                                        Unknown
## 576                                                                     Explosives
## 577                                                                     Incendiary
## 578                                                                     Incendiary
## 579                                                                     Explosives
## 580                                                                     Incendiary
## 581                                                                     Explosives
## 582                                                                     Explosives
## 583                                                                     Explosives
## 584                                                                     Explosives
## 585                                                                        Unknown
## 586    Vehicle (not to include vehicle-borne explosives, i.e., car or truck bombs)
## 587                                                                     Explosives
## 588                                                                     Explosives
## 589                                                                       Firearms
## 590                                                                     Incendiary
## 591                                                                       Firearms
## 592                                                                       Firearms
## 593                                                                     Explosives
## 594                                                                     Incendiary
## 595                                                                     Incendiary
## 596                                                                       Firearms
## 597                                                                     Incendiary
## 598                                                                     Incendiary
## 599                                                                     Incendiary
## 600                                                                     Explosives
## 601                                                                     Explosives
## 602                                                                     Explosives
## 603                                                                     Explosives
## 604                                                                       Firearms
## 605                                                                          Melee
## 606                                                                       Firearms
## 607                                                                     Incendiary
## 608                                                                     Explosives
## 609                                                                     Explosives
## 610                                                                       Firearms
## 611                                                                     Explosives
## 612                                                                       Firearms
## 613                                                                     Explosives
## 614                                                                     Explosives
## 615                                                                     Explosives
## 616                                                                     Explosives
## 617                                                                     Explosives
## 618                                                                     Explosives
## 619                                                                     Explosives
## 620                                                                     Explosives
## 621                                                                     Explosives
## 622                                                                     Explosives
## 623                                                                     Incendiary
## 624                                                                     Incendiary
## 625                                                                       Firearms
## 626                                                                        Unknown
## 627                                                                     Explosives
## 628                                                                     Explosives
## 629                                                                     Explosives
## 630                                                                        Unknown
## 631                                                                     Explosives
## 632                                                                     Explosives
## 633                                                                     Explosives
## 634                                                                     Explosives
## 635                                                                     Incendiary
## 636                                                                     Explosives
## 637                                                                     Incendiary
## 638                                                                     Explosives
## 639                                                                       Firearms
## 640                                                                     Incendiary
## 641                                                                     Explosives
## 642                                                                     Explosives
## 643                                                                     Explosives
## 644                                                                       Firearms
## 645                                                                     Explosives
## 646                                                                     Explosives
## 647                                                                       Firearms
## 648                                                                       Firearms
## 649                                                                     Explosives
## 650                                                                       Firearms
## 651                                                                     Explosives
## 652                                                                     Incendiary
## 653                                                                     Explosives
## 654                                                                     Incendiary
## 655                                                                     Explosives
## 656                                                                     Incendiary
## 657                                                                     Explosives
## 658                                                                        Unknown
## 659                                                                     Explosives
## 660                                                                     Explosives
## 661                                                                     Incendiary
## 662                                                                     Incendiary
## 663                                                                       Firearms
## 664                                                                       Firearms
## 665                                                                     Incendiary
## 666                                                                     Incendiary
## 667                                                                       Firearms
## 668                                                                     Incendiary
## 669                                                                        Unknown
## 670                                                                     Explosives
## 671                                                                     Explosives
## 672                                                                     Explosives
## 673                                                                     Incendiary
## 674                                                                     Explosives
## 675                                                                     Explosives
## 676                                                                     Incendiary
## 677                                                                       Firearms
## 678                                                                     Explosives
## 679                                                                     Explosives
## 680                                                                        Unknown
## 681                                                                       Firearms
## 682                                                                          Melee
## 683                                                                     Incendiary
## 684                                                                     Explosives
## 685                                                                     Explosives
## 686                                                                       Firearms
## 687                                                                       Firearms
## 688                                                                       Firearms
## 689                                                                       Firearms
## 690                                                                       Firearms
## 691                                                                       Firearms
## 692                                                                     Explosives
## 693                                                                     Explosives
## 694                                                                     Explosives
## 695                                                                     Explosives
## 696                                                                     Explosives
## 697                                                                     Explosives
## 698                                                                        Unknown
## 699                                                                     Explosives
## 700                                                                     Incendiary
## 701                                                                     Incendiary
## 702                                                                     Explosives
## 703                                                                       Firearms
## 704                                                                       Firearms
## 705                                                                     Explosives
## 706                                                                       Firearms
## 707                                                                     Explosives
## 708                                                                     Explosives
## 709                                                                     Explosives
## 710                                                                       Firearms
## 711                                                                     Explosives
## 712                                                                        Unknown
## 713                                                                     Explosives
## 714                                                                     Explosives
## 715                                                                     Explosives
## 716                                                                     Incendiary
## 717                                                                     Explosives
## 718                                                                     Incendiary
## 719                                                                        Unknown
## 720                                                                       Firearms
## 721                                                                     Explosives
## 722                                                                     Explosives
## 723                                                                     Explosives
## 724                                                                     Incendiary
## 725                                                                     Incendiary
## 726                                                                     Explosives
## 727                                                                     Explosives
## 728                                                                     Explosives
## 729                                                                        Unknown
## 730                                                                     Explosives
## 731                                                                       Firearms
## 732                                                                        Unknown
## 733                                                                     Incendiary
## 734                                                                     Explosives
## 735                                                                       Firearms
## 736                                                                     Incendiary
## 737                                                                     Explosives
## 738                                                                     Explosives
## 739                                                                     Explosives
## 740                                                                     Explosives
##        weapsubtype1                          weapsubtype1_txt weaptype2
## 1                NA                                      <NA>        NA
## 2                NA                                      <NA>        NA
## 3                NA                                      <NA>        NA
## 4                16                    Unknown Explosive Type        NA
## 5                NA                                      <NA>        NA
## 6                 5                          Unknown Gun Type        NA
## 7                 2         Automatic or Semi-Automatic Rifle        NA
## 8                16                    Unknown Explosive Type        NA
## 9                19              Molotov Cocktail/Petrol Bomb        NA
## 10               20                       Gasoline or Alcohol        NA
## 11               16                    Unknown Explosive Type        NA
## 12               19              Molotov Cocktail/Petrol Bomb        NA
## 13                4             Rifle/Shotgun (non-automatic)         5
## 14               19              Molotov Cocktail/Petrol Bomb        NA
## 15               18                                Arson/Fire        NA
## 16               16                    Unknown Explosive Type        NA
## 17               NA                                      <NA>        NA
## 18               31                                 Pipe Bomb        NA
## 19               16                    Unknown Explosive Type        NA
## 20               19              Molotov Cocktail/Petrol Bomb        NA
## 21               19              Molotov Cocktail/Petrol Bomb        NA
## 22                2         Automatic or Semi-Automatic Rifle        NA
## 23               16                    Unknown Explosive Type        NA
## 24               16                    Unknown Explosive Type        NA
## 25               18                                Arson/Fire         5
## 26               NA                                      <NA>        NA
## 27               15                                   Vehicle        NA
## 28               NA                                      <NA>        NA
## 29               28                              Dynamite/TNT        NA
## 30               18                                Arson/Fire        NA
## 31                5                          Unknown Gun Type        NA
## 32               28                              Dynamite/TNT        NA
## 33                5                          Unknown Gun Type        NA
## 34               18                                Arson/Fire        NA
## 35               19              Molotov Cocktail/Petrol Bomb        NA
## 36               16                    Unknown Explosive Type        NA
## 37               28                              Dynamite/TNT        NA
## 38               28                              Dynamite/TNT        NA
## 39               19              Molotov Cocktail/Petrol Bomb        NA
## 40               NA                                      <NA>        NA
## 41               28                              Dynamite/TNT        NA
## 42               20                       Gasoline or Alcohol        NA
## 43                4             Rifle/Shotgun (non-automatic)        NA
## 44               20                       Gasoline or Alcohol        NA
## 45               20                       Gasoline or Alcohol        NA
## 46               20                       Gasoline or Alcohol        NA
## 47               28                              Dynamite/TNT        NA
## 48               28                              Dynamite/TNT        NA
## 49               28                              Dynamite/TNT        NA
## 50               28                              Dynamite/TNT        NA
## 51               19              Molotov Cocktail/Petrol Bomb        NA
## 52               19              Molotov Cocktail/Petrol Bomb        NA
## 53               19              Molotov Cocktail/Petrol Bomb        NA
## 54               19              Molotov Cocktail/Petrol Bomb        NA
## 55               18                                Arson/Fire        NA
## 56               16                    Unknown Explosive Type        NA
## 57               31                                 Pipe Bomb        NA
## 58               31                                 Pipe Bomb        NA
## 59               28                              Dynamite/TNT        NA
## 60                2         Automatic or Semi-Automatic Rifle        NA
## 61               19              Molotov Cocktail/Petrol Bomb        NA
## 62               16                    Unknown Explosive Type        NA
## 63               NA                                      <NA>        NA
## 64               28                              Dynamite/TNT        NA
## 65               16                    Unknown Explosive Type        NA
## 66               18                                Arson/Fire        NA
## 67               16                    Unknown Explosive Type        NA
## 68               16                    Unknown Explosive Type        NA
## 69               16                    Unknown Explosive Type        NA
## 70                4             Rifle/Shotgun (non-automatic)        NA
## 71               28                              Dynamite/TNT        NA
## 72               28                              Dynamite/TNT        NA
## 73               16                    Unknown Explosive Type        NA
## 74               16                    Unknown Explosive Type        NA
## 75               31                                 Pipe Bomb        NA
## 76               15                                   Vehicle        NA
## 77               19              Molotov Cocktail/Petrol Bomb        NA
## 78               19              Molotov Cocktail/Petrol Bomb        NA
## 79               28                              Dynamite/TNT        NA
## 80               10                          Pressure Trigger        NA
## 81               16                    Unknown Explosive Type        NA
## 82               20                       Gasoline or Alcohol        NA
## 83               20                       Gasoline or Alcohol        NA
## 84               14                                 Time Fuse        NA
## 85               19              Molotov Cocktail/Petrol Bomb        NA
## 86               20                       Gasoline or Alcohol        NA
## 87               28                              Dynamite/TNT        NA
## 88               28                              Dynamite/TNT        NA
## 89               28                              Dynamite/TNT        NA
## 90               28                              Dynamite/TNT        NA
## 91               28                              Dynamite/TNT        NA
## 92               28                              Dynamite/TNT        NA
## 93               28                              Dynamite/TNT        NA
## 94               19              Molotov Cocktail/Petrol Bomb        NA
## 95               16                    Unknown Explosive Type        NA
## 96                2         Automatic or Semi-Automatic Rifle        NA
## 97               16                    Unknown Explosive Type        NA
## 98               16                    Unknown Explosive Type        NA
## 99               17                      Other Explosive Type        NA
## 100              19              Molotov Cocktail/Petrol Bomb        NA
## 101              19              Molotov Cocktail/Petrol Bomb        NA
## 102              28                              Dynamite/TNT        NA
## 103              19              Molotov Cocktail/Petrol Bomb        NA
## 104              NA                                      <NA>        NA
## 105              28                              Dynamite/TNT        NA
## 106              28                              Dynamite/TNT        NA
## 107              14                                 Time Fuse        NA
## 108              28                              Dynamite/TNT        NA
## 109              28                              Dynamite/TNT        NA
## 110              28                              Dynamite/TNT        NA
## 111              28                              Dynamite/TNT        NA
## 112               5                          Unknown Gun Type        NA
## 113               2         Automatic or Semi-Automatic Rifle        NA
## 114              28                              Dynamite/TNT        NA
## 115              28                              Dynamite/TNT        NA
## 116              NA                                      <NA>        NA
## 117               1                                 Poisoning        NA
## 118              19              Molotov Cocktail/Petrol Bomb        NA
## 119              14                                 Time Fuse        NA
## 120              16                    Unknown Explosive Type        NA
## 121              14                                 Time Fuse        NA
## 122              14                                 Time Fuse        NA
## 123              19              Molotov Cocktail/Petrol Bomb        NA
## 124              NA                                      <NA>        NA
## 125              19              Molotov Cocktail/Petrol Bomb        NA
## 126              16                    Unknown Explosive Type        NA
## 127              16                    Unknown Explosive Type        NA
## 128              16                    Unknown Explosive Type        NA
## 129              11 Projectile (rockets, mortars, RPGs, etc.)        NA
## 130              16                    Unknown Explosive Type        NA
## 131              20                       Gasoline or Alcohol        NA
## 132              20                       Gasoline or Alcohol        NA
## 133              NA                                      <NA>        NA
## 134              16                    Unknown Explosive Type        NA
## 135              16                    Unknown Explosive Type        NA
## 136               3                                   Handgun         7
## 137              16                    Unknown Explosive Type        NA
## 138              15                                   Vehicle        NA
## 139              19              Molotov Cocktail/Petrol Bomb        NA
## 140              16                    Unknown Explosive Type        NA
## 141              28                              Dynamite/TNT        NA
## 142              19              Molotov Cocktail/Petrol Bomb        NA
## 143               5                          Unknown Gun Type        NA
## 144               9                               Letter Bomb        NA
## 145              20                       Gasoline or Alcohol        NA
## 146              20                       Gasoline or Alcohol        NA
## 147              14                                 Time Fuse        NA
## 148              14                                 Time Fuse        NA
## 149              28                              Dynamite/TNT        NA
## 150              28                              Dynamite/TNT        NA
## 151              NA                                      <NA>        NA
## 152              NA                                      <NA>        NA
## 153              NA                                      <NA>        NA
## 154              16                    Unknown Explosive Type        NA
## 155              31                                 Pipe Bomb        NA
## 156              17                      Other Explosive Type        NA
## 157              16                    Unknown Explosive Type        NA
## 158              NA                                      <NA>        NA
## 159              16                    Unknown Explosive Type        NA
## 160              18                                Arson/Fire        NA
## 161              19              Molotov Cocktail/Petrol Bomb        NA
## 162              NA                                      <NA>        NA
## 163              16                    Unknown Explosive Type         9
## 164               9                               Letter Bomb        NA
## 165              16                    Unknown Explosive Type        NA
## 166              NA                                      <NA>        NA
## 167              14                                 Time Fuse        NA
## 168              18                                Arson/Fire        NA
## 169              20                       Gasoline or Alcohol        NA
## 170              NA                                      <NA>        NA
## 171              31                                 Pipe Bomb        NA
## 172               5                          Unknown Gun Type        NA
## 173              31                                 Pipe Bomb        NA
## 174              31                                 Pipe Bomb        NA
## 175              18                                Arson/Fire        NA
## 176              NA                                      <NA>        NA
## 177               2         Automatic or Semi-Automatic Rifle        NA
## 178              28                              Dynamite/TNT        NA
## 179              20                       Gasoline or Alcohol        NA
## 180              17                      Other Explosive Type        NA
## 181              18                                Arson/Fire        NA
## 182              31                                 Pipe Bomb        NA
## 183              17                      Other Explosive Type        NA
## 184              18                                Arson/Fire        NA
## 185              28                              Dynamite/TNT        NA
## 186              16                    Unknown Explosive Type        NA
## 187              19              Molotov Cocktail/Petrol Bomb        NA
## 188              20                       Gasoline or Alcohol        NA
## 189              16                    Unknown Explosive Type        NA
## 190              16                    Unknown Explosive Type        NA
## 191              16                    Unknown Explosive Type        NA
## 192              16                    Unknown Explosive Type        NA
## 193              28                              Dynamite/TNT        NA
## 194              31                                 Pipe Bomb        NA
## 195              28                              Dynamite/TNT         8
## 196              16                    Unknown Explosive Type         5
## 197              19              Molotov Cocktail/Petrol Bomb        NA
## 198              18                                Arson/Fire        NA
## 199              18                                Arson/Fire        NA
## 200              14                                 Time Fuse        NA
## 201              14                                 Time Fuse        NA
## 202              14                                 Time Fuse        NA
## 203              28                              Dynamite/TNT        NA
## 204               2         Automatic or Semi-Automatic Rifle         6
## 205              16                    Unknown Explosive Type        NA
## 206              16                    Unknown Explosive Type        NA
## 207              16                    Unknown Explosive Type        NA
## 208              16                    Unknown Explosive Type        NA
## 209              28                              Dynamite/TNT        NA
## 210              18                                Arson/Fire        NA
## 211              16                    Unknown Explosive Type        NA
## 212              19              Molotov Cocktail/Petrol Bomb        NA
## 213              16                    Unknown Explosive Type        NA
## 214              19              Molotov Cocktail/Petrol Bomb        NA
## 215              20                       Gasoline or Alcohol        NA
## 216              19              Molotov Cocktail/Petrol Bomb        NA
## 217              20                       Gasoline or Alcohol        NA
## 218              19              Molotov Cocktail/Petrol Bomb        NA
## 219              14                                 Time Fuse        NA
## 220              14                                 Time Fuse        NA
## 221              14                                 Time Fuse        NA
## 222              14                                 Time Fuse        NA
## 223              19              Molotov Cocktail/Petrol Bomb        NA
## 224               3                                   Handgun        NA
## 225              31                                 Pipe Bomb        NA
## 226               3                                   Handgun        NA
## 227              16                    Unknown Explosive Type        NA
## 228              19              Molotov Cocktail/Petrol Bomb        NA
## 229              16                    Unknown Explosive Type        NA
## 230              16                    Unknown Explosive Type        NA
## 231              16                    Unknown Explosive Type        NA
## 232              16                    Unknown Explosive Type        NA
## 233              28                              Dynamite/TNT        NA
## 234              16                    Unknown Explosive Type        NA
## 235              16                    Unknown Explosive Type        NA
## 236              18                                Arson/Fire        NA
## 237              18                                Arson/Fire        NA
## 238              28                              Dynamite/TNT        NA
## 239              20                       Gasoline or Alcohol        NA
## 240              28                              Dynamite/TNT        NA
## 241              19              Molotov Cocktail/Petrol Bomb        NA
## 242              NA                                      <NA>        NA
## 243              31                                 Pipe Bomb        NA
## 244              28                              Dynamite/TNT        NA
## 245              18                                Arson/Fire        NA
## 246              16                    Unknown Explosive Type        NA
## 247              19              Molotov Cocktail/Petrol Bomb        NA
## 248              16                    Unknown Explosive Type        NA
## 249              17                      Other Explosive Type        NA
## 250              17                      Other Explosive Type        NA
## 251              17                      Other Explosive Type        NA
## 252              19              Molotov Cocktail/Petrol Bomb        NA
## 253              19              Molotov Cocktail/Petrol Bomb        NA
## 254               2         Automatic or Semi-Automatic Rifle        NA
## 255              19              Molotov Cocktail/Petrol Bomb        NA
## 256              17                      Other Explosive Type        NA
## 257              19              Molotov Cocktail/Petrol Bomb        NA
## 258              19              Molotov Cocktail/Petrol Bomb        NA
## 259              NA                                      <NA>        NA
## 260              19              Molotov Cocktail/Petrol Bomb        NA
## 261              16                    Unknown Explosive Type        NA
## 262              19              Molotov Cocktail/Petrol Bomb        NA
## 263              16                    Unknown Explosive Type        NA
## 264              19              Molotov Cocktail/Petrol Bomb        NA
## 265              28                              Dynamite/TNT        NA
## 266              20                       Gasoline or Alcohol        NA
## 267              19              Molotov Cocktail/Petrol Bomb        NA
## 268              19              Molotov Cocktail/Petrol Bomb        NA
## 269              19              Molotov Cocktail/Petrol Bomb        NA
## 270              18                                Arson/Fire        NA
## 271              31                                 Pipe Bomb        NA
## 272              19              Molotov Cocktail/Petrol Bomb        NA
## 273              18                                Arson/Fire        NA
## 274              14                                 Time Fuse        NA
## 275               5                          Unknown Gun Type        NA
## 276              NA                                      <NA>        NA
## 277              16                    Unknown Explosive Type        NA
## 278              16                    Unknown Explosive Type        NA
## 279              28                              Dynamite/TNT        NA
## 280              20                       Gasoline or Alcohol        NA
## 281              28                              Dynamite/TNT        NA
## 282              16                    Unknown Explosive Type        NA
## 283              19              Molotov Cocktail/Petrol Bomb        NA
## 284              19              Molotov Cocktail/Petrol Bomb        NA
## 285              19              Molotov Cocktail/Petrol Bomb        NA
## 286              28                              Dynamite/TNT        NA
## 287              31                                 Pipe Bomb        NA
## 288              19              Molotov Cocktail/Petrol Bomb        NA
## 289              NA                                      <NA>        NA
## 290               3                                   Handgun        NA
## 291               2         Automatic or Semi-Automatic Rifle        NA
## 292              28                              Dynamite/TNT        NA
## 293              17                      Other Explosive Type        NA
## 294              19              Molotov Cocktail/Petrol Bomb        NA
## 295              28                              Dynamite/TNT        NA
## 296              19              Molotov Cocktail/Petrol Bomb        NA
## 297              19              Molotov Cocktail/Petrol Bomb        NA
## 298              16                    Unknown Explosive Type        NA
## 299              21                              Blunt Object        NA
## 300               4             Rifle/Shotgun (non-automatic)        NA
## 301              16                    Unknown Explosive Type        NA
## 302              19              Molotov Cocktail/Petrol Bomb        NA
## 303              19              Molotov Cocktail/Petrol Bomb        12
## 304              19              Molotov Cocktail/Petrol Bomb        12
## 305              31                                 Pipe Bomb        NA
## 306              18                                Arson/Fire        11
## 307              18                                Arson/Fire        NA
## 308               3                                   Handgun        NA
## 309              15                                   Vehicle        NA
## 310              31                                 Pipe Bomb        NA
## 311              20                       Gasoline or Alcohol        NA
## 312              NA                                      <NA>        NA
## 313               3                                   Handgun         5
## 314              31                                 Pipe Bomb        NA
## 315              NA                                      <NA>        NA
## 316              28                              Dynamite/TNT        NA
## 317               2         Automatic or Semi-Automatic Rifle        NA
## 318              16                    Unknown Explosive Type        NA
## 319              16                    Unknown Explosive Type        NA
## 320              15                                   Vehicle        NA
## 321              19              Molotov Cocktail/Petrol Bomb        NA
## 322              31                                 Pipe Bomb        NA
## 323              14                                 Time Fuse        NA
## 324              16                    Unknown Explosive Type        NA
## 325               2         Automatic or Semi-Automatic Rifle        NA
## 326               2         Automatic or Semi-Automatic Rifle        NA
## 327              NA                                      <NA>        NA
## 328              14                                 Time Fuse        NA
## 329              NA                                      <NA>        NA
## 330              NA                                      <NA>        NA
## 331              11 Projectile (rockets, mortars, RPGs, etc.)        NA
## 332              16                    Unknown Explosive Type        NA
## 333              31                                 Pipe Bomb        NA
## 334              NA                                      <NA>        NA
## 335              16                    Unknown Explosive Type        NA
## 336              16                    Unknown Explosive Type        NA
## 337               2         Automatic or Semi-Automatic Rifle        NA
## 338               2         Automatic or Semi-Automatic Rifle        NA
## 339              20                       Gasoline or Alcohol        NA
## 340               4             Rifle/Shotgun (non-automatic)        NA
## 341              NA                                      <NA>        NA
## 342              NA                                      <NA>        NA
## 343              16                    Unknown Explosive Type        NA
## 344              28                              Dynamite/TNT        NA
## 345              NA                                      <NA>        NA
## 346              28                              Dynamite/TNT        NA
## 347               4             Rifle/Shotgun (non-automatic)        NA
## 348              28                              Dynamite/TNT        NA
## 349              16                    Unknown Explosive Type        NA
## 350              NA                                      <NA>        NA
## 351              NA                                      <NA>        NA
## 352              17                      Other Explosive Type        NA
## 353              31                                 Pipe Bomb        NA
## 354              19              Molotov Cocktail/Petrol Bomb        NA
## 355              19              Molotov Cocktail/Petrol Bomb        NA
## 356              16                    Unknown Explosive Type        NA
## 357              16                    Unknown Explosive Type        NA
## 358               4             Rifle/Shotgun (non-automatic)         5
## 359               3                                   Handgun        NA
## 360              28                              Dynamite/TNT        NA
## 361              NA                                      <NA>        NA
## 362              28                              Dynamite/TNT        NA
## 363              16                    Unknown Explosive Type        NA
## 364              28                              Dynamite/TNT        NA
## 365              NA                                      <NA>        NA
## 366               5                          Unknown Gun Type        NA
## 367               5                          Unknown Gun Type        NA
## 368               5                          Unknown Gun Type        NA
## 369               5                          Unknown Gun Type         8
## 370               3                                   Handgun        NA
## 371              28                              Dynamite/TNT        NA
## 372              31                                 Pipe Bomb        NA
## 373               5                          Unknown Gun Type         8
## 374              20                       Gasoline or Alcohol        NA
## 375              20                       Gasoline or Alcohol        NA
## 376              20                       Gasoline or Alcohol        NA
## 377              20                       Gasoline or Alcohol        NA
## 378              16                    Unknown Explosive Type        NA
## 379              18                                Arson/Fire        NA
## 380              NA                                      <NA>        NA
## 381              31                                 Pipe Bomb        NA
## 382              14                                 Time Fuse        NA
## 383              16                    Unknown Explosive Type        NA
## 384              16                    Unknown Explosive Type        NA
## 385              16                    Unknown Explosive Type        NA
## 386              16                    Unknown Explosive Type        NA
## 387              16                    Unknown Explosive Type        NA
## 388              14                                 Time Fuse        NA
## 389              14                                 Time Fuse        NA
## 390              28                              Dynamite/TNT        NA
## 391              16                    Unknown Explosive Type        NA
## 392              19              Molotov Cocktail/Petrol Bomb        NA
## 393              14                                 Time Fuse        NA
## 394              31                                 Pipe Bomb        NA
## 395              16                    Unknown Explosive Type        NA
## 396               3                                   Handgun        NA
## 397              14                                 Time Fuse        NA
## 398              16                    Unknown Explosive Type        NA
## 399              16                    Unknown Explosive Type        NA
## 400              16                    Unknown Explosive Type        NA
## 401              16                    Unknown Explosive Type        NA
## 402              17                      Other Explosive Type        NA
## 403              19              Molotov Cocktail/Petrol Bomb        NA
## 404              NA                                      <NA>        NA
## 405              20                       Gasoline or Alcohol        NA
## 406              NA                                      <NA>        NA
## 407              NA                                      <NA>        NA
## 408               4             Rifle/Shotgun (non-automatic)        NA
## 409              16                    Unknown Explosive Type        NA
## 410              19              Molotov Cocktail/Petrol Bomb        12
## 411              19              Molotov Cocktail/Petrol Bomb        NA
## 412              19              Molotov Cocktail/Petrol Bomb        NA
## 413              19              Molotov Cocktail/Petrol Bomb        NA
## 414              19              Molotov Cocktail/Petrol Bomb        NA
## 415               4             Rifle/Shotgun (non-automatic)        NA
## 416              14                                 Time Fuse        NA
## 417              19              Molotov Cocktail/Petrol Bomb        NA
## 418              NA                                      <NA>        NA
## 419              16                    Unknown Explosive Type        NA
## 420              16                    Unknown Explosive Type        NA
## 421              15                                   Vehicle        NA
## 422               2         Automatic or Semi-Automatic Rifle         6
## 423              31                                 Pipe Bomb        NA
## 424              19              Molotov Cocktail/Petrol Bomb        NA
## 425              NA                                      <NA>        NA
## 426              17                      Other Explosive Type        NA
## 427              NA                                      <NA>        NA
## 428              19              Molotov Cocktail/Petrol Bomb        NA
## 429              15                                   Vehicle        NA
## 430              16                    Unknown Explosive Type        NA
## 431              16                    Unknown Explosive Type        NA
## 432              16                    Unknown Explosive Type        NA
## 433              16                    Unknown Explosive Type        NA
## 434              14                                 Time Fuse        NA
## 435              31                                 Pipe Bomb        NA
## 436              NA                                      <NA>        NA
## 437              16                    Unknown Explosive Type        NA
## 438              16                    Unknown Explosive Type        NA
## 439              16                    Unknown Explosive Type        NA
## 440              16                    Unknown Explosive Type        NA
## 441              NA                                      <NA>        NA
## 442              NA                                      <NA>        NA
## 443              NA                                      <NA>        NA
## 444               2         Automatic or Semi-Automatic Rifle        NA
## 445               4             Rifle/Shotgun (non-automatic)        NA
## 446               2         Automatic or Semi-Automatic Rifle        NA
## 447              16                    Unknown Explosive Type        NA
## 448              16                    Unknown Explosive Type        NA
## 449              29                               Sticky Bomb        NA
## 450              31                                 Pipe Bomb        NA
## 451               2         Automatic or Semi-Automatic Rifle        NA
## 452              16                    Unknown Explosive Type        NA
## 453               5                          Unknown Gun Type        NA
## 454              31                                 Pipe Bomb        NA
## 455              19              Molotov Cocktail/Petrol Bomb        NA
## 456               4             Rifle/Shotgun (non-automatic)         5
## 457               2         Automatic or Semi-Automatic Rifle        NA
## 458              19              Molotov Cocktail/Petrol Bomb        NA
## 459              15                                   Vehicle        NA
## 460              31                                 Pipe Bomb        NA
## 461              31                                 Pipe Bomb        NA
## 462               5                          Unknown Gun Type        NA
## 463              16                    Unknown Explosive Type        NA
## 464              28                              Dynamite/TNT        NA
## 465              19              Molotov Cocktail/Petrol Bomb        NA
## 466              NA                                      <NA>        NA
## 467              16                    Unknown Explosive Type        NA
## 468              19              Molotov Cocktail/Petrol Bomb        NA
## 469               3                                   Handgun        NA
## 470               3                                   Handgun        NA
## 471              19              Molotov Cocktail/Petrol Bomb        NA
## 472              28                              Dynamite/TNT        NA
## 473              19              Molotov Cocktail/Petrol Bomb        NA
## 474              15                                   Vehicle        NA
## 475              NA                                      <NA>        NA
## 476              19              Molotov Cocktail/Petrol Bomb        NA
## 477              31                                 Pipe Bomb        NA
## 478              20                       Gasoline or Alcohol        NA
## 479              28                              Dynamite/TNT        NA
## 480              19              Molotov Cocktail/Petrol Bomb        NA
## 481              16                    Unknown Explosive Type        NA
## 482              NA                                      <NA>        NA
## 483              19              Molotov Cocktail/Petrol Bomb        NA
## 484              28                              Dynamite/TNT        NA
## 485              16                    Unknown Explosive Type        NA
## 486              19              Molotov Cocktail/Petrol Bomb        NA
## 487              16                    Unknown Explosive Type        NA
## 488              NA                                      <NA>        NA
## 489              NA                                      <NA>        NA
## 490               3                                   Handgun        NA
## 491              16                    Unknown Explosive Type        NA
## 492              16                    Unknown Explosive Type        NA
## 493              16                    Unknown Explosive Type        NA
## 494              16                    Unknown Explosive Type        NA
## 495              17                      Other Explosive Type        NA
## 496              16                    Unknown Explosive Type        NA
## 497              16                    Unknown Explosive Type        NA
## 498              16                    Unknown Explosive Type        NA
## 499              14                                 Time Fuse        NA
## 500              28                              Dynamite/TNT        NA
## 501               7                                   Grenade        NA
## 502              28                              Dynamite/TNT        NA
## 503               7                                   Grenade         5
## 504              NA                                      <NA>        NA
## 505               3                                   Handgun         6
## 506               3                                   Handgun         6
## 507              16                    Unknown Explosive Type        NA
## 508              31                                 Pipe Bomb        NA
## 509              16                    Unknown Explosive Type         5
## 510              19              Molotov Cocktail/Petrol Bomb        NA
## 511              19              Molotov Cocktail/Petrol Bomb        NA
## 512              NA                                      <NA>        NA
## 513              16                    Unknown Explosive Type        NA
## 514              NA                                      <NA>        NA
## 515              NA                                      <NA>        NA
## 516              NA                                      <NA>        NA
## 517              NA                                      <NA>         8
## 518               2         Automatic or Semi-Automatic Rifle        NA
## 519               3                                   Handgun        NA
## 520              16                    Unknown Explosive Type        NA
## 521               3                                   Handgun        NA
## 522              NA                                      <NA>        NA
## 523              16                    Unknown Explosive Type        NA
## 524              31                                 Pipe Bomb        NA
## 525              16                    Unknown Explosive Type        NA
## 526              NA                                      <NA>        NA
## 527              16                    Unknown Explosive Type        NA
## 528              16                    Unknown Explosive Type         5
## 529               5                          Unknown Gun Type        NA
## 530               3                                   Handgun        NA
## 531              18                                Arson/Fire        NA
## 532              28                              Dynamite/TNT        NA
## 533              28                              Dynamite/TNT        NA
## 534              19              Molotov Cocktail/Petrol Bomb        11
## 535              16                    Unknown Explosive Type        NA
## 536              16                    Unknown Explosive Type        NA
## 537              NA                                      <NA>        NA
## 538              16                    Unknown Explosive Type        NA
## 539              16                    Unknown Explosive Type        NA
## 540              NA                                      <NA>        NA
## 541              31                                 Pipe Bomb        NA
## 542              16                    Unknown Explosive Type        NA
## 543              16                    Unknown Explosive Type        NA
## 544              16                    Unknown Explosive Type        NA
## 545              16                    Unknown Explosive Type        NA
## 546              NA                                      <NA>        NA
## 547              16                    Unknown Explosive Type        NA
## 548              28                              Dynamite/TNT        NA
## 549               5                          Unknown Gun Type        NA
## 550              NA                                      <NA>        NA
## 551              28                              Dynamite/TNT        NA
## 552              16                    Unknown Explosive Type        NA
## 553              31                                 Pipe Bomb        NA
## 554              16                    Unknown Explosive Type        NA
## 555              NA                                      <NA>        NA
## 556              NA                                      <NA>        NA
## 557              NA                                      <NA>        NA
## 558              NA                                      <NA>        NA
## 559              28                              Dynamite/TNT        NA
## 560              NA                                      <NA>        NA
## 561              31                                 Pipe Bomb        NA
## 562              16                    Unknown Explosive Type        NA
## 563              16                    Unknown Explosive Type        NA
## 564              16                    Unknown Explosive Type        NA
## 565              18                                Arson/Fire         5
## 566              16                    Unknown Explosive Type        NA
## 567               2         Automatic or Semi-Automatic Rifle        NA
## 568              16                    Unknown Explosive Type        NA
## 569               4             Rifle/Shotgun (non-automatic)        NA
## 570              NA                                      <NA>        NA
## 571              18                                Arson/Fire         5
## 572               4             Rifle/Shotgun (non-automatic)        NA
## 573              14                                 Time Fuse        NA
## 574              NA                                      <NA>        NA
## 575              NA                                      <NA>        NA
## 576              16                    Unknown Explosive Type        NA
## 577              NA                                      <NA>        NA
## 578              19              Molotov Cocktail/Petrol Bomb        NA
## 579              14                                 Time Fuse        NA
## 580              19              Molotov Cocktail/Petrol Bomb        NA
## 581              31                                 Pipe Bomb        NA
## 582              31                                 Pipe Bomb        NA
## 583              31                                 Pipe Bomb        NA
## 584              17                      Other Explosive Type        NA
## 585              NA                                      <NA>        NA
## 586              NA                                      <NA>        NA
## 587              16                    Unknown Explosive Type        NA
## 588              16                    Unknown Explosive Type        NA
## 589               5                          Unknown Gun Type        NA
## 590              19              Molotov Cocktail/Petrol Bomb        NA
## 591               2         Automatic or Semi-Automatic Rifle        NA
## 592               2         Automatic or Semi-Automatic Rifle        NA
## 593              16                    Unknown Explosive Type        NA
## 594              20                       Gasoline or Alcohol        NA
## 595              18                                Arson/Fire        NA
## 596               5                          Unknown Gun Type        NA
## 597              NA                                      <NA>        NA
## 598              NA                                      <NA>        NA
## 599              20                       Gasoline or Alcohol        NA
## 600              16                    Unknown Explosive Type        NA
## 601              16                    Unknown Explosive Type        NA
## 602              16                    Unknown Explosive Type        NA
## 603              16                    Unknown Explosive Type        NA
## 604               2         Automatic or Semi-Automatic Rifle        NA
## 605              21                              Blunt Object         9
## 606               5                          Unknown Gun Type        NA
## 607              19              Molotov Cocktail/Petrol Bomb        NA
## 608              16                    Unknown Explosive Type        NA
## 609              16                    Unknown Explosive Type        NA
## 610               3                                   Handgun        NA
## 611              28                              Dynamite/TNT        NA
## 612               2         Automatic or Semi-Automatic Rifle        NA
## 613              28                              Dynamite/TNT        NA
## 614              28                              Dynamite/TNT        NA
## 615              16                    Unknown Explosive Type        NA
## 616              14                                 Time Fuse        NA
## 617              16                    Unknown Explosive Type        NA
## 618              16                    Unknown Explosive Type        NA
## 619              16                    Unknown Explosive Type        NA
## 620              16                    Unknown Explosive Type        NA
## 621              16                    Unknown Explosive Type        NA
## 622              14                                 Time Fuse        NA
## 623              NA                                      <NA>        NA
## 624              NA                                      <NA>        NA
## 625               2         Automatic or Semi-Automatic Rifle        NA
## 626              NA                                      <NA>        NA
## 627              16                    Unknown Explosive Type        NA
## 628              16                    Unknown Explosive Type         5
## 629              28                              Dynamite/TNT        NA
## 630              NA                                      <NA>        NA
## 631              16                    Unknown Explosive Type        NA
## 632              16                    Unknown Explosive Type        NA
## 633              16                    Unknown Explosive Type        NA
## 634              16                    Unknown Explosive Type        NA
## 635              19              Molotov Cocktail/Petrol Bomb        NA
## 636              16                    Unknown Explosive Type        NA
## 637              19              Molotov Cocktail/Petrol Bomb        NA
## 638              16                    Unknown Explosive Type         5
## 639               3                                   Handgun        NA
## 640              19              Molotov Cocktail/Petrol Bomb        NA
## 641              16                    Unknown Explosive Type         5
## 642              16                    Unknown Explosive Type        NA
## 643              14                                 Time Fuse        NA
## 644               5                          Unknown Gun Type        NA
## 645              16                    Unknown Explosive Type        NA
## 646              17                      Other Explosive Type        NA
## 647               3                                   Handgun        NA
## 648               2         Automatic or Semi-Automatic Rifle        NA
## 649              16                    Unknown Explosive Type        NA
## 650               2         Automatic or Semi-Automatic Rifle        NA
## 651              16                    Unknown Explosive Type        NA
## 652              18                                Arson/Fire        NA
## 653              14                                 Time Fuse         6
## 654              19              Molotov Cocktail/Petrol Bomb        NA
## 655              16                    Unknown Explosive Type        NA
## 656              19              Molotov Cocktail/Petrol Bomb        NA
## 657              16                    Unknown Explosive Type        NA
## 658              NA                                      <NA>        NA
## 659              14                                 Time Fuse         6
## 660              16                    Unknown Explosive Type        NA
## 661              18                                Arson/Fire        NA
## 662              18                                Arson/Fire        NA
## 663               3                                   Handgun        NA
## 664               2         Automatic or Semi-Automatic Rifle        NA
## 665              18                                Arson/Fire        NA
## 666              19              Molotov Cocktail/Petrol Bomb        NA
## 667               3                                   Handgun        NA
## 668              NA                                      <NA>         8
## 669              NA                                      <NA>        NA
## 670              31                                 Pipe Bomb        NA
## 671              31                                 Pipe Bomb        NA
## 672              31                                 Pipe Bomb         6
## 673              NA                                      <NA>        NA
## 674              16                    Unknown Explosive Type        NA
## 675              14                                 Time Fuse        NA
## 676              19              Molotov Cocktail/Petrol Bomb        NA
## 677               2         Automatic or Semi-Automatic Rifle        NA
## 678              16                    Unknown Explosive Type        NA
## 679              16                    Unknown Explosive Type        NA
## 680              NA                                      <NA>        NA
## 681               2         Automatic or Semi-Automatic Rifle        NA
## 682              23               Knife or Other Sharp Object        NA
## 683              NA                                      <NA>         8
## 684              16                    Unknown Explosive Type        NA
## 685              28                              Dynamite/TNT        NA
## 686               2         Automatic or Semi-Automatic Rifle        NA
## 687               3                                   Handgun        NA
## 688               3                                   Handgun        NA
## 689               5                          Unknown Gun Type        NA
## 690               2         Automatic or Semi-Automatic Rifle         5
## 691               2         Automatic or Semi-Automatic Rifle        NA
## 692              14                                 Time Fuse         6
## 693              16                    Unknown Explosive Type        NA
## 694              16                    Unknown Explosive Type        NA
## 695              16                    Unknown Explosive Type        NA
## 696              16                    Unknown Explosive Type        NA
## 697              16                    Unknown Explosive Type        NA
## 698              NA                                      <NA>        NA
## 699              16                    Unknown Explosive Type        NA
## 700              18                                Arson/Fire        NA
## 701              NA                                      <NA>        NA
## 702              14                                 Time Fuse         6
## 703               4             Rifle/Shotgun (non-automatic)        NA
## 704               5                          Unknown Gun Type        NA
## 705              16                    Unknown Explosive Type        NA
## 706               2         Automatic or Semi-Automatic Rifle        NA
## 707               8                                  Landmine        NA
## 708              28                              Dynamite/TNT        NA
## 709              16                    Unknown Explosive Type        NA
## 710               2         Automatic or Semi-Automatic Rifle        NA
## 711              28                              Dynamite/TNT        NA
## 712              NA                                      <NA>        NA
## 713              16                    Unknown Explosive Type        NA
## 714              16                    Unknown Explosive Type        NA
## 715              16                    Unknown Explosive Type        NA
## 716              NA                                      <NA>        NA
## 717              16                    Unknown Explosive Type        NA
## 718              20                       Gasoline or Alcohol        12
## 719              NA                                      <NA>        NA
## 720               4             Rifle/Shotgun (non-automatic)        NA
## 721              17                      Other Explosive Type        NA
## 722              17                      Other Explosive Type        NA
## 723              14                                 Time Fuse        NA
## 724              19              Molotov Cocktail/Petrol Bomb        NA
## 725              20                       Gasoline or Alcohol        NA
## 726              16                    Unknown Explosive Type        NA
## 727              16                    Unknown Explosive Type        NA
## 728              16                    Unknown Explosive Type        NA
## 729              NA                                      <NA>        NA
## 730              17                      Other Explosive Type         6
## 731               4             Rifle/Shotgun (non-automatic)        NA
## 732              NA                                      <NA>        NA
## 733              NA                                      <NA>        NA
## 734              16                    Unknown Explosive Type        NA
## 735               5                          Unknown Gun Type        NA
## 736              18                                Arson/Fire        NA
## 737              16                    Unknown Explosive Type        NA
## 738              16                    Unknown Explosive Type        NA
## 739              16                    Unknown Explosive Type        NA
## 740              16                    Unknown Explosive Type        NA
##                                                                      weaptype2_txt
## 1                                                                             <NA>
## 2                                                                             <NA>
## 3                                                                             <NA>
## 4                                                                             <NA>
## 5                                                                             <NA>
## 6                                                                             <NA>
## 7                                                                             <NA>
## 8                                                                             <NA>
## 9                                                                             <NA>
## 10                                                                            <NA>
## 11                                                                            <NA>
## 12                                                                            <NA>
## 13                                                                        Firearms
## 14                                                                            <NA>
## 15                                                                            <NA>
## 16                                                                            <NA>
## 17                                                                            <NA>
## 18                                                                            <NA>
## 19                                                                            <NA>
## 20                                                                            <NA>
## 21                                                                            <NA>
## 22                                                                            <NA>
## 23                                                                            <NA>
## 24                                                                            <NA>
## 25                                                                        Firearms
## 26                                                                            <NA>
## 27                                                                            <NA>
## 28                                                                            <NA>
## 29                                                                            <NA>
## 30                                                                            <NA>
## 31                                                                            <NA>
## 32                                                                            <NA>
## 33                                                                            <NA>
## 34                                                                            <NA>
## 35                                                                            <NA>
## 36                                                                            <NA>
## 37                                                                            <NA>
## 38                                                                            <NA>
## 39                                                                            <NA>
## 40                                                                            <NA>
## 41                                                                            <NA>
## 42                                                                            <NA>
## 43                                                                            <NA>
## 44                                                                            <NA>
## 45                                                                            <NA>
## 46                                                                            <NA>
## 47                                                                            <NA>
## 48                                                                            <NA>
## 49                                                                            <NA>
## 50                                                                            <NA>
## 51                                                                            <NA>
## 52                                                                            <NA>
## 53                                                                            <NA>
## 54                                                                            <NA>
## 55                                                                            <NA>
## 56                                                                            <NA>
## 57                                                                            <NA>
## 58                                                                            <NA>
## 59                                                                            <NA>
## 60                                                                            <NA>
## 61                                                                            <NA>
## 62                                                                            <NA>
## 63                                                                            <NA>
## 64                                                                            <NA>
## 65                                                                            <NA>
## 66                                                                            <NA>
## 67                                                                            <NA>
## 68                                                                            <NA>
## 69                                                                            <NA>
## 70                                                                            <NA>
## 71                                                                            <NA>
## 72                                                                            <NA>
## 73                                                                            <NA>
## 74                                                                            <NA>
## 75                                                                            <NA>
## 76                                                                            <NA>
## 77                                                                            <NA>
## 78                                                                            <NA>
## 79                                                                            <NA>
## 80                                                                            <NA>
## 81                                                                            <NA>
## 82                                                                            <NA>
## 83                                                                            <NA>
## 84                                                                            <NA>
## 85                                                                            <NA>
## 86                                                                            <NA>
## 87                                                                            <NA>
## 88                                                                            <NA>
## 89                                                                            <NA>
## 90                                                                            <NA>
## 91                                                                            <NA>
## 92                                                                            <NA>
## 93                                                                            <NA>
## 94                                                                            <NA>
## 95                                                                            <NA>
## 96                                                                            <NA>
## 97                                                                            <NA>
## 98                                                                            <NA>
## 99                                                                            <NA>
## 100                                                                           <NA>
## 101                                                                           <NA>
## 102                                                                           <NA>
## 103                                                                           <NA>
## 104                                                                           <NA>
## 105                                                                           <NA>
## 106                                                                           <NA>
## 107                                                                           <NA>
## 108                                                                           <NA>
## 109                                                                           <NA>
## 110                                                                           <NA>
## 111                                                                           <NA>
## 112                                                                           <NA>
## 113                                                                           <NA>
## 114                                                                           <NA>
## 115                                                                           <NA>
## 116                                                                           <NA>
## 117                                                                           <NA>
## 118                                                                           <NA>
## 119                                                                           <NA>
## 120                                                                           <NA>
## 121                                                                           <NA>
## 122                                                                           <NA>
## 123                                                                           <NA>
## 124                                                                           <NA>
## 125                                                                           <NA>
## 126                                                                           <NA>
## 127                                                                           <NA>
## 128                                                                           <NA>
## 129                                                                           <NA>
## 130                                                                           <NA>
## 131                                                                           <NA>
## 132                                                                           <NA>
## 133                                                                           <NA>
## 134                                                                           <NA>
## 135                                                                           <NA>
## 136                                                                   Fake Weapons
## 137                                                                           <NA>
## 138                                                                           <NA>
## 139                                                                           <NA>
## 140                                                                           <NA>
## 141                                                                           <NA>
## 142                                                                           <NA>
## 143                                                                           <NA>
## 144                                                                           <NA>
## 145                                                                           <NA>
## 146                                                                           <NA>
## 147                                                                           <NA>
## 148                                                                           <NA>
## 149                                                                           <NA>
## 150                                                                           <NA>
## 151                                                                           <NA>
## 152                                                                           <NA>
## 153                                                                           <NA>
## 154                                                                           <NA>
## 155                                                                           <NA>
## 156                                                                           <NA>
## 157                                                                           <NA>
## 158                                                                           <NA>
## 159                                                                           <NA>
## 160                                                                           <NA>
## 161                                                                           <NA>
## 162                                                                           <NA>
## 163                                                                          Melee
## 164                                                                           <NA>
## 165                                                                           <NA>
## 166                                                                           <NA>
## 167                                                                           <NA>
## 168                                                                           <NA>
## 169                                                                           <NA>
## 170                                                                           <NA>
## 171                                                                           <NA>
## 172                                                                           <NA>
## 173                                                                           <NA>
## 174                                                                           <NA>
## 175                                                                           <NA>
## 176                                                                           <NA>
## 177                                                                           <NA>
## 178                                                                           <NA>
## 179                                                                           <NA>
## 180                                                                           <NA>
## 181                                                                           <NA>
## 182                                                                           <NA>
## 183                                                                           <NA>
## 184                                                                           <NA>
## 185                                                                           <NA>
## 186                                                                           <NA>
## 187                                                                           <NA>
## 188                                                                           <NA>
## 189                                                                           <NA>
## 190                                                                           <NA>
## 191                                                                           <NA>
## 192                                                                           <NA>
## 193                                                                           <NA>
## 194                                                                           <NA>
## 195                                                                     Incendiary
## 196                                                                       Firearms
## 197                                                                           <NA>
## 198                                                                           <NA>
## 199                                                                           <NA>
## 200                                                                           <NA>
## 201                                                                           <NA>
## 202                                                                           <NA>
## 203                                                                           <NA>
## 204                                                                     Explosives
## 205                                                                           <NA>
## 206                                                                           <NA>
## 207                                                                           <NA>
## 208                                                                           <NA>
## 209                                                                           <NA>
## 210                                                                           <NA>
## 211                                                                           <NA>
## 212                                                                           <NA>
## 213                                                                           <NA>
## 214                                                                           <NA>
## 215                                                                           <NA>
## 216                                                                           <NA>
## 217                                                                           <NA>
## 218                                                                           <NA>
## 219                                                                           <NA>
## 220                                                                           <NA>
## 221                                                                           <NA>
## 222                                                                           <NA>
## 223                                                                           <NA>
## 224                                                                           <NA>
## 225                                                                           <NA>
## 226                                                                           <NA>
## 227                                                                           <NA>
## 228                                                                           <NA>
## 229                                                                           <NA>
## 230                                                                           <NA>
## 231                                                                           <NA>
## 232                                                                           <NA>
## 233                                                                           <NA>
## 234                                                                           <NA>
## 235                                                                           <NA>
## 236                                                                           <NA>
## 237                                                                           <NA>
## 238                                                                           <NA>
## 239                                                                           <NA>
## 240                                                                           <NA>
## 241                                                                           <NA>
## 242                                                                           <NA>
## 243                                                                           <NA>
## 244                                                                           <NA>
## 245                                                                           <NA>
## 246                                                                           <NA>
## 247                                                                           <NA>
## 248                                                                           <NA>
## 249                                                                           <NA>
## 250                                                                           <NA>
## 251                                                                           <NA>
## 252                                                                           <NA>
## 253                                                                           <NA>
## 254                                                                           <NA>
## 255                                                                           <NA>
## 256                                                                           <NA>
## 257                                                                           <NA>
## 258                                                                           <NA>
## 259                                                                           <NA>
## 260                                                                           <NA>
## 261                                                                           <NA>
## 262                                                                           <NA>
## 263                                                                           <NA>
## 264                                                                           <NA>
## 265                                                                           <NA>
## 266                                                                           <NA>
## 267                                                                           <NA>
## 268                                                                           <NA>
## 269                                                                           <NA>
## 270                                                                           <NA>
## 271                                                                           <NA>
## 272                                                                           <NA>
## 273                                                                           <NA>
## 274                                                                           <NA>
## 275                                                                           <NA>
## 276                                                                           <NA>
## 277                                                                           <NA>
## 278                                                                           <NA>
## 279                                                                           <NA>
## 280                                                                           <NA>
## 281                                                                           <NA>
## 282                                                                           <NA>
## 283                                                                           <NA>
## 284                                                                           <NA>
## 285                                                                           <NA>
## 286                                                                           <NA>
## 287                                                                           <NA>
## 288                                                                           <NA>
## 289                                                                           <NA>
## 290                                                                           <NA>
## 291                                                                           <NA>
## 292                                                                           <NA>
## 293                                                                           <NA>
## 294                                                                           <NA>
## 295                                                                           <NA>
## 296                                                                           <NA>
## 297                                                                           <NA>
## 298                                                                           <NA>
## 299                                                                           <NA>
## 300                                                                           <NA>
## 301                                                                           <NA>
## 302                                                                           <NA>
## 303                                                                          Other
## 304                                                                          Other
## 305                                                                           <NA>
## 306                                                             Sabotage Equipment
## 307                                                                           <NA>
## 308                                                                           <NA>
## 309                                                                           <NA>
## 310                                                                           <NA>
## 311                                                                           <NA>
## 312                                                                           <NA>
## 313                                                                       Firearms
## 314                                                                           <NA>
## 315                                                                           <NA>
## 316                                                                           <NA>
## 317                                                                           <NA>
## 318                                                                           <NA>
## 319                                                                           <NA>
## 320                                                                           <NA>
## 321                                                                           <NA>
## 322                                                                           <NA>
## 323                                                                           <NA>
## 324                                                                           <NA>
## 325                                                                           <NA>
## 326                                                                           <NA>
## 327                                                                           <NA>
## 328                                                                           <NA>
## 329                                                                           <NA>
## 330                                                                           <NA>
## 331                                                                           <NA>
## 332                                                                           <NA>
## 333                                                                           <NA>
## 334                                                                           <NA>
## 335                                                                           <NA>
## 336                                                                           <NA>
## 337                                                                           <NA>
## 338                                                                           <NA>
## 339                                                                           <NA>
## 340                                                                           <NA>
## 341                                                                           <NA>
## 342                                                                           <NA>
## 343                                                                           <NA>
## 344                                                                           <NA>
## 345                                                                           <NA>
## 346                                                                           <NA>
## 347                                                                           <NA>
## 348                                                                           <NA>
## 349                                                                           <NA>
## 350                                                                           <NA>
## 351                                                                           <NA>
## 352                                                                           <NA>
## 353                                                                           <NA>
## 354                                                                           <NA>
## 355                                                                           <NA>
## 356                                                                           <NA>
## 357                                                                           <NA>
## 358                                                                       Firearms
## 359                                                                           <NA>
## 360                                                                           <NA>
## 361                                                                           <NA>
## 362                                                                           <NA>
## 363                                                                           <NA>
## 364                                                                           <NA>
## 365                                                                           <NA>
## 366                                                                           <NA>
## 367                                                                           <NA>
## 368                                                                           <NA>
## 369                                                                     Incendiary
## 370                                                                           <NA>
## 371                                                                           <NA>
## 372                                                                           <NA>
## 373                                                                     Incendiary
## 374                                                                           <NA>
## 375                                                                           <NA>
## 376                                                                           <NA>
## 377                                                                           <NA>
## 378                                                                           <NA>
## 379                                                                           <NA>
## 380                                                                           <NA>
## 381                                                                           <NA>
## 382                                                                           <NA>
## 383                                                                           <NA>
## 384                                                                           <NA>
## 385                                                                           <NA>
## 386                                                                           <NA>
## 387                                                                           <NA>
## 388                                                                           <NA>
## 389                                                                           <NA>
## 390                                                                           <NA>
## 391                                                                           <NA>
## 392                                                                           <NA>
## 393                                                                           <NA>
## 394                                                                           <NA>
## 395                                                                           <NA>
## 396                                                                           <NA>
## 397                                                                           <NA>
## 398                                                                           <NA>
## 399                                                                           <NA>
## 400                                                                           <NA>
## 401                                                                           <NA>
## 402                                                                           <NA>
## 403                                                                           <NA>
## 404                                                                           <NA>
## 405                                                                           <NA>
## 406                                                                           <NA>
## 407                                                                           <NA>
## 408                                                                           <NA>
## 409                                                                           <NA>
## 410                                                                          Other
## 411                                                                           <NA>
## 412                                                                           <NA>
## 413                                                                           <NA>
## 414                                                                           <NA>
## 415                                                                           <NA>
## 416                                                                           <NA>
## 417                                                                           <NA>
## 418                                                                           <NA>
## 419                                                                           <NA>
## 420                                                                           <NA>
## 421                                                                           <NA>
## 422                                                                     Explosives
## 423                                                                           <NA>
## 424                                                                           <NA>
## 425                                                                           <NA>
## 426                                                                           <NA>
## 427                                                                           <NA>
## 428                                                                           <NA>
## 429                                                                           <NA>
## 430                                                                           <NA>
## 431                                                                           <NA>
## 432                                                                           <NA>
## 433                                                                           <NA>
## 434                                                                           <NA>
## 435                                                                           <NA>
## 436                                                                           <NA>
## 437                                                                           <NA>
## 438                                                                           <NA>
## 439                                                                           <NA>
## 440                                                                           <NA>
## 441                                                                           <NA>
## 442                                                                           <NA>
## 443                                                                           <NA>
## 444                                                                           <NA>
## 445                                                                           <NA>
## 446                                                                           <NA>
## 447                                                                           <NA>
## 448                                                                           <NA>
## 449                                                                           <NA>
## 450                                                                           <NA>
## 451                                                                           <NA>
## 452                                                                           <NA>
## 453                                                                           <NA>
## 454                                                                           <NA>
## 455                                                                           <NA>
## 456                                                                       Firearms
## 457                                                                           <NA>
## 458                                                                           <NA>
## 459                                                                           <NA>
## 460                                                                           <NA>
## 461                                                                           <NA>
## 462                                                                           <NA>
## 463                                                                           <NA>
## 464                                                                           <NA>
## 465                                                                           <NA>
## 466                                                                           <NA>
## 467                                                                           <NA>
## 468                                                                           <NA>
## 469                                                                           <NA>
## 470                                                                           <NA>
## 471                                                                           <NA>
## 472                                                                           <NA>
## 473                                                                           <NA>
## 474                                                                           <NA>
## 475                                                                           <NA>
## 476                                                                           <NA>
## 477                                                                           <NA>
## 478                                                                           <NA>
## 479                                                                           <NA>
## 480                                                                           <NA>
## 481                                                                           <NA>
## 482                                                                           <NA>
## 483                                                                           <NA>
## 484                                                                           <NA>
## 485                                                                           <NA>
## 486                                                                           <NA>
## 487                                                                           <NA>
## 488                                                                           <NA>
## 489                                                                           <NA>
## 490                                                                           <NA>
## 491                                                                           <NA>
## 492                                                                           <NA>
## 493                                                                           <NA>
## 494                                                                           <NA>
## 495                                                                           <NA>
## 496                                                                           <NA>
## 497                                                                           <NA>
## 498                                                                           <NA>
## 499                                                                           <NA>
## 500                                                                           <NA>
## 501                                                                           <NA>
## 502                                                                           <NA>
## 503                                                                       Firearms
## 504                                                                           <NA>
## 505                                                                     Explosives
## 506                                                                     Explosives
## 507                                                                           <NA>
## 508                                                                           <NA>
## 509                                                                       Firearms
## 510                                                                           <NA>
## 511                                                                           <NA>
## 512                                                                           <NA>
## 513                                                                           <NA>
## 514                                                                           <NA>
## 515                                                                           <NA>
## 516                                                                           <NA>
## 517                                                                     Incendiary
## 518                                                                           <NA>
## 519                                                                           <NA>
## 520                                                                           <NA>
## 521                                                                           <NA>
## 522                                                                           <NA>
## 523                                                                           <NA>
## 524                                                                           <NA>
## 525                                                                           <NA>
## 526                                                                           <NA>
## 527                                                                           <NA>
## 528                                                                       Firearms
## 529                                                                           <NA>
## 530                                                                           <NA>
## 531                                                                           <NA>
## 532                                                                           <NA>
## 533                                                                           <NA>
## 534                                                             Sabotage Equipment
## 535                                                                           <NA>
## 536                                                                           <NA>
## 537                                                                           <NA>
## 538                                                                           <NA>
## 539                                                                           <NA>
## 540                                                                           <NA>
## 541                                                                           <NA>
## 542                                                                           <NA>
## 543                                                                           <NA>
## 544                                                                           <NA>
## 545                                                                           <NA>
## 546                                                                           <NA>
## 547                                                                           <NA>
## 548                                                                           <NA>
## 549                                                                           <NA>
## 550                                                                           <NA>
## 551                                                                           <NA>
## 552                                                                           <NA>
## 553                                                                           <NA>
## 554                                                                           <NA>
## 555                                                                           <NA>
## 556                                                                           <NA>
## 557                                                                           <NA>
## 558                                                                           <NA>
## 559                                                                           <NA>
## 560                                                                           <NA>
## 561                                                                           <NA>
## 562                                                                           <NA>
## 563                                                                           <NA>
## 564                                                                           <NA>
## 565                                                                       Firearms
## 566                                                                           <NA>
## 567                                                                           <NA>
## 568                                                                           <NA>
## 569                                                                           <NA>
## 570                                                                           <NA>
## 571                                                                       Firearms
## 572                                                                           <NA>
## 573                                                                           <NA>
## 574                                                                           <NA>
## 575                                                                           <NA>
## 576                                                                           <NA>
## 577                                                                           <NA>
## 578                                                                           <NA>
## 579                                                                           <NA>
## 580                                                                           <NA>
## 581                                                                           <NA>
## 582                                                                           <NA>
## 583                                                                           <NA>
## 584                                                                           <NA>
## 585                                                                           <NA>
## 586                                                                           <NA>
## 587                                                                           <NA>
## 588                                                                           <NA>
## 589                                                                           <NA>
## 590                                                                           <NA>
## 591                                                                           <NA>
## 592                                                                           <NA>
## 593                                                                           <NA>
## 594                                                                           <NA>
## 595                                                                           <NA>
## 596                                                                           <NA>
## 597                                                                           <NA>
## 598                                                                           <NA>
## 599                                                                           <NA>
## 600                                                                           <NA>
## 601                                                                           <NA>
## 602                                                                           <NA>
## 603                                                                           <NA>
## 604                                                                           <NA>
## 605                                                                          Melee
## 606                                                                           <NA>
## 607                                                                           <NA>
## 608                                                                           <NA>
## 609                                                                           <NA>
## 610                                                                           <NA>
## 611                                                                           <NA>
## 612                                                                           <NA>
## 613                                                                           <NA>
## 614                                                                           <NA>
## 615                                                                           <NA>
## 616                                                                           <NA>
## 617                                                                           <NA>
## 618                                                                           <NA>
## 619                                                                           <NA>
## 620                                                                           <NA>
## 621                                                                           <NA>
## 622                                                                           <NA>
## 623                                                                           <NA>
## 624                                                                           <NA>
## 625                                                                           <NA>
## 626                                                                           <NA>
## 627                                                                           <NA>
## 628                                                                       Firearms
## 629                                                                           <NA>
## 630                                                                           <NA>
## 631                                                                           <NA>
## 632                                                                           <NA>
## 633                                                                           <NA>
## 634                                                                           <NA>
## 635                                                                           <NA>
## 636                                                                           <NA>
## 637                                                                           <NA>
## 638                                                                       Firearms
## 639                                                                           <NA>
## 640                                                                           <NA>
## 641                                                                       Firearms
## 642                                                                           <NA>
## 643                                                                           <NA>
## 644                                                                           <NA>
## 645                                                                           <NA>
## 646                                                                           <NA>
## 647                                                                           <NA>
## 648                                                                           <NA>
## 649                                                                           <NA>
## 650                                                                           <NA>
## 651                                                                           <NA>
## 652                                                                           <NA>
## 653                                                                     Explosives
## 654                                                                           <NA>
## 655                                                                           <NA>
## 656                                                                           <NA>
## 657                                                                           <NA>
## 658                                                                           <NA>
## 659                                                                     Explosives
## 660                                                                           <NA>
## 661                                                                           <NA>
## 662                                                                           <NA>
## 663                                                                           <NA>
## 664                                                                           <NA>
## 665                                                                           <NA>
## 666                                                                           <NA>
## 667                                                                           <NA>
## 668                                                                     Incendiary
## 669                                                                           <NA>
## 670                                                                           <NA>
## 671                                                                           <NA>
## 672                                                                     Explosives
## 673                                                                           <NA>
## 674                                                                           <NA>
## 675                                                                           <NA>
## 676                                                                           <NA>
## 677                                                                           <NA>
## 678                                                                           <NA>
## 679                                                                           <NA>
## 680                                                                           <NA>
## 681                                                                           <NA>
## 682                                                                           <NA>
## 683                                                                     Incendiary
## 684                                                                           <NA>
## 685                                                                           <NA>
## 686                                                                           <NA>
## 687                                                                           <NA>
## 688                                                                           <NA>
## 689                                                                           <NA>
## 690                                                                       Firearms
## 691                                                                           <NA>
## 692                                                                     Explosives
## 693                                                                           <NA>
## 694                                                                           <NA>
## 695                                                                           <NA>
## 696                                                                           <NA>
## 697                                                                           <NA>
## 698                                                                           <NA>
## 699                                                                           <NA>
## 700                                                                           <NA>
## 701                                                                           <NA>
## 702                                                                     Explosives
## 703                                                                           <NA>
## 704                                                                           <NA>
## 705                                                                           <NA>
## 706                                                                           <NA>
## 707                                                                           <NA>
## 708                                                                           <NA>
## 709                                                                           <NA>
## 710                                                                           <NA>
## 711                                                                           <NA>
## 712                                                                           <NA>
## 713                                                                           <NA>
## 714                                                                           <NA>
## 715                                                                           <NA>
## 716                                                                           <NA>
## 717                                                                           <NA>
## 718                                                                          Other
## 719                                                                           <NA>
## 720                                                                           <NA>
## 721                                                                           <NA>
## 722                                                                           <NA>
## 723                                                                           <NA>
## 724                                                                           <NA>
## 725                                                                           <NA>
## 726                                                                           <NA>
## 727                                                                           <NA>
## 728                                                                           <NA>
## 729                                                                           <NA>
## 730                                                                     Explosives
## 731                                                                           <NA>
## 732                                                                           <NA>
## 733                                                                           <NA>
## 734                                                                           <NA>
## 735                                                                           <NA>
## 736                                                                           <NA>
## 737                                                                           <NA>
## 738                                                                           <NA>
## 739                                                                           <NA>
## 740                                                                           <NA>
##        weapsubtype2                          weapsubtype2_txt weaptype3
## 1                NA                                      <NA>        NA
## 2                NA                                      <NA>        NA
## 3                NA                                      <NA>        NA
## 4                NA                                      <NA>        NA
## 5                NA                                      <NA>        NA
## 6                NA                                      <NA>        NA
## 7                NA                                      <NA>        NA
## 8                NA                                      <NA>        NA
## 9                NA                                      <NA>        NA
## 10               NA                                      <NA>        NA
## 11               NA                                      <NA>        NA
## 12               NA                                      <NA>        NA
## 13                3                                   Handgun        NA
## 14               NA                                      <NA>        NA
## 15               NA                                      <NA>        NA
## 16               NA                                      <NA>        NA
## 17               NA                                      <NA>        NA
## 18               NA                                      <NA>        NA
## 19               NA                                      <NA>        NA
## 20               NA                                      <NA>        NA
## 21               NA                                      <NA>        NA
## 22               NA                                      <NA>        NA
## 23               NA                                      <NA>        NA
## 24               NA                                      <NA>        NA
## 25                5                          Unknown Gun Type        NA
## 26               NA                                      <NA>        NA
## 27               NA                                      <NA>        NA
## 28               NA                                      <NA>        NA
## 29               NA                                      <NA>        NA
## 30               NA                                      <NA>        NA
## 31               NA                                      <NA>        NA
## 32               NA                                      <NA>        NA
## 33               NA                                      <NA>        NA
## 34               NA                                      <NA>        NA
## 35               NA                                      <NA>        NA
## 36               NA                                      <NA>        NA
## 37               NA                                      <NA>        NA
## 38               NA                                      <NA>        NA
## 39               NA                                      <NA>        NA
## 40               NA                                      <NA>        NA
## 41               NA                                      <NA>        NA
## 42               NA                                      <NA>        NA
## 43               NA                                      <NA>        NA
## 44               NA                                      <NA>        NA
## 45               NA                                      <NA>        NA
## 46               NA                                      <NA>        NA
## 47               NA                                      <NA>        NA
## 48               NA                                      <NA>        NA
## 49               NA                                      <NA>        NA
## 50               NA                                      <NA>        NA
## 51               NA                                      <NA>        NA
## 52               NA                                      <NA>        NA
## 53               NA                                      <NA>        NA
## 54               NA                                      <NA>        NA
## 55               NA                                      <NA>        NA
## 56               NA                                      <NA>        NA
## 57               NA                                      <NA>        NA
## 58               NA                                      <NA>        NA
## 59               NA                                      <NA>        NA
## 60               NA                                      <NA>        NA
## 61               NA                                      <NA>        NA
## 62               NA                                      <NA>        NA
## 63               NA                                      <NA>        NA
## 64               NA                                      <NA>        NA
## 65               NA                                      <NA>        NA
## 66               NA                                      <NA>        NA
## 67               NA                                      <NA>        NA
## 68               NA                                      <NA>        NA
## 69               NA                                      <NA>        NA
## 70               NA                                      <NA>        NA
## 71               NA                                      <NA>        NA
## 72               NA                                      <NA>        NA
## 73               NA                                      <NA>        NA
## 74               NA                                      <NA>        NA
## 75               NA                                      <NA>        NA
## 76               NA                                      <NA>        NA
## 77               NA                                      <NA>        NA
## 78               NA                                      <NA>        NA
## 79               NA                                      <NA>        NA
## 80               NA                                      <NA>        NA
## 81               NA                                      <NA>        NA
## 82               NA                                      <NA>        NA
## 83               NA                                      <NA>        NA
## 84               NA                                      <NA>        NA
## 85               NA                                      <NA>        NA
## 86               NA                                      <NA>        NA
## 87               NA                                      <NA>        NA
## 88               NA                                      <NA>        NA
## 89               NA                                      <NA>        NA
## 90               NA                                      <NA>        NA
## 91               NA                                      <NA>        NA
## 92               NA                                      <NA>        NA
## 93               NA                                      <NA>        NA
## 94               NA                                      <NA>        NA
## 95               NA                                      <NA>        NA
## 96               NA                                      <NA>        NA
## 97               NA                                      <NA>        NA
## 98               NA                                      <NA>        NA
## 99               NA                                      <NA>        NA
## 100              NA                                      <NA>        NA
## 101              NA                                      <NA>        NA
## 102              NA                                      <NA>        NA
## 103              NA                                      <NA>        NA
## 104              NA                                      <NA>        NA
## 105              NA                                      <NA>        NA
## 106              NA                                      <NA>        NA
## 107              NA                                      <NA>        NA
## 108              NA                                      <NA>        NA
## 109              NA                                      <NA>        NA
## 110              NA                                      <NA>        NA
## 111              NA                                      <NA>        NA
## 112              NA                                      <NA>        NA
## 113              NA                                      <NA>        NA
## 114              NA                                      <NA>        NA
## 115              NA                                      <NA>        NA
## 116              NA                                      <NA>        NA
## 117              NA                                      <NA>        NA
## 118              NA                                      <NA>        NA
## 119              NA                                      <NA>        NA
## 120              NA                                      <NA>        NA
## 121              NA                                      <NA>        NA
## 122              NA                                      <NA>        NA
## 123              NA                                      <NA>        NA
## 124              NA                                      <NA>        NA
## 125              NA                                      <NA>        NA
## 126              NA                                      <NA>        NA
## 127              NA                                      <NA>        NA
## 128              NA                                      <NA>        NA
## 129              NA                                      <NA>        NA
## 130              NA                                      <NA>        NA
## 131              NA                                      <NA>        NA
## 132              NA                                      <NA>        NA
## 133              NA                                      <NA>        NA
## 134              NA                                      <NA>        NA
## 135              NA                                      <NA>        NA
## 136               3                                   Handgun        NA
## 137              NA                                      <NA>        NA
## 138              NA                                      <NA>        NA
## 139              NA                                      <NA>        NA
## 140              NA                                      <NA>        NA
## 141              NA                                      <NA>        NA
## 142              NA                                      <NA>        NA
## 143              NA                                      <NA>        NA
## 144              NA                                      <NA>        NA
## 145              NA                                      <NA>        NA
## 146              NA                                      <NA>        NA
## 147              NA                                      <NA>        NA
## 148              NA                                      <NA>        NA
## 149              NA                                      <NA>        NA
## 150              NA                                      <NA>        NA
## 151              NA                                      <NA>        NA
## 152              NA                                      <NA>        NA
## 153              NA                                      <NA>        NA
## 154              NA                                      <NA>        NA
## 155              NA                                      <NA>        NA
## 156              NA                                      <NA>        NA
## 157              NA                                      <NA>        NA
## 158              NA                                      <NA>        NA
## 159              NA                                      <NA>        NA
## 160              NA                                      <NA>        NA
## 161              NA                                      <NA>        NA
## 162              NA                                      <NA>        NA
## 163              23               Knife or Other Sharp Object        NA
## 164              NA                                      <NA>        NA
## 165              NA                                      <NA>        NA
## 166              NA                                      <NA>        NA
## 167              NA                                      <NA>        NA
## 168              NA                                      <NA>        NA
## 169              NA                                      <NA>        NA
## 170              NA                                      <NA>        NA
## 171              NA                                      <NA>        NA
## 172              NA                                      <NA>        NA
## 173              NA                                      <NA>        NA
## 174              NA                                      <NA>        NA
## 175              NA                                      <NA>        NA
## 176              NA                                      <NA>        NA
## 177              NA                                      <NA>        NA
## 178              NA                                      <NA>        NA
## 179              NA                                      <NA>        NA
## 180              NA                                      <NA>        NA
## 181              NA                                      <NA>        NA
## 182              NA                                      <NA>        NA
## 183              NA                                      <NA>        NA
## 184              NA                                      <NA>        NA
## 185              NA                                      <NA>        NA
## 186              NA                                      <NA>        NA
## 187              NA                                      <NA>        NA
## 188              NA                                      <NA>        NA
## 189              NA                                      <NA>        NA
## 190              NA                                      <NA>        NA
## 191              NA                                      <NA>        NA
## 192              NA                                      <NA>        NA
## 193              NA                                      <NA>        NA
## 194              NA                                      <NA>        NA
## 195              20                       Gasoline or Alcohol        NA
## 196               2         Automatic or Semi-Automatic Rifle        NA
## 197              NA                                      <NA>        NA
## 198              NA                                      <NA>        NA
## 199              NA                                      <NA>        NA
## 200              NA                                      <NA>        NA
## 201              NA                                      <NA>        NA
## 202              NA                                      <NA>        NA
## 203              NA                                      <NA>        NA
## 204               7                                   Grenade        NA
## 205              NA                                      <NA>        NA
## 206              NA                                      <NA>        NA
## 207              NA                                      <NA>        NA
## 208              NA                                      <NA>        NA
## 209              NA                                      <NA>        NA
## 210              NA                                      <NA>        NA
## 211              NA                                      <NA>        NA
## 212              NA                                      <NA>        NA
## 213              NA                                      <NA>        NA
## 214              NA                                      <NA>        NA
## 215              NA                                      <NA>        NA
## 216              NA                                      <NA>        NA
## 217              NA                                      <NA>        NA
## 218              NA                                      <NA>        NA
## 219              NA                                      <NA>        NA
## 220              NA                                      <NA>        NA
## 221              NA                                      <NA>        NA
## 222              NA                                      <NA>        NA
## 223              NA                                      <NA>        NA
## 224              NA                                      <NA>        NA
## 225              NA                                      <NA>        NA
## 226              NA                                      <NA>        NA
## 227              NA                                      <NA>        NA
## 228              NA                                      <NA>        NA
## 229              NA                                      <NA>        NA
## 230              NA                                      <NA>        NA
## 231              NA                                      <NA>        NA
## 232              NA                                      <NA>        NA
## 233              NA                                      <NA>        NA
## 234              NA                                      <NA>        NA
## 235              NA                                      <NA>        NA
## 236              NA                                      <NA>        NA
## 237              NA                                      <NA>        NA
## 238              NA                                      <NA>        NA
## 239              NA                                      <NA>        NA
## 240              NA                                      <NA>        NA
## 241              NA                                      <NA>        NA
## 242              NA                                      <NA>        NA
## 243              NA                                      <NA>        NA
## 244              NA                                      <NA>        NA
## 245              NA                                      <NA>        NA
## 246              NA                                      <NA>        NA
## 247              NA                                      <NA>        NA
## 248              NA                                      <NA>        NA
## 249              NA                                      <NA>        NA
## 250              NA                                      <NA>        NA
## 251              NA                                      <NA>        NA
## 252              NA                                      <NA>        NA
## 253              NA                                      <NA>        NA
## 254              NA                                      <NA>        NA
## 255              NA                                      <NA>        NA
## 256              NA                                      <NA>        NA
## 257              NA                                      <NA>        NA
## 258              NA                                      <NA>        NA
## 259              NA                                      <NA>        NA
## 260              NA                                      <NA>        NA
## 261              NA                                      <NA>        NA
## 262              NA                                      <NA>        NA
## 263              NA                                      <NA>        NA
## 264              NA                                      <NA>        NA
## 265              NA                                      <NA>        NA
## 266              NA                                      <NA>        NA
## 267              NA                                      <NA>        NA
## 268              NA                                      <NA>        NA
## 269              NA                                      <NA>        NA
## 270              NA                                      <NA>        NA
## 271              NA                                      <NA>        NA
## 272              NA                                      <NA>        NA
## 273              NA                                      <NA>        NA
## 274              NA                                      <NA>        NA
## 275              NA                                      <NA>        NA
## 276              NA                                      <NA>        NA
## 277              NA                                      <NA>        NA
## 278              NA                                      <NA>        NA
## 279              NA                                      <NA>        NA
## 280              NA                                      <NA>        NA
## 281              NA                                      <NA>        NA
## 282              NA                                      <NA>        NA
## 283              NA                                      <NA>        NA
## 284              NA                                      <NA>        NA
## 285              NA                                      <NA>        NA
## 286              NA                                      <NA>        NA
## 287              NA                                      <NA>        NA
## 288              NA                                      <NA>        NA
## 289              NA                                      <NA>        NA
## 290              NA                                      <NA>        NA
## 291              NA                                      <NA>        NA
## 292              NA                                      <NA>        NA
## 293              NA                                      <NA>        NA
## 294              NA                                      <NA>        NA
## 295              NA                                      <NA>        NA
## 296              NA                                      <NA>        NA
## 297              NA                                      <NA>        NA
## 298              NA                                      <NA>        NA
## 299              NA                                      <NA>        NA
## 300              NA                                      <NA>        NA
## 301              NA                                      <NA>        NA
## 302              NA                                      <NA>        NA
## 303              NA                                      <NA>        NA
## 304              NA                                      <NA>        NA
## 305              NA                                      <NA>        NA
## 306              NA                                      <NA>        NA
## 307              NA                                      <NA>        NA
## 308              NA                                      <NA>        NA
## 309              NA                                      <NA>        NA
## 310              NA                                      <NA>        NA
## 311              NA                                      <NA>        NA
## 312              NA                                      <NA>        NA
## 313               2         Automatic or Semi-Automatic Rifle        NA
## 314              NA                                      <NA>        NA
## 315              NA                                      <NA>        NA
## 316              NA                                      <NA>        NA
## 317              NA                                      <NA>        NA
## 318              NA                                      <NA>        NA
## 319              NA                                      <NA>        NA
## 320              NA                                      <NA>        NA
## 321              NA                                      <NA>        NA
## 322              NA                                      <NA>        NA
## 323              NA                                      <NA>        NA
## 324              NA                                      <NA>        NA
## 325              NA                                      <NA>        NA
## 326              NA                                      <NA>        NA
## 327              NA                                      <NA>        NA
## 328              NA                                      <NA>        NA
## 329              NA                                      <NA>        NA
## 330              NA                                      <NA>        NA
## 331              NA                                      <NA>        NA
## 332              NA                                      <NA>        NA
## 333              NA                                      <NA>        NA
## 334              NA                                      <NA>        NA
## 335              NA                                      <NA>        NA
## 336              NA                                      <NA>        NA
## 337              NA                                      <NA>        NA
## 338              NA                                      <NA>        NA
## 339              NA                                      <NA>        NA
## 340              NA                                      <NA>        NA
## 341              NA                                      <NA>        NA
## 342              NA                                      <NA>        NA
## 343              NA                                      <NA>        NA
## 344              NA                                      <NA>        NA
## 345              NA                                      <NA>        NA
## 346              NA                                      <NA>        NA
## 347              NA                                      <NA>        NA
## 348              NA                                      <NA>        NA
## 349              NA                                      <NA>        NA
## 350              NA                                      <NA>        NA
## 351              NA                                      <NA>        NA
## 352              NA                                      <NA>        NA
## 353              NA                                      <NA>        NA
## 354              NA                                      <NA>        NA
## 355              NA                                      <NA>        NA
## 356              NA                                      <NA>        NA
## 357              NA                                      <NA>        NA
## 358               3                                   Handgun        NA
## 359              NA                                      <NA>        NA
## 360              NA                                      <NA>        NA
## 361              NA                                      <NA>        NA
## 362              NA                                      <NA>        NA
## 363              NA                                      <NA>        NA
## 364              NA                                      <NA>        NA
## 365              NA                                      <NA>        NA
## 366              NA                                      <NA>        NA
## 367              NA                                      <NA>        NA
## 368              NA                                      <NA>        NA
## 369              20                       Gasoline or Alcohol        NA
## 370              NA                                      <NA>        NA
## 371              NA                                      <NA>        NA
## 372              NA                                      <NA>        NA
## 373              18                                Arson/Fire        NA
## 374              NA                                      <NA>        NA
## 375              NA                                      <NA>        NA
## 376              NA                                      <NA>        NA
## 377              NA                                      <NA>        NA
## 378              NA                                      <NA>        NA
## 379              NA                                      <NA>        NA
## 380              NA                                      <NA>        NA
## 381              NA                                      <NA>        NA
## 382              NA                                      <NA>        NA
## 383              NA                                      <NA>        NA
## 384              NA                                      <NA>        NA
## 385              NA                                      <NA>        NA
## 386              NA                                      <NA>        NA
## 387              NA                                      <NA>        NA
## 388              NA                                      <NA>        NA
## 389              NA                                      <NA>        NA
## 390              NA                                      <NA>        NA
## 391              NA                                      <NA>        NA
## 392              NA                                      <NA>        NA
## 393              NA                                      <NA>        NA
## 394              NA                                      <NA>        NA
## 395              NA                                      <NA>        NA
## 396              NA                                      <NA>        NA
## 397              NA                                      <NA>        NA
## 398              NA                                      <NA>        NA
## 399              NA                                      <NA>        NA
## 400              NA                                      <NA>        NA
## 401              NA                                      <NA>        NA
## 402              NA                                      <NA>        NA
## 403              NA                                      <NA>        NA
## 404              NA                                      <NA>        NA
## 405              NA                                      <NA>        NA
## 406              NA                                      <NA>        NA
## 407              NA                                      <NA>        NA
## 408              NA                                      <NA>        NA
## 409              NA                                      <NA>        NA
## 410              NA                                      <NA>        NA
## 411              NA                                      <NA>        NA
## 412              NA                                      <NA>        NA
## 413              NA                                      <NA>        NA
## 414              NA                                      <NA>        NA
## 415              NA                                      <NA>        NA
## 416              NA                                      <NA>        NA
## 417              NA                                      <NA>        NA
## 418              NA                                      <NA>        NA
## 419              NA                                      <NA>        NA
## 420              NA                                      <NA>        NA
## 421              NA                                      <NA>        NA
## 422               7                                   Grenade        NA
## 423              NA                                      <NA>        NA
## 424              NA                                      <NA>        NA
## 425              NA                                      <NA>        NA
## 426              NA                                      <NA>        NA
## 427              NA                                      <NA>        NA
## 428              NA                                      <NA>        NA
## 429              NA                                      <NA>        NA
## 430              NA                                      <NA>        NA
## 431              NA                                      <NA>        NA
## 432              NA                                      <NA>        NA
## 433              NA                                      <NA>        NA
## 434              NA                                      <NA>        NA
## 435              NA                                      <NA>        NA
## 436              NA                                      <NA>        NA
## 437              NA                                      <NA>        NA
## 438              NA                                      <NA>        NA
## 439              NA                                      <NA>        NA
## 440              NA                                      <NA>        NA
## 441              NA                                      <NA>        NA
## 442              NA                                      <NA>        NA
## 443              NA                                      <NA>        NA
## 444              NA                                      <NA>        NA
## 445              NA                                      <NA>        NA
## 446              NA                                      <NA>        NA
## 447              NA                                      <NA>        NA
## 448              NA                                      <NA>        NA
## 449              NA                                      <NA>        NA
## 450              NA                                      <NA>        NA
## 451              NA                                      <NA>        NA
## 452              NA                                      <NA>        NA
## 453              NA                                      <NA>        NA
## 454              NA                                      <NA>        NA
## 455              NA                                      <NA>        NA
## 456               3                                   Handgun        NA
## 457              NA                                      <NA>        NA
## 458              NA                                      <NA>        NA
## 459              NA                                      <NA>        NA
## 460              NA                                      <NA>        NA
## 461              NA                                      <NA>        NA
## 462              NA                                      <NA>        NA
## 463              NA                                      <NA>        NA
## 464              NA                                      <NA>        NA
## 465              NA                                      <NA>        NA
## 466              NA                                      <NA>        NA
## 467              NA                                      <NA>        NA
## 468              NA                                      <NA>        NA
## 469              NA                                      <NA>        NA
## 470              NA                                      <NA>        NA
## 471              NA                                      <NA>        NA
## 472              NA                                      <NA>        NA
## 473              NA                                      <NA>        NA
## 474              NA                                      <NA>        NA
## 475              NA                                      <NA>        NA
## 476              NA                                      <NA>        NA
## 477              NA                                      <NA>        NA
## 478              NA                                      <NA>        NA
## 479              NA                                      <NA>        NA
## 480              NA                                      <NA>        NA
## 481              NA                                      <NA>        NA
## 482              NA                                      <NA>        NA
## 483              NA                                      <NA>        NA
## 484              NA                                      <NA>        NA
## 485              NA                                      <NA>        NA
## 486              NA                                      <NA>        NA
## 487              NA                                      <NA>        NA
## 488              NA                                      <NA>        NA
## 489              NA                                      <NA>        NA
## 490              NA                                      <NA>        NA
## 491              NA                                      <NA>        NA
## 492              NA                                      <NA>        NA
## 493              NA                                      <NA>        NA
## 494              NA                                      <NA>        NA
## 495              NA                                      <NA>        NA
## 496              NA                                      <NA>        NA
## 497              NA                                      <NA>        NA
## 498              NA                                      <NA>        NA
## 499              NA                                      <NA>        NA
## 500              NA                                      <NA>        NA
## 501              NA                                      <NA>        NA
## 502              NA                                      <NA>        NA
## 503               5                          Unknown Gun Type        NA
## 504              NA                                      <NA>        NA
## 505               7                                   Grenade        NA
## 506               7                                   Grenade        NA
## 507              NA                                      <NA>        NA
## 508              NA                                      <NA>        NA
## 509               2         Automatic or Semi-Automatic Rifle        NA
## 510              NA                                      <NA>        NA
## 511              NA                                      <NA>        NA
## 512              NA                                      <NA>        NA
## 513              NA                                      <NA>        NA
## 514              NA                                      <NA>        NA
## 515              NA                                      <NA>        NA
## 516              NA                                      <NA>        NA
## 517              19              Molotov Cocktail/Petrol Bomb        NA
## 518              NA                                      <NA>        NA
## 519              NA                                      <NA>        NA
## 520              NA                                      <NA>        NA
## 521              NA                                      <NA>        NA
## 522              NA                                      <NA>        NA
## 523              NA                                      <NA>        NA
## 524              NA                                      <NA>        NA
## 525              NA                                      <NA>        NA
## 526              NA                                      <NA>        NA
## 527              NA                                      <NA>        NA
## 528               5                          Unknown Gun Type        13
## 529              NA                                      <NA>        NA
## 530              NA                                      <NA>        NA
## 531              NA                                      <NA>        NA
## 532              NA                                      <NA>        NA
## 533              NA                                      <NA>        NA
## 534              NA                                      <NA>        NA
## 535              NA                                      <NA>        NA
## 536              NA                                      <NA>        NA
## 537              NA                                      <NA>        NA
## 538              NA                                      <NA>        NA
## 539              NA                                      <NA>        NA
## 540              NA                                      <NA>        NA
## 541              NA                                      <NA>        NA
## 542              NA                                      <NA>        NA
## 543              NA                                      <NA>        NA
## 544              NA                                      <NA>        NA
## 545              NA                                      <NA>        NA
## 546              NA                                      <NA>        NA
## 547              NA                                      <NA>        NA
## 548              NA                                      <NA>        NA
## 549              NA                                      <NA>        NA
## 550              NA                                      <NA>        NA
## 551              NA                                      <NA>        NA
## 552              NA                                      <NA>        NA
## 553              NA                                      <NA>        NA
## 554              NA                                      <NA>        NA
## 555              NA                                      <NA>        NA
## 556              NA                                      <NA>        NA
## 557              NA                                      <NA>        NA
## 558              NA                                      <NA>        NA
## 559              NA                                      <NA>        NA
## 560              NA                                      <NA>        NA
## 561              NA                                      <NA>        NA
## 562              NA                                      <NA>        NA
## 563              NA                                      <NA>        NA
## 564              NA                                      <NA>        NA
## 565               4             Rifle/Shotgun (non-automatic)        NA
## 566              NA                                      <NA>        NA
## 567              NA                                      <NA>        NA
## 568              NA                                      <NA>        NA
## 569              NA                                      <NA>        NA
## 570              NA                                      <NA>        NA
## 571               4             Rifle/Shotgun (non-automatic)        NA
## 572              NA                                      <NA>        NA
## 573              NA                                      <NA>        NA
## 574              NA                                      <NA>        NA
## 575              NA                                      <NA>        NA
## 576              NA                                      <NA>        NA
## 577              NA                                      <NA>        NA
## 578              NA                                      <NA>        NA
## 579              NA                                      <NA>        NA
## 580              NA                                      <NA>        NA
## 581              NA                                      <NA>        NA
## 582              NA                                      <NA>        NA
## 583              NA                                      <NA>        NA
## 584              NA                                      <NA>        NA
## 585              NA                                      <NA>        NA
## 586              NA                                      <NA>        NA
## 587              NA                                      <NA>        NA
## 588              NA                                      <NA>        NA
## 589              NA                                      <NA>        NA
## 590              NA                                      <NA>        NA
## 591              NA                                      <NA>        NA
## 592              NA                                      <NA>        NA
## 593              NA                                      <NA>        NA
## 594              NA                                      <NA>        NA
## 595              NA                                      <NA>        NA
## 596              NA                                      <NA>        NA
## 597              NA                                      <NA>        NA
## 598              NA                                      <NA>        NA
## 599              NA                                      <NA>        NA
## 600              NA                                      <NA>        NA
## 601              NA                                      <NA>        NA
## 602              NA                                      <NA>        NA
## 603              NA                                      <NA>        NA
## 604              NA                                      <NA>        NA
## 605              22                        Hands, Feet, Fists        NA
## 606              NA                                      <NA>        NA
## 607              NA                                      <NA>        NA
## 608              NA                                      <NA>        NA
## 609              NA                                      <NA>        NA
## 610              NA                                      <NA>        NA
## 611              NA                                      <NA>        NA
## 612              NA                                      <NA>        NA
## 613              NA                                      <NA>        NA
## 614              NA                                      <NA>        NA
## 615              NA                                      <NA>        NA
## 616              NA                                      <NA>        NA
## 617              NA                                      <NA>        NA
## 618              NA                                      <NA>        NA
## 619              NA                                      <NA>        NA
## 620              NA                                      <NA>        NA
## 621              NA                                      <NA>        NA
## 622              NA                                      <NA>        NA
## 623              NA                                      <NA>        NA
## 624              NA                                      <NA>        NA
## 625              NA                                      <NA>        NA
## 626              NA                                      <NA>        NA
## 627              NA                                      <NA>        NA
## 628               2         Automatic or Semi-Automatic Rifle        NA
## 629              NA                                      <NA>        NA
## 630              NA                                      <NA>        NA
## 631              NA                                      <NA>        NA
## 632              NA                                      <NA>        NA
## 633              NA                                      <NA>        NA
## 634              NA                                      <NA>        NA
## 635              NA                                      <NA>        NA
## 636              NA                                      <NA>        NA
## 637              NA                                      <NA>        NA
## 638               2         Automatic or Semi-Automatic Rifle        NA
## 639              NA                                      <NA>        NA
## 640              NA                                      <NA>        NA
## 641               2         Automatic or Semi-Automatic Rifle        NA
## 642              NA                                      <NA>        NA
## 643              NA                                      <NA>        NA
## 644              NA                                      <NA>        NA
## 645              NA                                      <NA>        NA
## 646              NA                                      <NA>        NA
## 647              NA                                      <NA>        NA
## 648              NA                                      <NA>        NA
## 649              NA                                      <NA>        NA
## 650              NA                                      <NA>        NA
## 651              NA                                      <NA>        NA
## 652              NA                                      <NA>        NA
## 653              16                    Unknown Explosive Type        NA
## 654              NA                                      <NA>        NA
## 655              NA                                      <NA>        NA
## 656              NA                                      <NA>        NA
## 657              NA                                      <NA>        NA
## 658              NA                                      <NA>        NA
## 659              16                    Unknown Explosive Type        NA
## 660              NA                                      <NA>        NA
## 661              NA                                      <NA>        NA
## 662              NA                                      <NA>        NA
## 663              NA                                      <NA>        NA
## 664              NA                                      <NA>        NA
## 665              NA                                      <NA>        NA
## 666              NA                                      <NA>        NA
## 667              NA                                      <NA>        NA
## 668              19              Molotov Cocktail/Petrol Bomb        NA
## 669              NA                                      <NA>        NA
## 670              NA                                      <NA>        NA
## 671              NA                                      <NA>        NA
## 672              16                    Unknown Explosive Type        NA
## 673              NA                                      <NA>        NA
## 674              NA                                      <NA>        NA
## 675              NA                                      <NA>        NA
## 676              NA                                      <NA>        NA
## 677              NA                                      <NA>        NA
## 678              NA                                      <NA>        NA
## 679              NA                                      <NA>        NA
## 680              NA                                      <NA>        NA
## 681              NA                                      <NA>        NA
## 682              NA                                      <NA>        NA
## 683              19              Molotov Cocktail/Petrol Bomb        NA
## 684              NA                                      <NA>        NA
## 685              NA                                      <NA>        NA
## 686              NA                                      <NA>        NA
## 687              NA                                      <NA>        NA
## 688              NA                                      <NA>        NA
## 689              NA                                      <NA>        NA
## 690               3                                   Handgun         5
## 691              NA                                      <NA>        NA
## 692              16                    Unknown Explosive Type        NA
## 693              NA                                      <NA>        NA
## 694              NA                                      <NA>        NA
## 695              NA                                      <NA>        NA
## 696              NA                                      <NA>        NA
## 697              NA                                      <NA>        NA
## 698              NA                                      <NA>        NA
## 699              NA                                      <NA>        NA
## 700              NA                                      <NA>        NA
## 701              NA                                      <NA>        NA
## 702              16                    Unknown Explosive Type        NA
## 703              NA                                      <NA>        NA
## 704              NA                                      <NA>        NA
## 705              NA                                      <NA>        NA
## 706              NA                                      <NA>        NA
## 707              NA                                      <NA>        NA
## 708              NA                                      <NA>        NA
## 709              NA                                      <NA>        NA
## 710              NA                                      <NA>        NA
## 711              NA                                      <NA>        NA
## 712              NA                                      <NA>        NA
## 713              NA                                      <NA>        NA
## 714              NA                                      <NA>        NA
## 715              NA                                      <NA>        NA
## 716              NA                                      <NA>        NA
## 717              NA                                      <NA>        NA
## 718              NA                                      <NA>        NA
## 719              NA                                      <NA>        NA
## 720              NA                                      <NA>        NA
## 721              NA                                      <NA>        NA
## 722              NA                                      <NA>        NA
## 723              NA                                      <NA>        NA
## 724              NA                                      <NA>        NA
## 725              NA                                      <NA>        NA
## 726              NA                                      <NA>        NA
## 727              NA                                      <NA>        NA
## 728              NA                                      <NA>        NA
## 729              NA                                      <NA>        NA
## 730              16                    Unknown Explosive Type        NA
## 731              NA                                      <NA>        NA
## 732              NA                                      <NA>        NA
## 733              NA                                      <NA>        NA
## 734              NA                                      <NA>        NA
## 735              NA                                      <NA>        NA
## 736              NA                                      <NA>        NA
## 737              NA                                      <NA>        NA
## 738              NA                                      <NA>        NA
## 739              NA                                      <NA>        NA
## 740              NA                                      <NA>        NA
##                                                                      weaptype3_txt
## 1                                                                             <NA>
## 2                                                                             <NA>
## 3                                                                             <NA>
## 4                                                                             <NA>
## 5                                                                             <NA>
## 6                                                                             <NA>
## 7                                                                             <NA>
## 8                                                                             <NA>
## 9                                                                             <NA>
## 10                                                                            <NA>
## 11                                                                            <NA>
## 12                                                                            <NA>
## 13                                                                            <NA>
## 14                                                                            <NA>
## 15                                                                            <NA>
## 16                                                                            <NA>
## 17                                                                            <NA>
## 18                                                                            <NA>
## 19                                                                            <NA>
## 20                                                                            <NA>
## 21                                                                            <NA>
## 22                                                                            <NA>
## 23                                                                            <NA>
## 24                                                                            <NA>
## 25                                                                            <NA>
## 26                                                                            <NA>
## 27                                                                            <NA>
## 28                                                                            <NA>
## 29                                                                            <NA>
## 30                                                                            <NA>
## 31                                                                            <NA>
## 32                                                                            <NA>
## 33                                                                            <NA>
## 34                                                                            <NA>
## 35                                                                            <NA>
## 36                                                                            <NA>
## 37                                                                            <NA>
## 38                                                                            <NA>
## 39                                                                            <NA>
## 40                                                                            <NA>
## 41                                                                            <NA>
## 42                                                                            <NA>
## 43                                                                            <NA>
## 44                                                                            <NA>
## 45                                                                            <NA>
## 46                                                                            <NA>
## 47                                                                            <NA>
## 48                                                                            <NA>
## 49                                                                            <NA>
## 50                                                                            <NA>
## 51                                                                            <NA>
## 52                                                                            <NA>
## 53                                                                            <NA>
## 54                                                                            <NA>
## 55                                                                            <NA>
## 56                                                                            <NA>
## 57                                                                            <NA>
## 58                                                                            <NA>
## 59                                                                            <NA>
## 60                                                                            <NA>
## 61                                                                            <NA>
## 62                                                                            <NA>
## 63                                                                            <NA>
## 64                                                                            <NA>
## 65                                                                            <NA>
## 66                                                                            <NA>
## 67                                                                            <NA>
## 68                                                                            <NA>
## 69                                                                            <NA>
## 70                                                                            <NA>
## 71                                                                            <NA>
## 72                                                                            <NA>
## 73                                                                            <NA>
## 74                                                                            <NA>
## 75                                                                            <NA>
## 76                                                                            <NA>
## 77                                                                            <NA>
## 78                                                                            <NA>
## 79                                                                            <NA>
## 80                                                                            <NA>
## 81                                                                            <NA>
## 82                                                                            <NA>
## 83                                                                            <NA>
## 84                                                                            <NA>
## 85                                                                            <NA>
## 86                                                                            <NA>
## 87                                                                            <NA>
## 88                                                                            <NA>
## 89                                                                            <NA>
## 90                                                                            <NA>
## 91                                                                            <NA>
## 92                                                                            <NA>
## 93                                                                            <NA>
## 94                                                                            <NA>
## 95                                                                            <NA>
## 96                                                                            <NA>
## 97                                                                            <NA>
## 98                                                                            <NA>
## 99                                                                            <NA>
## 100                                                                           <NA>
## 101                                                                           <NA>
## 102                                                                           <NA>
## 103                                                                           <NA>
## 104                                                                           <NA>
## 105                                                                           <NA>
## 106                                                                           <NA>
## 107                                                                           <NA>
## 108                                                                           <NA>
## 109                                                                           <NA>
## 110                                                                           <NA>
## 111                                                                           <NA>
## 112                                                                           <NA>
## 113                                                                           <NA>
## 114                                                                           <NA>
## 115                                                                           <NA>
## 116                                                                           <NA>
## 117                                                                           <NA>
## 118                                                                           <NA>
## 119                                                                           <NA>
## 120                                                                           <NA>
## 121                                                                           <NA>
## 122                                                                           <NA>
## 123                                                                           <NA>
## 124                                                                           <NA>
## 125                                                                           <NA>
## 126                                                                           <NA>
## 127                                                                           <NA>
## 128                                                                           <NA>
## 129                                                                           <NA>
## 130                                                                           <NA>
## 131                                                                           <NA>
## 132                                                                           <NA>
## 133                                                                           <NA>
## 134                                                                           <NA>
## 135                                                                           <NA>
## 136                                                                           <NA>
## 137                                                                           <NA>
## 138                                                                           <NA>
## 139                                                                           <NA>
## 140                                                                           <NA>
## 141                                                                           <NA>
## 142                                                                           <NA>
## 143                                                                           <NA>
## 144                                                                           <NA>
## 145                                                                           <NA>
## 146                                                                           <NA>
## 147                                                                           <NA>
## 148                                                                           <NA>
## 149                                                                           <NA>
## 150                                                                           <NA>
## 151                                                                           <NA>
## 152                                                                           <NA>
## 153                                                                           <NA>
## 154                                                                           <NA>
## 155                                                                           <NA>
## 156                                                                           <NA>
## 157                                                                           <NA>
## 158                                                                           <NA>
## 159                                                                           <NA>
## 160                                                                           <NA>
## 161                                                                           <NA>
## 162                                                                           <NA>
## 163                                                                           <NA>
## 164                                                                           <NA>
## 165                                                                           <NA>
## 166                                                                           <NA>
## 167                                                                           <NA>
## 168                                                                           <NA>
## 169                                                                           <NA>
## 170                                                                           <NA>
## 171                                                                           <NA>
## 172                                                                           <NA>
## 173                                                                           <NA>
## 174                                                                           <NA>
## 175                                                                           <NA>
## 176                                                                           <NA>
## 177                                                                           <NA>
## 178                                                                           <NA>
## 179                                                                           <NA>
## 180                                                                           <NA>
## 181                                                                           <NA>
## 182                                                                           <NA>
## 183                                                                           <NA>
## 184                                                                           <NA>
## 185                                                                           <NA>
## 186                                                                           <NA>
## 187                                                                           <NA>
## 188                                                                           <NA>
## 189                                                                           <NA>
## 190                                                                           <NA>
## 191                                                                           <NA>
## 192                                                                           <NA>
## 193                                                                           <NA>
## 194                                                                           <NA>
## 195                                                                           <NA>
## 196                                                                           <NA>
## 197                                                                           <NA>
## 198                                                                           <NA>
## 199                                                                           <NA>
## 200                                                                           <NA>
## 201                                                                           <NA>
## 202                                                                           <NA>
## 203                                                                           <NA>
## 204                                                                           <NA>
## 205                                                                           <NA>
## 206                                                                           <NA>
## 207                                                                           <NA>
## 208                                                                           <NA>
## 209                                                                           <NA>
## 210                                                                           <NA>
## 211                                                                           <NA>
## 212                                                                           <NA>
## 213                                                                           <NA>
## 214                                                                           <NA>
## 215                                                                           <NA>
## 216                                                                           <NA>
## 217                                                                           <NA>
## 218                                                                           <NA>
## 219                                                                           <NA>
## 220                                                                           <NA>
## 221                                                                           <NA>
## 222                                                                           <NA>
## 223                                                                           <NA>
## 224                                                                           <NA>
## 225                                                                           <NA>
## 226                                                                           <NA>
## 227                                                                           <NA>
## 228                                                                           <NA>
## 229                                                                           <NA>
## 230                                                                           <NA>
## 231                                                                           <NA>
## 232                                                                           <NA>
## 233                                                                           <NA>
## 234                                                                           <NA>
## 235                                                                           <NA>
## 236                                                                           <NA>
## 237                                                                           <NA>
## 238                                                                           <NA>
## 239                                                                           <NA>
## 240                                                                           <NA>
## 241                                                                           <NA>
## 242                                                                           <NA>
## 243                                                                           <NA>
## 244                                                                           <NA>
## 245                                                                           <NA>
## 246                                                                           <NA>
## 247                                                                           <NA>
## 248                                                                           <NA>
## 249                                                                           <NA>
## 250                                                                           <NA>
## 251                                                                           <NA>
## 252                                                                           <NA>
## 253                                                                           <NA>
## 254                                                                           <NA>
## 255                                                                           <NA>
## 256                                                                           <NA>
## 257                                                                           <NA>
## 258                                                                           <NA>
## 259                                                                           <NA>
## 260                                                                           <NA>
## 261                                                                           <NA>
## 262                                                                           <NA>
## 263                                                                           <NA>
## 264                                                                           <NA>
## 265                                                                           <NA>
## 266                                                                           <NA>
## 267                                                                           <NA>
## 268                                                                           <NA>
## 269                                                                           <NA>
## 270                                                                           <NA>
## 271                                                                           <NA>
## 272                                                                           <NA>
## 273                                                                           <NA>
## 274                                                                           <NA>
## 275                                                                           <NA>
## 276                                                                           <NA>
## 277                                                                           <NA>
## 278                                                                           <NA>
## 279                                                                           <NA>
## 280                                                                           <NA>
## 281                                                                           <NA>
## 282                                                                           <NA>
## 283                                                                           <NA>
## 284                                                                           <NA>
## 285                                                                           <NA>
## 286                                                                           <NA>
## 287                                                                           <NA>
## 288                                                                           <NA>
## 289                                                                           <NA>
## 290                                                                           <NA>
## 291                                                                           <NA>
## 292                                                                           <NA>
## 293                                                                           <NA>
## 294                                                                           <NA>
## 295                                                                           <NA>
## 296                                                                           <NA>
## 297                                                                           <NA>
## 298                                                                           <NA>
## 299                                                                           <NA>
## 300                                                                           <NA>
## 301                                                                           <NA>
## 302                                                                           <NA>
## 303                                                                           <NA>
## 304                                                                           <NA>
## 305                                                                           <NA>
## 306                                                                           <NA>
## 307                                                                           <NA>
## 308                                                                           <NA>
## 309                                                                           <NA>
## 310                                                                           <NA>
## 311                                                                           <NA>
## 312                                                                           <NA>
## 313                                                                           <NA>
## 314                                                                           <NA>
## 315                                                                           <NA>
## 316                                                                           <NA>
## 317                                                                           <NA>
## 318                                                                           <NA>
## 319                                                                           <NA>
## 320                                                                           <NA>
## 321                                                                           <NA>
## 322                                                                           <NA>
## 323                                                                           <NA>
## 324                                                                           <NA>
## 325                                                                           <NA>
## 326                                                                           <NA>
## 327                                                                           <NA>
## 328                                                                           <NA>
## 329                                                                           <NA>
## 330                                                                           <NA>
## 331                                                                           <NA>
## 332                                                                           <NA>
## 333                                                                           <NA>
## 334                                                                           <NA>
## 335                                                                           <NA>
## 336                                                                           <NA>
## 337                                                                           <NA>
## 338                                                                           <NA>
## 339                                                                           <NA>
## 340                                                                           <NA>
## 341                                                                           <NA>
## 342                                                                           <NA>
## 343                                                                           <NA>
## 344                                                                           <NA>
## 345                                                                           <NA>
## 346                                                                           <NA>
## 347                                                                           <NA>
## 348                                                                           <NA>
## 349                                                                           <NA>
## 350                                                                           <NA>
## 351                                                                           <NA>
## 352                                                                           <NA>
## 353                                                                           <NA>
## 354                                                                           <NA>
## 355                                                                           <NA>
## 356                                                                           <NA>
## 357                                                                           <NA>
## 358                                                                           <NA>
## 359                                                                           <NA>
## 360                                                                           <NA>
## 361                                                                           <NA>
## 362                                                                           <NA>
## 363                                                                           <NA>
## 364                                                                           <NA>
## 365                                                                           <NA>
## 366                                                                           <NA>
## 367                                                                           <NA>
## 368                                                                           <NA>
## 369                                                                           <NA>
## 370                                                                           <NA>
## 371                                                                           <NA>
## 372                                                                           <NA>
## 373                                                                           <NA>
## 374                                                                           <NA>
## 375                                                                           <NA>
## 376                                                                           <NA>
## 377                                                                           <NA>
## 378                                                                           <NA>
## 379                                                                           <NA>
## 380                                                                           <NA>
## 381                                                                           <NA>
## 382                                                                           <NA>
## 383                                                                           <NA>
## 384                                                                           <NA>
## 385                                                                           <NA>
## 386                                                                           <NA>
## 387                                                                           <NA>
## 388                                                                           <NA>
## 389                                                                           <NA>
## 390                                                                           <NA>
## 391                                                                           <NA>
## 392                                                                           <NA>
## 393                                                                           <NA>
## 394                                                                           <NA>
## 395                                                                           <NA>
## 396                                                                           <NA>
## 397                                                                           <NA>
## 398                                                                           <NA>
## 399                                                                           <NA>
## 400                                                                           <NA>
## 401                                                                           <NA>
## 402                                                                           <NA>
## 403                                                                           <NA>
## 404                                                                           <NA>
## 405                                                                           <NA>
## 406                                                                           <NA>
## 407                                                                           <NA>
## 408                                                                           <NA>
## 409                                                                           <NA>
## 410                                                                           <NA>
## 411                                                                           <NA>
## 412                                                                           <NA>
## 413                                                                           <NA>
## 414                                                                           <NA>
## 415                                                                           <NA>
## 416                                                                           <NA>
## 417                                                                           <NA>
## 418                                                                           <NA>
## 419                                                                           <NA>
## 420                                                                           <NA>
## 421                                                                           <NA>
## 422                                                                           <NA>
## 423                                                                           <NA>
## 424                                                                           <NA>
## 425                                                                           <NA>
## 426                                                                           <NA>
## 427                                                                           <NA>
## 428                                                                           <NA>
## 429                                                                           <NA>
## 430                                                                           <NA>
## 431                                                                           <NA>
## 432                                                                           <NA>
## 433                                                                           <NA>
## 434                                                                           <NA>
## 435                                                                           <NA>
## 436                                                                           <NA>
## 437                                                                           <NA>
## 438                                                                           <NA>
## 439                                                                           <NA>
## 440                                                                           <NA>
## 441                                                                           <NA>
## 442                                                                           <NA>
## 443                                                                           <NA>
## 444                                                                           <NA>
## 445                                                                           <NA>
## 446                                                                           <NA>
## 447                                                                           <NA>
## 448                                                                           <NA>
## 449                                                                           <NA>
## 450                                                                           <NA>
## 451                                                                           <NA>
## 452                                                                           <NA>
## 453                                                                           <NA>
## 454                                                                           <NA>
## 455                                                                           <NA>
## 456                                                                           <NA>
## 457                                                                           <NA>
## 458                                                                           <NA>
## 459                                                                           <NA>
## 460                                                                           <NA>
## 461                                                                           <NA>
## 462                                                                           <NA>
## 463                                                                           <NA>
## 464                                                                           <NA>
## 465                                                                           <NA>
## 466                                                                           <NA>
## 467                                                                           <NA>
## 468                                                                           <NA>
## 469                                                                           <NA>
## 470                                                                           <NA>
## 471                                                                           <NA>
## 472                                                                           <NA>
## 473                                                                           <NA>
## 474                                                                           <NA>
## 475                                                                           <NA>
## 476                                                                           <NA>
## 477                                                                           <NA>
## 478                                                                           <NA>
## 479                                                                           <NA>
## 480                                                                           <NA>
## 481                                                                           <NA>
## 482                                                                           <NA>
## 483                                                                           <NA>
## 484                                                                           <NA>
## 485                                                                           <NA>
## 486                                                                           <NA>
## 487                                                                           <NA>
## 488                                                                           <NA>
## 489                                                                           <NA>
## 490                                                                           <NA>
## 491                                                                           <NA>
## 492                                                                           <NA>
## 493                                                                           <NA>
## 494                                                                           <NA>
## 495                                                                           <NA>
## 496                                                                           <NA>
## 497                                                                           <NA>
## 498                                                                           <NA>
## 499                                                                           <NA>
## 500                                                                           <NA>
## 501                                                                           <NA>
## 502                                                                           <NA>
## 503                                                                           <NA>
## 504                                                                           <NA>
## 505                                                                           <NA>
## 506                                                                           <NA>
## 507                                                                           <NA>
## 508                                                                           <NA>
## 509                                                                           <NA>
## 510                                                                           <NA>
## 511                                                                           <NA>
## 512                                                                           <NA>
## 513                                                                           <NA>
## 514                                                                           <NA>
## 515                                                                           <NA>
## 516                                                                           <NA>
## 517                                                                           <NA>
## 518                                                                           <NA>
## 519                                                                           <NA>
## 520                                                                           <NA>
## 521                                                                           <NA>
## 522                                                                           <NA>
## 523                                                                           <NA>
## 524                                                                           <NA>
## 525                                                                           <NA>
## 526                                                                           <NA>
## 527                                                                           <NA>
## 528                                                                        Unknown
## 529                                                                           <NA>
## 530                                                                           <NA>
## 531                                                                           <NA>
## 532                                                                           <NA>
## 533                                                                           <NA>
## 534                                                                           <NA>
## 535                                                                           <NA>
## 536                                                                           <NA>
## 537                                                                           <NA>
## 538                                                                           <NA>
## 539                                                                           <NA>
## 540                                                                           <NA>
## 541                                                                           <NA>
## 542                                                                           <NA>
## 543                                                                           <NA>
## 544                                                                           <NA>
## 545                                                                           <NA>
## 546                                                                           <NA>
## 547                                                                           <NA>
## 548                                                                           <NA>
## 549                                                                           <NA>
## 550                                                                           <NA>
## 551                                                                           <NA>
## 552                                                                           <NA>
## 553                                                                           <NA>
## 554                                                                           <NA>
## 555                                                                           <NA>
## 556                                                                           <NA>
## 557                                                                           <NA>
## 558                                                                           <NA>
## 559                                                                           <NA>
## 560                                                                           <NA>
## 561                                                                           <NA>
## 562                                                                           <NA>
## 563                                                                           <NA>
## 564                                                                           <NA>
## 565                                                                           <NA>
## 566                                                                           <NA>
## 567                                                                           <NA>
## 568                                                                           <NA>
## 569                                                                           <NA>
## 570                                                                           <NA>
## 571                                                                           <NA>
## 572                                                                           <NA>
## 573                                                                           <NA>
## 574                                                                           <NA>
## 575                                                                           <NA>
## 576                                                                           <NA>
## 577                                                                           <NA>
## 578                                                                           <NA>
## 579                                                                           <NA>
## 580                                                                           <NA>
## 581                                                                           <NA>
## 582                                                                           <NA>
## 583                                                                           <NA>
## 584                                                                           <NA>
## 585                                                                           <NA>
## 586                                                                           <NA>
## 587                                                                           <NA>
## 588                                                                           <NA>
## 589                                                                           <NA>
## 590                                                                           <NA>
## 591                                                                           <NA>
## 592                                                                           <NA>
## 593                                                                           <NA>
## 594                                                                           <NA>
## 595                                                                           <NA>
## 596                                                                           <NA>
## 597                                                                           <NA>
## 598                                                                           <NA>
## 599                                                                           <NA>
## 600                                                                           <NA>
## 601                                                                           <NA>
## 602                                                                           <NA>
## 603                                                                           <NA>
## 604                                                                           <NA>
## 605                                                                           <NA>
## 606                                                                           <NA>
## 607                                                                           <NA>
## 608                                                                           <NA>
## 609                                                                           <NA>
## 610                                                                           <NA>
## 611                                                                           <NA>
## 612                                                                           <NA>
## 613                                                                           <NA>
## 614                                                                           <NA>
## 615                                                                           <NA>
## 616                                                                           <NA>
## 617                                                                           <NA>
## 618                                                                           <NA>
## 619                                                                           <NA>
## 620                                                                           <NA>
## 621                                                                           <NA>
## 622                                                                           <NA>
## 623                                                                           <NA>
## 624                                                                           <NA>
## 625                                                                           <NA>
## 626                                                                           <NA>
## 627                                                                           <NA>
## 628                                                                           <NA>
## 629                                                                           <NA>
## 630                                                                           <NA>
## 631                                                                           <NA>
## 632                                                                           <NA>
## 633                                                                           <NA>
## 634                                                                           <NA>
## 635                                                                           <NA>
## 636                                                                           <NA>
## 637                                                                           <NA>
## 638                                                                           <NA>
## 639                                                                           <NA>
## 640                                                                           <NA>
## 641                                                                           <NA>
## 642                                                                           <NA>
## 643                                                                           <NA>
## 644                                                                           <NA>
## 645                                                                           <NA>
## 646                                                                           <NA>
## 647                                                                           <NA>
## 648                                                                           <NA>
## 649                                                                           <NA>
## 650                                                                           <NA>
## 651                                                                           <NA>
## 652                                                                           <NA>
## 653                                                                           <NA>
## 654                                                                           <NA>
## 655                                                                           <NA>
## 656                                                                           <NA>
## 657                                                                           <NA>
## 658                                                                           <NA>
## 659                                                                           <NA>
## 660                                                                           <NA>
## 661                                                                           <NA>
## 662                                                                           <NA>
## 663                                                                           <NA>
## 664                                                                           <NA>
## 665                                                                           <NA>
## 666                                                                           <NA>
## 667                                                                           <NA>
## 668                                                                           <NA>
## 669                                                                           <NA>
## 670                                                                           <NA>
## 671                                                                           <NA>
## 672                                                                           <NA>
## 673                                                                           <NA>
## 674                                                                           <NA>
## 675                                                                           <NA>
## 676                                                                           <NA>
## 677                                                                           <NA>
## 678                                                                           <NA>
## 679                                                                           <NA>
## 680                                                                           <NA>
## 681                                                                           <NA>
## 682                                                                           <NA>
## 683                                                                           <NA>
## 684                                                                           <NA>
## 685                                                                           <NA>
## 686                                                                           <NA>
## 687                                                                           <NA>
## 688                                                                           <NA>
## 689                                                                           <NA>
## 690                                                                       Firearms
## 691                                                                           <NA>
## 692                                                                           <NA>
## 693                                                                           <NA>
## 694                                                                           <NA>
## 695                                                                           <NA>
## 696                                                                           <NA>
## 697                                                                           <NA>
## 698                                                                           <NA>
## 699                                                                           <NA>
## 700                                                                           <NA>
## 701                                                                           <NA>
## 702                                                                           <NA>
## 703                                                                           <NA>
## 704                                                                           <NA>
## 705                                                                           <NA>
## 706                                                                           <NA>
## 707                                                                           <NA>
## 708                                                                           <NA>
## 709                                                                           <NA>
## 710                                                                           <NA>
## 711                                                                           <NA>
## 712                                                                           <NA>
## 713                                                                           <NA>
## 714                                                                           <NA>
## 715                                                                           <NA>
## 716                                                                           <NA>
## 717                                                                           <NA>
## 718                                                                           <NA>
## 719                                                                           <NA>
## 720                                                                           <NA>
## 721                                                                           <NA>
## 722                                                                           <NA>
## 723                                                                           <NA>
## 724                                                                           <NA>
## 725                                                                           <NA>
## 726                                                                           <NA>
## 727                                                                           <NA>
## 728                                                                           <NA>
## 729                                                                           <NA>
## 730                                                                           <NA>
## 731                                                                           <NA>
## 732                                                                           <NA>
## 733                                                                           <NA>
## 734                                                                           <NA>
## 735                                                                           <NA>
## 736                                                                           <NA>
## 737                                                                           <NA>
## 738                                                                           <NA>
## 739                                                                           <NA>
## 740                                                                           <NA>
##        weapsubtype3                          weapsubtype3_txt weaptype4
## 1                NA                                      <NA>        NA
## 2                NA                                      <NA>        NA
## 3                NA                                      <NA>        NA
## 4                NA                                      <NA>        NA
## 5                NA                                      <NA>        NA
## 6                NA                                      <NA>        NA
## 7                NA                                      <NA>        NA
## 8                NA                                      <NA>        NA
## 9                NA                                      <NA>        NA
## 10               NA                                      <NA>        NA
## 11               NA                                      <NA>        NA
## 12               NA                                      <NA>        NA
## 13               NA                                      <NA>        NA
## 14               NA                                      <NA>        NA
## 15               NA                                      <NA>        NA
## 16               NA                                      <NA>        NA
## 17               NA                                      <NA>        NA
## 18               NA                                      <NA>        NA
## 19               NA                                      <NA>        NA
## 20               NA                                      <NA>        NA
## 21               NA                                      <NA>        NA
## 22               NA                                      <NA>        NA
## 23               NA                                      <NA>        NA
## 24               NA                                      <NA>        NA
## 25               NA                                      <NA>        NA
## 26               NA                                      <NA>        NA
## 27               NA                                      <NA>        NA
## 28               NA                                      <NA>        NA
## 29               NA                                      <NA>        NA
## 30               NA                                      <NA>        NA
## 31               NA                                      <NA>        NA
## 32               NA                                      <NA>        NA
## 33               NA                                      <NA>        NA
## 34               NA                                      <NA>        NA
## 35               NA                                      <NA>        NA
## 36               NA                                      <NA>        NA
## 37               NA                                      <NA>        NA
## 38               NA                                      <NA>        NA
## 39               NA                                      <NA>        NA
## 40               NA                                      <NA>        NA
## 41               NA                                      <NA>        NA
## 42               NA                                      <NA>        NA
## 43               NA                                      <NA>        NA
## 44               NA                                      <NA>        NA
## 45               NA                                      <NA>        NA
## 46               NA                                      <NA>        NA
## 47               NA                                      <NA>        NA
## 48               NA                                      <NA>        NA
## 49               NA                                      <NA>        NA
## 50               NA                                      <NA>        NA
## 51               NA                                      <NA>        NA
## 52               NA                                      <NA>        NA
## 53               NA                                      <NA>        NA
## 54               NA                                      <NA>        NA
## 55               NA                                      <NA>        NA
## 56               NA                                      <NA>        NA
## 57               NA                                      <NA>        NA
## 58               NA                                      <NA>        NA
## 59               NA                                      <NA>        NA
## 60               NA                                      <NA>        NA
## 61               NA                                      <NA>        NA
## 62               NA                                      <NA>        NA
## 63               NA                                      <NA>        NA
## 64               NA                                      <NA>        NA
## 65               NA                                      <NA>        NA
## 66               NA                                      <NA>        NA
## 67               NA                                      <NA>        NA
## 68               NA                                      <NA>        NA
## 69               NA                                      <NA>        NA
## 70               NA                                      <NA>        NA
## 71               NA                                      <NA>        NA
## 72               NA                                      <NA>        NA
## 73               NA                                      <NA>        NA
## 74               NA                                      <NA>        NA
## 75               NA                                      <NA>        NA
## 76               NA                                      <NA>        NA
## 77               NA                                      <NA>        NA
## 78               NA                                      <NA>        NA
## 79               NA                                      <NA>        NA
## 80               NA                                      <NA>        NA
## 81               NA                                      <NA>        NA
## 82               NA                                      <NA>        NA
## 83               NA                                      <NA>        NA
## 84               NA                                      <NA>        NA
## 85               NA                                      <NA>        NA
## 86               NA                                      <NA>        NA
## 87               NA                                      <NA>        NA
## 88               NA                                      <NA>        NA
## 89               NA                                      <NA>        NA
## 90               NA                                      <NA>        NA
## 91               NA                                      <NA>        NA
## 92               NA                                      <NA>        NA
## 93               NA                                      <NA>        NA
## 94               NA                                      <NA>        NA
## 95               NA                                      <NA>        NA
## 96               NA                                      <NA>        NA
## 97               NA                                      <NA>        NA
## 98               NA                                      <NA>        NA
## 99               NA                                      <NA>        NA
## 100              NA                                      <NA>        NA
## 101              NA                                      <NA>        NA
## 102              NA                                      <NA>        NA
## 103              NA                                      <NA>        NA
## 104              NA                                      <NA>        NA
## 105              NA                                      <NA>        NA
## 106              NA                                      <NA>        NA
## 107              NA                                      <NA>        NA
## 108              NA                                      <NA>        NA
## 109              NA                                      <NA>        NA
## 110              NA                                      <NA>        NA
## 111              NA                                      <NA>        NA
## 112              NA                                      <NA>        NA
## 113              NA                                      <NA>        NA
## 114              NA                                      <NA>        NA
## 115              NA                                      <NA>        NA
## 116              NA                                      <NA>        NA
## 117              NA                                      <NA>        NA
## 118              NA                                      <NA>        NA
## 119              NA                                      <NA>        NA
## 120              NA                                      <NA>        NA
## 121              NA                                      <NA>        NA
## 122              NA                                      <NA>        NA
## 123              NA                                      <NA>        NA
## 124              NA                                      <NA>        NA
## 125              NA                                      <NA>        NA
## 126              NA                                      <NA>        NA
## 127              NA                                      <NA>        NA
## 128              NA                                      <NA>        NA
## 129              NA                                      <NA>        NA
## 130              NA                                      <NA>        NA
## 131              NA                                      <NA>        NA
## 132              NA                                      <NA>        NA
## 133              NA                                      <NA>        NA
## 134              NA                                      <NA>        NA
## 135              NA                                      <NA>        NA
## 136              NA                                      <NA>        NA
## 137              NA                                      <NA>        NA
## 138              NA                                      <NA>        NA
## 139              NA                                      <NA>        NA
## 140              NA                                      <NA>        NA
## 141              NA                                      <NA>        NA
## 142              NA                                      <NA>        NA
## 143              NA                                      <NA>        NA
## 144              NA                                      <NA>        NA
## 145              NA                                      <NA>        NA
## 146              NA                                      <NA>        NA
## 147              NA                                      <NA>        NA
## 148              NA                                      <NA>        NA
## 149              NA                                      <NA>        NA
## 150              NA                                      <NA>        NA
## 151              NA                                      <NA>        NA
## 152              NA                                      <NA>        NA
## 153              NA                                      <NA>        NA
## 154              NA                                      <NA>        NA
## 155              NA                                      <NA>        NA
## 156              NA                                      <NA>        NA
## 157              NA                                      <NA>        NA
## 158              NA                                      <NA>        NA
## 159              NA                                      <NA>        NA
## 160              NA                                      <NA>        NA
## 161              NA                                      <NA>        NA
## 162              NA                                      <NA>        NA
## 163              23               Knife or Other Sharp Object        NA
## 164              NA                                      <NA>        NA
## 165              NA                                      <NA>        NA
## 166              NA                                      <NA>        NA
## 167              NA                                      <NA>        NA
## 168              NA                                      <NA>        NA
## 169              NA                                      <NA>        NA
## 170              NA                                      <NA>        NA
## 171              NA                                      <NA>        NA
## 172              NA                                      <NA>        NA
## 173              NA                                      <NA>        NA
## 174              NA                                      <NA>        NA
## 175              NA                                      <NA>        NA
## 176              NA                                      <NA>        NA
## 177              NA                                      <NA>        NA
## 178              NA                                      <NA>        NA
## 179              NA                                      <NA>        NA
## 180              NA                                      <NA>        NA
## 181              NA                                      <NA>        NA
## 182              NA                                      <NA>        NA
## 183              NA                                      <NA>        NA
## 184              NA                                      <NA>        NA
## 185              NA                                      <NA>        NA
## 186              NA                                      <NA>        NA
## 187              NA                                      <NA>        NA
## 188              NA                                      <NA>        NA
## 189              NA                                      <NA>        NA
## 190              NA                                      <NA>        NA
## 191              NA                                      <NA>        NA
## 192              NA                                      <NA>        NA
## 193              NA                                      <NA>        NA
## 194              NA                                      <NA>        NA
## 195              NA                                      <NA>        NA
## 196              NA                                      <NA>        NA
## 197              NA                                      <NA>        NA
## 198              NA                                      <NA>        NA
## 199              NA                                      <NA>        NA
## 200              NA                                      <NA>        NA
## 201              NA                                      <NA>        NA
## 202              NA                                      <NA>        NA
## 203              NA                                      <NA>        NA
## 204              NA                                      <NA>        NA
## 205              NA                                      <NA>        NA
## 206              NA                                      <NA>        NA
## 207              NA                                      <NA>        NA
## 208              NA                                      <NA>        NA
## 209              NA                                      <NA>        NA
## 210              NA                                      <NA>        NA
## 211              NA                                      <NA>        NA
## 212              NA                                      <NA>        NA
## 213              NA                                      <NA>        NA
## 214              NA                                      <NA>        NA
## 215              NA                                      <NA>        NA
## 216              NA                                      <NA>        NA
## 217              NA                                      <NA>        NA
## 218              NA                                      <NA>        NA
## 219              NA                                      <NA>        NA
## 220              NA                                      <NA>        NA
## 221              NA                                      <NA>        NA
## 222              NA                                      <NA>        NA
## 223              NA                                      <NA>        NA
## 224              NA                                      <NA>        NA
## 225              NA                                      <NA>        NA
## 226              NA                                      <NA>        NA
## 227              NA                                      <NA>        NA
## 228              NA                                      <NA>        NA
## 229              NA                                      <NA>        NA
## 230              NA                                      <NA>        NA
## 231              NA                                      <NA>        NA
## 232              NA                                      <NA>        NA
## 233              NA                                      <NA>        NA
## 234              NA                                      <NA>        NA
## 235              NA                                      <NA>        NA
## 236              NA                                      <NA>        NA
## 237              NA                                      <NA>        NA
## 238              NA                                      <NA>        NA
## 239              NA                                      <NA>        NA
## 240              NA                                      <NA>        NA
## 241              NA                                      <NA>        NA
## 242              NA                                      <NA>        NA
## 243              NA                                      <NA>        NA
## 244              NA                                      <NA>        NA
## 245              NA                                      <NA>        NA
## 246              NA                                      <NA>        NA
## 247              NA                                      <NA>        NA
## 248              NA                                      <NA>        NA
## 249              NA                                      <NA>        NA
## 250              NA                                      <NA>        NA
## 251              NA                                      <NA>        NA
## 252              NA                                      <NA>        NA
## 253              NA                                      <NA>        NA
## 254              NA                                      <NA>        NA
## 255              NA                                      <NA>        NA
## 256              NA                                      <NA>        NA
## 257              NA                                      <NA>        NA
## 258              NA                                      <NA>        NA
## 259              NA                                      <NA>        NA
## 260              NA                                      <NA>        NA
## 261              NA                                      <NA>        NA
## 262              NA                                      <NA>        NA
## 263              NA                                      <NA>        NA
## 264              NA                                      <NA>        NA
## 265              NA                                      <NA>        NA
## 266              NA                                      <NA>        NA
## 267              NA                                      <NA>        NA
## 268              NA                                      <NA>        NA
## 269              NA                                      <NA>        NA
## 270              NA                                      <NA>        NA
## 271              NA                                      <NA>        NA
## 272              NA                                      <NA>        NA
## 273              NA                                      <NA>        NA
## 274              NA                                      <NA>        NA
## 275              NA                                      <NA>        NA
## 276              NA                                      <NA>        NA
## 277              NA                                      <NA>        NA
## 278              NA                                      <NA>        NA
## 279              NA                                      <NA>        NA
## 280              NA                                      <NA>        NA
## 281              NA                                      <NA>        NA
## 282              NA                                      <NA>        NA
## 283              NA                                      <NA>        NA
## 284              NA                                      <NA>        NA
## 285              NA                                      <NA>        NA
## 286              NA                                      <NA>        NA
## 287              NA                                      <NA>        NA
## 288              NA                                      <NA>        NA
## 289              NA                                      <NA>        NA
## 290              NA                                      <NA>        NA
## 291              NA                                      <NA>        NA
## 292              NA                                      <NA>        NA
## 293              NA                                      <NA>        NA
## 294              NA                                      <NA>        NA
## 295              NA                                      <NA>        NA
## 296              NA                                      <NA>        NA
## 297              NA                                      <NA>        NA
## 298              NA                                      <NA>        NA
## 299              NA                                      <NA>        NA
## 300              NA                                      <NA>        NA
## 301              NA                                      <NA>        NA
## 302              NA                                      <NA>        NA
## 303              NA                                      <NA>        NA
## 304              NA                                      <NA>        NA
## 305              NA                                      <NA>        NA
## 306              NA                                      <NA>        NA
## 307              NA                                      <NA>        NA
## 308              NA                                      <NA>        NA
## 309              NA                                      <NA>        NA
## 310              NA                                      <NA>        NA
## 311              NA                                      <NA>        NA
## 312              NA                                      <NA>        NA
## 313              NA                                      <NA>        NA
## 314              NA                                      <NA>        NA
## 315              NA                                      <NA>        NA
## 316              NA                                      <NA>        NA
## 317              NA                                      <NA>        NA
## 318              NA                                      <NA>        NA
## 319              NA                                      <NA>        NA
## 320              NA                                      <NA>        NA
## 321              NA                                      <NA>        NA
## 322              NA                                      <NA>        NA
## 323              NA                                      <NA>        NA
## 324              NA                                      <NA>        NA
## 325              NA                                      <NA>        NA
## 326              NA                                      <NA>        NA
## 327              NA                                      <NA>        NA
## 328              NA                                      <NA>        NA
## 329              NA                                      <NA>        NA
## 330              NA                                      <NA>        NA
## 331              NA                                      <NA>        NA
## 332              NA                                      <NA>        NA
## 333              NA                                      <NA>        NA
## 334              NA                                      <NA>        NA
## 335              NA                                      <NA>        NA
## 336              NA                                      <NA>        NA
## 337              NA                                      <NA>        NA
## 338              NA                                      <NA>        NA
## 339              NA                                      <NA>        NA
## 340              NA                                      <NA>        NA
## 341              NA                                      <NA>        NA
## 342              NA                                      <NA>        NA
## 343              NA                                      <NA>        NA
## 344              NA                                      <NA>        NA
## 345              NA                                      <NA>        NA
## 346              NA                                      <NA>        NA
## 347              NA                                      <NA>        NA
## 348              NA                                      <NA>        NA
## 349              NA                                      <NA>        NA
## 350              NA                                      <NA>        NA
## 351              NA                                      <NA>        NA
## 352              NA                                      <NA>        NA
## 353              NA                                      <NA>        NA
## 354              NA                                      <NA>        NA
## 355              NA                                      <NA>        NA
## 356              NA                                      <NA>        NA
## 357              NA                                      <NA>        NA
## 358              NA                                      <NA>        NA
## 359              NA                                      <NA>        NA
## 360              NA                                      <NA>        NA
## 361              NA                                      <NA>        NA
## 362              NA                                      <NA>        NA
## 363              NA                                      <NA>        NA
## 364              NA                                      <NA>        NA
## 365              NA                                      <NA>        NA
## 366              NA                                      <NA>        NA
## 367              NA                                      <NA>        NA
## 368              NA                                      <NA>        NA
## 369              NA                                      <NA>        NA
## 370              NA                                      <NA>        NA
## 371              NA                                      <NA>        NA
## 372              NA                                      <NA>        NA
## 373              NA                                      <NA>        NA
## 374              NA                                      <NA>        NA
## 375              NA                                      <NA>        NA
## 376              NA                                      <NA>        NA
## 377              NA                                      <NA>        NA
## 378              NA                                      <NA>        NA
## 379              NA                                      <NA>        NA
## 380              NA                                      <NA>        NA
## 381              NA                                      <NA>        NA
## 382              NA                                      <NA>        NA
## 383              NA                                      <NA>        NA
## 384              NA                                      <NA>        NA
## 385              NA                                      <NA>        NA
## 386              NA                                      <NA>        NA
## 387              NA                                      <NA>        NA
## 388              NA                                      <NA>        NA
## 389              NA                                      <NA>        NA
## 390              NA                                      <NA>        NA
## 391              NA                                      <NA>        NA
## 392              NA                                      <NA>        NA
## 393              NA                                      <NA>        NA
## 394              NA                                      <NA>        NA
## 395              NA                                      <NA>        NA
## 396              NA                                      <NA>        NA
## 397              NA                                      <NA>        NA
## 398              NA                                      <NA>        NA
## 399              NA                                      <NA>        NA
## 400              NA                                      <NA>        NA
## 401              NA                                      <NA>        NA
## 402              NA                                      <NA>        NA
## 403              NA                                      <NA>        NA
## 404              NA                                      <NA>        NA
## 405              NA                                      <NA>        NA
## 406              NA                                      <NA>        NA
## 407              NA                                      <NA>        NA
## 408              NA                                      <NA>        NA
## 409              NA                                      <NA>        NA
## 410              NA                                      <NA>        NA
## 411              NA                                      <NA>        NA
## 412              NA                                      <NA>        NA
## 413              NA                                      <NA>        NA
## 414              NA                                      <NA>        NA
## 415              NA                                      <NA>        NA
## 416              NA                                      <NA>        NA
## 417              NA                                      <NA>        NA
## 418              NA                                      <NA>        NA
## 419              NA                                      <NA>        NA
## 420              NA                                      <NA>        NA
## 421              NA                                      <NA>        NA
## 422              NA                                      <NA>        NA
## 423              NA                                      <NA>        NA
## 424              NA                                      <NA>        NA
## 425              NA                                      <NA>        NA
## 426              NA                                      <NA>        NA
## 427              NA                                      <NA>        NA
## 428              NA                                      <NA>        NA
## 429              NA                                      <NA>        NA
## 430              NA                                      <NA>        NA
## 431              NA                                      <NA>        NA
## 432              NA                                      <NA>        NA
## 433              NA                                      <NA>        NA
## 434              NA                                      <NA>        NA
## 435              NA                                      <NA>        NA
## 436              NA                                      <NA>        NA
## 437              NA                                      <NA>        NA
## 438              NA                                      <NA>        NA
## 439              NA                                      <NA>        NA
## 440              NA                                      <NA>        NA
## 441              NA                                      <NA>        NA
## 442              NA                                      <NA>        NA
## 443              NA                                      <NA>        NA
## 444              NA                                      <NA>        NA
## 445              NA                                      <NA>        NA
## 446              NA                                      <NA>        NA
## 447              NA                                      <NA>        NA
## 448              NA                                      <NA>        NA
## 449              NA                                      <NA>        NA
## 450              NA                                      <NA>        NA
## 451              NA                                      <NA>        NA
## 452              NA                                      <NA>        NA
## 453              NA                                      <NA>        NA
## 454              NA                                      <NA>        NA
## 455              NA                                      <NA>        NA
## 456              NA                                      <NA>        NA
## 457              NA                                      <NA>        NA
## 458              NA                                      <NA>        NA
## 459              NA                                      <NA>        NA
## 460              NA                                      <NA>        NA
## 461              NA                                      <NA>        NA
## 462              NA                                      <NA>        NA
## 463              NA                                      <NA>        NA
## 464              NA                                      <NA>        NA
## 465              NA                                      <NA>        NA
## 466              NA                                      <NA>        NA
## 467              NA                                      <NA>        NA
## 468              NA                                      <NA>        NA
## 469              NA                                      <NA>        NA
## 470              NA                                      <NA>        NA
## 471              NA                                      <NA>        NA
## 472              NA                                      <NA>        NA
## 473              NA                                      <NA>        NA
## 474              NA                                      <NA>        NA
## 475              NA                                      <NA>        NA
## 476              NA                                      <NA>        NA
## 477              NA                                      <NA>        NA
## 478              NA                                      <NA>        NA
## 479              NA                                      <NA>        NA
## 480              NA                                      <NA>        NA
## 481              NA                                      <NA>        NA
## 482              NA                                      <NA>        NA
## 483              NA                                      <NA>        NA
## 484              NA                                      <NA>        NA
## 485              NA                                      <NA>        NA
## 486              NA                                      <NA>        NA
## 487              NA                                      <NA>        NA
## 488              NA                                      <NA>        NA
## 489              NA                                      <NA>        NA
## 490              NA                                      <NA>        NA
## 491              NA                                      <NA>        NA
## 492              NA                                      <NA>        NA
## 493              NA                                      <NA>        NA
## 494              NA                                      <NA>        NA
## 495              NA                                      <NA>        NA
## 496              NA                                      <NA>        NA
## 497              NA                                      <NA>        NA
## 498              NA                                      <NA>        NA
## 499              NA                                      <NA>        NA
## 500              NA                                      <NA>        NA
## 501              NA                                      <NA>        NA
## 502              NA                                      <NA>        NA
## 503              NA                                      <NA>        NA
## 504              NA                                      <NA>        NA
## 505              NA                                      <NA>        NA
## 506              NA                                      <NA>        NA
## 507              NA                                      <NA>        NA
## 508              NA                                      <NA>        NA
## 509              NA                                      <NA>        NA
## 510              NA                                      <NA>        NA
## 511              NA                                      <NA>        NA
## 512              NA                                      <NA>        NA
## 513              NA                                      <NA>        NA
## 514              NA                                      <NA>        NA
## 515              NA                                      <NA>        NA
## 516              NA                                      <NA>        NA
## 517              NA                                      <NA>        NA
## 518              NA                                      <NA>        NA
## 519              NA                                      <NA>        NA
## 520              NA                                      <NA>        NA
## 521              NA                                      <NA>        NA
## 522              NA                                      <NA>        NA
## 523              NA                                      <NA>        NA
## 524              NA                                      <NA>        NA
## 525              NA                                      <NA>        NA
## 526              NA                                      <NA>        NA
## 527              NA                                      <NA>        NA
## 528              NA                                      <NA>        NA
## 529              NA                                      <NA>        NA
## 530              NA                                      <NA>        NA
## 531              NA                                      <NA>        NA
## 532              NA                                      <NA>        NA
## 533              NA                                      <NA>        NA
## 534              NA                                      <NA>        NA
## 535              NA                                      <NA>        NA
## 536              NA                                      <NA>        NA
## 537              NA                                      <NA>        NA
## 538              NA                                      <NA>        NA
## 539              NA                                      <NA>        NA
## 540              NA                                      <NA>        NA
## 541              NA                                      <NA>        NA
## 542              NA                                      <NA>        NA
## 543              NA                                      <NA>        NA
## 544              NA                                      <NA>        NA
## 545              NA                                      <NA>        NA
## 546              NA                                      <NA>        NA
## 547              NA                                      <NA>        NA
## 548              NA                                      <NA>        NA
## 549              NA                                      <NA>        NA
## 550              NA                                      <NA>        NA
## 551              NA                                      <NA>        NA
## 552              NA                                      <NA>        NA
## 553              NA                                      <NA>        NA
## 554              NA                                      <NA>        NA
## 555              NA                                      <NA>        NA
## 556              NA                                      <NA>        NA
## 557              NA                                      <NA>        NA
## 558              NA                                      <NA>        NA
## 559              NA                                      <NA>        NA
## 560              NA                                      <NA>        NA
## 561              NA                                      <NA>        NA
## 562              NA                                      <NA>        NA
## 563              NA                                      <NA>        NA
## 564              NA                                      <NA>        NA
## 565              NA                                      <NA>        NA
## 566              NA                                      <NA>        NA
## 567              NA                                      <NA>        NA
## 568              NA                                      <NA>        NA
## 569              NA                                      <NA>        NA
## 570              NA                                      <NA>        NA
## 571              NA                                      <NA>        NA
## 572              NA                                      <NA>        NA
## 573              NA                                      <NA>        NA
## 574              NA                                      <NA>        NA
## 575              NA                                      <NA>        NA
## 576              NA                                      <NA>        NA
## 577              NA                                      <NA>        NA
## 578              NA                                      <NA>        NA
## 579              NA                                      <NA>        NA
## 580              NA                                      <NA>        NA
## 581              NA                                      <NA>        NA
## 582              NA                                      <NA>        NA
## 583              NA                                      <NA>        NA
## 584              NA                                      <NA>        NA
## 585              NA                                      <NA>        NA
## 586              NA                                      <NA>        NA
## 587              NA                                      <NA>        NA
## 588              NA                                      <NA>        NA
## 589              NA                                      <NA>        NA
## 590              NA                                      <NA>        NA
## 591              NA                                      <NA>        NA
## 592              NA                                      <NA>        NA
## 593              NA                                      <NA>        NA
## 594              NA                                      <NA>        NA
## 595              NA                                      <NA>        NA
## 596              NA                                      <NA>        NA
## 597              NA                                      <NA>        NA
## 598              NA                                      <NA>        NA
## 599              NA                                      <NA>        NA
## 600              NA                                      <NA>        NA
## 601              NA                                      <NA>        NA
## 602              NA                                      <NA>        NA
## 603              NA                                      <NA>        NA
## 604              NA                                      <NA>        NA
## 605              NA                                      <NA>        NA
## 606              NA                                      <NA>        NA
## 607              NA                                      <NA>        NA
## 608              NA                                      <NA>        NA
## 609              NA                                      <NA>        NA
## 610              NA                                      <NA>        NA
## 611              NA                                      <NA>        NA
## 612              NA                                      <NA>        NA
## 613              NA                                      <NA>        NA
## 614              NA                                      <NA>        NA
## 615              NA                                      <NA>        NA
## 616              NA                                      <NA>        NA
## 617              NA                                      <NA>        NA
## 618              NA                                      <NA>        NA
## 619              NA                                      <NA>        NA
## 620              NA                                      <NA>        NA
## 621              NA                                      <NA>        NA
## 622              NA                                      <NA>        NA
## 623              NA                                      <NA>        NA
## 624              NA                                      <NA>        NA
## 625              NA                                      <NA>        NA
## 626              NA                                      <NA>        NA
## 627              NA                                      <NA>        NA
## 628              NA                                      <NA>        NA
## 629              NA                                      <NA>        NA
## 630              NA                                      <NA>        NA
## 631              NA                                      <NA>        NA
## 632              NA                                      <NA>        NA
## 633              NA                                      <NA>        NA
## 634              NA                                      <NA>        NA
## 635              NA                                      <NA>        NA
## 636              NA                                      <NA>        NA
## 637              NA                                      <NA>        NA
## 638              NA                                      <NA>        NA
## 639              NA                                      <NA>        NA
## 640              NA                                      <NA>        NA
## 641              NA                                      <NA>        NA
## 642              NA                                      <NA>        NA
## 643              NA                                      <NA>        NA
## 644              NA                                      <NA>        NA
## 645              NA                                      <NA>        NA
## 646              NA                                      <NA>        NA
## 647              NA                                      <NA>        NA
## 648              NA                                      <NA>        NA
## 649              NA                                      <NA>        NA
## 650              NA                                      <NA>        NA
## 651              NA                                      <NA>        NA
## 652              NA                                      <NA>        NA
## 653              NA                                      <NA>        NA
## 654              NA                                      <NA>        NA
## 655              NA                                      <NA>        NA
## 656              NA                                      <NA>        NA
## 657              NA                                      <NA>        NA
## 658              NA                                      <NA>        NA
## 659              NA                                      <NA>        NA
## 660              NA                                      <NA>        NA
## 661              NA                                      <NA>        NA
## 662              NA                                      <NA>        NA
## 663              NA                                      <NA>        NA
## 664              NA                                      <NA>        NA
## 665              NA                                      <NA>        NA
## 666              NA                                      <NA>        NA
## 667              NA                                      <NA>        NA
## 668              NA                                      <NA>        NA
## 669              NA                                      <NA>        NA
## 670              NA                                      <NA>        NA
## 671              NA                                      <NA>        NA
## 672              NA                                      <NA>        NA
## 673              NA                                      <NA>        NA
## 674              NA                                      <NA>        NA
## 675              NA                                      <NA>        NA
## 676              NA                                      <NA>        NA
## 677              NA                                      <NA>        NA
## 678              NA                                      <NA>        NA
## 679              NA                                      <NA>        NA
## 680              NA                                      <NA>        NA
## 681              NA                                      <NA>        NA
## 682              NA                                      <NA>        NA
## 683              NA                                      <NA>        NA
## 684              NA                                      <NA>        NA
## 685              NA                                      <NA>        NA
## 686              NA                                      <NA>        NA
## 687              NA                                      <NA>        NA
## 688              NA                                      <NA>        NA
## 689              NA                                      <NA>        NA
## 690               2         Automatic or Semi-Automatic Rifle        NA
## 691              NA                                      <NA>        NA
## 692              NA                                      <NA>        NA
## 693              NA                                      <NA>        NA
## 694              NA                                      <NA>        NA
## 695              NA                                      <NA>        NA
## 696              NA                                      <NA>        NA
## 697              NA                                      <NA>        NA
## 698              NA                                      <NA>        NA
## 699              NA                                      <NA>        NA
## 700              NA                                      <NA>        NA
## 701              NA                                      <NA>        NA
## 702              NA                                      <NA>        NA
## 703              NA                                      <NA>        NA
## 704              NA                                      <NA>        NA
## 705              NA                                      <NA>        NA
## 706              NA                                      <NA>        NA
## 707              NA                                      <NA>        NA
## 708              NA                                      <NA>        NA
## 709              NA                                      <NA>        NA
## 710              NA                                      <NA>        NA
## 711              NA                                      <NA>        NA
## 712              NA                                      <NA>        NA
## 713              NA                                      <NA>        NA
## 714              NA                                      <NA>        NA
## 715              NA                                      <NA>        NA
## 716              NA                                      <NA>        NA
## 717              NA                                      <NA>        NA
## 718              NA                                      <NA>        NA
## 719              NA                                      <NA>        NA
## 720              NA                                      <NA>        NA
## 721              NA                                      <NA>        NA
## 722              NA                                      <NA>        NA
## 723              NA                                      <NA>        NA
## 724              NA                                      <NA>        NA
## 725              NA                                      <NA>        NA
## 726              NA                                      <NA>        NA
## 727              NA                                      <NA>        NA
## 728              NA                                      <NA>        NA
## 729              NA                                      <NA>        NA
## 730              NA                                      <NA>        NA
## 731              NA                                      <NA>        NA
## 732              NA                                      <NA>        NA
## 733              NA                                      <NA>        NA
## 734              NA                                      <NA>        NA
## 735              NA                                      <NA>        NA
## 736              NA                                      <NA>        NA
## 737              NA                                      <NA>        NA
## 738              NA                                      <NA>        NA
## 739              NA                                      <NA>        NA
## 740              NA                                      <NA>        NA
##        weaptype4_txt weapsubtype4
## 1               <NA>           NA
## 2               <NA>           NA
## 3               <NA>           NA
## 4               <NA>           NA
## 5               <NA>           NA
## 6               <NA>           NA
## 7               <NA>           NA
## 8               <NA>           NA
## 9               <NA>           NA
## 10              <NA>           NA
## 11              <NA>           NA
## 12              <NA>           NA
## 13              <NA>           NA
## 14              <NA>           NA
## 15              <NA>           NA
## 16              <NA>           NA
## 17              <NA>           NA
## 18              <NA>           NA
## 19              <NA>           NA
## 20              <NA>           NA
## 21              <NA>           NA
## 22              <NA>           NA
## 23              <NA>           NA
## 24              <NA>           NA
## 25              <NA>           NA
## 26              <NA>           NA
## 27              <NA>           NA
## 28              <NA>           NA
## 29              <NA>           NA
## 30              <NA>           NA
## 31              <NA>           NA
## 32              <NA>           NA
## 33              <NA>           NA
## 34              <NA>           NA
## 35              <NA>           NA
## 36              <NA>           NA
## 37              <NA>           NA
## 38              <NA>           NA
## 39              <NA>           NA
## 40              <NA>           NA
## 41              <NA>           NA
## 42              <NA>           NA
## 43              <NA>           NA
## 44              <NA>           NA
## 45              <NA>           NA
## 46              <NA>           NA
## 47              <NA>           NA
## 48              <NA>           NA
## 49              <NA>           NA
## 50              <NA>           NA
## 51              <NA>           NA
## 52              <NA>           NA
## 53              <NA>           NA
## 54              <NA>           NA
## 55              <NA>           NA
## 56              <NA>           NA
## 57              <NA>           NA
## 58              <NA>           NA
## 59              <NA>           NA
## 60              <NA>           NA
## 61              <NA>           NA
## 62              <NA>           NA
## 63              <NA>           NA
## 64              <NA>           NA
## 65              <NA>           NA
## 66              <NA>           NA
## 67              <NA>           NA
## 68              <NA>           NA
## 69              <NA>           NA
## 70              <NA>           NA
## 71              <NA>           NA
## 72              <NA>           NA
## 73              <NA>           NA
## 74              <NA>           NA
## 75              <NA>           NA
## 76              <NA>           NA
## 77              <NA>           NA
## 78              <NA>           NA
## 79              <NA>           NA
## 80              <NA>           NA
## 81              <NA>           NA
## 82              <NA>           NA
## 83              <NA>           NA
## 84              <NA>           NA
## 85              <NA>           NA
## 86              <NA>           NA
## 87              <NA>           NA
## 88              <NA>           NA
## 89              <NA>           NA
## 90              <NA>           NA
## 91              <NA>           NA
## 92              <NA>           NA
## 93              <NA>           NA
## 94              <NA>           NA
## 95              <NA>           NA
## 96              <NA>           NA
## 97              <NA>           NA
## 98              <NA>           NA
## 99              <NA>           NA
## 100             <NA>           NA
## 101             <NA>           NA
## 102             <NA>           NA
## 103             <NA>           NA
## 104             <NA>           NA
## 105             <NA>           NA
## 106             <NA>           NA
## 107             <NA>           NA
## 108             <NA>           NA
## 109             <NA>           NA
## 110             <NA>           NA
## 111             <NA>           NA
## 112             <NA>           NA
## 113             <NA>           NA
## 114             <NA>           NA
## 115             <NA>           NA
## 116             <NA>           NA
## 117             <NA>           NA
## 118             <NA>           NA
## 119             <NA>           NA
## 120             <NA>           NA
## 121             <NA>           NA
## 122             <NA>           NA
## 123             <NA>           NA
## 124             <NA>           NA
## 125             <NA>           NA
## 126             <NA>           NA
## 127             <NA>           NA
## 128             <NA>           NA
## 129             <NA>           NA
## 130             <NA>           NA
## 131             <NA>           NA
## 132             <NA>           NA
## 133             <NA>           NA
## 134             <NA>           NA
## 135             <NA>           NA
## 136             <NA>           NA
## 137             <NA>           NA
## 138             <NA>           NA
## 139             <NA>           NA
## 140             <NA>           NA
## 141             <NA>           NA
## 142             <NA>           NA
## 143             <NA>           NA
## 144             <NA>           NA
## 145             <NA>           NA
## 146             <NA>           NA
## 147             <NA>           NA
## 148             <NA>           NA
## 149             <NA>           NA
## 150             <NA>           NA
## 151             <NA>           NA
## 152             <NA>           NA
## 153             <NA>           NA
## 154             <NA>           NA
## 155             <NA>           NA
## 156             <NA>           NA
## 157             <NA>           NA
## 158             <NA>           NA
## 159             <NA>           NA
## 160             <NA>           NA
## 161             <NA>           NA
## 162             <NA>           NA
## 163             <NA>           NA
## 164             <NA>           NA
## 165             <NA>           NA
## 166             <NA>           NA
## 167             <NA>           NA
## 168             <NA>           NA
## 169             <NA>           NA
## 170             <NA>           NA
## 171             <NA>           NA
## 172             <NA>           NA
## 173             <NA>           NA
## 174             <NA>           NA
## 175             <NA>           NA
## 176             <NA>           NA
## 177             <NA>           NA
## 178             <NA>           NA
## 179             <NA>           NA
## 180             <NA>           NA
## 181             <NA>           NA
## 182             <NA>           NA
## 183             <NA>           NA
## 184             <NA>           NA
## 185             <NA>           NA
## 186             <NA>           NA
## 187             <NA>           NA
## 188             <NA>           NA
## 189             <NA>           NA
## 190             <NA>           NA
## 191             <NA>           NA
## 192             <NA>           NA
## 193             <NA>           NA
## 194             <NA>           NA
## 195             <NA>           NA
## 196             <NA>           NA
## 197             <NA>           NA
## 198             <NA>           NA
## 199             <NA>           NA
## 200             <NA>           NA
## 201             <NA>           NA
## 202             <NA>           NA
## 203             <NA>           NA
## 204             <NA>           NA
## 205             <NA>           NA
## 206             <NA>           NA
## 207             <NA>           NA
## 208             <NA>           NA
## 209             <NA>           NA
## 210             <NA>           NA
## 211             <NA>           NA
## 212             <NA>           NA
## 213             <NA>           NA
## 214             <NA>           NA
## 215             <NA>           NA
## 216             <NA>           NA
## 217             <NA>           NA
## 218             <NA>           NA
## 219             <NA>           NA
## 220             <NA>           NA
## 221             <NA>           NA
## 222             <NA>           NA
## 223             <NA>           NA
## 224             <NA>           NA
## 225             <NA>           NA
## 226             <NA>           NA
## 227             <NA>           NA
## 228             <NA>           NA
## 229             <NA>           NA
## 230             <NA>           NA
## 231             <NA>           NA
## 232             <NA>           NA
## 233             <NA>           NA
## 234             <NA>           NA
## 235             <NA>           NA
## 236             <NA>           NA
## 237             <NA>           NA
## 238             <NA>           NA
## 239             <NA>           NA
## 240             <NA>           NA
## 241             <NA>           NA
## 242             <NA>           NA
## 243             <NA>           NA
## 244             <NA>           NA
## 245             <NA>           NA
## 246             <NA>           NA
## 247             <NA>           NA
## 248             <NA>           NA
## 249             <NA>           NA
## 250             <NA>           NA
## 251             <NA>           NA
## 252             <NA>           NA
## 253             <NA>           NA
## 254             <NA>           NA
## 255             <NA>           NA
## 256             <NA>           NA
## 257             <NA>           NA
## 258             <NA>           NA
## 259             <NA>           NA
## 260             <NA>           NA
## 261             <NA>           NA
## 262             <NA>           NA
## 263             <NA>           NA
## 264             <NA>           NA
## 265             <NA>           NA
## 266             <NA>           NA
## 267             <NA>           NA
## 268             <NA>           NA
## 269             <NA>           NA
## 270             <NA>           NA
## 271             <NA>           NA
## 272             <NA>           NA
## 273             <NA>           NA
## 274             <NA>           NA
## 275             <NA>           NA
## 276             <NA>           NA
## 277             <NA>           NA
## 278             <NA>           NA
## 279             <NA>           NA
## 280             <NA>           NA
## 281             <NA>           NA
## 282             <NA>           NA
## 283             <NA>           NA
## 284             <NA>           NA
## 285             <NA>           NA
## 286             <NA>           NA
## 287             <NA>           NA
## 288             <NA>           NA
## 289             <NA>           NA
## 290             <NA>           NA
## 291             <NA>           NA
## 292             <NA>           NA
## 293             <NA>           NA
## 294             <NA>           NA
## 295             <NA>           NA
## 296             <NA>           NA
## 297             <NA>           NA
## 298             <NA>           NA
## 299             <NA>           NA
## 300             <NA>           NA
## 301             <NA>           NA
## 302             <NA>           NA
## 303             <NA>           NA
## 304             <NA>           NA
## 305             <NA>           NA
## 306             <NA>           NA
## 307             <NA>           NA
## 308             <NA>           NA
## 309             <NA>           NA
## 310             <NA>           NA
## 311             <NA>           NA
## 312             <NA>           NA
## 313             <NA>           NA
## 314             <NA>           NA
## 315             <NA>           NA
## 316             <NA>           NA
## 317             <NA>           NA
## 318             <NA>           NA
## 319             <NA>           NA
## 320             <NA>           NA
## 321             <NA>           NA
## 322             <NA>           NA
## 323             <NA>           NA
## 324             <NA>           NA
## 325             <NA>           NA
## 326             <NA>           NA
## 327             <NA>           NA
## 328             <NA>           NA
## 329             <NA>           NA
## 330             <NA>           NA
## 331             <NA>           NA
## 332             <NA>           NA
## 333             <NA>           NA
## 334             <NA>           NA
## 335             <NA>           NA
## 336             <NA>           NA
## 337             <NA>           NA
## 338             <NA>           NA
## 339             <NA>           NA
## 340             <NA>           NA
## 341             <NA>           NA
## 342             <NA>           NA
## 343             <NA>           NA
## 344             <NA>           NA
## 345             <NA>           NA
## 346             <NA>           NA
## 347             <NA>           NA
## 348             <NA>           NA
## 349             <NA>           NA
## 350             <NA>           NA
## 351             <NA>           NA
## 352             <NA>           NA
## 353             <NA>           NA
## 354             <NA>           NA
## 355             <NA>           NA
## 356             <NA>           NA
## 357             <NA>           NA
## 358             <NA>           NA
## 359             <NA>           NA
## 360             <NA>           NA
## 361             <NA>           NA
## 362             <NA>           NA
## 363             <NA>           NA
## 364             <NA>           NA
## 365             <NA>           NA
## 366             <NA>           NA
## 367             <NA>           NA
## 368             <NA>           NA
## 369             <NA>           NA
## 370             <NA>           NA
## 371             <NA>           NA
## 372             <NA>           NA
## 373             <NA>           NA
## 374             <NA>           NA
## 375             <NA>           NA
## 376             <NA>           NA
## 377             <NA>           NA
## 378             <NA>           NA
## 379             <NA>           NA
## 380             <NA>           NA
## 381             <NA>           NA
## 382             <NA>           NA
## 383             <NA>           NA
## 384             <NA>           NA
## 385             <NA>           NA
## 386             <NA>           NA
## 387             <NA>           NA
## 388             <NA>           NA
## 389             <NA>           NA
## 390             <NA>           NA
## 391             <NA>           NA
## 392             <NA>           NA
## 393             <NA>           NA
## 394             <NA>           NA
## 395             <NA>           NA
## 396             <NA>           NA
## 397             <NA>           NA
## 398             <NA>           NA
## 399             <NA>           NA
## 400             <NA>           NA
## 401             <NA>           NA
## 402             <NA>           NA
## 403             <NA>           NA
## 404             <NA>           NA
## 405             <NA>           NA
## 406             <NA>           NA
## 407             <NA>           NA
## 408             <NA>           NA
## 409             <NA>           NA
## 410             <NA>           NA
## 411             <NA>           NA
## 412             <NA>           NA
## 413             <NA>           NA
## 414             <NA>           NA
## 415             <NA>           NA
## 416             <NA>           NA
## 417             <NA>           NA
## 418             <NA>           NA
## 419             <NA>           NA
## 420             <NA>           NA
## 421             <NA>           NA
## 422             <NA>           NA
## 423             <NA>           NA
## 424             <NA>           NA
## 425             <NA>           NA
## 426             <NA>           NA
## 427             <NA>           NA
## 428             <NA>           NA
## 429             <NA>           NA
## 430             <NA>           NA
## 431             <NA>           NA
## 432             <NA>           NA
## 433             <NA>           NA
## 434             <NA>           NA
## 435             <NA>           NA
## 436             <NA>           NA
## 437             <NA>           NA
## 438             <NA>           NA
## 439             <NA>           NA
## 440             <NA>           NA
## 441             <NA>           NA
## 442             <NA>           NA
## 443             <NA>           NA
## 444             <NA>           NA
## 445             <NA>           NA
## 446             <NA>           NA
## 447             <NA>           NA
## 448             <NA>           NA
## 449             <NA>           NA
## 450             <NA>           NA
## 451             <NA>           NA
## 452             <NA>           NA
## 453             <NA>           NA
## 454             <NA>           NA
## 455             <NA>           NA
## 456             <NA>           NA
## 457             <NA>           NA
## 458             <NA>           NA
## 459             <NA>           NA
## 460             <NA>           NA
## 461             <NA>           NA
## 462             <NA>           NA
## 463             <NA>           NA
## 464             <NA>           NA
## 465             <NA>           NA
## 466             <NA>           NA
## 467             <NA>           NA
## 468             <NA>           NA
## 469             <NA>           NA
## 470             <NA>           NA
## 471             <NA>           NA
## 472             <NA>           NA
## 473             <NA>           NA
## 474             <NA>           NA
## 475             <NA>           NA
## 476             <NA>           NA
## 477             <NA>           NA
## 478             <NA>           NA
## 479             <NA>           NA
## 480             <NA>           NA
## 481             <NA>           NA
## 482             <NA>           NA
## 483             <NA>           NA
## 484             <NA>           NA
## 485             <NA>           NA
## 486             <NA>           NA
## 487             <NA>           NA
## 488             <NA>           NA
## 489             <NA>           NA
## 490             <NA>           NA
## 491             <NA>           NA
## 492             <NA>           NA
## 493             <NA>           NA
## 494             <NA>           NA
## 495             <NA>           NA
## 496             <NA>           NA
## 497             <NA>           NA
## 498             <NA>           NA
## 499             <NA>           NA
## 500             <NA>           NA
## 501             <NA>           NA
## 502             <NA>           NA
## 503             <NA>           NA
## 504             <NA>           NA
## 505             <NA>           NA
## 506             <NA>           NA
## 507             <NA>           NA
## 508             <NA>           NA
## 509             <NA>           NA
## 510             <NA>           NA
## 511             <NA>           NA
## 512             <NA>           NA
## 513             <NA>           NA
## 514             <NA>           NA
## 515             <NA>           NA
## 516             <NA>           NA
## 517             <NA>           NA
## 518             <NA>           NA
## 519             <NA>           NA
## 520             <NA>           NA
## 521             <NA>           NA
## 522             <NA>           NA
## 523             <NA>           NA
## 524             <NA>           NA
## 525             <NA>           NA
## 526             <NA>           NA
## 527             <NA>           NA
## 528             <NA>           NA
## 529             <NA>           NA
## 530             <NA>           NA
## 531             <NA>           NA
## 532             <NA>           NA
## 533             <NA>           NA
## 534             <NA>           NA
## 535             <NA>           NA
## 536             <NA>           NA
## 537             <NA>           NA
## 538             <NA>           NA
## 539             <NA>           NA
## 540             <NA>           NA
## 541             <NA>           NA
## 542             <NA>           NA
## 543             <NA>           NA
## 544             <NA>           NA
## 545             <NA>           NA
## 546             <NA>           NA
## 547             <NA>           NA
## 548             <NA>           NA
## 549             <NA>           NA
## 550             <NA>           NA
## 551             <NA>           NA
## 552             <NA>           NA
## 553             <NA>           NA
## 554             <NA>           NA
## 555             <NA>           NA
## 556             <NA>           NA
## 557             <NA>           NA
## 558             <NA>           NA
## 559             <NA>           NA
## 560             <NA>           NA
## 561             <NA>           NA
## 562             <NA>           NA
## 563             <NA>           NA
## 564             <NA>           NA
## 565             <NA>           NA
## 566             <NA>           NA
## 567             <NA>           NA
## 568             <NA>           NA
## 569             <NA>           NA
## 570             <NA>           NA
## 571             <NA>           NA
## 572             <NA>           NA
## 573             <NA>           NA
## 574             <NA>           NA
## 575             <NA>           NA
## 576             <NA>           NA
## 577             <NA>           NA
## 578             <NA>           NA
## 579             <NA>           NA
## 580             <NA>           NA
## 581             <NA>           NA
## 582             <NA>           NA
## 583             <NA>           NA
## 584             <NA>           NA
## 585             <NA>           NA
## 586             <NA>           NA
## 587             <NA>           NA
## 588             <NA>           NA
## 589             <NA>           NA
## 590             <NA>           NA
## 591             <NA>           NA
## 592             <NA>           NA
## 593             <NA>           NA
## 594             <NA>           NA
## 595             <NA>           NA
## 596             <NA>           NA
## 597             <NA>           NA
## 598             <NA>           NA
## 599             <NA>           NA
## 600             <NA>           NA
## 601             <NA>           NA
## 602             <NA>           NA
## 603             <NA>           NA
## 604             <NA>           NA
## 605             <NA>           NA
## 606             <NA>           NA
## 607             <NA>           NA
## 608             <NA>           NA
## 609             <NA>           NA
## 610             <NA>           NA
## 611             <NA>           NA
## 612             <NA>           NA
## 613             <NA>           NA
## 614             <NA>           NA
## 615             <NA>           NA
## 616             <NA>           NA
## 617             <NA>           NA
## 618             <NA>           NA
## 619             <NA>           NA
## 620             <NA>           NA
## 621             <NA>           NA
## 622             <NA>           NA
## 623             <NA>           NA
## 624             <NA>           NA
## 625             <NA>           NA
## 626             <NA>           NA
## 627             <NA>           NA
## 628             <NA>           NA
## 629             <NA>           NA
## 630             <NA>           NA
## 631             <NA>           NA
## 632             <NA>           NA
## 633             <NA>           NA
## 634             <NA>           NA
## 635             <NA>           NA
## 636             <NA>           NA
## 637             <NA>           NA
## 638             <NA>           NA
## 639             <NA>           NA
## 640             <NA>           NA
## 641             <NA>           NA
## 642             <NA>           NA
## 643             <NA>           NA
## 644             <NA>           NA
## 645             <NA>           NA
## 646             <NA>           NA
## 647             <NA>           NA
## 648             <NA>           NA
## 649             <NA>           NA
## 650             <NA>           NA
## 651             <NA>           NA
## 652             <NA>           NA
## 653             <NA>           NA
## 654             <NA>           NA
## 655             <NA>           NA
## 656             <NA>           NA
## 657             <NA>           NA
## 658             <NA>           NA
## 659             <NA>           NA
## 660             <NA>           NA
## 661             <NA>           NA
## 662             <NA>           NA
## 663             <NA>           NA
## 664             <NA>           NA
## 665             <NA>           NA
## 666             <NA>           NA
## 667             <NA>           NA
## 668             <NA>           NA
## 669             <NA>           NA
## 670             <NA>           NA
## 671             <NA>           NA
## 672             <NA>           NA
## 673             <NA>           NA
## 674             <NA>           NA
## 675             <NA>           NA
## 676             <NA>           NA
## 677             <NA>           NA
## 678             <NA>           NA
## 679             <NA>           NA
## 680             <NA>           NA
## 681             <NA>           NA
## 682             <NA>           NA
## 683             <NA>           NA
## 684             <NA>           NA
## 685             <NA>           NA
## 686             <NA>           NA
## 687             <NA>           NA
## 688             <NA>           NA
## 689             <NA>           NA
## 690             <NA>           NA
## 691             <NA>           NA
## 692             <NA>           NA
## 693             <NA>           NA
## 694             <NA>           NA
## 695             <NA>           NA
## 696             <NA>           NA
## 697             <NA>           NA
## 698             <NA>           NA
## 699             <NA>           NA
## 700             <NA>           NA
## 701             <NA>           NA
## 702             <NA>           NA
## 703             <NA>           NA
## 704             <NA>           NA
## 705             <NA>           NA
## 706             <NA>           NA
## 707             <NA>           NA
## 708             <NA>           NA
## 709             <NA>           NA
## 710             <NA>           NA
## 711             <NA>           NA
## 712             <NA>           NA
## 713             <NA>           NA
## 714             <NA>           NA
## 715             <NA>           NA
## 716             <NA>           NA
## 717             <NA>           NA
## 718             <NA>           NA
## 719             <NA>           NA
## 720             <NA>           NA
## 721             <NA>           NA
## 722             <NA>           NA
## 723             <NA>           NA
## 724             <NA>           NA
## 725             <NA>           NA
## 726             <NA>           NA
## 727             <NA>           NA
## 728             <NA>           NA
## 729             <NA>           NA
## 730             <NA>           NA
## 731             <NA>           NA
## 732             <NA>           NA
## 733             <NA>           NA
## 734             <NA>           NA
## 735             <NA>           NA
## 736             <NA>           NA
## 737             <NA>           NA
## 738             <NA>           NA
## 739             <NA>           NA
## 740             <NA>           NA
##                                 weapsubtype4_txt
## 1                                           <NA>
## 2                                           <NA>
## 3                                           <NA>
## 4                                           <NA>
## 5                                           <NA>
## 6                                           <NA>
## 7                                           <NA>
## 8                                           <NA>
## 9                                           <NA>
## 10                                          <NA>
## 11                                          <NA>
## 12                                          <NA>
## 13                                          <NA>
## 14                                          <NA>
## 15                                          <NA>
## 16                                          <NA>
## 17                                          <NA>
## 18                                          <NA>
## 19                                          <NA>
## 20                                          <NA>
## 21                                          <NA>
## 22                                          <NA>
## 23                                          <NA>
## 24                                          <NA>
## 25                                          <NA>
## 26                                          <NA>
## 27                                          <NA>
## 28                                          <NA>
## 29                                          <NA>
## 30                                          <NA>
## 31                                          <NA>
## 32                                          <NA>
## 33                                          <NA>
## 34                                          <NA>
## 35                                          <NA>
## 36                                          <NA>
## 37                                          <NA>
## 38                                          <NA>
## 39                                          <NA>
## 40                                          <NA>
## 41                                          <NA>
## 42                                          <NA>
## 43                                          <NA>
## 44                                          <NA>
## 45                                          <NA>
## 46                                          <NA>
## 47                                          <NA>
## 48                                          <NA>
## 49                                          <NA>
## 50                                          <NA>
## 51                                          <NA>
## 52                                          <NA>
## 53                                          <NA>
## 54                                          <NA>
## 55                                          <NA>
## 56                                          <NA>
## 57                                          <NA>
## 58                                          <NA>
## 59                                          <NA>
## 60                                          <NA>
## 61                                          <NA>
## 62                                          <NA>
## 63                                          <NA>
## 64                                          <NA>
## 65                                          <NA>
## 66                                          <NA>
## 67                                          <NA>
## 68                                          <NA>
## 69                                          <NA>
## 70                                          <NA>
## 71                                          <NA>
## 72                                          <NA>
## 73                                          <NA>
## 74                                          <NA>
## 75                                          <NA>
## 76                                          <NA>
## 77                                          <NA>
## 78                                          <NA>
## 79                                          <NA>
## 80                                          <NA>
## 81                                          <NA>
## 82                                          <NA>
## 83                                          <NA>
## 84                                          <NA>
## 85                                          <NA>
## 86                                          <NA>
## 87                                          <NA>
## 88                                          <NA>
## 89                                          <NA>
## 90                                          <NA>
## 91                                          <NA>
## 92                                          <NA>
## 93                                          <NA>
## 94                                          <NA>
## 95                                          <NA>
## 96                                          <NA>
## 97                                          <NA>
## 98                                          <NA>
## 99                                          <NA>
## 100                                         <NA>
## 101                                         <NA>
## 102                                         <NA>
## 103                                         <NA>
## 104                                         <NA>
## 105                                         <NA>
## 106                                         <NA>
## 107                                         <NA>
## 108                                         <NA>
## 109                                         <NA>
## 110                                         <NA>
## 111                                         <NA>
## 112                                         <NA>
## 113                                         <NA>
## 114                                         <NA>
## 115                                         <NA>
## 116                                         <NA>
## 117                                         <NA>
## 118                                         <NA>
## 119                                         <NA>
## 120                                         <NA>
## 121                                         <NA>
## 122                                         <NA>
## 123                                         <NA>
## 124                                         <NA>
## 125                                         <NA>
## 126                                         <NA>
## 127                                         <NA>
## 128                                         <NA>
## 129                                         <NA>
## 130                                         <NA>
## 131                                         <NA>
## 132                                         <NA>
## 133                                         <NA>
## 134                                         <NA>
## 135                                         <NA>
## 136                                         <NA>
## 137                                         <NA>
## 138                                         <NA>
## 139                                         <NA>
## 140                                         <NA>
## 141                                         <NA>
## 142                                         <NA>
## 143                                         <NA>
## 144                                         <NA>
## 145                                         <NA>
## 146                                         <NA>
## 147                                         <NA>
## 148                                         <NA>
## 149                                         <NA>
## 150                                         <NA>
## 151                                         <NA>
## 152                                         <NA>
## 153                                         <NA>
## 154                                         <NA>
## 155                                         <NA>
## 156                                         <NA>
## 157                                         <NA>
## 158                                         <NA>
## 159                                         <NA>
## 160                                         <NA>
## 161                                         <NA>
## 162                                         <NA>
## 163                                         <NA>
## 164                                         <NA>
## 165                                         <NA>
## 166                                         <NA>
## 167                                         <NA>
## 168                                         <NA>
## 169                                         <NA>
## 170                                         <NA>
## 171                                         <NA>
## 172                                         <NA>
## 173                                         <NA>
## 174                                         <NA>
## 175                                         <NA>
## 176                                         <NA>
## 177                                         <NA>
## 178                                         <NA>
## 179                                         <NA>
## 180                                         <NA>
## 181                                         <NA>
## 182                                         <NA>
## 183                                         <NA>
## 184                                         <NA>
## 185                                         <NA>
## 186                                         <NA>
## 187                                         <NA>
## 188                                         <NA>
## 189                                         <NA>
## 190                                         <NA>
## 191                                         <NA>
## 192                                         <NA>
## 193                                         <NA>
## 194                                         <NA>
## 195                                         <NA>
## 196                                         <NA>
## 197                                         <NA>
## 198                                         <NA>
## 199                                         <NA>
## 200                                         <NA>
## 201                                         <NA>
## 202                                         <NA>
## 203                                         <NA>
## 204                                         <NA>
## 205                                         <NA>
## 206                                         <NA>
## 207                                         <NA>
## 208                                         <NA>
## 209                                         <NA>
## 210                                         <NA>
## 211                                         <NA>
## 212                                         <NA>
## 213                                         <NA>
## 214                                         <NA>
## 215                                         <NA>
## 216                                         <NA>
## 217                                         <NA>
## 218                                         <NA>
## 219                                         <NA>
## 220                                         <NA>
## 221                                         <NA>
## 222                                         <NA>
## 223                                         <NA>
## 224                                         <NA>
## 225                                         <NA>
## 226                                         <NA>
## 227                                         <NA>
## 228                                         <NA>
## 229                                         <NA>
## 230                                         <NA>
## 231                                         <NA>
## 232                                         <NA>
## 233                                         <NA>
## 234                                         <NA>
## 235                                         <NA>
## 236                                         <NA>
## 237                                         <NA>
## 238                                         <NA>
## 239                                         <NA>
## 240                                         <NA>
## 241                                         <NA>
## 242                                         <NA>
## 243                                         <NA>
## 244                                         <NA>
## 245                                         <NA>
## 246                                         <NA>
## 247                                         <NA>
## 248                                         <NA>
## 249                                         <NA>
## 250                                         <NA>
## 251                                         <NA>
## 252                                         <NA>
## 253                                         <NA>
## 254                                         <NA>
## 255                                         <NA>
## 256                                         <NA>
## 257                                         <NA>
## 258                                         <NA>
## 259                                         <NA>
## 260                                         <NA>
## 261                                         <NA>
## 262                                         <NA>
## 263                                         <NA>
## 264                                         <NA>
## 265                                         <NA>
## 266                                         <NA>
## 267                                         <NA>
## 268                                         <NA>
## 269                                         <NA>
## 270                                         <NA>
## 271                                         <NA>
## 272                                         <NA>
## 273                                         <NA>
## 274                                         <NA>
## 275                                         <NA>
## 276                                         <NA>
## 277                                         <NA>
## 278                                         <NA>
## 279                                         <NA>
## 280                                         <NA>
## 281                                         <NA>
## 282                                         <NA>
## 283                                         <NA>
## 284                                         <NA>
## 285                                         <NA>
## 286                                         <NA>
## 287                                         <NA>
## 288                                         <NA>
## 289                                         <NA>
## 290                                         <NA>
## 291                                         <NA>
## 292                                         <NA>
## 293                                         <NA>
## 294                                         <NA>
## 295                                         <NA>
## 296                                         <NA>
## 297                                         <NA>
## 298                                         <NA>
## 299                                         <NA>
## 300                                         <NA>
## 301                                         <NA>
## 302                                         <NA>
## 303                                         <NA>
## 304                                         <NA>
## 305                                         <NA>
## 306                                         <NA>
## 307                                         <NA>
## 308                                         <NA>
## 309                                         <NA>
## 310                                         <NA>
## 311                                         <NA>
## 312                                         <NA>
## 313                                         <NA>
## 314                                         <NA>
## 315                                         <NA>
## 316                                         <NA>
## 317                                         <NA>
## 318                                         <NA>
## 319                                         <NA>
## 320                                         <NA>
## 321                                         <NA>
## 322                                         <NA>
## 323                                         <NA>
## 324                                         <NA>
## 325                                         <NA>
## 326                                         <NA>
## 327                                         <NA>
## 328                                         <NA>
## 329                                         <NA>
## 330                                         <NA>
## 331                                         <NA>
## 332                                         <NA>
## 333                                         <NA>
## 334                                         <NA>
## 335                                         <NA>
## 336                                         <NA>
## 337                                         <NA>
## 338                                         <NA>
## 339                                         <NA>
## 340                                         <NA>
## 341                                         <NA>
## 342                                         <NA>
## 343                                         <NA>
## 344                                         <NA>
## 345                                         <NA>
## 346                                         <NA>
## 347                                         <NA>
## 348                                         <NA>
## 349                                         <NA>
## 350                                         <NA>
## 351                                         <NA>
## 352                                         <NA>
## 353                                         <NA>
## 354                                         <NA>
## 355                                         <NA>
## 356                                         <NA>
## 357                                         <NA>
## 358                                         <NA>
## 359                                         <NA>
## 360                                         <NA>
## 361                                         <NA>
## 362                                         <NA>
## 363                                         <NA>
## 364                                         <NA>
## 365                                         <NA>
## 366                                         <NA>
## 367                                         <NA>
## 368                                         <NA>
## 369                                         <NA>
## 370                                         <NA>
## 371                                         <NA>
## 372                                         <NA>
## 373                                         <NA>
## 374                                         <NA>
## 375                                         <NA>
## 376                                         <NA>
## 377                                         <NA>
## 378                                         <NA>
## 379                                         <NA>
## 380                                         <NA>
## 381                                         <NA>
## 382                                         <NA>
## 383                                         <NA>
## 384                                         <NA>
## 385                                         <NA>
## 386                                         <NA>
## 387                                         <NA>
## 388                                         <NA>
## 389                                         <NA>
## 390                                         <NA>
## 391                                         <NA>
## 392                                         <NA>
## 393                                         <NA>
## 394                                         <NA>
## 395                                         <NA>
## 396                                         <NA>
## 397                                         <NA>
## 398                                         <NA>
## 399                                         <NA>
## 400                                         <NA>
## 401                                         <NA>
## 402                                         <NA>
## 403                                         <NA>
## 404                                         <NA>
## 405                                         <NA>
## 406                                         <NA>
## 407                                         <NA>
## 408                                         <NA>
## 409                                         <NA>
## 410                                         <NA>
## 411                                         <NA>
## 412                                         <NA>
## 413                                         <NA>
## 414                                         <NA>
## 415                                         <NA>
## 416                                         <NA>
## 417                                         <NA>
## 418                                         <NA>
## 419                                         <NA>
## 420                                         <NA>
## 421                                         <NA>
## 422                                         <NA>
## 423                                         <NA>
## 424                                         <NA>
## 425                                         <NA>
## 426                                         <NA>
## 427                                         <NA>
## 428                                         <NA>
## 429                                         <NA>
## 430                                         <NA>
## 431                                         <NA>
## 432                                         <NA>
## 433                                         <NA>
## 434                                         <NA>
## 435                                         <NA>
## 436                                         <NA>
## 437                                         <NA>
## 438                                         <NA>
## 439                                         <NA>
## 440                                         <NA>
## 441                                         <NA>
## 442                                         <NA>
## 443                                         <NA>
## 444                                         <NA>
## 445                                         <NA>
## 446                                         <NA>
## 447                                         <NA>
## 448                                         <NA>
## 449                                         <NA>
## 450                                         <NA>
## 451                                         <NA>
## 452                                         <NA>
## 453                                         <NA>
## 454                                         <NA>
## 455                                         <NA>
## 456                                         <NA>
## 457                                         <NA>
## 458                                         <NA>
## 459                                         <NA>
## 460                                         <NA>
## 461                                         <NA>
## 462                                         <NA>
## 463                                         <NA>
## 464                                         <NA>
## 465                                         <NA>
## 466                                         <NA>
## 467                                         <NA>
## 468                                         <NA>
## 469                                         <NA>
## 470                                         <NA>
## 471                                         <NA>
## 472                                         <NA>
## 473                                         <NA>
## 474                                         <NA>
## 475                                         <NA>
## 476                                         <NA>
## 477                                         <NA>
## 478                                         <NA>
## 479                                         <NA>
## 480                                         <NA>
## 481                                         <NA>
## 482                                         <NA>
## 483                                         <NA>
## 484                                         <NA>
## 485                                         <NA>
## 486                                         <NA>
## 487                                         <NA>
## 488                                         <NA>
## 489                                         <NA>
## 490                                         <NA>
## 491                                         <NA>
## 492                                         <NA>
## 493                                         <NA>
## 494                                         <NA>
## 495                                         <NA>
## 496                                         <NA>
## 497                                         <NA>
## 498                                         <NA>
## 499                                         <NA>
## 500                                         <NA>
## 501                                         <NA>
## 502                                         <NA>
## 503                                         <NA>
## 504                                         <NA>
## 505                                         <NA>
## 506                                         <NA>
## 507                                         <NA>
## 508                                         <NA>
## 509                                         <NA>
## 510                                         <NA>
## 511                                         <NA>
## 512                                         <NA>
## 513                                         <NA>
## 514                                         <NA>
## 515                                         <NA>
## 516                                         <NA>
## 517                                         <NA>
## 518                                         <NA>
## 519                                         <NA>
## 520                                         <NA>
## 521                                         <NA>
## 522                                         <NA>
## 523                                         <NA>
## 524                                         <NA>
## 525                                         <NA>
## 526                                         <NA>
## 527                                         <NA>
## 528                                         <NA>
## 529                                         <NA>
## 530                                         <NA>
## 531                                         <NA>
## 532                                         <NA>
## 533                                         <NA>
## 534                                         <NA>
## 535                                         <NA>
## 536                                         <NA>
## 537                                         <NA>
## 538                                         <NA>
## 539                                         <NA>
## 540                                         <NA>
## 541                                         <NA>
## 542                                         <NA>
## 543                                         <NA>
## 544                                         <NA>
## 545                                         <NA>
## 546                                         <NA>
## 547                                         <NA>
## 548                                         <NA>
## 549                                         <NA>
## 550                                         <NA>
## 551                                         <NA>
## 552                                         <NA>
## 553                                         <NA>
## 554                                         <NA>
## 555                                         <NA>
## 556                                         <NA>
## 557                                         <NA>
## 558                                         <NA>
## 559                                         <NA>
## 560                                         <NA>
## 561                                         <NA>
## 562                                         <NA>
## 563                                         <NA>
## 564                                         <NA>
## 565                                         <NA>
## 566                                         <NA>
## 567                                         <NA>
## 568                                         <NA>
## 569                                         <NA>
## 570                                         <NA>
## 571                                         <NA>
## 572                                         <NA>
## 573                                         <NA>
## 574                                         <NA>
## 575                                         <NA>
## 576                                         <NA>
## 577                                         <NA>
## 578                                         <NA>
## 579                                         <NA>
## 580                                         <NA>
## 581                                         <NA>
## 582                                         <NA>
## 583                                         <NA>
## 584                                         <NA>
## 585                                         <NA>
## 586                                         <NA>
## 587                                         <NA>
## 588                                         <NA>
## 589                                         <NA>
## 590                                         <NA>
## 591                                         <NA>
## 592                                         <NA>
## 593                                         <NA>
## 594                                         <NA>
## 595                                         <NA>
## 596                                         <NA>
## 597                                         <NA>
## 598                                         <NA>
## 599                                         <NA>
## 600                                         <NA>
## 601                                         <NA>
## 602                                         <NA>
## 603                                         <NA>
## 604                                         <NA>
## 605                                         <NA>
## 606                                         <NA>
## 607                                         <NA>
## 608                                         <NA>
## 609                                         <NA>
## 610                                         <NA>
## 611                                         <NA>
## 612                                         <NA>
## 613                                         <NA>
## 614                                         <NA>
## 615                                         <NA>
## 616                                         <NA>
## 617                                         <NA>
## 618                                         <NA>
## 619                                         <NA>
## 620                                         <NA>
## 621                                         <NA>
## 622                                         <NA>
## 623                                         <NA>
## 624                                         <NA>
## 625                                         <NA>
## 626                                         <NA>
## 627                                         <NA>
## 628                                         <NA>
## 629                                         <NA>
## 630                                         <NA>
## 631                                         <NA>
## 632                                         <NA>
## 633                                         <NA>
## 634                                         <NA>
## 635                                         <NA>
## 636                                         <NA>
## 637                                         <NA>
## 638                                         <NA>
## 639                                         <NA>
## 640                                         <NA>
## 641                                         <NA>
## 642                                         <NA>
## 643                                         <NA>
## 644                                         <NA>
## 645                                         <NA>
## 646                                         <NA>
## 647                                         <NA>
## 648                                         <NA>
## 649                                         <NA>
## 650                                         <NA>
## 651                                         <NA>
## 652                                         <NA>
## 653                                         <NA>
## 654                                         <NA>
## 655                                         <NA>
## 656                                         <NA>
## 657                                         <NA>
## 658                                         <NA>
## 659                                         <NA>
## 660                                         <NA>
## 661                                         <NA>
## 662                                         <NA>
## 663                                         <NA>
## 664                                         <NA>
## 665                                         <NA>
## 666                                         <NA>
## 667                                         <NA>
## 668                                         <NA>
## 669                                         <NA>
## 670                                         <NA>
## 671                                         <NA>
## 672                                         <NA>
## 673                                         <NA>
## 674                                         <NA>
## 675                                         <NA>
## 676                                         <NA>
## 677                                         <NA>
## 678                                         <NA>
## 679                                         <NA>
## 680                                         <NA>
## 681                                         <NA>
## 682                                         <NA>
## 683                                         <NA>
## 684                                         <NA>
## 685                                         <NA>
## 686                                         <NA>
## 687                                         <NA>
## 688                                         <NA>
## 689                                         <NA>
## 690                                         <NA>
## 691                                         <NA>
## 692                                         <NA>
## 693                                         <NA>
## 694                                         <NA>
## 695                                         <NA>
## 696                                         <NA>
## 697                                         <NA>
## 698                                         <NA>
## 699                                         <NA>
## 700                                         <NA>
## 701                                         <NA>
## 702                                         <NA>
## 703                                         <NA>
## 704                                         <NA>
## 705                                         <NA>
## 706                                         <NA>
## 707                                         <NA>
## 708                                         <NA>
## 709                                         <NA>
## 710                                         <NA>
## 711                                         <NA>
## 712                                         <NA>
## 713                                         <NA>
## 714                                         <NA>
## 715                                         <NA>
## 716                                         <NA>
## 717                                         <NA>
## 718                                         <NA>
## 719                                         <NA>
## 720                                         <NA>
## 721                                         <NA>
## 722                                         <NA>
## 723                                         <NA>
## 724                                         <NA>
## 725                                         <NA>
## 726                                         <NA>
## 727                                         <NA>
## 728                                         <NA>
## 729                                         <NA>
## 730                                         <NA>
## 731                                         <NA>
## 732                                         <NA>
## 733                                         <NA>
## 734                                         <NA>
## 735                                         <NA>
## 736                                         <NA>
## 737                                         <NA>
## 738                                         <NA>
## 739                                         <NA>
## 740                                         <NA>
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              weapdetail
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Explosive
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Incendiary
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Several gunshots were fired.
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Automatic firearm
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Firebomb consisting of gasoline
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Poured gasoline on the floor and lit it with a match
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Molotov cocktail
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Rifle - carbine; Pistols
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firebomb
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Fire set in back of store
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Crudely made pipe bomb.  Five inches long and a half inch thick filled with gunpowder that was connected to a fuse.
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Bomb
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firebomb
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Firebomb thrown through window
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearms
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Gasoline was placed on the steps of the building and set on fire.  Between 10-30 shots were fired.
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Dynamite thrown at foundation of home
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Nine thirty-caliber cartridges from a carbine and eleven nine-millimeter shells
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Several sticks of dynamite were thrown, from a car, at the courthouse.
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Molotov cocktail
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Two firebombs ignited, at least one of them was thrown.  One of the firebombs was a rag wick set on fire stuffed in a gas tank of a parked car that burnt out.  Two other firebombs did not ignited.
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Suspected use of dynamite
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Fire started with gasoline
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        High-powered rifle or carbine
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Incendiary device
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Incendiary device packed in a cigarette box that included batteries, chemicals, and a flash cube that was connected to a wristwatch.
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Incendiary device
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         At least 12 dynamite bombs were set off under the gas tanks of the vehicles.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firebomb
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firebomb
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firebomb
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Molotov cocktail
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Fire
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    18-inch pipe bomb
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pipe bomb in a paper bag
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearms
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Firebomb thrown into building
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Incendiary
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Homemade dynamite time bombs
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Arson
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Telescope-sighted rifle
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                24 sticks of dynamite
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Gasoline bomb
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Pipe filled with black powder was utilized as a bomb
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Military handgrenade wired to a car
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Molotov Cocktail
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firebomb
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Two dynamite bombs
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Barometric bomb
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Thrown Gasoline Bomb
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Thrown Gasoline Bomb
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Gasoline in bottles detonated by firecrackers
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb tossed into home
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Kerosene flare pots
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Thirteen sticks of dynamite attached to a battery operated device
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Dynamite
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Dynamite Pipe Bomb
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Molotov cocktail thrown through the window of the Armory
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Explosive device
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Automatic firearm
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosive
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Explosive device made with 5-gallon can of gasoline
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Molotov cocktail
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Lead pipe-bomb filled with dynamite
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Dynamite bomb
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Two and one half pound block of C-4 wired to a commercial blasting cap and timing device
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Four sticks of dynamite triggered by a mousetrap
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Lead pipe-bomb filled with dynamite
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Two sticks of dynamite
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Lead pipe-bomb filled with dynamite
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Submachine guns
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Cyanide in water supply
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Homemade incendiary time bomb
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Police believed that the bomb had an electric battery
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bomb - timed
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Time bomb
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Molotov cocktail
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Cherry bomb
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A gasoline can was found
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Incendiary device
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Explosive device
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Semiautomatic pistol, revolver, and fake bomb
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Car bomb
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Firebombs
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Two bombs
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Two firebombs
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Three shots fired
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The explosives within the letter bomb were strong enough to blow off a persons fingers.  The detonator contained a mousetrap which experts believed would not have been powerful enough to trigger the explosive.
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Cigarette box containing flammable material, batteries, and a watch mechanism
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Cigarette box containing flammable material, batteries, and a watch mechanism
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Pipe bomb with timer
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Pipe bomb with timer
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Pipe bomb made of dynamite and small caliber ammunition with a clock detonator
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Many sticks of dynamite
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Brick tossed through a window then bomb tossed in afterwards
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Pipe bomb consisting of the equivalent of three sticks of dynamite
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Homemade bomb
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Firebomb thrown from a car
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Swords; Bomb; Knives
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The explosives within the letter bomb were strong enough to blow off a persons fingers.  The detonator contained a mousetrap which experts believed would not have been powerful enough to trigger the explosive.
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Explosive devices made of firecrackers
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Kerosene poured along the side of the building and set on fire
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Twelve inch pipe bomb capped at both ends
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Fifteen inch pipe bomb capped at both ends
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Fifteen inch pipe bomb capped at both ends
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Dynamite blast
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Fire ignited with a flammable liquid
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Six inch tube filled with powder and a detonating device
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Homemade bomb
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Dynamite explosion
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Explosive device
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Molotov Cocktail
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Explosion and fire
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite placed in sewer
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Stick of dynamite, cigarette explosive device, cloth rag, kerosene, and matches
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Automatic firearms; Explosives
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Chemical-type firebomb
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Sophisticated time bomb device
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Sophisticated time bomb device
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Sophisticated time bomb device
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Automatic weapons and fragmentation grenades
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    All four bombs went off in a span of 90 minutes.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    All four bombs went off in a span of 90 minutes.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    All four bombs went off in a span of 90 minutes.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    All four bombs went off in a span of 90 minutes.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Lighted cigarette attached to bomb fuse
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Three gasoline Molotov cocktails
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Petrol bomb
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Molotov cocktail and a soft drink bottle filled with an inflammable liquid lit by matches
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        51 bombs were found minutes before they were set to explode.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        51 bombs were found minutes before they were set to explode.
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        51 bombs were found minutes before they were set to explode.
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        51 bombs were found minutes before they were set to explode.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Two firebombs thrown through windows in separate parts of the building
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .45 caliber semi-automatic pistol and .38 caliber pistol
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Homemade pipe bomb
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Black automated pistol
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Molotov Cocktails
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive taped to window
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive taped to window
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive taped to window
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Explosives
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Seven sticks of dynamite
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Incendiary device
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Molotov cocktails
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Eighteen inch pipe bomb with one inch diameter, both ends filled with low order powder
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Fourteen sticks of dynamite connected to a tiny clock
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb that consisted of glass containers thrown into recruiting booth
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Explosion causing a fire
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Black power used for explosive
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Three concussion bombs
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 One concussion bomb
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Plastic explosive
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Bricks thrown at window and then firebombed
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Two Molotov cocktails
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gasoline firebomb tossed over fence
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Small explosive device
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Firebomb tossed through a window
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bomb believed to be hidden in a hand bag
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Two explosive charges suspected of being dynamite
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Incendiary device
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Firebombs
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb consisting of a bottle that was presumably filled with gasoline
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Eight-inch pipe bomb
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Four firebombs thrown into armory
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Time bomb
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Sniper; a total of six bullets fired
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Gasoline can found in the vicinity of the scene
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Dynamite explosion
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Bomb detonated
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Three firebombs thrown at the house
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Molotov cocktail consisting of beer bottles and gasoline
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Bomb consisting of one or two sticks of TNT
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Firebombs with fuse placed in the flues beneath the warehouse
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Three sticks of dynamite taped to a fuse and blasting cap
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Bomb in loaf of bread
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Dynamite explosion
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Five Molotov cocktails
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Molotov cocktails thrown into the school
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Axe handles
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  High-powered rifle
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Bricks thrown through the windows of the warehouse followed by Molotov cocktails consisting of gasoline and Tide washing powder
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Bricks thrown through the windows of the warehouse followed by Molotov cocktails consisting of gasoline and Tide washing powder
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Two pipe bombs
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Set fire and vandalized building
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Two fires set
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           1-pound block of TNT connect to the engine of the vehicle
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Fire of incendiary origin
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Pistols; Automatic firearms
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Nuts, bolts, and other metallic objects placed in the gears
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Dynamite bomb
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Explosive device
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Dynamite bomb connected to the ignition of the car
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pipe bomb filled with black powder and tacks, which was then tied to a Molotov cocktail
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Time bomb
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Nine dice-sized incendiary devices consisting of sulphuric acid and other chemicals
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Fourteen inch pipe bomb filled with hundreds of match heads connected to a fuse
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Military type grenades
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pipe bomb filled with black powder and tacks, which was then tied to a Molotov cocktail
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Pulled draft records out of cabinet and lit them on fire
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Two shotgun blasts through living room window
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Suspected use of dynamite
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Seven sticks of dynamite placed in a box connected to a clock mechanism
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Snipers
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Two bombs
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Ring of crude bombs exploding around the building
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Homemade pipe bombs
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Four Firebombs
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Molotov cocktail
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .12 gauge double barreled shotgun; .38 caliber revolver
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .38 caliber revolver
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Two-and-one-half by sixteen inch sticks of dynamite along with nuts, bolts, nails, and metal brushes connected to a battery
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The bomb consisted of a plastic bottle and lead pipe filled with dynamite and connected to a clock
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm; Petroleum bomb
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              15 to 20 pounds of high power dynamite
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Thrown pipe bomb filled with gunpowder
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Sniper fire; Arson
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Seven incendiary devices about the size of a tea bag in plastic packages
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Multiple incendiary devices about the size of a small cube in plastic packages
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Multiple incendiary devices about the size of a small cube in plastic packages
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Multiple incendiary devices about the size of a small cube in plastic packages
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Unexploded bomb
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Pipe bomb thrown into the building
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Powder filled pipe bomb attached to a timing device
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A makeshift bomb connected to a clock device
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           One by twelve inch pipe bomb, a bottle of gasoline and a timing device in a cardboard box
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Dynamite bomb
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Molotov cocktail
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Twenty seven nitroglycerine charges attached to a common detonator
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Pipe filled with explosives thrown into garage
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Bombed
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .45 caliber pistol
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Eleven bottles of wine filled with an unspecified liquid and firecrackers attached to cigarette tied fuses
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Explosive device connected to a wire strung to the warehouse from a car battery about five hundred feet away
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Molotov cocktail through window
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Three holes drilled in ceiling of the office.  Flammable liquid poured through the holes followed by paper towels lit on fire.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shotgun blasts were fired in rapid succession.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Two Molotov cocktails and bricks were thrown at the office.
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Two 30-30 rifles
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Times pipe bomb with batteries and a clock
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Firebombs were thrown at the building
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Automatic firearms; Grenades
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  One foot pipe bomb
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Thrown bomb that consisted of black power and filled with nuts and bolts.
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Car bomb
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Bomb with timing device
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Two-inch pipe bomb
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Bomb taped to car
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Seven inch pipe bomb consisting of gunpowder and a wick fuse
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Six shots fired
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Molotov cocktail
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Shotgun; Pistols
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Three Molotov cocktails consisting of wine bottles and gasoline
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Booby-trap bomb
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Twenty sticks of dynamite
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Homemade gasoline firebomb
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Revolver
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Timed firebomb
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    One time bomb consisting of two sticks of dynamite and another time bomb consisting of twenty sticks of dynamite
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Crude firebomb
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Molotov cocktail thrown through a window
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Four plastic bags contained gasoline attached to a battery and a timing device
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The explosives were suspected of being dynamite.  They went off moments apart.
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Seven sticks of dynamite and a blasting cap
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Molotov cocktail consisting of a soft drink bottle filled with a flammable liquid
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bomb thrown into police car from a passing vehicle
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Three large homemade gasoline-chemical bombs
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Explosives
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Pipe bomb connected to a timing device
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bomb consisting of a half stick of dynamite thrown at the building
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Hand Grenade Simulator
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Bomb consisting of a timing device and what was believed to be dynamite
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Grenades; Firearms
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Pistols; Grenade
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Pistols; Grenades
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Automatic firearms; Explosives
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Firebomb consisting of a glass gallon jug
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Explosives
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Incendiary; Molotov cocktail
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Silver handgun fired three times
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Pistol
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Flammable liquid thrown through front door of building
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Twenty to twenty-five sticks of dynamite connected to a timing device
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Four Molotov cocktails; Metal Grates thrown down shaft
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Eight to ten sticks of dynamite
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Sniper-fire
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic Weapons
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Shotgun
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Tear gas
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Sniper-fire
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Rifles
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The bomb was wrapped in brown paper and police discovered remnants of black powder, a battery, and a timing device.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Five firebombs made out of beer bottles
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Six inch pipe bomb consisting of black power and connected to a pocket watch
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Two thrown Molotov cocktails filled with gasoline
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Homemade pipe bomb with explosives intended to be used underwater
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Homemade pipe bomb containing two propane tanks
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Homemade pipe bomb with explosives intended to be used underwater
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Two fifteen inch devices attached to two bottles of gasoline
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Run down by car
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Drive-by shooting.
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Kerosene and gasoline lit on fire
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Three brown bottles containing an unknown substance thrown at the building
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Fist, feet, rocks, bottles, sticks, and two-by-two piece of plywood
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Firebomb thrown from a car
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dynamite
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Dynamite bomb
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Four to six sticks of dynamite tossed into the house
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         High explosive bomb with a timing mechanism
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Fragmentation device
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Automatic firearms; Explosives
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Four to five sticks of dynamite
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Explosives
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Explosives
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gasoline poured on porch set off by a firebomb
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Molotov cocktail gasoline in a bottle
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Automatic firearms; Explosives
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Two firebombs throw through window
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Automatic firearms; Explosive
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Bombed
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Four inch pipe bomb connected to a watch
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bomb consisted of around a quarter pound of black powder that was detonated by two batteries
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Pistol
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Explosive; Pipe bomb with a timer fuse
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Firebomb thrown into office
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Bombed
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A firebomb was thrown through a window of the building.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Explosive; Pipe bomb with a timer fuse
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Six separate fires were started in the cafeteria.
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Molotov cocktail
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Pistol
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Incendiary; Molotov cocktail
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Pipe bomb placed in a shopping bag
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Explosive; Pipe bomb
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Plastic compound time bomb
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firebomb
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Knife
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Incendiary; Molotov cocktail
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Dynamite connected to a clock device
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Pistols
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Automatic firearm; Pistols; Automatic firearms; Armed
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Explosive; Pipe bomb with a timer fuse
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Investigators believed that the fire was set by a chemical.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Explosive; Pipe bomb with a timer fuse
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Sniper
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Automatic firearm
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Land mine
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Six sticks of dynamite connected to a clock and a battery
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Automatic firearms
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Four sticks of dynamite connected to a clock
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Explosive device
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Fire ignited with a flammable substance and files ransacked
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Sniper
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Concussion bomb
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Concussion bomb
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A timed pipe bomb was used in the attack.
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Three Molotov cocktails
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Incendiary device
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Explosive; Plastic explosive
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Two .30 caliber rifle slugs
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Incendiary
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firearm
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arson
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bomb
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Explosive
##        nkill nkillus nkillter nwound nwoundus nwoundte property propextent
## 1          1      NA       NA    0.0       NA       NA        0         NA
## 2          0      NA       NA    0.0       NA       NA        0         NA
## 3          1      NA       NA    0.0       NA       NA        0         NA
## 4         NA      NA       NA     NA       NA       NA        1         NA
## 5         NA      NA       NA     NA       NA       NA        1         NA
## 6          0       0        0    0.0        0        0        1          3
## 7          0      NA       NA    0.0       NA       NA        0         NA
## 8          0       0        0    0.0        0        0        1          3
## 9          0       0        0    0.0        0        0        1          3
## 10         0       0        0    0.0        0        0        1          3
## 11         0      NA       NA    0.0       NA       NA        0          3
## 12         0       0        0    0.0        0        0        1          3
## 13         0       0        0    0.0        0        0        0         NA
## 14         0       0        0    0.0        0        0        1          3
## 15         0       0        0    0.0        0        0        1          2
## 16        NA      NA       NA     NA       NA       NA        0         NA
## 17         1      NA       NA    0.0       NA       NA        0         NA
## 18         0       0        0    0.0        0        0        1          3
## 19         0       0        0    0.0        0        0       -9          4
## 20         0       0        0    0.0        0        0        1          3
## 21         0       0        0    1.0        1        0        1          3
## 22         0      NA       NA    0.0       NA       NA        1          3
## 23         0       0        0    0.0        0        0        1          3
## 24         0       0        0    0.0        0        0        0         NA
## 25         0       0        0    0.0        0        0        1          3
## 26         1      NA       NA    0.0       NA       NA        0         NA
## 27         0      NA       NA    0.0       NA       NA        1          3
## 28         0      NA       NA    0.0       NA       NA        0         NA
## 29         0       0        0    0.0        0        0        1          3
## 30         0       0        0    0.0        0        0        1          3
## 31         0       0        0    2.0        2        0        1          3
## 32         0       0        0    0.0        0        0        1          3
## 33         0       0        0    0.0        0        0        0         NA
## 34         0       0        0    0.0        0        0        1          3
## 35        NA      NA       NA     NA       NA       NA        1          4
## 36         0       0        0    0.0        0        0        1          3
## 37         0       0        0    0.0        0        0        1          3
## 38         0       0        0    0.0        0        0        1          3
## 39         0       0        0    0.0        0        0        1          3
## 40         0      NA       NA    1.0       NA       NA        0         NA
## 41         0       0        0    0.0        0        0        1          3
## 42         0       0        0    0.0        0        0        1          3
## 43         0       0        0    0.0        0        0        1          3
## 44         0       0        0    0.0        0        0        0         NA
## 45         0       0        0    0.0        0        0        0         NA
## 46         0       0        0    0.0        0        0        0         NA
## 47         0       0        0    0.0        0        0        1          3
## 48         0       0        0    0.0        0        0        1          3
## 49         0       0        0    0.0        0        0        1          3
## 50         0       0        0    0.0        0        0        1          3
## 51         0       0        0    0.0        0        0       -9          4
## 52         0       0        0    0.0        0        0       -9          4
## 53         0       0        0    0.0        0        0       -9          4
## 54         0       0        0    0.0        0        0        1          3
## 55         0       0        0    0.0        0        0        1          2
## 56         0       0        0    0.0        0        0        1          3
## 57         0       0        0    0.0        0        0        1          3
## 58         0       0        0    0.0        0        0        0         NA
## 59         0       0        0    0.0        0        0        1          3
## 60         1      NA       NA     NA       NA       NA        1          3
## 61         0       0        0    0.0        0        0        1          3
## 62         0      NA       NA    7.0       NA       NA        1          3
## 63         7      NA       NA    9.0       NA       NA        1          3
## 64         0       0        0    7.0        7        0        1          3
## 65         0       0        0    0.0        0        0        1          3
## 66         0       0        0    1.0        1        0        1          3
## 67         1      NA       NA    0.0       NA       NA        1          3
## 68         0      NA       NA    0.0       NA       NA        0          3
## 69         0      NA       NA    0.0       NA       NA        0          3
## 70         0       0        0    0.0        0        0        0         NA
## 71         0       0        0    0.0        0        0        0         NA
## 72         0       0        0    0.0        0        0        1          3
## 73         0       0        0    0.0        0        0        1          3
## 74         0       0        0    0.0        0        0        0         NA
## 75         0       0        0    0.0        0        0        1          3
## 76         0       0        0    0.0        0        0        0         NA
## 77         0       0        0    0.0        0        0        1          3
## 78         0       0        0    0.0        0        0        1          3
## 79         0       0        0    0.0        0        0        1          3
## 80         0      NA       NA    0.0       NA       NA        1          3
## 81        47      NA       NA    0.0       NA       NA        1          2
## 82         0       0        0    0.0        0        0        0         NA
## 83         0       0        0    0.0        0        0        1          3
## 84         0       0        0    0.0        0        0        1          3
## 85         0       0        0    0.0        0        0       -9          4
## 86         0       0        0    0.0        0        0        1          3
## 87         0       0        0    0.0        0        0        0         NA
## 88         0       0        0    0.0        0        0        0         NA
## 89         0       0        0    0.0        0        0        0         NA
## 90         0       0        0    0.0        0        0        0         NA
## 91         0       0        0    0.0        0        0        0         NA
## 92         0       0        0    0.0        0        0        1          3
## 93         0       0        0    0.0        0        0        1          3
## 94         0       0        0    0.0        0        0        1          3
## 95         0       0        0    0.0        0        0        1          3
## 96        NA      NA       NA     NA       NA       NA        1          4
## 97         0      NA       NA    0.0       NA       NA        1          3
## 98         0      NA       NA    0.0       NA       NA        1         NA
## 99         0       0        0    0.0        0        0        1          3
## 100        0       0        0    0.0        0        0        1          3
## 101        0       0        0    0.0        0        0        1          3
## 102        0       0        0    0.0        0        0        1          3
## 103        0       0        0    0.0        0        0        1          3
## 104        0      NA       NA    0.0       NA       NA        0         NA
## 105        0       0        0    0.0        0        0        1          3
## 106        0       0        0    0.0        0        0        1          3
## 107        0       0        0    0.0        0        0        0         NA
## 108        0       0        0    0.0        0        0        0         NA
## 109        0       0        0    0.0        0        0        1          3
## 110        0       0        0    0.0        0        0        1          3
## 111        0       0        0    0.0        0        0        1          3
## 112        2       2        0    0.0        0        0        0         NA
## 113        0      NA       NA    0.0       NA       NA        0         NA
## 114        0       0        0    0.0        0        0        0         NA
## 115        0       0        0    0.0        0        0        0         NA
## 116        0      NA       NA    0.0       NA       NA        1          3
## 117        0       0        0    0.0        0        0        1         NA
## 118        0       0        0    0.0        0        0        1          3
## 119        0       0        0    0.0        0        0        0         NA
## 120        2       2        2    0.0        0        0        1          3
## 121        0      NA       NA    0.0       NA       NA        0         NA
## 122        0       0        0    0.0        0        0        1          3
## 123        0       0        0    0.0        0        0        0         NA
## 124        0      NA       NA    0.0       NA       NA        0         NA
## 125        0       0        0    0.0        0        0        1          3
## 126        0      NA       NA    0.0       NA       NA        1          3
## 127        0      NA       NA    0.0       NA       NA        1          3
## 128        0       0        0    0.0        0        0        1          3
## 129        0       0        0    0.0        0        0        1          3
## 130        0       0        0    0.0        0        0        1          2
## 131        0       0        0    0.0        0        0        1          3
## 132        0       0        0    0.0        0        0        1          3
## 133        0      NA       NA    0.0       NA       NA        0         NA
## 134        0      NA       NA    2.0       NA       NA        1          4
## 135        0       0        0    0.0        0        0        0         NA
## 136        0       0        0    0.0        0        0        0         NA
## 137        0       0        0    0.0        0        0        1          3
## 138        0       0        0    0.0        0        0        1          3
## 139        0       0        0    1.0        1        0        1          3
## 140        0       0        0    0.0        0        0        1          3
## 141        0       0        0    0.0        0        0        1          3
## 142        0       0        0    0.0        0        0        0         NA
## 143        1       1        0    0.0        0        0        0         NA
## 144        0       0        0    0.0        0        0        0         NA
## 145        0       0        0    0.0        0        0        1          3
## 146        0       0        0    1.0        1        0        1          3
## 147        0       0        0    0.0        0        0        1          3
## 148        0       0        0    0.0        0        0        0         NA
## 149        0       0        0   17.0       17        0        1          3
## 150        0       0        0    0.0        0        0        1          3
## 151        1       1       NA    0.0        0       NA        0         NA
## 152        0      NA       NA    0.0       NA       NA        0         NA
## 153        0      NA       NA    0.0       NA       NA        0         NA
## 154        0       0        0    0.0        0        0        1          3
## 155        0       0        0    0.0        0        0        1          3
## 156        0       0        0    0.0        0        0        1          3
## 157        0       0        0    0.0        0        0        1          3
## 158        0      NA       NA    0.0       NA       NA        0         NA
## 159        0      NA       NA    0.0       NA       NA        1         NA
## 160        0       0        0    0.0        0        0        1          3
## 161        0       0        0    0.0        0        0       -9          4
## 162        1      NA       NA    0.0       NA       NA        0         NA
## 163        0       0        0    0.0        0        0        0         NA
## 164        0       0        0    0.0        0        0        0         NA
## 165        0       0        0    0.0        0        0        1          3
## 166        0      NA       NA    0.0       NA       NA        0         NA
## 167        0       0        0    0.0        0        0        1          3
## 168        0       0        0    0.0        0        0        1          3
## 169        0       0        0    0.0        0        0        1          3
## 170        2      NA       NA    0.0       NA       NA        0         NA
## 171        0       0        0    0.0        0        0        0         NA
## 172        1      NA       NA     NA       NA       NA        1         NA
## 173        0       0        0    0.0        0        0        0         NA
## 174        0       0        0    0.0        0        0        0         NA
## 175        0       0        0    0.0        0        0        1          3
## 176        0      NA       NA    1.0       NA       NA        0         NA
## 177       NA      NA       NA     NA       NA       NA        1          3
## 178        0       0        0    0.0        0        0        1          3
## 179        0       0        0    0.0        0        0        1          3
## 180        0       0        0    0.0        0        0        0         NA
## 181        0       0        0    0.0        0        0        1          3
## 182        0       0        0    0.0        0        0        1          3
## 183        0       0        0    0.0        0        0        1          3
## 184        0       0        0    0.0        0        0        1          3
## 185        0       0        0    0.0        0        0        1          3
## 186        0       0        0    0.0        0        0        1          3
## 187        0       0        0    0.0        0        0        1          3
## 188        0       0        0    5.0        5        0        1          3
## 189        0      NA       NA    0.0       NA       NA        1          3
## 190        0       0        0    0.0        0        0        1          3
## 191        0       0        0    0.0        0        0        1          3
## 192        0       0        0    0.0        0        0        1          3
## 193        0       0        0    0.0        0        0        1          3
## 194        0       0        0    0.0        0        0        0         NA
## 195        0       0        0    0.0        0        0        0         NA
## 196        0      NA       NA    0.0       NA       NA        1          3
## 197        0       0        0    0.0        0        0        1          3
## 198        0       0        0    0.0        0        0        1          3
## 199        0       0        0    0.0        0        0        1          3
## 200        0       0        0    0.0        0        0        1          3
## 201        0       0        0    0.0        0        0        1          3
## 202        0       0        0    0.0        0        0        1          3
## 203        0       0        0    0.0        0        0        1          3
## 204        0       0        0    2.0        2        0        1          3
## 205        0       0        0    0.0        0        0        1          3
## 206        0       0        0    0.0        0        0        1          3
## 207        0       0        0    0.0        0        0        1          3
## 208        0       0        0    0.0        0        0        1          3
## 209        0       0        0    3.0        3        0        0         NA
## 210        0       0        0    3.0        3        0        1          2
## 211       36      NA       NA    0.0       NA       NA        1          2
## 212        0       0        0    0.0        0        0        1          3
## 213        0       0        0    0.0        0        0        1          3
## 214        0       0        0    0.0        0        0        1          3
## 215        0       0        0    0.0        0        0        0         NA
## 216        0       0        0    0.0        0        0        1          3
## 217        0       0        0    0.0        0        0        0         NA
## 218        0       0        0    0.0        0        0        1          3
## 219        0       0        0    0.0        0        0        1          3
## 220        0       0        0    0.0        0        0        1          3
## 221        0       0        0    0.0        0        0        0         NA
## 222        0       0        0    0.0        0        0        0         NA
## 223        0       0        0    0.0        0        0        1          3
## 224        1       1        0    1.0        1        0        0         NA
## 225        0       0        0    0.0        0        0        1          3
## 226        0       0        0    0.0        0        0        1          3
## 227        0      NA       NA    0.0       NA       NA        1         NA
## 228        0       0        0    0.0        0        0       -9          4
## 229        0       0        0    0.0        0        0        1          3
## 230        0       0        0    0.0        0        0        1          3
## 231        0       0        0    0.0        0        0        1          3
## 232        0      NA       NA    0.0       NA       NA        1          3
## 233        0       0        0    0.0        0        0        1          3
## 234        0       0        0    0.0        0        0       -9          4
## 235        0       0        0    2.0        2        0        1          3
## 236        0       0        0    0.0        0        0        1          3
## 237        0       0        0    0.0        0        0        1          3
## 238        0       0        0    0.0        0        0        0         NA
## 239        0       0        0    0.0        0        0        0         NA
## 240        0       0        0    0.0        0        0        1          3
## 241        0      NA       NA    0.0       NA       NA        1         NA
## 242       NA      NA       NA     NA       NA       NA        1         NA
## 243        0       0        0    0.0        0        0        0         NA
## 244        0       0        0    0.0        0        0        0         NA
## 245        0       0        0    0.0        0        0        1          3
## 246        0       0        0    1.0        1        0        1          3
## 247        0       0        0    0.0        0        0        1          3
## 248        0       0        0    0.0        0        0        1          3
## 249        0       0        0    2.0        2        0        1          3
## 250        0       0        0   10.0       10        0        1          3
## 251        0       0        0    1.0        1        0        1          3
## 252        0       0        0    0.0        0        0        1          3
## 253        0       0        0    0.0        0        0        1          3
## 254        1      NA       NA    1.0       NA       NA        0         NA
## 255        0       0        0    0.0        0        0        1          3
## 256        0       0        0    0.0        0        0       -9          4
## 257        0       0        0    0.0        0        0        1          3
## 258        0       0        0    0.0        0        0       -9          4
## 259        0      NA       NA    0.0       NA       NA        1         NA
## 260        0       0        0    0.0        0        0        1          3
## 261        0       0        0    0.0        0        0       -9          4
## 262        0       0        0    0.0        0        0        1          3
## 263        0       0        0    2.0        2        0       -9          4
## 264        0       0        0    0.0        0        0        1          3
## 265        0       0        0    0.0        0        0       -9          4
## 266        0       0        0    0.0        0        0       -9          4
## 267        0       0        0    0.0        0        0        1          3
## 268        0       0        0    0.0        0        0        0         NA
## 269        0       0        0    0.0        0        0        1          3
## 270        0       0        0    0.0        0        0        1          3
## 271        0       0        0    0.0        0        0        1          3
## 272        0       0        0    0.0        0        0        1          3
## 273        0       0        0   12.0       12        0        1          3
## 274        0       0        0    0.0        0        0        1          3
## 275        1       1        0    0.0        0        0        0         NA
## 276        0      NA       NA    0.0       NA       NA        1         NA
## 277        0      NA        0    0.0       NA        0        1         NA
## 278       NA      NA       NA     NA       NA       NA        1         NA
## 279        0       0        0    0.0        0        0        1          3
## 280        0       0        0    0.0        0        0        1          3
## 281        0       0        0    2.0        2        0        1          3
## 282        0       0        0    0.0        0        0        1          3
## 283        0       0        0    0.0        0        0        1          3
## 284        0       0        0    0.0        0        0       -9          4
## 285        0       0        0    0.0        0        0       -9          4
## 286        0       0        0    0.0        0        0        1          3
## 287        0       0        0    0.0        0        0        0         NA
## 288        0       0        0    0.0        0        0        1          3
## 289       NA      NA       NA     NA       NA       NA        1         NA
## 290        0      NA       NA    0.0       NA       NA        1          3
## 291       NA      NA       NA     NA       NA       NA        1          4
## 292        1       1        1    0.0        0        0        0         NA
## 293        0      NA       NA    0.0       NA       NA        1         NA
## 294        0       0        0    0.0        0        0        1          3
## 295        0       0        0    0.0        0        0        1          3
## 296        0       0        0    0.0        0        0        0         NA
## 297        0       0        0    0.0        0        0       -9          4
## 298        0       0        0    0.0        0        0        1          3
## 299        0       0        0    3.0       NA        0        1         NA
## 300        1       1        0    0.0        0        0        0         NA
## 301        0       0        0   10.0       10        0        1          3
## 302        0       0        0    0.0        0        0        1          3
## 303        0       0        0    0.0        0        0        1          2
## 304        0       0        0    0.0        0        0        1          2
## 305        0       0        0    0.0        0        0        1          3
## 306        0       0        0    0.0        0        0        1          3
## 307        0       0        0    0.0        0        0        1          3
## 308        1      NA       NA    0.0       NA       NA        0         NA
## 309        0       0        0    0.0        0        0        0         NA
## 310        0       0        0    0.0        0        0        1          3
## 311        0       0        0    0.0        0        0        1          3
## 312        1      NA       NA    0.0       NA       NA        0         NA
## 313        0      NA       NA    0.0       NA       NA        1          3
## 314        0       0        0    0.0        0        0       -9          4
## 315        0       0        0    0.0        0        0        1          3
## 316        0       0        0    0.0        0        0        1          3
## 317        1      NA       NA    0.0       NA       NA        0         NA
## 318        1      NA       NA   12.0       NA       NA        1          3
## 319        0       0        0    0.0        0        0        1          3
## 320        0       0        0    1.0        1        0        1          3
## 321        0       0        0    0.0        0        0       -9          4
## 322        0       0        0    0.0        0        0        1          3
## 323        0       0        0    0.0        0        0        1          3
## 324        0      NA       NA    0.0       NA       NA        1          3
## 325       NA      NA       NA     NA       NA       NA        1          4
## 326       NA      NA       NA     NA       NA       NA        1          4
## 327        0       0        0    0.0        0        0        1          3
## 328        0       0        0    0.0        0        0        0         NA
## 329        0      NA       NA    1.0       NA       NA        0         NA
## 330       NA      NA       NA    0.0       NA       NA        0         NA
## 331        0       0        0    0.0        0        0        1          3
## 332        0      NA       NA    0.0       NA       NA        1          3
## 333        0       0        0    0.0        0        0        1          3
## 334        0      NA       NA    0.0       NA       NA        0         NA
## 335       NA      NA       NA     NA       NA       NA        1         NA
## 336       NA      NA       NA     NA       NA       NA        1          3
## 337        0      NA       NA    0.0       NA       NA        1          4
## 338        0      NA       NA    0.0       NA       NA        1          4
## 339        0       0        0    0.0        0        0        1          3
## 340        0       0        0    1.0        1        0        1          3
## 341        1      NA       NA    0.0       NA       NA        0         NA
## 342        1      NA       NA    0.0       NA       NA        0         NA
## 343       NA      NA       NA     NA       NA       NA        1         NA
## 344        0       0        0    0.0        0        0        1          3
## 345        0      NA       NA    0.0       NA       NA        1          3
## 346        0       0        0    0.0        0        0        0         NA
## 347        0       0        0    1.0        1        0        0         NA
## 348        0       0        0   20.0       20        0        1          3
## 349        0       0        0    0.0        0        0        1          3
## 350       NA      NA       NA     NA       NA       NA        1         NA
## 351       NA      NA       NA     NA       NA       NA        1         NA
## 352        0       0        0    0.0        0        0        1          3
## 353        0       0        0    3.0        3        0       -9          4
## 354        0       0        0    0.0        0        0        1          3
## 355        0       0        0    0.0        0        0       -9          4
## 356       NA      NA       NA     NA       NA       NA        1          3
## 357        0      NA       NA    0.0       NA       NA        1          3
## 358        1       1        0    0.0        0        0        0         NA
## 359        1       1        0    0.0        0        0        0         NA
## 360        0       0        0    0.0        0        0        0         NA
## 361       NA      NA       NA     NA       NA       NA        1         NA
## 362        0       0        0    0.0        0        0        0         NA
## 363        0      NA       NA    0.0       NA       NA        1          3
## 364        0       0        0    0.0        0        0        1          3
## 365        5      NA        3     NA       NA       NA        1         NA
## 366        3      NA       NA     NA       NA       NA        0         NA
## 367        1      NA       NA     NA       NA       NA        0         NA
## 368        1      NA       NA     NA       NA       NA        0         NA
## 369        3       0        2    1.0        0       NA        0         NA
## 370        0      NA       NA    3.0       NA       NA        0         NA
## 371        0       0        0    0.0        0        0        1          3
## 372        0       0        0    0.0        0        0        0         NA
## 373        1       1        0    1.0        1        0        1          3
## 374        0       0        0    0.0        0        0        1          3
## 375        0       0        0    0.0        0        0        1          3
## 376        0       0        0    0.0        0        0        1          3
## 377        0       0        0    0.0        0        0        1          3
## 378        0       0        0    0.0        0        0        0         NA
## 379        0       0        0    0.0        0        0        1          3
## 380        0       0        0    0.0        0        0        0         NA
## 381        0       0        0    0.0        0        0        1          3
## 382        0       0        0    0.0        0        0        1          3
## 383        0      NA       NA    0.0       NA       NA        1          3
## 384        0      NA       NA    0.0       NA       NA        1          3
## 385        0      NA       NA    0.0       NA       NA        1          3
## 386        0      NA       NA    0.0       NA       NA        1          3
## 387        0       0        0    0.0        0        0        1          3
## 388        1       1        1    0.0        0        0        1          3
## 389        0       0        0    0.0        0        0        0         NA
## 390        0       0        0    0.0        0        0        1          3
## 391        0      NA       NA    0.0       NA       NA        1          3
## 392        0       0        0    0.0        0        0        1          3
## 393        0       0        0    0.0        0        0        1          3
## 394        0       0        0    0.0        0        0        1          3
## 395        0       0        0    0.0        0        0       -9          4
## 396        0       0        0    1.0        1        0        0         NA
## 397        0       0        0    0.0        0        0        0         NA
## 398        0      NA       NA    0.0       NA       NA        1         NA
## 399        0      NA       NA    0.0       NA       NA        0          3
## 400        0      NA       NA    0.0       NA       NA        1          3
## 401        0      NA       NA    0.0       NA       NA        1         NA
## 402        0       0        0    0.0        0        0        1          3
## 403        0       0        0    0.0        0        0        1          3
## 404       NA      NA       NA     NA       NA       NA        1         NA
## 405        0       0        0    0.0        0        0        1          3
## 406       NA      NA       NA     NA       NA       NA        0         NA
## 407       NA      NA       NA     NA       NA       NA        0         NA
## 408        1       1        0    3.0        3        0        0         NA
## 409        0      NA       NA    0.0       NA       NA        0          3
## 410        0       0        0    0.0        0        0        1          3
## 411        0       0        0    0.0        0        0       -9          4
## 412        0       0        0    0.0        0        0       -9          4
## 413        0       0        0    0.0        0        0       -9          4
## 414        0       0        0    0.0        0        0       -9          4
## 415        2       2        0    0.0        0        0        1          3
## 416        0       0        0    0.0        0        0        1          3
## 417        0       0        0    0.0        0        0        1          3
## 418        0      NA       NA    0.0       NA       NA        0         NA
## 419        0      NA       NA    0.0       NA       NA        1          3
## 420        0       0        0    0.0        0        0        1          3
## 421        0       0        0    0.0        0        0        1          3
## 422        0       0        0    0.0        0        0        0         NA
## 423        0       0        0    0.0        0        0        1          3
## 424        0       0        0    0.0        0        0       -9          4
## 425        0      NA       NA    0.0       NA       NA        0         NA
## 426        0       0        0    0.0        0        0        1          3
## 427        0      NA       NA    0.0       NA       NA        0         NA
## 428        0       0        0    0.0        0        0        0         NA
## 429        1       1       NA    0.0        0       NA        0         NA
## 430        0      NA       NA    0.0       NA       NA        1          3
## 431        0      NA       NA    0.0       NA       NA        1          3
## 432        0      NA       NA    0.0       NA       NA        1         NA
## 433        0      NA       NA    0.0       NA       NA        1         NA
## 434        0       0        0    0.0        0        0        1          3
## 435        0       0        0    0.0        0        0        1          3
## 436        0      NA       NA    0.0       NA       NA        0         NA
## 437        0      NA       NA    0.0       NA       NA        1         NA
## 438       NA      NA       NA     NA       NA       NA        1         NA
## 439        0      NA       NA    0.0       NA       NA        1         NA
## 440        0      NA       NA    0.0       NA       NA        1         NA
## 441       NA      NA       NA     NA       NA       NA        0         NA
## 442        0      NA       NA    0.0       NA       NA        0         NA
## 443        1      NA       NA    0.0       NA       NA        0         NA
## 444        0      NA       NA    0.0       NA       NA        1          3
## 445        0       0        0    0.0        0        0       -9          4
## 446       NA      NA       NA     NA       NA       NA        1         NA
## 447        0      NA       NA    0.0       NA       NA        1         NA
## 448        0      NA       NA    0.0       NA       NA        0         NA
## 449        0       0        0    0.0        0        0        1          3
## 450        0       0        0    0.0        0        0        1          3
## 451        1      NA       NA    0.0       NA       NA        0         NA
## 452        0      NA       NA    0.0       NA       NA        1         NA
## 453        1       1        0    0.0        0        0        0         NA
## 454       NA      NA       NA     NA       NA       NA        1         NA
## 455        0       0        0    0.0        0        0        1          3
## 456        4       4       NA    2.0        2       NA        1          3
## 457       NA      NA       NA     NA       NA       NA        1          3
## 458        0       0        0    0.0        0        0        1          3
## 459        2      NA       NA     NA       NA       NA        1         NA
## 460       NA      NA       NA     NA       NA       NA        1         NA
## 461       NA      NA       NA     NA       NA       NA        1         NA
## 462        1       1        0    0.0        0        0        0         NA
## 463        1      NA       NA    7.0       NA       NA        1          3
## 464        0       0        0    1.0        1        0        1          3
## 465        0       0        0    0.0        0        0        0         NA
## 466        0      NA       NA    0.0       NA       NA        0         NA
## 467        0      NA       NA    0.0       NA       NA        1         NA
## 468        0       0        0    0.0        0        0        1          3
## 469        1       1        0    0.0        0        0        0         NA
## 470        0      NA       NA    0.0       NA       NA        1          3
## 471        0       0        0    0.0        0        0        1          3
## 472        0       0        0    1.0        1        0        1          3
## 473        0       0        0    0.0        0        0       -9          4
## 474        1      NA       NA    4.0       NA       NA        1          2
## 475        0      NA       NA    0.0       NA       NA        0         NA
## 476        0       0        0    0.0        0        0        1          3
## 477       NA      NA       NA     NA       NA       NA        1         NA
## 478        0       0        0    0.0        0        0        0         NA
## 479        0       0        0    0.0        0        0        1          3
## 480        0       0        0    0.0        0        0       -9          4
## 481        0      NA       NA    0.0       NA       NA        1          3
## 482        0      NA       NA    0.0       NA       NA        1          3
## 483        0       0        0    0.0        0        0       -9          4
## 484        0       0        0    0.0        0        0        0         NA
## 485        0      NA       NA    0.0       NA       NA        1         NA
## 486        0       0        0    0.0        0        0        1          3
## 487        0      NA       NA    0.0       NA       NA        1         NA
## 488        0      NA       NA    0.0       NA       NA        0         NA
## 489        2      NA        2    0.0       NA       NA        1          3
## 490        0      NA       NA    0.0       NA       NA        1          4
## 491        2      NA        2    0.0       NA       NA        1          3
## 492        0       0        0    0.0        0        0        1          3
## 493        0       0        0    0.0        0        0        1          3
## 494        0       0        0    0.0        0        0        1          3
## 495        0       0        0    0.0        0        0        0         NA
## 496        0      NA       NA    0.0       NA       NA        1         NA
## 497        0      NA       NA    0.0       NA       NA        1          3
## 498        1      NA        1     NA       NA       NA        1         NA
## 499        0       0        0    0.0        0        0        0         NA
## 500        0       0        0    0.0        0        0        0         NA
## 501        0       0        0    2.0        2        0        1          3
## 502        0       0        0    0.0        0        0        1          3
## 503        0       0        0    0.0        0        0        1         NA
## 504        0       0        0    0.0        0        0        1         NA
## 505        0       0        0    0.0        0        0        1         NA
## 506        1       0        1    0.0        0        0        0         NA
## 507        0       0        0    0.0        0        0        0         NA
## 508        0      NA       NA    0.0       NA       NA        1         NA
## 509        0      NA       NA    0.0       NA       NA        1          3
## 510        0       0        0    0.0        0        0        0         NA
## 511        0       0        0    0.0        0        0        1          3
## 512        0      NA       NA    0.0       NA       NA        0         NA
## 513        0      NA       NA    0.0       NA       NA        1          3
## 514       NA      NA       NA     NA       NA       NA        0         NA
## 515        0      NA       NA    0.0       NA       NA        0         NA
## 516        0      NA       NA    0.0       NA       NA        1          2
## 517        0      NA       NA    0.0       NA       NA        1          3
## 518        0      NA       NA    2.0       NA       NA        1         NA
## 519        1       1        0    1.0        1        0        0         NA
## 520        0      NA       NA    0.0       NA       NA        1          3
## 521        1      NA       NA    0.0       NA       NA        0         NA
## 522        0      NA       NA    0.0       NA       NA        1          3
## 523        0      NA       NA    0.0       NA       NA        1          3
## 524       NA      NA       NA     NA       NA       NA        1         NA
## 525        0      NA       NA    0.0       NA       NA        1          3
## 526        0      NA       NA    0.0       NA       NA        0         NA
## 527        0      NA       NA    0.0       NA       NA        1          3
## 528        0       0       NA    0.0        0       NA        0         NA
## 529        1      NA       NA     NA       NA       NA        0         NA
## 530       NA      NA       NA     NA       NA       NA        1          4
## 531        0       0        0    0.0        0        0        1          3
## 532        0      NA       NA    0.0       NA       NA        1         NA
## 533        0       0        0    0.0        0        0        1          3
## 534        0       0        0    0.0        0        0        1          3
## 535       NA      NA       NA     NA       NA       NA        1         NA
## 536        0      NA       NA    0.0       NA       NA        1         NA
## 537        0      NA       NA    0.0       NA       NA        0         NA
## 538        0      NA       NA    0.0       NA       NA        1          3
## 539        0       0        0    0.0        0        0        1          3
## 540        0      NA       NA    0.0       NA       NA        1         NA
## 541        0       0        0    0.0        0        0        1         NA
## 542        0      NA       NA    0.0       NA       NA        1          3
## 543        0      NA       NA    0.0       NA       NA        1          3
## 544        0      NA       NA    0.0       NA       NA        1          3
## 545        0      NA       NA    0.0       NA       NA        1         NA
## 546        0      NA       NA    0.0       NA       NA        1          3
## 547        0      NA       NA    0.0       NA       NA        1          3
## 548        0       0        0    0.0        0        0        1          3
## 549        1      NA       NA    0.0       NA       NA        0         NA
## 550        0       0       NA    1.0        0       NA        0         NA
## 551        0       0        0    0.0        0        0        1          3
## 552        0      NA       NA    0.0       NA       NA        1          3
## 553       NA      NA       NA     NA       NA       NA        1         NA
## 554        0      NA       NA    0.0       NA       NA        1          3
## 555        0      NA       NA    0.0       NA       NA        1          3
## 556        0      NA       NA    0.0       NA       NA        1          3
## 557        0      NA       NA    0.0       NA       NA        1          3
## 558        0      NA       NA    0.0       NA       NA        1          4
## 559        0       0        0    2.0        2        0        1          3
## 560       NA      NA       NA     NA       NA       NA        1          3
## 561       NA      NA       NA     NA       NA       NA        1         NA
## 562        0      NA       NA    0.0       NA       NA        1          3
## 563        0      NA       NA    0.0       NA       NA        1         NA
## 564        0      NA       NA    0.0       NA       NA        1          4
## 565        0       0        0    0.0        0        0        1          3
## 566        0      NA       NA    0.0       NA       NA        0         NA
## 567        0       0        0    0.0        0        0        1          3
## 568        0      NA       NA    0.0       NA       NA        1         NA
## 569        1      NA       NA    0.0       NA       NA        0         NA
## 570        0       0        0    0.0        0        0        1         NA
## 571        0       0        0    0.0        0        0        1          3
## 572        0       0        0    2.0        2        1        1          3
## 573        0       0        0    1.0        1        0        1          3
## 574        0      NA       NA    0.0       NA       NA        1          3
## 575        1      NA       NA    0.0       NA       NA        0         NA
## 576        0      NA       NA    0.0       NA       NA        1         NA
## 577        0      NA       NA    0.0       NA       NA        1          3
## 578        0       0        0    0.0        0        0        1          3
## 579        0       0        0    0.0        0        0        1          3
## 580        0       0        0    0.0        0        0        0         NA
## 581        0       0        0    0.0        0        0        1          3
## 582        0       0        0    0.0        0        0        1          3
## 583        0       0        0    0.0        0        0        1          3
## 584        0       0        0    0.0        0        0        0         NA
## 585        0      NA       NA    0.0       NA       NA        0         NA
## 586        4       0        0   20.0        0        0        0         NA
## 587        0      NA        0    0.0       NA        0        1          3
## 588        0      NA       NA    0.0       NA       NA        1          3
## 589        1       1        0    0.0        0        0        0         NA
## 590        0       0        0    0.0        0        0       -9          4
## 591        0      NA       NA    0.0       NA       NA        1          3
## 592        0      NA       NA    0.0       NA       NA        1          3
## 593       NA      NA       NA     NA       NA       NA        1         NA
## 594        0       0        0    0.0        0        0        1          3
## 595        0       0        0    0.0        0        0        1          3
## 596        1       1        0    0.0        0        0        0         NA
## 597        0      NA       NA    0.0       NA       NA        1         NA
## 598        0      NA       NA    0.0       NA       NA        1         NA
## 599        0       0        0    0.0        0        0        1          3
## 600        0      NA       NA    0.0       NA       NA        1          3
## 601        0      NA       NA    0.0       NA       NA        1          3
## 602        0      NA       NA    0.0       NA       NA        1          3
## 603        0      NA       NA    0.0       NA       NA        1          3
## 604        1      NA       NA    0.0       NA       NA        0         NA
## 605        0       0        0    2.0        2        0        0         NA
## 606        2      NA       NA     NA       NA       NA        0         NA
## 607        0       0        0    0.0        0        0        1          3
## 608        0      NA       NA    0.0       NA       NA        1          4
## 609        0      NA       NA    0.0       NA       NA        1          3
## 610        0      NA       NA    0.0       NA       NA        1          3
## 611        0      NA       NA    0.0       NA       NA        1         NA
## 612       NA      NA       NA     NA       NA       NA        1          3
## 613        0       0        0    1.0        1        0        1          3
## 614        0       0        0    0.0        0        0        1          3
## 615        0      NA       NA    0.0       NA       NA        1         NA
## 616        0       0        0    0.0        0        0        0         NA
## 617        0      NA       NA    0.0       NA       NA        1          3
## 618       NA      NA       NA     NA       NA       NA        1          3
## 619        0      NA       NA    0.0       NA       NA        1         NA
## 620        0      NA       NA    0.0       NA       NA        1         NA
## 621        0       0        0    0.0        0        0        0         NA
## 622        0       0        0    0.0        0        0        0         NA
## 623        0      NA       NA    0.0       NA       NA        1          3
## 624        0      NA       NA    0.0       NA       NA        1          3
## 625        0      NA       NA    0.0       NA       NA        1          3
## 626        0      NA       NA    0.0       NA       NA        0         NA
## 627        0      NA       NA    0.0       NA       NA        1         NA
## 628        0      NA       NA    0.0       NA       NA        1          3
## 629        0       0        0    0.0        0        0        1          3
## 630        1      NA       NA    0.0       NA       NA        0         NA
## 631        0      NA       NA    3.0       NA       NA        1          3
## 632        0      NA       NA    0.0       NA       NA        1          3
## 633        0      NA       NA    0.0       NA       NA        1          3
## 634        0      NA       NA    0.0       NA       NA        1         NA
## 635        0       0        0    0.0        0        0        1          3
## 636        0      NA       NA    0.0       NA       NA        1          3
## 637        0       0        0    0.0        0        0        1          3
## 638        0      NA       NA    0.0       NA       NA        1          3
## 639        0      NA       NA    0.0       NA       NA        1          3
## 640        0       0        0    0.0        0        0        1          3
## 641        0      NA       NA    0.0       NA       NA        1          3
## 642        0       0        0    0.0        0        0       -9          4
## 643        0       0        0    0.0        0        0        1          3
## 644        1      NA       NA     NA       NA       NA        0         NA
## 645        0      NA       NA    0.0       NA       NA        1         NA
## 646        0       0        0    1.0        0        0        1          3
## 647        0      NA       NA    1.0       NA       NA        0         NA
## 648        0      NA       NA    0.0       NA       NA        1          3
## 649        0      NA       NA    0.0       NA       NA        1          3
## 650       NA      NA       NA     NA       NA       NA        1         NA
## 651        0       0        0    0.0        0        0        1          3
## 652        0       0        0    0.0        0        0        1          3
## 653       NA      NA       NA     NA       NA       NA        1         NA
## 654        0       0        0    0.0        0        0        1          3
## 655        0       0        0    0.0        0        0       -9          4
## 656        0       0        0    0.0        0        0        1          3
## 657        0      NA       NA    0.0       NA       NA        1          3
## 658        0      NA       NA    0.0       NA       NA        0         NA
## 659       NA      NA       NA     NA       NA       NA        1         NA
## 660        0      NA       NA    0.0       NA       NA        1          4
## 661        0       0        0    0.0        0        0        1          3
## 662        0       0        0    0.0        0        0        1          3
## 663        1      NA       NA    0.0       NA       NA        0         NA
## 664       NA      NA       NA     NA       NA       NA        1          4
## 665        0       0        0    0.0        0        0        1          3
## 666        0       0        0    0.0        0        0        1          3
## 667        1      NA       NA    0.0       NA       NA        0         NA
## 668       NA      NA       NA     NA       NA       NA        1         NA
## 669        1      NA       NA    0.0       NA       NA        0         NA
## 670        0       0        0    2.0        2        0        1          3
## 671        0       0        0    0.0        0        0        1          3
## 672       NA      NA       NA     NA       NA       NA        1         NA
## 673        0      NA       NA    0.0       NA       NA        1          3
## 674        0       0        0    0.0        0        0        1          3
## 675        0       0        0    0.0        0        0        0         NA
## 676        0       0        0    0.0        0        0        1          3
## 677       NA      NA       NA     NA       NA       NA        1          4
## 678        0      NA       NA    0.0       NA       NA        0          3
## 679        0      NA       NA    0.0       NA       NA        1          3
## 680        0       0        0    0.0        0        0        0         NA
## 681        0      NA       NA    0.0       NA       NA        1          3
## 682        1       1        1    1.0        1        0        0         NA
## 683        0      NA       NA    0.0       NA       NA        1          4
## 684       NA      NA       NA     NA       NA       NA        1          4
## 685        0       0        0    0.0        0        0        1          3
## 686        0      NA       NA    0.0       NA       NA        1          3
## 687        0      NA       NA    0.0       NA       NA        1          3
## 688        0      NA       NA    0.0       NA       NA        1          3
## 689        1      NA       NA     NA       NA       NA        0         NA
## 690        0      NA       NA    0.0       NA       NA        1          4
## 691        0      NA       NA    0.0       NA       NA        1          4
## 692        0      NA       NA    0.0       NA       NA        0          3
## 693       NA      NA       NA     NA       NA       NA        1          4
## 694        1      NA       NA    0.0       NA       NA        1         NA
## 695       NA      NA       NA     NA       NA       NA        1         NA
## 696       NA      NA       NA     NA       NA       NA        1          4
## 697        0      NA       NA    0.0       NA       NA        1          3
## 698       NA      NA        0     NA       NA        0        0         NA
## 699       NA      NA       NA     NA       NA       NA        1         NA
## 700        0       0        0    0.0        0        0        1          3
## 701        0      NA       NA    0.0       NA       NA        1         NA
## 702       NA      NA       NA     NA       NA       NA        1          3
## 703        1      NA       NA     NA       NA       NA        0         NA
## 704        1      NA       NA     NA       NA       NA        0         NA
## 705        0      NA       NA    0.0       NA       NA        1          3
## 706       NA      NA       NA     NA       NA       NA        1         NA
## 707        5      NA       NA     NA       NA       NA        1         NA
## 708        0       0        0    0.0        0        0        0         NA
## 709        0      NA       NA    0.0       NA       NA        1          4
## 710        0      NA       NA    0.0       NA       NA        0         NA
## 711        0       0        0    0.0        0        0        0         NA
## 712        0      NA       NA    0.0       NA       NA        0         NA
## 713       NA      NA       NA     NA       NA       NA        1          4
## 714       NA      NA       NA     NA       NA       NA        1          4
## 715        0      NA       NA    0.0       NA       NA        1          3
## 716        0      NA       NA    0.0       NA       NA        1         NA
## 717        0       0        0    0.0        0        0        1          3
## 718        0       0        0    0.0        0        0        1          3
## 719        0      NA       NA    0.0       NA       NA        0         NA
## 720        1      NA       NA     NA       NA       NA        0         NA
## 721        0       0        0    0.0        0        0        1          3
## 722        0       0        0    0.0        0        0        1          3
## 723        0       0        0    0.0        0        0        0         NA
## 724        0       0        0    0.0        0        0        0         NA
## 725        0       0        0    0.0        0        0        0         NA
## 726        0      NA       NA    0.0       NA       NA        0          3
## 727       NA      NA       NA     NA       NA       NA        1          4
## 728        0      NA       NA    0.0       NA       NA        1          4
## 729       NA      NA       NA     NA       NA       NA        0         NA
## 730        0      NA       NA    0.0       NA       NA        0          3
## 731        1       1        0    0.0        0        0        0         NA
## 732        0      NA       NA    0.0       NA       NA        0         NA
## 733        0      NA       NA    0.0       NA       NA        1          3
## 734        0       0        0    0.0        0        0        1          3
## 735        2      NA       NA     NA       NA       NA        0         NA
## 736        0       0        0    0.0        0        0        1          3
## 737        0      NA       NA    0.0       NA       NA        1         NA
## 738        0       0        0    0.0        0        0       -9          4
## 739       NA      NA       NA     NA       NA       NA        1          4
## 740        0      NA       NA    0.0       NA       NA        1          4
##                                       propextent_txt     propvalue
## 1                                               <NA>            NA
## 2                                               <NA>            NA
## 3                                               <NA>            NA
## 4                                               <NA>            NA
## 5                                               <NA>            NA
## 6                        Minor (likely < $1 million)            NA
## 7                                               <NA>            NA
## 8                        Minor (likely < $1 million)      22500.00
## 9                        Minor (likely < $1 million)      60000.00
## 10                       Minor (likely < $1 million)            NA
## 11                       Minor (likely < $1 million)          0.00
## 12                       Minor (likely < $1 million)        305.00
## 13                                              <NA>            NA
## 14                       Minor (likely < $1 million)            NA
## 15     Major (likely >= $1 million but < $1 billion)    2000000.00
## 16                                              <NA>            NA
## 17                                              <NA>            NA
## 18                       Minor (likely < $1 million)            NA
## 19                                           Unknown            NA
## 20                       Minor (likely < $1 million)      17000.00
## 21                       Minor (likely < $1 million)            NA
## 22                       Minor (likely < $1 million)       2500.00
## 23                       Minor (likely < $1 million)       2200.00
## 24                                              <NA>            NA
## 25                       Minor (likely < $1 million)            NA
## 26                                              <NA>            NA
## 27                       Minor (likely < $1 million)       5000.00
## 28                                              <NA>            NA
## 29                       Minor (likely < $1 million)            NA
## 30                       Minor (likely < $1 million)            NA
## 31                       Minor (likely < $1 million)            NA
## 32                       Minor (likely < $1 million)            NA
## 33                                              <NA>            NA
## 34                       Minor (likely < $1 million)       8800.00
## 35                                           Unknown            NA
## 36                       Minor (likely < $1 million)       3000.00
## 37                       Minor (likely < $1 million)            NA
## 38                       Minor (likely < $1 million)       2500.00
## 39                       Minor (likely < $1 million)            NA
## 40                                              <NA>            NA
## 41                       Minor (likely < $1 million)            NA
## 42                       Minor (likely < $1 million)       4189.00
## 43                       Minor (likely < $1 million)            NA
## 44                                              <NA>            NA
## 45                                              <NA>            NA
## 46                                              <NA>            NA
## 47                       Minor (likely < $1 million)            NA
## 48                       Minor (likely < $1 million)     200000.00
## 49                       Minor (likely < $1 million)       1000.00
## 50                       Minor (likely < $1 million)            NA
## 51                                           Unknown            NA
## 52                                           Unknown            NA
## 53                                           Unknown            NA
## 54                       Minor (likely < $1 million)            NA
## 55     Major (likely >= $1 million but < $1 billion)    1000000.00
## 56                       Minor (likely < $1 million)            NA
## 57                       Minor (likely < $1 million)            NA
## 58                                              <NA>            NA
## 59                       Minor (likely < $1 million)            NA
## 60                       Minor (likely < $1 million)      60000.00
## 61                       Minor (likely < $1 million)       2500.00
## 62                       Minor (likely < $1 million)       8000.00
## 63                       Minor (likely < $1 million)      60000.00
## 64                       Minor (likely < $1 million)            NA
## 65                       Minor (likely < $1 million)            NA
## 66                       Minor (likely < $1 million)     350000.00
## 67                       Minor (likely < $1 million)       3000.00
## 68                       Minor (likely < $1 million)          0.00
## 69                       Minor (likely < $1 million)          0.00
## 70                                              <NA>            NA
## 71                                              <NA>            NA
## 72                       Minor (likely < $1 million)            NA
## 73                       Minor (likely < $1 million)            NA
## 74                                              <NA>            NA
## 75                       Minor (likely < $1 million)            NA
## 76                                              <NA>            NA
## 77                       Minor (likely < $1 million)        450.00
## 78                       Minor (likely < $1 million)            NA
## 79                       Minor (likely < $1 million)            NA
## 80                       Minor (likely < $1 million)     100000.00
## 81     Major (likely >= $1 million but < $1 billion)    3000000.00
## 82                                              <NA>            NA
## 83                       Minor (likely < $1 million)            NA
## 84                       Minor (likely < $1 million)            NA
## 85                                           Unknown            NA
## 86                       Minor (likely < $1 million)            NA
## 87                                              <NA>            NA
## 88                                              <NA>            NA
## 89                                              <NA>            NA
## 90                                              <NA>            NA
## 91                                              <NA>            NA
## 92                       Minor (likely < $1 million)            NA
## 93                       Minor (likely < $1 million)            NA
## 94                       Minor (likely < $1 million)       2000.00
## 95                       Minor (likely < $1 million)            NA
## 96                                           Unknown            NA
## 97                       Minor (likely < $1 million)        500.00
## 98                                              <NA>            NA
## 99                       Minor (likely < $1 million)       2000.00
## 100                      Minor (likely < $1 million)            NA
## 101                      Minor (likely < $1 million)            NA
## 102                      Minor (likely < $1 million)            NA
## 103                      Minor (likely < $1 million)        200.00
## 104                                             <NA>            NA
## 105                      Minor (likely < $1 million)            NA
## 106                      Minor (likely < $1 million)            NA
## 107                                             <NA>            NA
## 108                                             <NA>            NA
## 109                      Minor (likely < $1 million)            NA
## 110                      Minor (likely < $1 million)            NA
## 111                      Minor (likely < $1 million)            NA
## 112                                             <NA>            NA
## 113                                             <NA>            NA
## 114                                             <NA>            NA
## 115                                             <NA>            NA
## 116                      Minor (likely < $1 million)     320000.00
## 117                                             <NA>            NA
## 118                      Minor (likely < $1 million)            NA
## 119                                             <NA>            NA
## 120                      Minor (likely < $1 million)            NA
## 121                                             <NA>            NA
## 122                      Minor (likely < $1 million)            NA
## 123                                             <NA>            NA
## 124                                             <NA>            NA
## 125                      Minor (likely < $1 million)            NA
## 126                      Minor (likely < $1 million)      25000.00
## 127                      Minor (likely < $1 million)      25000.00
## 128                      Minor (likely < $1 million)            NA
## 129                      Minor (likely < $1 million)            NA
## 130    Major (likely >= $1 million but < $1 billion)            NA
## 131                      Minor (likely < $1 million)            NA
## 132                      Minor (likely < $1 million)            NA
## 133                                             <NA>            NA
## 134                                          Unknown            NA
## 135                                             <NA>            NA
## 136                                             <NA>            NA
## 137                      Minor (likely < $1 million)            NA
## 138                      Minor (likely < $1 million)            NA
## 139                      Minor (likely < $1 million)       4000.00
## 140                      Minor (likely < $1 million)            NA
## 141                      Minor (likely < $1 million)            NA
## 142                                             <NA>            NA
## 143                                             <NA>            NA
## 144                                             <NA>            NA
## 145                      Minor (likely < $1 million)            NA
## 146                      Minor (likely < $1 million)            NA
## 147                      Minor (likely < $1 million)            NA
## 148                                             <NA>            NA
## 149                      Minor (likely < $1 million)            NA
## 150                      Minor (likely < $1 million)            NA
## 151                                             <NA>            NA
## 152                                             <NA>            NA
## 153                                             <NA>            NA
## 154                      Minor (likely < $1 million)            NA
## 155                      Minor (likely < $1 million)            NA
## 156                      Minor (likely < $1 million)            NA
## 157                      Minor (likely < $1 million)       5000.00
## 158                                             <NA>            NA
## 159                                             <NA>            NA
## 160                      Minor (likely < $1 million)     105000.00
## 161                                          Unknown            NA
## 162                                             <NA>            NA
## 163                                             <NA>            NA
## 164                                             <NA>            NA
## 165                      Minor (likely < $1 million)            NA
## 166                                             <NA>            NA
## 167                      Minor (likely < $1 million)        500.00
## 168                      Minor (likely < $1 million)     100000.00
## 169                      Minor (likely < $1 million)            NA
## 170                                             <NA>            NA
## 171                                             <NA>            NA
## 172                                             <NA>            NA
## 173                                             <NA>            NA
## 174                                             <NA>            NA
## 175                      Minor (likely < $1 million)     700000.00
## 176                                             <NA>            NA
## 177                      Minor (likely < $1 million)      15000.00
## 178                      Minor (likely < $1 million)            NA
## 179                      Minor (likely < $1 million)            NA
## 180                                             <NA>            NA
## 181                      Minor (likely < $1 million)      50000.00
## 182                      Minor (likely < $1 million)            NA
## 183                      Minor (likely < $1 million)            NA
## 184                      Minor (likely < $1 million)     100000.00
## 185                      Minor (likely < $1 million)      30000.00
## 186                      Minor (likely < $1 million)            NA
## 187                      Minor (likely < $1 million)            NA
## 188                      Minor (likely < $1 million)     250000.00
## 189                      Minor (likely < $1 million)      25000.00
## 190                      Minor (likely < $1 million)            NA
## 191                      Minor (likely < $1 million)            NA
## 192                      Minor (likely < $1 million)            NA
## 193                      Minor (likely < $1 million)            NA
## 194                                             <NA>            NA
## 195                                             <NA>            NA
## 196                      Minor (likely < $1 million)     100000.00
## 197                      Minor (likely < $1 million)            NA
## 198                      Minor (likely < $1 million)      75000.00
## 199                      Minor (likely < $1 million)      20000.00
## 200                      Minor (likely < $1 million)            NA
## 201                      Minor (likely < $1 million)            NA
## 202                      Minor (likely < $1 million)            NA
## 203                      Minor (likely < $1 million)            NA
## 204                      Minor (likely < $1 million)            NA
## 205                      Minor (likely < $1 million)       2000.00
## 206                      Minor (likely < $1 million)       4000.00
## 207                      Minor (likely < $1 million)       2000.00
## 208                      Minor (likely < $1 million)       1000.00
## 209                                             <NA>            NA
## 210    Major (likely >= $1 million but < $1 billion)    3000000.00
## 211    Major (likely >= $1 million but < $1 billion)    2000000.00
## 212                      Minor (likely < $1 million)      30000.00
## 213                      Minor (likely < $1 million)            NA
## 214                      Minor (likely < $1 million)            NA
## 215                                             <NA>            NA
## 216                      Minor (likely < $1 million)            NA
## 217                                             <NA>            NA
## 218                      Minor (likely < $1 million)      40000.00
## 219                      Minor (likely < $1 million)            NA
## 220                      Minor (likely < $1 million)            NA
## 221                                             <NA>            NA
## 222                                             <NA>            NA
## 223                      Minor (likely < $1 million)     100000.00
## 224                                             <NA>            NA
## 225                      Minor (likely < $1 million)            NA
## 226                      Minor (likely < $1 million)            NA
## 227                                             <NA>            NA
## 228                                          Unknown            NA
## 229                      Minor (likely < $1 million)        333.00
## 230                      Minor (likely < $1 million)        333.00
## 231                      Minor (likely < $1 million)        333.00
## 232                      Minor (likely < $1 million)     100000.00
## 233                      Minor (likely < $1 million)            NA
## 234                                          Unknown            NA
## 235                      Minor (likely < $1 million)      20000.00
## 236                      Minor (likely < $1 million)       2500.00
## 237                      Minor (likely < $1 million)      15000.00
## 238                                             <NA>            NA
## 239                                             <NA>            NA
## 240                      Minor (likely < $1 million)            NA
## 241                                             <NA>            NA
## 242                                             <NA>            NA
## 243                                             <NA>            NA
## 244                                             <NA>            NA
## 245                      Minor (likely < $1 million)            NA
## 246                      Minor (likely < $1 million)            NA
## 247                      Minor (likely < $1 million)            NA
## 248                      Minor (likely < $1 million)            NA
## 249                      Minor (likely < $1 million)            NA
## 250                      Minor (likely < $1 million)            NA
## 251                      Minor (likely < $1 million)            NA
## 252                      Minor (likely < $1 million)            NA
## 253                      Minor (likely < $1 million)            NA
## 254                                             <NA>            NA
## 255                      Minor (likely < $1 million)            NA
## 256                                          Unknown            NA
## 257                      Minor (likely < $1 million)            NA
## 258                                          Unknown            NA
## 259                                             <NA>            NA
## 260                      Minor (likely < $1 million)     250000.00
## 261                                          Unknown            NA
## 262                      Minor (likely < $1 million)            NA
## 263                                          Unknown            NA
## 264                      Minor (likely < $1 million)        200.00
## 265                                          Unknown            NA
## 266                                          Unknown            NA
## 267                      Minor (likely < $1 million)       1000.00
## 268                                             <NA>            NA
## 269                      Minor (likely < $1 million)            NA
## 270                      Minor (likely < $1 million)            NA
## 271                      Minor (likely < $1 million)            NA
## 272                      Minor (likely < $1 million)            NA
## 273                      Minor (likely < $1 million)     100000.00
## 274                      Minor (likely < $1 million)      10000.00
## 275                                             <NA>            NA
## 276                                             <NA>            NA
## 277                                             <NA>            NA
## 278                                             <NA>            NA
## 279                      Minor (likely < $1 million)            NA
## 280                      Minor (likely < $1 million)      50000.00
## 281                      Minor (likely < $1 million)     200000.00
## 282                      Minor (likely < $1 million)       9000.00
## 283                      Minor (likely < $1 million)            NA
## 284                                          Unknown            NA
## 285                                          Unknown            NA
## 286                      Minor (likely < $1 million)            NA
## 287                                             <NA>            NA
## 288                      Minor (likely < $1 million)            NA
## 289                                             <NA>            NA
## 290                      Minor (likely < $1 million)      60000.00
## 291                                          Unknown            NA
## 292                                             <NA>            NA
## 293                                             <NA>            NA
## 294                      Minor (likely < $1 million)       1600.00
## 295                      Minor (likely < $1 million)     600000.00
## 296                                             <NA>            NA
## 297                                          Unknown            NA
## 298                      Minor (likely < $1 million)            NA
## 299                                             <NA>            NA
## 300                                             <NA>            NA
## 301                      Minor (likely < $1 million)      50000.00
## 302                      Minor (likely < $1 million)            NA
## 303    Major (likely >= $1 million but < $1 billion)    2500000.00
## 304    Major (likely >= $1 million but < $1 billion)    2500000.00
## 305                      Minor (likely < $1 million)            NA
## 306                      Minor (likely < $1 million)            NA
## 307                      Minor (likely < $1 million)      10000.00
## 308                                             <NA>            NA
## 309                                             <NA>            NA
## 310                      Minor (likely < $1 million)            NA
## 311                      Minor (likely < $1 million)      25000.00
## 312                                             <NA>            NA
## 313                      Minor (likely < $1 million)      15000.00
## 314                                          Unknown            NA
## 315                      Minor (likely < $1 million)     231000.00
## 316                      Minor (likely < $1 million)       3000.00
## 317                                             <NA>            NA
## 318                      Minor (likely < $1 million)      75000.00
## 319                      Minor (likely < $1 million)      40000.00
## 320                      Minor (likely < $1 million)            NA
## 321                                          Unknown            NA
## 322                      Minor (likely < $1 million)            NA
## 323                      Minor (likely < $1 million)      10000.00
## 324                      Minor (likely < $1 million)        500.00
## 325                                          Unknown            NA
## 326                                          Unknown            NA
## 327                      Minor (likely < $1 million)     150000.00
## 328                                             <NA>            NA
## 329                                             <NA>            NA
## 330                                             <NA>            NA
## 331                      Minor (likely < $1 million)       5000.00
## 332                      Minor (likely < $1 million)      10000.00
## 333                      Minor (likely < $1 million)            NA
## 334                                             <NA>            NA
## 335                                             <NA>            NA
## 336                      Minor (likely < $1 million)      10000.00
## 337                                          Unknown            NA
## 338                                          Unknown            NA
## 339                      Minor (likely < $1 million)            NA
## 340                      Minor (likely < $1 million)            NA
## 341                                             <NA>            NA
## 342                                             <NA>            NA
## 343                                             <NA>            NA
## 344                      Minor (likely < $1 million)            NA
## 345                      Minor (likely < $1 million)       2500.00
## 346                                             <NA>            NA
## 347                                             <NA>            NA
## 348                      Minor (likely < $1 million)     150000.00
## 349                      Minor (likely < $1 million)            NA
## 350                                             <NA>            NA
## 351                                             <NA>            NA
## 352                      Minor (likely < $1 million)            NA
## 353                                          Unknown            NA
## 354                      Minor (likely < $1 million)            NA
## 355                                          Unknown            NA
## 356                      Minor (likely < $1 million)      25000.00
## 357                      Minor (likely < $1 million)      10000.00
## 358                                             <NA>            NA
## 359                                             <NA>            NA
## 360                                             <NA>            NA
## 361                                             <NA>            NA
## 362                                             <NA>            NA
## 363                      Minor (likely < $1 million)       3000.00
## 364                      Minor (likely < $1 million)            NA
## 365                                             <NA>            NA
## 366                                             <NA>            NA
## 367                                             <NA>            NA
## 368                                             <NA>            NA
## 369                                             <NA>            NA
## 370                                             <NA>            NA
## 371                      Minor (likely < $1 million)     300000.00
## 372                                             <NA>            NA
## 373                      Minor (likely < $1 million)            NA
## 374                      Minor (likely < $1 million)            NA
## 375                      Minor (likely < $1 million)            NA
## 376                      Minor (likely < $1 million)            NA
## 377                      Minor (likely < $1 million)            NA
## 378                                             <NA>            NA
## 379                      Minor (likely < $1 million)       5000.00
## 380                                             <NA>            NA
## 381                      Minor (likely < $1 million)            NA
## 382                      Minor (likely < $1 million)       7000.00
## 383                      Minor (likely < $1 million)       2500.00
## 384                      Minor (likely < $1 million)       2000.00
## 385                      Minor (likely < $1 million)       1000.00
## 386                      Minor (likely < $1 million)       2000.00
## 387                      Minor (likely < $1 million)            NA
## 388                      Minor (likely < $1 million)            NA
## 389                                             <NA>            NA
## 390                      Minor (likely < $1 million)       3000.00
## 391                      Minor (likely < $1 million)       1000.00
## 392                      Minor (likely < $1 million)            NA
## 393                      Minor (likely < $1 million)     100000.00
## 394                      Minor (likely < $1 million)      10000.00
## 395                                          Unknown            NA
## 396                                             <NA>            NA
## 397                                             <NA>            NA
## 398                                             <NA>            NA
## 399                      Minor (likely < $1 million)          0.00
## 400                      Minor (likely < $1 million)       1000.00
## 401                                             <NA>            NA
## 402                      Minor (likely < $1 million)            NA
## 403                      Minor (likely < $1 million)            NA
## 404                                             <NA>            NA
## 405                      Minor (likely < $1 million)            NA
## 406                                             <NA>            NA
## 407                                             <NA>            NA
## 408                                             <NA>            NA
## 409                      Minor (likely < $1 million)          0.00
## 410                      Minor (likely < $1 million)            NA
## 411                                          Unknown            NA
## 412                                          Unknown            NA
## 413                                          Unknown            NA
## 414                                          Unknown            NA
## 415                      Minor (likely < $1 million)            NA
## 416                      Minor (likely < $1 million)            NA
## 417                      Minor (likely < $1 million)            NA
## 418                                             <NA>            NA
## 419                      Minor (likely < $1 million)       1500.00
## 420                      Minor (likely < $1 million)            NA
## 421                      Minor (likely < $1 million)            NA
## 422                                             <NA>            NA
## 423                      Minor (likely < $1 million)            NA
## 424                                          Unknown            NA
## 425                                             <NA>            NA
## 426                      Minor (likely < $1 million)            NA
## 427                                             <NA>            NA
## 428                                             <NA>            NA
## 429                                             <NA>            NA
## 430                      Minor (likely < $1 million)      20000.00
## 431                      Minor (likely < $1 million)       2500.00
## 432                                             <NA>            NA
## 433                                             <NA>            NA
## 434                      Minor (likely < $1 million)            NA
## 435                      Minor (likely < $1 million)            NA
## 436                                             <NA>            NA
## 437                                             <NA>            NA
## 438                                             <NA>            NA
## 439                                             <NA>            NA
## 440                                             <NA>            NA
## 441                                             <NA>            NA
## 442                                             <NA>            NA
## 443                                             <NA>            NA
## 444                      Minor (likely < $1 million)      23500.00
## 445                                          Unknown            NA
## 446                                             <NA>            NA
## 447                                             <NA>            NA
## 448                                             <NA>            NA
## 449                      Minor (likely < $1 million)            NA
## 450                      Minor (likely < $1 million)            NA
## 451                                             <NA>            NA
## 452                                             <NA>            NA
## 453                                             <NA>            NA
## 454                                             <NA>            NA
## 455                      Minor (likely < $1 million)        600.00
## 456                      Minor (likely < $1 million)       1000.00
## 457                      Minor (likely < $1 million)       2500.00
## 458                      Minor (likely < $1 million)       1000.00
## 459                                             <NA>            NA
## 460                                             <NA>            NA
## 461                                             <NA>            NA
## 462                                             <NA>            NA
## 463                      Minor (likely < $1 million)       2000.00
## 464                      Minor (likely < $1 million)     500000.00
## 465                                             <NA>            NA
## 466                                             <NA>            NA
## 467                                             <NA>            NA
## 468                      Minor (likely < $1 million)            NA
## 469                                             <NA>            NA
## 470                      Minor (likely < $1 million)       2500.00
## 471                      Minor (likely < $1 million)       2750.00
## 472                      Minor (likely < $1 million)            NA
## 473                                          Unknown            NA
## 474    Major (likely >= $1 million but < $1 billion)    1500000.00
## 475                                             <NA>            NA
## 476                      Minor (likely < $1 million)            NA
## 477                                             <NA>            NA
## 478                                             <NA>            NA
## 479                      Minor (likely < $1 million)            NA
## 480                                          Unknown            NA
## 481                      Minor (likely < $1 million)       1500.00
## 482                      Minor (likely < $1 million)       5000.00
## 483                                          Unknown            NA
## 484                                             <NA>            NA
## 485                                             <NA>            NA
## 486                      Minor (likely < $1 million)            NA
## 487                                             <NA>            NA
## 488                                             <NA>            NA
## 489                      Minor (likely < $1 million)     160000.00
## 490                                          Unknown            NA
## 491                      Minor (likely < $1 million)      25000.00
## 492                      Minor (likely < $1 million)            NA
## 493                      Minor (likely < $1 million)            NA
## 494                      Minor (likely < $1 million)            NA
## 495                                             <NA>            NA
## 496                                             <NA>            NA
## 497                      Minor (likely < $1 million)      15000.00
## 498                                             <NA>            NA
## 499                                             <NA>            NA
## 500                                             <NA>            NA
## 501                      Minor (likely < $1 million)            NA
## 502                      Minor (likely < $1 million)      10000.00
## 503                                             <NA>            NA
## 504                                             <NA>            NA
## 505                                             <NA>            NA
## 506                                             <NA>            NA
## 507                                             <NA>            NA
## 508                                             <NA>            NA
## 509                      Minor (likely < $1 million)      15000.00
## 510                                             <NA>            NA
## 511                      Minor (likely < $1 million)       2000.00
## 512                                             <NA>            NA
## 513                      Minor (likely < $1 million)      15000.00
## 514                                             <NA>            NA
## 515                                             <NA>            NA
## 516    Major (likely >= $1 million but < $1 billion)    5000000.00
## 517                      Minor (likely < $1 million)      15000.00
## 518                                             <NA>            NA
## 519                                             <NA>            NA
## 520                      Minor (likely < $1 million)       2000.00
## 521                                             <NA>            NA
## 522                      Minor (likely < $1 million)       6000.00
## 523                      Minor (likely < $1 million)       2500.00
## 524                                             <NA>            NA
## 525                      Minor (likely < $1 million)       3000.00
## 526                                             <NA>            NA
## 527                      Minor (likely < $1 million)       3000.00
## 528                                             <NA>            NA
## 529                                             <NA>            NA
## 530                                          Unknown            NA
## 531                      Minor (likely < $1 million)            NA
## 532                                             <NA>            NA
## 533                      Minor (likely < $1 million)      50000.00
## 534                      Minor (likely < $1 million)       2000.00
## 535                                             <NA>            NA
## 536                                             <NA>            NA
## 537                                             <NA>            NA
## 538                      Minor (likely < $1 million)       1000.00
## 539                      Minor (likely < $1 million)      15000.00
## 540                                             <NA>            NA
## 541                                             <NA>            NA
## 542                      Minor (likely < $1 million)     150000.00
## 543                      Minor (likely < $1 million)        400.00
## 544                      Minor (likely < $1 million)     100000.00
## 545                                             <NA>            NA
## 546                      Minor (likely < $1 million)      50000.00
## 547                      Minor (likely < $1 million)        700.00
## 548                      Minor (likely < $1 million)            NA
## 549                                             <NA>            NA
## 550                                             <NA>            NA
## 551                      Minor (likely < $1 million)      50000.00
## 552                      Minor (likely < $1 million)      20000.00
## 553                                             <NA>            NA
## 554                      Minor (likely < $1 million)       1500.00
## 555                      Minor (likely < $1 million)       5000.00
## 556                      Minor (likely < $1 million)       5000.00
## 557                      Minor (likely < $1 million)       5000.00
## 558                                          Unknown            NA
## 559                      Minor (likely < $1 million)            NA
## 560                      Minor (likely < $1 million)      50000.00
## 561                                             <NA>            NA
## 562                      Minor (likely < $1 million)     500000.00
## 563                                             <NA>            NA
## 564                                          Unknown            NA
## 565                      Minor (likely < $1 million)      60000.00
## 566                                             <NA>            NA
## 567                      Minor (likely < $1 million)            NA
## 568                                             <NA>            NA
## 569                                             <NA>            NA
## 570                                             <NA>            NA
## 571                      Minor (likely < $1 million)            NA
## 572                      Minor (likely < $1 million)            NA
## 573                      Minor (likely < $1 million)            NA
## 574                      Minor (likely < $1 million)     500000.00
## 575                                             <NA>            NA
## 576                                             <NA>            NA
## 577                      Minor (likely < $1 million)       5000.00
## 578                      Minor (likely < $1 million)        500.00
## 579                      Minor (likely < $1 million)            NA
## 580                                             <NA>            NA
## 581                      Minor (likely < $1 million)       7500.00
## 582                      Minor (likely < $1 million)            NA
## 583                      Minor (likely < $1 million)            NA
## 584                                             <NA>            NA
## 585                                             <NA>            NA
## 586                                             <NA>            NA
## 587                      Minor (likely < $1 million)      15000.00
## 588                      Minor (likely < $1 million)      20000.00
## 589                                             <NA>            NA
## 590                                          Unknown            NA
## 591                      Minor (likely < $1 million)     502500.00
## 592                      Minor (likely < $1 million)      15000.00
## 593                                             <NA>            NA
## 594                      Minor (likely < $1 million)     100000.00
## 595                      Minor (likely < $1 million)        500.00
## 596                                             <NA>            NA
## 597                                             <NA>            NA
## 598                                             <NA>            NA
## 599                      Minor (likely < $1 million)            NA
## 600                      Minor (likely < $1 million)       2000.00
## 601                      Minor (likely < $1 million)       1500.00
## 602                      Minor (likely < $1 million)       2000.00
## 603                      Minor (likely < $1 million)       3000.00
## 604                                             <NA>            NA
## 605                                             <NA>            NA
## 606                                             <NA>            NA
## 607                      Minor (likely < $1 million)            NA
## 608                                          Unknown            NA
## 609                      Minor (likely < $1 million)      15000.00
## 610                      Minor (likely < $1 million)       2500.00
## 611                                             <NA>            NA
## 612                      Minor (likely < $1 million)       2500.00
## 613                      Minor (likely < $1 million)            NA
## 614                      Minor (likely < $1 million)            NA
## 615                                             <NA>            NA
## 616                                             <NA>            NA
## 617                      Minor (likely < $1 million)       3000.00
## 618                      Minor (likely < $1 million)      25000.00
## 619                                             <NA>            NA
## 620                                             <NA>            NA
## 621                                             <NA>            NA
## 622                                             <NA>            NA
## 623                      Minor (likely < $1 million)      15000.00
## 624                      Minor (likely < $1 million)      15000.00
## 625                      Minor (likely < $1 million)      15000.00
## 626                                             <NA>            NA
## 627                                             <NA>            NA
## 628                      Minor (likely < $1 million)      15000.00
## 629                      Minor (likely < $1 million)       9000.00
## 630                                             <NA>            NA
## 631                      Minor (likely < $1 million)      70000.00
## 632                      Minor (likely < $1 million)      60000.00
## 633                      Minor (likely < $1 million)     300000.00
## 634                                             <NA>            NA
## 635                      Minor (likely < $1 million)            NA
## 636                      Minor (likely < $1 million)      20000.00
## 637                      Minor (likely < $1 million)            NA
## 638                      Minor (likely < $1 million)      60000.00
## 639                      Minor (likely < $1 million)      60000.00
## 640                      Minor (likely < $1 million)            NA
## 641                      Minor (likely < $1 million)      60000.00
## 642                                          Unknown            NA
## 643                      Minor (likely < $1 million)            NA
## 644                                             <NA>            NA
## 645                                             <NA>            NA
## 646                      Minor (likely < $1 million)            NA
## 647                                             <NA>            NA
## 648                      Minor (likely < $1 million)      15000.00
## 649                      Minor (likely < $1 million)       5000.00
## 650                                             <NA>            NA
## 651                      Minor (likely < $1 million)            NA
## 652                      Minor (likely < $1 million)      11000.00
## 653                                             <NA>            NA
## 654                      Minor (likely < $1 million)       1000.00
## 655                                          Unknown            NA
## 656                      Minor (likely < $1 million)      50000.00
## 657                      Minor (likely < $1 million)       2000.00
## 658                                             <NA>            NA
## 659                                             <NA>            NA
## 660                                          Unknown            NA
## 661                      Minor (likely < $1 million)      15000.00
## 662                      Minor (likely < $1 million)            NA
## 663                                             <NA>            NA
## 664                                          Unknown            NA
## 665                      Minor (likely < $1 million)            NA
## 666                      Minor (likely < $1 million)      12000.00
## 667                                             <NA>            NA
## 668                                             <NA>            NA
## 669                                             <NA>            NA
## 670                      Minor (likely < $1 million)            NA
## 671                      Minor (likely < $1 million)            NA
## 672                                             <NA>            NA
## 673                      Minor (likely < $1 million)       1500.00
## 674                      Minor (likely < $1 million)            NA
## 675                                             <NA>            NA
## 676                      Minor (likely < $1 million)      15000.00
## 677                                          Unknown            NA
## 678                      Minor (likely < $1 million)          0.00
## 679                      Minor (likely < $1 million)       3000.00
## 680                                             <NA>            NA
## 681                      Minor (likely < $1 million)      15000.00
## 682                                             <NA>            NA
## 683                                          Unknown            NA
## 684                                          Unknown            NA
## 685                      Minor (likely < $1 million)      10000.00
## 686                      Minor (likely < $1 million)       2500.00
## 687                      Minor (likely < $1 million)       2500.00
## 688                      Minor (likely < $1 million)       2500.00
## 689                                             <NA>            NA
## 690                                          Unknown            NA
## 691                                          Unknown            NA
## 692                      Minor (likely < $1 million)          0.00
## 693                                          Unknown            NA
## 694                                             <NA>            NA
## 695                                             <NA>            NA
## 696                                          Unknown            NA
## 697                      Minor (likely < $1 million)       3000.00
## 698                                             <NA>            NA
## 699                                             <NA>            NA
## 700                      Minor (likely < $1 million)      50000.00
## 701                                             <NA>            NA
## 702                      Minor (likely < $1 million)        250.00
## 703                                             <NA>            NA
## 704                                             <NA>            NA
## 705                      Minor (likely < $1 million)      20000.00
## 706                                             <NA>            NA
## 707                                             <NA>            NA
## 708                                             <NA>            NA
## 709                                          Unknown            NA
## 710                                             <NA>            NA
## 711                                             <NA>            NA
## 712                                             <NA>            NA
## 713                                          Unknown            NA
## 714                                          Unknown            NA
## 715                      Minor (likely < $1 million)       2500.00
## 716                                             <NA>            NA
## 717                      Minor (likely < $1 million)            NA
## 718                      Minor (likely < $1 million)            NA
## 719                                             <NA>            NA
## 720                                             <NA>            NA
## 721                      Minor (likely < $1 million)       5500.00
## 722                      Minor (likely < $1 million)       5000.00
## 723                                             <NA>            NA
## 724                                             <NA>            NA
## 725                                             <NA>            NA
## 726                      Minor (likely < $1 million)          0.00
## 727                                          Unknown            NA
## 728                                          Unknown            NA
## 729                                             <NA>            NA
## 730                      Minor (likely < $1 million)          0.00
## 731                                             <NA>            NA
## 732                                             <NA>            NA
## 733                      Minor (likely < $1 million)       3000.00
## 734                      Minor (likely < $1 million)            NA
## 735                                             <NA>            NA
## 736                      Minor (likely < $1 million)      70000.00
## 737                                             <NA>            NA
## 738                                          Unknown            NA
## 739                                          Unknown            NA
## 740                                          Unknown            NA
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    propcomment
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <NA>
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Three transformers were damaged.
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Basketball courts, weight room, swimming pool, gymnastic equipment, and lockers were destroyed.
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Slight damage
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Building was damaged
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Store destroyed
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Damages: none, attempted to detonate device and were unsuccessful (Jurists Ball)
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Damaged a blackboard and shattered a pane of glass.
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Windows were shattered at the Liberal Arts and Garrand Buildings.
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The fire caused minor damages to the door and the front of the building.  The created caused holes in the door and the cardboard that was covering the windows.
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Sizable hole in the house and broken windows
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Building burnt down
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          One window in a building shattered
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Windows shattered
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Smoke damage
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Small hole in the door
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Damaged foundation of building
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Army personnel carrier was damaged
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Restroom damaged
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Approximately two hundred and fifty draft records destroyed
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Windshield of police car shattered
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The device was doused with water by a security guard immediately after it ignited
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damages
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The explosion destroyed 24 buses and 4 trucks while damaging 15 school buses and 6 other vehicles.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The house was badly damaged.
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Door of synagogue damaged and windows shattered at nearby houses
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            It is unknown if the firebombs caused any damage
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            It is unknown if the firebombs caused any damage
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            It is unknown if the firebombs caused any damage
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Fire damage
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Building partially destroyed
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Damaged air-conditioning unit and shattered windows.
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Destroyed a door and shattered windows.
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Three cars destroyed.  Numerous other vehicles damaged.  Windows shattered at adjacent buildings.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Glass door and windows shattered
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          R.O.T.C. storage area destroyed.  Four class rooms and two offices were destroyed.
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Over 500 homes and 2 industries temporarily lost power.  Windows were shattered at buildings as far as one quarter of a mile away.
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             4-foot hole blown into a wall, stall partitions damaged, and windows shattered.
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Automobile was damaged
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Slight damages
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Minor damage
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The booths were scorched
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Brick wall was partially scorched and several panes in a window were damaged.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             It is unknown if the firebomb caused any damage
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Car sustained minor damages and a broken window
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 None of the poles broke off
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 None of the poles broke off
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 None of the poles broke off
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 None of the poles broke off
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             All of the windows of the buildings were broken
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Front porch was destroyed and windows in the house were shattered
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Door destroyed and walls damaged
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Moderate damage to building
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Carpeting and two chairs were damaged
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Building and vehicle damaged
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Side of building damaged
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Vehicle heavily damaged
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Car was damaged
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Damages: explosion/time bomb, none, fuses failed and device failed to detonate (court building)
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Thirty foot hole blown into a brick wall at the corner of the courthouse
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Recruiting station destroyed
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Floor boards ripped up
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Wrecked the car
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Heavy structural damage
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Wall of building damaged
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Fire in school
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Broken windows and smoke damage.
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Vehicle was demolished
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The house was damaged and the drapes were set on fire
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Little damages to administrative offices
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Extensive damage to the transformer
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Suits were burnt
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Merchandise was slightly damaged
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Door and windows of building damaged.  Windows of adjacent buildings also damaged.
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Portable stage destroyed
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Two story building destroyed
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Windows were shattered and furniture was damaged
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Base and legs of the statue were destroyed
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Windows shattered. Walls and furniture damaged.
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Building sustained damages
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Building and draft records destroyed
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Vehicles extensively damaged
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Four glass doors were damaged
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Upper two stories and roof of building damaged.  Records and research material destroyed.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Flames burnt a hole through one side of the building.  A classroom was damaged.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Stands and equipment were damaged
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Power line pole destroyed
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Barracks were damaged
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Office damaged and irreplaceable student records were destroyed
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Two windows destroyed
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Car damaged
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Vice principal's offices and administrative offices destroyed.  Several classrooms damaged.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Large shover crane damaged.  Windows at two homes and adjacent meat market shattered.
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Wooden type barracks building damaged
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Slight damage
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Storage tank damaged
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Doors were damaged and about a dozen windows were shattered
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Natural gas regulator of Church was destroyed.  Windows of church and surrounding buildings shattered.
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Windows of Police Academy and surrounding buildings shattered
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Two-hundred and fifty foot section of sewer destroyed
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Building was damaged
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         East Los Angeles Superintendent's Office Destroyed
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Storage structure damaged.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A hole was blasted through the ceiling of the restaurant and two doors were shattered.  Two windows of an adjacent building were damaged.
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Two restrooms destroyed, elevator doors damaged, and six floors of ventilating shafts were damaged as well.
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Restrooms and lobby damaged, glass doors shattered
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Railroad tracks partially destroyed
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Police vehicles heavily damaged
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The house was slightly damaged.  16 windows were shattered.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The roof caved in and the top two floors of the buildings were gutted
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Salt-water pipeline and fire hydrants of Trona California were put out of commission for approximately eight hours.
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Upper floor badly damaged
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Building damaged
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The offices of the dean of men, dean of women and vice president of students affairs were destroyed.  Men's bathroom in Hall of Science sustained minor damages.
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           In the four attacks, cumulatively, only two bombs exploded causing minor damage.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           In the four attacks, cumulatively, only two bombs exploded causing minor damage.
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           In the four attacks, cumulatively, only two bombs exploded causing minor damage.
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           In the four attacks, cumulatively, only two bombs exploded causing minor damage.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Damages to two separate wings of the building.  The research of ten scholars was destroyed.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Almost the entire rear of the facility was destroyed  Walls, furniture, and windows were damaged.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The deflected bullet hit the Plaza Hotel's revolving glass door.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Softball sized hole in window
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Shattered glass front door
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Softball sized hole in window
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Country club building sustained slight damages and water cooling tower was demolished
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Twelve businesses damaged
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Five hundred books destroyed and the building sustained considerable damage
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Car slightly damaged
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Church damaged
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Recruiting booth sustained heavy damage
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              R.O.T.C. building and library damaged by fire
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Staircase near entrance was damaged and twenty large windows were shattered.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Theater sustained minor damages
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Theater sustained minor damages
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Twenty-nine military jeeps and trucks destroyed
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Office heavily damaged
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Entryway and ceiling damaged
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Torah scroll destroyed
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Slight damages
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Little damage caused
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Offices and records destroyed on two floors of the Humanities building
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The station was temporarily knocked off the air.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Selective Service offices heavily damaged
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Holes in the wall, two-hundred and eighty shattered windows, around a dozen cars damaged, power outages, and windows of several surrounding buildings damaged.
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Minor damage to roof of house and convenience store damaged
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             One foot hole damaged in the center of statue and the base shifted five inches
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Unoccupied house on Hicks Mill road damaged.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Main transformer completely destroyed
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Major damage incurred to home and furnishings
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Extensive damage to the south side of the building.  Two cars destroyed.  Two hundred windows of nearby hotel shattered.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Building destroyed and an antiques shop was damaged
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Warehouse destroyed and four other buildings in Oxford damaged
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Warehouse destroyed and four other buildings in Oxford damaged
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Extensive damage to the exterior of the building
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Torah scroll destroyed, rabbi's portrait damaged, and front door glass shattered
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Heavy damage to building
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Six windows shattered and a small hole torn into the wall
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Building gutted and registration files damaged
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 One of two engines damaged
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Two foot hole blown in bottom of trailer, blueprints and other papers destroyed, and windows shattered in a two block radius
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Cadillac destroyed
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Car was destroyed
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Wardroom totally destroyed
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Moderate damage to merchandise
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Five Police Cars damaged
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Left tire was blown out
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Draft records damaged
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Window shattered and several shotgun pellets found in the living room wall
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Four foot hole blasted into the corner of building and windows of the facility shattered.  Windows shattered in bus parked outside of building as well.
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Facility sustained heavy damages.  Debris scattered throughout a three block area.  Around two hundred and seventy five windows shattered at surrounding buildings.
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Three windows shattered and minor damage to the building
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Minor damages to building
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Construction shanty sustained heavy damage
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Building sustained heavy damages
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage to the merchandise and building
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage to the merchandise and building
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage to the merchandise and building
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage to the merchandise and building
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Church damaged
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Damage to chauffeur's room and an adjoining bathroom
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A few rooms in the building were damaged
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Building damaged and equipment within facility was damaged
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Windows of an automobile in the area and the windows of an adjacent building were shattered
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Army truck heavily damaged
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Thirty three buses damaged.  Almost half of those buses sustained heavy damages.  Every bus but one, was eventually put back into service.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Car damaged and metal fragments ripped into the house
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Warehouse destroyed and twenty-five large plate-glass windows shattered
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bathroom gutted and hallway damaged
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Desk and table destroyed
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The fire caused minor damage and three windows were broken.
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Windows shattered at surrounding buildings
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Glass door and windows shattered
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The interior of the building was destroyed.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Both cars were damaged
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Twelve thousand gallons of fuel oil leaked from the tank and eighteen windows of offices at the firm were shattered
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Small hole in gravel lot
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Five inch hole in the office of the commanding officer and windows shattered
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Missile damaged
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         It is unknown if any of the bullets hit the house.
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Back half of the vehicle consumed by flames
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Two offices damaged.  Hole ripped through ceiling and windows shattered.
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Four shots hit officer Huerta
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Minor damage to building and draft records
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Two desks, several chairs, mail, and a rug were damaged by the fire
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Extensive damage to the building and windows shattered at buildings within the surrounding area
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Seven thousand draft records damaged or destroyed and office equipment damaged
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Wooden cabinet damaged and floor tiles and light fixtures needed to be replaced
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Restroom damaged
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Damages: explosion, damaged facility, estimated at $1.5 million (Army Mathmatical Research Center)
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The building was destroyed and most police records were lost.  Police communication systems were also heavily damaged.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A wall was damaged and a water tank were damaged.  15 windows were shattered.
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Water damage in classroom from sprinkler system
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Extensive damage
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Windows shattered in front lobby
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Twenty-seven windows shattered in front lobby
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Damaged front door and scorched floor
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Hole blown into the restroom wall and water main damaged which caused extensive flooding
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Hallway charred and bookcases destroyed
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ceiling, walls, and heating pipes damaged
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The Molotov cocktail damaged the outside brick and the metal grates damaged the filters at the bottom of the shaft
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Two restrooms were destroyed
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The station was temporarily knocked off the air.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Extensive damages to the interior of the building
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Door shattered and interior of building damaged
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Building was destroyed
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Police station was hit by hundreds of bullets
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Grocery store destroyed
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Police station and buildings in surrounding area were damaged by bullets
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              One bag of mail was destroyed
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage to doorway area
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Gas tank blew up and the resulting fire wrecked the police car and the vehicle next to it
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Firebombs flared up impacting the ground but caused no damage
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Building damaged and shrapnel riddled the surrounding area
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Window shattered and two holes torn in ceiling
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Hole torn into building
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Lumber yard was destroyed
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Minor damage to the office
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Officer Detterline's police car was destroyed
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Liberty Bell destroyed, doors of City Hall damaged, furniture in City Hall upended, and windows within a three block radius of the blast were shattered.
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Every room in house damaged
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The office of the high school relations program was damaged and windows in three buildings shattered
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Records and food destroyed.  Office burned out.
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Modest damages to three offices and military records lost
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Minor damage
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Ten inch hole in the top of the gas tank
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Glass door and windows shattered at the recruiting station and a nearby building
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Door knocked off hinges, chunks of concrete ripped out, and twelve windows shattered
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Drapes, carpet, windows, and sound equipment damaged
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The building was destroyed
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The fire caused minor damage.
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The fire was extinguished before it could cause serious damage.
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Chamber of Commerce office destroyed. Dry cleaning shop and construction company office damaged.
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Slight damage to the recruiting station
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Slight damage to the recruiting station
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Hole blown into wood structure, around thirty windows shattered, power and communication lines put out of service
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              House damaged
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Heating system damaged
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The building was destroyed.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Hundreds of windows shattered at the induction center and surrounding buildings
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Over twenty thousand draft records destroyed and the interior of the office was badly damaged
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Doors broken and windows shattered
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Doors broken and windows shattered
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Wooden building destroyed
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
##        ishostkid nhostkid nhostkidus nhours ndays
## 1              0       NA         NA     NA    NA
## 2              1        1          0     NA    NA
## 3              0       NA         NA     NA    NA
## 4              0       NA         NA     NA    NA
## 5              0       NA         NA     NA    NA
## 6              0       NA         NA     NA    NA
## 7              0       NA         NA     NA    NA
## 8              0       NA         NA     NA    NA
## 9              0       NA         NA     NA    NA
## 10             0       NA         NA     NA    NA
## 11             0       NA         NA     NA    NA
## 12             0       NA         NA     NA    NA
## 13             0       NA         NA     NA    NA
## 14             0       NA         NA     NA    NA
## 15             0       NA         NA     NA    NA
## 16             0       NA         NA     NA    NA
## 17             0       NA         NA     NA    NA
## 18             0       NA         NA     NA    NA
## 19             0       NA         NA     NA    NA
## 20             0       NA         NA     NA    NA
## 21             0       NA         NA     NA    NA
## 22             0       NA         NA     NA    NA
## 23             0       NA         NA     NA    NA
## 24             0       NA         NA     NA    NA
## 25             0       NA         NA     NA    NA
## 26             0       NA         NA     NA    NA
## 27             0       NA         NA     NA    NA
## 28             1        1          0     NA    NA
## 29             0       NA         NA     NA    NA
## 30             0       NA         NA     NA    NA
## 31             0       NA         NA     NA    NA
## 32             0       NA         NA     NA    NA
## 33             0       NA         NA     NA    NA
## 34             0       NA         NA     NA    NA
## 35             0       NA         NA     NA    NA
## 36             0       NA         NA     NA    NA
## 37             0       NA         NA     NA    NA
## 38             0       NA         NA     NA    NA
## 39             0       NA         NA     NA    NA
## 40             0       NA         NA     NA    NA
## 41             0       NA         NA     NA    NA
## 42             0       NA         NA     NA    NA
## 43             0       NA         NA     NA    NA
## 44             0       NA         NA     NA    NA
## 45             0       NA         NA     NA    NA
## 46             0       NA         NA     NA    NA
## 47             0       NA         NA     NA    NA
## 48             0       NA         NA     NA    NA
## 49             0       NA         NA     NA    NA
## 50             0       NA         NA     NA    NA
## 51             0       NA         NA     NA    NA
## 52             0       NA         NA     NA    NA
## 53             0       NA         NA     NA    NA
## 54             0       NA         NA     NA    NA
## 55             0       NA         NA     NA    NA
## 56             0       NA         NA     NA    NA
## 57             0       NA         NA     NA    NA
## 58             0       NA         NA     NA    NA
## 59             0       NA         NA     NA    NA
## 60             0       NA         NA     NA    NA
## 61             0       NA         NA     NA    NA
## 62             0       NA         NA     NA    NA
## 63             0       NA         NA     NA    NA
## 64             0       NA         NA     NA    NA
## 65             0       NA         NA     NA    NA
## 66             0       NA         NA     NA    NA
## 67             0       NA         NA     NA    NA
## 68             0       NA         NA     NA    NA
## 69             0       NA         NA     NA    NA
## 70             0       NA         NA     NA    NA
## 71             0       NA         NA     NA    NA
## 72             0       NA         NA     NA    NA
## 73             0       NA         NA     NA    NA
## 74             0       NA         NA     NA    NA
## 75             0       NA         NA     NA    NA
## 76             0       NA         NA     NA    NA
## 77             0       NA         NA     NA    NA
## 78             0       NA         NA     NA    NA
## 79             0       NA         NA     NA    NA
## 80             0       NA         NA     NA    NA
## 81             0       NA         NA     NA    NA
## 82             0       NA         NA     NA    NA
## 83             0       NA         NA     NA    NA
## 84             0       NA         NA     NA    NA
## 85             0       NA         NA     NA    NA
## 86             0       NA         NA     NA    NA
## 87             0       NA         NA     NA    NA
## 88             0       NA         NA     NA    NA
## 89             0       NA         NA     NA    NA
## 90             0       NA         NA     NA    NA
## 91             0       NA         NA     NA    NA
## 92             0       NA         NA     NA    NA
## 93             0       NA         NA     NA    NA
## 94             0       NA         NA     NA    NA
## 95             0       NA         NA     NA    NA
## 96             0       NA         NA     NA    NA
## 97             0       NA         NA     NA    NA
## 98             0       NA         NA     NA    NA
## 99             0       NA         NA     NA    NA
## 100            0       NA         NA     NA    NA
## 101            0       NA         NA     NA    NA
## 102            0       NA         NA     NA    NA
## 103            0       NA         NA     NA    NA
## 104            1        1          0     NA    NA
## 105            0       NA         NA     NA    NA
## 106            0       NA         NA     NA    NA
## 107            0       NA         NA     NA    NA
## 108            0       NA         NA     NA    NA
## 109            0       NA         NA     NA    NA
## 110            0       NA         NA     NA    NA
## 111            0       NA         NA     NA    NA
## 112            0       NA         NA     NA    NA
## 113            1        1          1   0.00     2
## 114            0       NA         NA     NA    NA
## 115            0       NA         NA     NA    NA
## 116            0       NA         NA     NA    NA
## 117            0       NA         NA     NA    NA
## 118            0       NA         NA     NA    NA
## 119            0       NA         NA     NA    NA
## 120            0       NA         NA     NA    NA
## 121            0       NA         NA     NA    NA
## 122            0       NA         NA     NA    NA
## 123            0       NA         NA     NA    NA
## 124            1        1          0   0.00     4
## 125            0       NA         NA     NA    NA
## 126            0       NA         NA     NA    NA
## 127            0       NA         NA     NA    NA
## 128            0       NA         NA     NA    NA
## 129            0       NA         NA     NA    NA
## 130            0       NA         NA     NA    NA
## 131            0       NA         NA     NA    NA
## 132            0       NA         NA     NA    NA
## 133            1        5          1   0.00    17
## 134            0       NA         NA     NA    NA
## 135            0       NA         NA     NA    NA
## 136            1       13         13     NA     1
## 137            0       NA         NA     NA    NA
## 138            0       NA         NA     NA    NA
## 139            0       NA         NA     NA    NA
## 140            0       NA         NA     NA    NA
## 141            0       NA         NA     NA    NA
## 142            0       NA         NA     NA    NA
## 143            0       NA         NA     NA    NA
## 144            0       NA         NA     NA    NA
## 145            0       NA         NA     NA    NA
## 146            0       NA         NA     NA    NA
## 147            0       NA         NA     NA    NA
## 148            0       NA         NA     NA    NA
## 149            0       NA         NA     NA    NA
## 150            0       NA         NA     NA    NA
## 151            0       NA         NA     NA    NA
## 152            1        1          1   0.00     2
## 153            1        1          0   0.00     4
## 154            0       NA         NA     NA    NA
## 155            0       NA         NA     NA    NA
## 156            0       NA         NA     NA    NA
## 157            0       NA         NA     NA    NA
## 158            1        1          0     NA    NA
## 159            0       NA         NA     NA    NA
## 160            0       NA         NA     NA    NA
## 161            0       NA         NA     NA    NA
## 162            1        1          0     NA    NA
## 163            1      129          0     NA    NA
## 164            0       NA         NA     NA    NA
## 165            0       NA         NA     NA    NA
## 166            1        1          1   0.00     5
## 167            0       NA         NA     NA    NA
## 168            0       NA         NA     NA    NA
## 169            0       NA         NA     NA    NA
## 170            0       NA         NA     NA    NA
## 171            0       NA         NA     NA    NA
## 172            0       NA         NA     NA    NA
## 173            0       NA         NA     NA    NA
## 174            0       NA         NA     NA    NA
## 175            0       NA         NA     NA    NA
## 176            1        1          1     NA    NA
## 177            0       NA         NA     NA    NA
## 178            0       NA         NA     NA    NA
## 179            0       NA         NA     NA    NA
## 180            0       NA         NA     NA    NA
## 181            0       NA         NA     NA    NA
## 182            0       NA         NA     NA    NA
## 183            0       NA         NA     NA    NA
## 184            0       NA         NA     NA    NA
## 185            0       NA         NA     NA    NA
## 186            0       NA         NA     NA    NA
## 187            0       NA         NA     NA    NA
## 188            0       NA         NA     NA    NA
## 189            0       NA         NA     NA    NA
## 190            0       NA         NA     NA    NA
## 191            0       NA         NA     NA    NA
## 192            0       NA         NA     NA    NA
## 193            0       NA         NA     NA    NA
## 194            0       NA         NA     NA    NA
## 195            0       NA         NA     NA    NA
## 196            0       NA         NA     NA    NA
## 197            0       NA         NA     NA    NA
## 198            0       NA         NA     NA    NA
## 199            0       NA         NA     NA    NA
## 200            0       NA         NA     NA    NA
## 201            0       NA         NA     NA    NA
## 202            0       NA         NA     NA    NA
## 203            0       NA         NA     NA    NA
## 204            0       NA         NA     NA    NA
## 205            0       NA         NA     NA    NA
## 206            0       NA         NA     NA    NA
## 207            0       NA         NA     NA    NA
## 208            0       NA         NA     NA    NA
## 209            0       NA         NA     NA    NA
## 210            0       NA         NA     NA    NA
## 211            0       NA         NA     NA    NA
## 212            0       NA         NA     NA    NA
## 213            0       NA         NA     NA    NA
## 214            0       NA         NA     NA    NA
## 215            0       NA         NA     NA    NA
## 216            0       NA         NA     NA    NA
## 217            0       NA         NA     NA    NA
## 218            0       NA         NA     NA    NA
## 219            0       NA         NA     NA    NA
## 220            0       NA         NA     NA    NA
## 221            0       NA         NA     NA    NA
## 222            0       NA         NA     NA    NA
## 223            0       NA         NA     NA    NA
## 224            0       NA         NA     NA    NA
## 225            0       NA         NA     NA    NA
## 226            0       NA         NA     NA    NA
## 227            0       NA         NA     NA    NA
## 228            0       NA         NA     NA    NA
## 229            0       NA         NA     NA    NA
## 230            0       NA         NA     NA    NA
## 231            0       NA         NA     NA    NA
## 232            0       NA         NA     NA    NA
## 233            0       NA         NA     NA    NA
## 234            0       NA         NA     NA    NA
## 235            0       NA         NA     NA    NA
## 236            0       NA         NA     NA    NA
## 237            0       NA         NA     NA    NA
## 238            0       NA         NA     NA    NA
## 239            0       NA         NA     NA    NA
## 240            0       NA         NA     NA    NA
## 241            0       NA         NA     NA    NA
## 242            0       NA         NA     NA    NA
## 243            0       NA         NA     NA    NA
## 244            0       NA         NA     NA    NA
## 245            0       NA         NA     NA    NA
## 246            0       NA         NA     NA    NA
## 247            0       NA         NA     NA    NA
## 248            0       NA         NA     NA    NA
## 249            0       NA         NA     NA    NA
## 250            0       NA         NA     NA    NA
## 251            0       NA         NA     NA    NA
## 252            0       NA         NA     NA    NA
## 253            0       NA         NA     NA    NA
## 254            0       NA         NA     NA    NA
## 255            0       NA         NA     NA    NA
## 256            0       NA         NA     NA    NA
## 257            0       NA         NA     NA    NA
## 258            0       NA         NA     NA    NA
## 259            0       NA         NA     NA    NA
## 260            0       NA         NA     NA    NA
## 261            0       NA         NA     NA    NA
## 262            0       NA         NA     NA    NA
## 263            0       NA         NA     NA    NA
## 264            0       NA         NA     NA    NA
## 265            0       NA         NA     NA    NA
## 266            0       NA         NA     NA    NA
## 267            0       NA         NA     NA    NA
## 268            0       NA         NA     NA    NA
## 269            0       NA         NA     NA    NA
## 270            0       NA         NA     NA    NA
## 271            0       NA         NA     NA    NA
## 272            0       NA         NA     NA    NA
## 273            0       NA         NA     NA    NA
## 274            0       NA         NA     NA    NA
## 275            0       NA         NA     NA    NA
## 276            0       NA         NA     NA    NA
## 277            0       NA         NA     NA    NA
## 278            0       NA         NA     NA    NA
## 279            0       NA         NA     NA    NA
## 280            0       NA         NA     NA    NA
## 281            0       NA         NA     NA    NA
## 282            0       NA         NA     NA    NA
## 283            0       NA         NA     NA    NA
## 284            0       NA         NA     NA    NA
## 285            0       NA         NA     NA    NA
## 286            0       NA         NA     NA    NA
## 287            0       NA         NA     NA    NA
## 288            0       NA         NA     NA    NA
## 289            0       NA         NA     NA    NA
## 290            0       NA         NA     NA    NA
## 291            0       NA         NA     NA    NA
## 292            0       NA         NA     NA    NA
## 293            0       NA         NA     NA    NA
## 294            0       NA         NA     NA    NA
## 295            0       NA         NA     NA    NA
## 296            0       NA         NA     NA    NA
## 297            0       NA         NA     NA    NA
## 298            0       NA         NA     NA    NA
## 299            0       NA         NA     NA    NA
## 300            0       NA         NA     NA    NA
## 301            0       NA         NA     NA    NA
## 302            0       NA         NA     NA    NA
## 303            0       NA         NA     NA    NA
## 304            0       NA         NA     NA    NA
## 305            0       NA         NA     NA    NA
## 306            0       NA         NA     NA    NA
## 307            0       NA         NA     NA    NA
## 308            0       NA         NA     NA    NA
## 309            0       NA         NA     NA    NA
## 310            0       NA         NA     NA    NA
## 311            0       NA         NA     NA    NA
## 312            1        1          0     NA    NA
## 313            1       60          0   0.00    NA
## 314            0       NA         NA     NA    NA
## 315            0       NA         NA     NA    NA
## 316            0       NA         NA     NA    NA
## 317            0       NA         NA     NA    NA
## 318            0       NA         NA     NA    NA
## 319            0       NA         NA     NA    NA
## 320            0       NA         NA     NA    NA
## 321            0       NA         NA     NA    NA
## 322            0       NA         NA     NA    NA
## 323            0       NA         NA     NA    NA
## 324            0       NA         NA     NA    NA
## 325            0       NA         NA     NA    NA
## 326            0       NA         NA     NA    NA
## 327            0       NA         NA     NA    NA
## 328            0       NA         NA     NA    NA
## 329            0       NA         NA     NA    NA
## 330            1        1          1  22.00     0
## 331            0       NA         NA     NA    NA
## 332            0       NA         NA     NA    NA
## 333            0       NA         NA     NA    NA
## 334            1        1          0     NA    NA
## 335            0       NA         NA     NA    NA
## 336            0       NA         NA     NA    NA
## 337            1       60          0   0.00     3
## 338            1       60          0   0.00     3
## 339            0       NA         NA     NA    NA
## 340            0       NA         NA     NA    NA
## 341            0       NA         NA     NA    NA
## 342            1        1          0   0.00     5
## 343            0       NA         NA     NA    NA
## 344            0       NA         NA     NA    NA
## 345            0       NA         NA     NA    NA
## 346            0       NA         NA     NA    NA
## 347            0       NA         NA     NA    NA
## 348            0       NA         NA     NA    NA
## 349            0       NA         NA     NA    NA
## 350            0       NA         NA     NA    NA
## 351            0       NA         NA     NA    NA
## 352            0       NA         NA     NA    NA
## 353            0       NA         NA     NA    NA
## 354            0       NA         NA     NA    NA
## 355            0       NA         NA     NA    NA
## 356            0       NA         NA     NA    NA
## 357            0       NA         NA     NA    NA
## 358            0       NA         NA     NA    NA
## 359            0       NA         NA     NA    NA
## 360            0       NA         NA     NA    NA
## 361            0       NA         NA     NA    NA
## 362            0       NA         NA     NA    NA
## 363            0       NA         NA     NA    NA
## 364            0       NA         NA     NA    NA
## 365            0       NA         NA     NA    NA
## 366            0       NA         NA     NA    NA
## 367            0       NA         NA     NA    NA
## 368            0       NA         NA     NA    NA
## 369            0       NA         NA     NA    NA
## 370            0       NA         NA     NA    NA
## 371            0       NA         NA     NA    NA
## 372            0       NA         NA     NA    NA
## 373            0       NA         NA     NA    NA
## 374            0       NA         NA     NA    NA
## 375            0       NA         NA     NA    NA
## 376            0       NA         NA     NA    NA
## 377            0       NA         NA     NA    NA
## 378            0       NA         NA     NA    NA
## 379            0       NA         NA     NA    NA
## 380            0       NA         NA     NA    NA
## 381            0       NA         NA     NA    NA
## 382            0       NA         NA     NA    NA
## 383            0       NA         NA     NA    NA
## 384            0       NA         NA     NA    NA
## 385            0       NA         NA     NA    NA
## 386            0       NA         NA     NA    NA
## 387            0       NA         NA     NA    NA
## 388            0       NA         NA     NA    NA
## 389            0       NA         NA     NA    NA
## 390            0       NA         NA     NA    NA
## 391            0       NA         NA     NA    NA
## 392            0       NA         NA     NA    NA
## 393            0       NA         NA     NA    NA
## 394            0       NA         NA     NA    NA
## 395            0       NA         NA     NA    NA
## 396            0       NA         NA     NA    NA
## 397            0       NA         NA     NA    NA
## 398            0       NA         NA     NA    NA
## 399            0       NA         NA     NA    NA
## 400            0       NA         NA     NA    NA
## 401            0       NA         NA     NA    NA
## 402            0       NA         NA     NA    NA
## 403            0       NA         NA     NA    NA
## 404            0       NA         NA     NA    NA
## 405            0       NA         NA     NA    NA
## 406            1        1          0     NA    NA
## 407            1        1          1     NA    NA
## 408            0       NA         NA     NA    NA
## 409            0       NA         NA     NA    NA
## 410            0       NA         NA     NA    NA
## 411            0       NA         NA     NA    NA
## 412            0       NA         NA     NA    NA
## 413            0       NA         NA     NA    NA
## 414            0       NA         NA     NA    NA
## 415            0       NA         NA     NA    NA
## 416            0       NA         NA     NA    NA
## 417            0       NA         NA     NA    NA
## 418            1        2          0   0.00     1
## 419            0       NA         NA     NA    NA
## 420            0       NA         NA     NA    NA
## 421            0       NA         NA     NA    NA
## 422            1       55          0     NA    NA
## 423            0       NA         NA     NA    NA
## 424            0       NA         NA     NA    NA
## 425            1        1          0   0.00     1
## 426            0       NA         NA     NA    NA
## 427            1        1          1     NA    NA
## 428            0       NA         NA     NA    NA
## 429            0       NA         NA     NA    NA
## 430            0       NA         NA     NA    NA
## 431            0       NA         NA     NA    NA
## 432            0       NA         NA     NA    NA
## 433            0       NA         NA     NA    NA
## 434            0       NA         NA     NA    NA
## 435            0       NA         NA     NA    NA
## 436            1        1          0   0.00     7
## 437            0       NA         NA     NA    NA
## 438            0       NA         NA     NA    NA
## 439            0       NA         NA     NA    NA
## 440            0       NA         NA     NA    NA
## 441            1        1          0   0.00     6
## 442            1        1          0   0.00   202
## 443            1        1          1   0.00    10
## 444            0       NA         NA     NA    NA
## 445            0       NA         NA     NA    NA
## 446            0       NA         NA     NA    NA
## 447            0       NA         NA     NA    NA
## 448            0       NA         NA     NA    NA
## 449            0       NA         NA     NA    NA
## 450            0       NA         NA     NA    NA
## 451            0       NA         NA     NA    NA
## 452            0       NA         NA     NA    NA
## 453            0       NA         NA     NA    NA
## 454            0       NA         NA     NA    NA
## 455            0       NA         NA     NA    NA
## 456            1        2          0     NA    NA
## 457            0       NA         NA     NA    NA
## 458            0       NA         NA     NA    NA
## 459            0       NA         NA     NA    NA
## 460            0       NA         NA     NA    NA
## 461            0       NA         NA     NA    NA
## 462            0       NA         NA     NA    NA
## 463            0       NA         NA     NA    NA
## 464            0       NA         NA     NA    NA
## 465            0       NA         NA     NA    NA
## 466            1        1          1     NA    NA
## 467            0       NA         NA     NA    NA
## 468            0       NA         NA     NA    NA
## 469            0       NA         NA     NA    NA
## 470            1      -99          0   0.00     0
## 471            0       NA         NA     NA    NA
## 472            0       NA         NA     NA    NA
## 473            0       NA         NA     NA    NA
## 474            0       NA         NA     NA    NA
## 475            1        1          0     NA    NA
## 476            0       NA         NA     NA    NA
## 477            0       NA         NA     NA    NA
## 478            0       NA         NA     NA    NA
## 479            0       NA         NA     NA    NA
## 480            0       NA         NA     NA    NA
## 481            0       NA         NA     NA    NA
## 482            0       NA         NA     NA    NA
## 483            0       NA         NA     NA    NA
## 484            0       NA         NA     NA    NA
## 485            0       NA         NA     NA    NA
## 486            0       NA         NA     NA    NA
## 487            0       NA         NA     NA    NA
## 488            1        1          1   0.00     8
## 489            0       NA         NA     NA    NA
## 490            0       NA         NA     NA    NA
## 491            0       NA         NA     NA    NA
## 492            0       NA         NA     NA    NA
## 493            0       NA         NA     NA    NA
## 494            0       NA         NA     NA    NA
## 495            0       NA         NA     NA    NA
## 496            0       NA         NA     NA    NA
## 497            0       NA         NA     NA    NA
## 498            0       NA         NA     NA    NA
## 499            0       NA         NA     NA    NA
## 500            0       NA         NA     NA    NA
## 501            0       NA         NA     NA    NA
## 502            0       NA         NA     NA    NA
## 503            1      155        -99     NA    NA
## 504            1      155          0     NA    NA
## 505            1      175          0     NA    NA
## 506            1      -99          0     NA    NA
## 507            0       NA         NA     NA    NA
## 508            0       NA         NA     NA    NA
## 509            0       NA         NA     NA    NA
## 510            0       NA         NA     NA    NA
## 511            0       NA         NA     NA    NA
## 512            1        1          1   0.00     1
## 513            0       NA         NA     NA    NA
## 514            1        1          0     NA    NA
## 515            1        3          0     NA    NA
## 516            0       NA         NA     NA    NA
## 517            0       NA         NA     NA    NA
## 518            0       NA         NA     NA    NA
## 519            0       NA         NA     NA    NA
## 520            0       NA         NA     NA    NA
## 521            0       NA         NA     NA    NA
## 522            0       NA         NA     NA    NA
## 523            0       NA         NA     NA    NA
## 524            0       NA         NA     NA    NA
## 525            0       NA         NA     NA    NA
## 526            1        1          0     NA    NA
## 527            0       NA         NA     NA    NA
## 528            1      -99          0     NA    NA
## 529            0       NA         NA     NA    NA
## 530            0       NA         NA     NA    NA
## 531            0       NA         NA     NA    NA
## 532            0       NA         NA     NA    NA
## 533            0       NA         NA     NA    NA
## 534            0       NA         NA     NA    NA
## 535            0       NA         NA     NA    NA
## 536            0       NA         NA     NA    NA
## 537            1        1          0   0.00    59
## 538            0       NA         NA     NA    NA
## 539            0       NA         NA     NA    NA
## 540            0       NA         NA     NA    NA
## 541            0       NA         NA     NA    NA
## 542            0       NA         NA     NA    NA
## 543            0       NA         NA     NA    NA
## 544            0       NA         NA     NA    NA
## 545            0       NA         NA     NA    NA
## 546            0       NA         NA     NA    NA
## 547            0       NA         NA     NA    NA
## 548            0       NA         NA     NA    NA
## 549            1        1          0     NA    NA
## 550            1       44          0     NA    NA
## 551            0       NA         NA     NA    NA
## 552            0       NA         NA     NA    NA
## 553            0       NA         NA     NA    NA
## 554            0       NA         NA     NA    NA
## 555            0       NA         NA     NA    NA
## 556            0       NA         NA     NA    NA
## 557            0       NA         NA     NA    NA
## 558            0       NA         NA     NA    NA
## 559            0       NA         NA     NA    NA
## 560            0       NA         NA     NA    NA
## 561            0       NA         NA     NA    NA
## 562            0       NA         NA     NA    NA
## 563            0       NA         NA     NA    NA
## 564            0       NA         NA     NA    NA
## 565            0       NA         NA     NA    NA
## 566            0       NA         NA     NA    NA
## 567            0       NA         NA     NA    NA
## 568            0       NA         NA     NA    NA
## 569            0       NA         NA     NA    NA
## 570            0       NA         NA     NA    NA
## 571            0       NA         NA     NA    NA
## 572            0       NA         NA     NA    NA
## 573            0       NA         NA     NA    NA
## 574            0       NA         NA     NA    NA
## 575            0       NA         NA     NA    NA
## 576            0       NA         NA     NA    NA
## 577            0       NA         NA     NA    NA
## 578            0       NA         NA     NA    NA
## 579            0       NA         NA     NA    NA
## 580            0       NA         NA     NA    NA
## 581            0       NA         NA     NA    NA
## 582            0       NA         NA     NA    NA
## 583            0       NA         NA     NA    NA
## 584            0       NA         NA     NA    NA
## 585            1        1          1     NA    NA
## 586            0       NA         NA     NA    NA
## 587            0       NA         NA     NA    NA
## 588            0       NA         NA     NA    NA
## 589            0       NA         NA     NA    NA
## 590            0       NA         NA     NA    NA
## 591            0       NA         NA     NA    NA
## 592            0       NA         NA     NA    NA
## 593            0       NA         NA     NA    NA
## 594            0       NA         NA     NA    NA
## 595            0       NA         NA     NA    NA
## 596            0       NA         NA     NA    NA
## 597            0       NA         NA     NA    NA
## 598            0       NA         NA     NA    NA
## 599            0       NA         NA     NA    NA
## 600            0       NA         NA     NA    NA
## 601            0       NA         NA     NA    NA
## 602            0       NA         NA     NA    NA
## 603            0       NA         NA     NA    NA
## 604            0       NA         NA     NA    NA
## 605            0       NA         NA     NA    NA
## 606            0       NA         NA     NA    NA
## 607            0       NA         NA     NA    NA
## 608            0       NA         NA     NA    NA
## 609            0       NA         NA     NA    NA
## 610            1        2          2   0.00    NA
## 611            0       NA         NA     NA    NA
## 612            0       NA         NA     NA    NA
## 613            0       NA         NA     NA    NA
## 614            0       NA         NA     NA    NA
## 615            0       NA         NA     NA    NA
## 616            0       NA         NA     NA    NA
## 617            0       NA         NA     NA    NA
## 618            0       NA         NA     NA    NA
## 619            0       NA         NA     NA    NA
## 620            0       NA         NA     NA    NA
## 621            0       NA         NA     NA    NA
## 622            0       NA         NA     NA    NA
## 623            0       NA         NA     NA    NA
## 624            0       NA         NA     NA    NA
## 625            0       NA         NA     NA    NA
## 626            1        1          0   0.00    23
## 627            0       NA         NA     NA    NA
## 628            0       NA         NA     NA    NA
## 629            0       NA         NA     NA    NA
## 630            1        1          0   0.00    42
## 631            0       NA         NA     NA    NA
## 632            0       NA         NA     NA    NA
## 633            0       NA         NA     NA    NA
## 634            0       NA         NA     NA    NA
## 635            0       NA         NA     NA    NA
## 636            0       NA         NA     NA    NA
## 637            0       NA         NA     NA    NA
## 638            0       NA         NA     NA    NA
## 639            0       NA         NA     NA    NA
## 640            0       NA         NA     NA    NA
## 641            0       NA         NA     NA    NA
## 642            0       NA         NA     NA    NA
## 643            0       NA         NA     NA    NA
## 644            0       NA         NA     NA    NA
## 645            0       NA         NA     NA    NA
## 646            0       NA         NA     NA    NA
## 647            0       NA         NA     NA    NA
## 648            0       NA         NA     NA    NA
## 649            0       NA         NA     NA    NA
## 650            0       NA         NA     NA    NA
## 651            0       NA         NA     NA    NA
## 652            0       NA         NA     NA    NA
## 653            0       NA         NA     NA    NA
## 654            0       NA         NA     NA    NA
## 655            0       NA         NA     NA    NA
## 656            0       NA         NA     NA    NA
## 657            0       NA         NA     NA    NA
## 658            1        1          0   0.00   141
## 659            0       NA         NA     NA    NA
## 660            0       NA         NA     NA    NA
## 661            0       NA         NA     NA    NA
## 662            0       NA         NA     NA    NA
## 663            0       NA         NA     NA    NA
## 664            0       NA         NA     NA    NA
## 665            0       NA         NA     NA    NA
## 666            0       NA         NA     NA    NA
## 667            0       NA         NA     NA    NA
## 668            0       NA         NA     NA    NA
## 669            1        5          0     NA    NA
## 670            0       NA         NA     NA    NA
## 671            0       NA         NA     NA    NA
## 672            0       NA         NA     NA    NA
## 673            0       NA         NA     NA    NA
## 674            0       NA         NA     NA    NA
## 675            0       NA         NA     NA    NA
## 676            0       NA         NA     NA    NA
## 677            0       NA         NA     NA    NA
## 678            0       NA         NA     NA    NA
## 679            0       NA         NA     NA    NA
## 680            1      -99          0     NA    NA
## 681            0       NA         NA     NA    NA
## 682            0       NA         NA     NA    NA
## 683            0       NA         NA     NA    NA
## 684            0       NA         NA     NA    NA
## 685            0       NA         NA     NA    NA
## 686            1        1          0     NA    NA
## 687            0       NA         NA     NA    NA
## 688            0       NA         NA     NA    NA
## 689            0       NA         NA     NA    NA
## 690            0       NA         NA     NA    NA
## 691            0       NA         NA     NA    NA
## 692            0       NA         NA     NA    NA
## 693            0       NA         NA     NA    NA
## 694            0       NA         NA     NA    NA
## 695            0       NA         NA     NA    NA
## 696            0       NA         NA     NA    NA
## 697            0       NA         NA     NA    NA
## 698            1        1          0     NA    NA
## 699            0       NA         NA     NA    NA
## 700            0       NA         NA     NA    NA
## 701            0       NA         NA     NA    NA
## 702            0       NA         NA     NA    NA
## 703            0       NA         NA     NA    NA
## 704            0       NA         NA     NA    NA
## 705            0       NA         NA     NA    NA
## 706            0       NA         NA     NA    NA
## 707            0       NA         NA     NA    NA
## 708            0       NA         NA     NA    NA
## 709            0       NA         NA     NA    NA
## 710            1      -99          0   0.00    NA
## 711            0       NA         NA     NA    NA
## 712            1        1          0   0.00    23
## 713            0       NA         NA     NA    NA
## 714            0       NA         NA     NA    NA
## 715            0       NA         NA     NA    NA
## 716            0       NA         NA     NA    NA
## 717            0       NA         NA     NA    NA
## 718            0       NA         NA     NA    NA
## 719            1        1          1  17.00     0
## 720            0       NA         NA     NA    NA
## 721            0       NA         NA     NA    NA
## 722            0       NA         NA     NA    NA
## 723            0       NA         NA     NA    NA
## 724            0       NA         NA     NA    NA
## 725            0       NA         NA     NA    NA
## 726            0       NA         NA     NA    NA
## 727            0       NA         NA     NA    NA
## 728            0       NA         NA     NA    NA
## 729            1        1          0     NA    NA
## 730            0       NA         NA     NA    NA
## 731            0       NA         NA     NA    NA
## 732            1        3          0     NA    NA
## 733            0       NA         NA     NA    NA
## 734            0       NA         NA     NA    NA
## 735            0       NA         NA     NA    NA
## 736            0       NA         NA     NA    NA
## 737            0       NA         NA     NA    NA
## 738            0       NA         NA     NA    NA
## 739            0       NA         NA     NA    NA
## 740            0       NA         NA     NA    NA
##                                                    divert
## 1                                                    <NA>
## 2                                                    <NA>
## 3                                                    <NA>
## 4                                                    <NA>
## 5                                                    <NA>
## 6                                                    <NA>
## 7                                                    <NA>
## 8                                                    <NA>
## 9                                                    <NA>
## 10                                                   <NA>
## 11                                                   <NA>
## 12                                                   <NA>
## 13                                                 Beirut
## 14                                                   <NA>
## 15                                                   <NA>
## 16                                                   <NA>
## 17                                                   <NA>
## 18                                                   <NA>
## 19                                                   <NA>
## 20                                                   <NA>
## 21                                                   <NA>
## 22                                                   <NA>
## 23                                                   <NA>
## 24                                                   <NA>
## 25                                                   <NA>
## 26                                                   <NA>
## 27                                                   <NA>
## 28                                                   <NA>
## 29                                                   <NA>
## 30                                                   <NA>
## 31                                                   <NA>
## 32                                                   <NA>
## 33                                                   <NA>
## 34                                                   <NA>
## 35                                                   <NA>
## 36                                                   <NA>
## 37                                                   <NA>
## 38                                                   <NA>
## 39                                                   <NA>
## 40                                                   <NA>
## 41                                                   <NA>
## 42                                                   <NA>
## 43                                                   <NA>
## 44                                                   <NA>
## 45                                                   <NA>
## 46                                                   <NA>
## 47                                                   <NA>
## 48                                                   <NA>
## 49                                                   <NA>
## 50                                                   <NA>
## 51                                                   <NA>
## 52                                                   <NA>
## 53                                                   <NA>
## 54                                                   <NA>
## 55                                                   <NA>
## 56                                                   <NA>
## 57                                                   <NA>
## 58                                                   <NA>
## 59                                                   <NA>
## 60                                                   <NA>
## 61                                                   <NA>
## 62                                                   <NA>
## 63                                                   <NA>
## 64                                                   <NA>
## 65                                                   <NA>
## 66                                                   <NA>
## 67                                                   <NA>
## 68                                                   <NA>
## 69                                                   <NA>
## 70                                                   <NA>
## 71                                                   <NA>
## 72                                                   <NA>
## 73                                                   <NA>
## 74                                                   <NA>
## 75                                                   <NA>
## 76                                                   <NA>
## 77                                                   <NA>
## 78                                                   <NA>
## 79                                                   <NA>
## 80                                                   <NA>
## 81                                                   <NA>
## 82                                                   <NA>
## 83                                                   <NA>
## 84                                                   <NA>
## 85                                                   <NA>
## 86                                                   <NA>
## 87                                                   <NA>
## 88                                                   <NA>
## 89                                                   <NA>
## 90                                                   <NA>
## 91                                                   <NA>
## 92                                                   <NA>
## 93                                                   <NA>
## 94                                                   <NA>
## 95                                                   <NA>
## 96                                                   <NA>
## 97                                                   <NA>
## 98                                                   <NA>
## 99                                                   <NA>
## 100                                                  <NA>
## 101                                                  <NA>
## 102                                                  <NA>
## 103                                                  <NA>
## 104                                                  <NA>
## 105                                                  <NA>
## 106                                                  <NA>
## 107                                                  <NA>
## 108                                                  <NA>
## 109                                                  <NA>
## 110                                                  <NA>
## 111                                                  <NA>
## 112                                                  <NA>
## 113                                                  <NA>
## 114                                                  <NA>
## 115                                                  <NA>
## 116                                                  <NA>
## 117                                                  <NA>
## 118                                                  <NA>
## 119                                                  <NA>
## 120                                                  <NA>
## 121                                                  <NA>
## 122                                                  <NA>
## 123                                                  <NA>
## 124                                                  <NA>
## 125                                                  <NA>
## 126                                                  <NA>
## 127                                                  <NA>
## 128                                                  <NA>
## 129                                                  <NA>
## 130                                                  <NA>
## 131                                                  <NA>
## 132                                                  <NA>
## 133                                                  <NA>
## 134                                                  <NA>
## 135                                                  <NA>
## 136                                              Cambodia
## 137                                                  <NA>
## 138                                                  <NA>
## 139                                                  <NA>
## 140                                                  <NA>
## 141                                                  <NA>
## 142                                                  <NA>
## 143                                                  <NA>
## 144                                                  <NA>
## 145                                                  <NA>
## 146                                                  <NA>
## 147                                                  <NA>
## 148                                                  <NA>
## 149                                                  <NA>
## 150                                                  <NA>
## 151                                                  <NA>
## 152                                                  <NA>
## 153                                                  <NA>
## 154                                                  <NA>
## 155                                                  <NA>
## 156                                                  <NA>
## 157                                                  <NA>
## 158                                                  <NA>
## 159                                                  <NA>
## 160                                                  <NA>
## 161                                                  <NA>
## 162                                                  <NA>
## 163                                           South Korea
## 164                                                  <NA>
## 165                                                  <NA>
## 166                                                  <NA>
## 167                                                  <NA>
## 168                                                  <NA>
## 169                                                  <NA>
## 170                                                  <NA>
## 171                                                  <NA>
## 172                                                  <NA>
## 173                                                  <NA>
## 174                                                  <NA>
## 175                                                  <NA>
## 176                                                  <NA>
## 177                                                  <NA>
## 178                                                  <NA>
## 179                                                  <NA>
## 180                                                  <NA>
## 181                                                  <NA>
## 182                                                  <NA>
## 183                                                  <NA>
## 184                                                  <NA>
## 185                                                  <NA>
## 186                                                  <NA>
## 187                                                  <NA>
## 188                                                  <NA>
## 189                                                  <NA>
## 190                                                  <NA>
## 191                                                  <NA>
## 192                                                  <NA>
## 193                                                  <NA>
## 194                                                  <NA>
## 195                                                  <NA>
## 196                                                  <NA>
## 197                                                  <NA>
## 198                                                  <NA>
## 199                                                  <NA>
## 200                                                  <NA>
## 201                                                  <NA>
## 202                                                  <NA>
## 203                                                  <NA>
## 204                                                  <NA>
## 205                                                  <NA>
## 206                                                  <NA>
## 207                                                  <NA>
## 208                                                  <NA>
## 209                                                  <NA>
## 210                                                  <NA>
## 211                                                  <NA>
## 212                                                  <NA>
## 213                                                  <NA>
## 214                                                  <NA>
## 215                                                  <NA>
## 216                                                  <NA>
## 217                                                  <NA>
## 218                                                  <NA>
## 219                                                  <NA>
## 220                                                  <NA>
## 221                                                  <NA>
## 222                                                  <NA>
## 223                                                  <NA>
## 224                                                  <NA>
## 225                                                  <NA>
## 226                                                  <NA>
## 227                                                  <NA>
## 228                                                  <NA>
## 229                                                  <NA>
## 230                                                  <NA>
## 231                                                  <NA>
## 232                                                  <NA>
## 233                                                  <NA>
## 234                                                  <NA>
## 235                                                  <NA>
## 236                                                  <NA>
## 237                                                  <NA>
## 238                                                  <NA>
## 239                                                  <NA>
## 240                                                  <NA>
## 241                                                  <NA>
## 242                                                  <NA>
## 243                                                  <NA>
## 244                                                  <NA>
## 245                                                  <NA>
## 246                                                  <NA>
## 247                                                  <NA>
## 248                                                  <NA>
## 249                                                  <NA>
## 250                                                  <NA>
## 251                                                  <NA>
## 252                                                  <NA>
## 253                                                  <NA>
## 254                                                  <NA>
## 255                                                  <NA>
## 256                                                  <NA>
## 257                                                  <NA>
## 258                                                  <NA>
## 259                                                  <NA>
## 260                                                  <NA>
## 261                                                  <NA>
## 262                                                  <NA>
## 263                                                  <NA>
## 264                                                  <NA>
## 265                                                  <NA>
## 266                                                  <NA>
## 267                                                  <NA>
## 268                                                  <NA>
## 269                                                  <NA>
## 270                                                  <NA>
## 271                                                  <NA>
## 272                                                  <NA>
## 273                                                  <NA>
## 274                                                  <NA>
## 275                                                  <NA>
## 276                                                  <NA>
## 277                                                  <NA>
## 278                                                  <NA>
## 279                                                  <NA>
## 280                                                  <NA>
## 281                                                  <NA>
## 282                                                  <NA>
## 283                                                  <NA>
## 284                                                  <NA>
## 285                                                  <NA>
## 286                                                  <NA>
## 287                                                  <NA>
## 288                                                  <NA>
## 289                                                  <NA>
## 290                                                  <NA>
## 291                                                  <NA>
## 292                                                  <NA>
## 293                                                  <NA>
## 294                                                  <NA>
## 295                                                  <NA>
## 296                                                  <NA>
## 297                                                  <NA>
## 298                                                  <NA>
## 299                                                  <NA>
## 300                                                  <NA>
## 301                                                  <NA>
## 302                                                  <NA>
## 303                                                  <NA>
## 304                                                  <NA>
## 305                                                  <NA>
## 306                                                  <NA>
## 307                                                  <NA>
## 308                                                  <NA>
## 309                                                  <NA>
## 310                                                  <NA>
## 311                                                  <NA>
## 312                                                  <NA>
## 313                                                  <NA>
## 314                                                  <NA>
## 315                                                  <NA>
## 316                                                  <NA>
## 317                                                  <NA>
## 318                                                  <NA>
## 319                                                  <NA>
## 320                                                  <NA>
## 321                                                  <NA>
## 322                                                  <NA>
## 323                                                  <NA>
## 324                                                  <NA>
## 325                                                  <NA>
## 326                                                  <NA>
## 327                                                  <NA>
## 328                                                  <NA>
## 329                                                  <NA>
## 330                                                  <NA>
## 331                                                  <NA>
## 332                                                  <NA>
## 333                                                  <NA>
## 334                                                  <NA>
## 335                                                  <NA>
## 336                                                  <NA>
## 337                                                  <NA>
## 338                                                  <NA>
## 339                                                  <NA>
## 340                                                  <NA>
## 341                                                  <NA>
## 342                                                  <NA>
## 343                                                  <NA>
## 344                                                  <NA>
## 345                                                  <NA>
## 346                                                  <NA>
## 347                                                  <NA>
## 348                                                  <NA>
## 349                                                  <NA>
## 350                                                  <NA>
## 351                                                  <NA>
## 352                                                  <NA>
## 353                                                  <NA>
## 354                                                  <NA>
## 355                                                  <NA>
## 356                                                  <NA>
## 357                                                  <NA>
## 358                                                  <NA>
## 359                                                  <NA>
## 360                                                  <NA>
## 361                                                  <NA>
## 362                                                  <NA>
## 363                                                  <NA>
## 364                                                  <NA>
## 365                                                  <NA>
## 366                                                  <NA>
## 367                                                  <NA>
## 368                                                  <NA>
## 369                                                  <NA>
## 370                                                  <NA>
## 371                                                  <NA>
## 372                                                  <NA>
## 373                                                  <NA>
## 374                                                  <NA>
## 375                                                  <NA>
## 376                                                  <NA>
## 377                                                  <NA>
## 378                                                  <NA>
## 379                                                  <NA>
## 380                                                  <NA>
## 381                                                  <NA>
## 382                                                  <NA>
## 383                                                  <NA>
## 384                                                  <NA>
## 385                                                  <NA>
## 386                                                  <NA>
## 387                                                  <NA>
## 388                                                  <NA>
## 389                                                  <NA>
## 390                                                  <NA>
## 391                                                  <NA>
## 392                                                  <NA>
## 393                                                  <NA>
## 394                                                  <NA>
## 395                                                  <NA>
## 396                                                  <NA>
## 397                                                  <NA>
## 398                                                  <NA>
## 399                                                  <NA>
## 400                                                  <NA>
## 401                                                  <NA>
## 402                                                  <NA>
## 403                                                  <NA>
## 404                                                  <NA>
## 405                                                  <NA>
## 406                                                  <NA>
## 407                                                  <NA>
## 408                                                  <NA>
## 409                                                  <NA>
## 410                                                  <NA>
## 411                                                  <NA>
## 412                                                  <NA>
## 413                                                  <NA>
## 414                                                  <NA>
## 415                                                  <NA>
## 416                                                  <NA>
## 417                                                  <NA>
## 418                                                  <NA>
## 419                                                  <NA>
## 420                                                  <NA>
## 421                                                  <NA>
## 422                                                  <NA>
## 423                                                  <NA>
## 424                                                  <NA>
## 425                                                  <NA>
## 426                                                  <NA>
## 427                                                  <NA>
## 428                                                  <NA>
## 429                                                  <NA>
## 430                                                  <NA>
## 431                                                  <NA>
## 432                                                  <NA>
## 433                                                  <NA>
## 434                                                  <NA>
## 435                                                  <NA>
## 436                                                  <NA>
## 437                                                  <NA>
## 438                                                  <NA>
## 439                                                  <NA>
## 440                                                  <NA>
## 441                                                  <NA>
## 442                                                  <NA>
## 443                                                  <NA>
## 444                                                  <NA>
## 445                                                  <NA>
## 446                                                  <NA>
## 447                                                  <NA>
## 448                                                  <NA>
## 449                                                  <NA>
## 450                                                  <NA>
## 451                                                  <NA>
## 452                                                  <NA>
## 453                                                  <NA>
## 454                                                  <NA>
## 455                                                  <NA>
## 456                                                  <NA>
## 457                                                  <NA>
## 458                                                  <NA>
## 459                                                  <NA>
## 460                                                  <NA>
## 461                                                  <NA>
## 462                                                  <NA>
## 463                                                  <NA>
## 464                                                  <NA>
## 465                                                  <NA>
## 466                                                  <NA>
## 467                                                  <NA>
## 468                                                  <NA>
## 469                                                  <NA>
## 470                                                  <NA>
## 471                                                  <NA>
## 472                                                  <NA>
## 473                                                  <NA>
## 474                                                  <NA>
## 475                                                  <NA>
## 476                                                  <NA>
## 477                                                  <NA>
## 478                                                  <NA>
## 479                                                  <NA>
## 480                                                  <NA>
## 481                                                  <NA>
## 482                                                  <NA>
## 483                                                  <NA>
## 484                                                  <NA>
## 485                                                  <NA>
## 486                                                  <NA>
## 487                                                  <NA>
## 488                                                  <NA>
## 489                                                  <NA>
## 490                                                  <NA>
## 491                                                  <NA>
## 492                                                  <NA>
## 493                                                  <NA>
## 494                                                  <NA>
## 495                                                  <NA>
## 496                                                  <NA>
## 497                                                  <NA>
## 498                                                  <NA>
## 499                                                  <NA>
## 500                                                  <NA>
## 501                                                  <NA>
## 502                                                  <NA>
## 503                                                Jordan
## 504                                                Jordan
## 505                                                 Egypt
## 506                                               England
## 507                                                  <NA>
## 508                                                  <NA>
## 509                                                  <NA>
## 510                                                  <NA>
## 511                                                  <NA>
## 512                                                  <NA>
## 513                                                  <NA>
## 514                                                  <NA>
## 515                                                  <NA>
## 516                                                  <NA>
## 517                                                  <NA>
## 518                                                  <NA>
## 519                                                  <NA>
## 520                                                  <NA>
## 521                                                  <NA>
## 522                                                  <NA>
## 523                                                  <NA>
## 524                                                  <NA>
## 525                                                  <NA>
## 526                                                  <NA>
## 527                                                  <NA>
## 528                              Arrested before boarding
## 529                                                  <NA>
## 530                                                  <NA>
## 531                                                  <NA>
## 532                                                  <NA>
## 533                                                  <NA>
## 534                                                  <NA>
## 535                                                  <NA>
## 536                                                  <NA>
## 537                                                  <NA>
## 538                                                  <NA>
## 539                                                  <NA>
## 540                                                  <NA>
## 541                                                  <NA>
## 542                                                  <NA>
## 543                                                  <NA>
## 544                                                  <NA>
## 545                                                  <NA>
## 546                                                  <NA>
## 547                                                  <NA>
## 548                                                  <NA>
## 549                                                  <NA>
## 550                                                  Iraq
## 551                                                  <NA>
## 552                                                  <NA>
## 553                                                  <NA>
## 554                                                  <NA>
## 555                                                  <NA>
## 556                                                  <NA>
## 557                                                  <NA>
## 558                                                  <NA>
## 559                                                  <NA>
## 560                                                  <NA>
## 561                                                  <NA>
## 562                                                  <NA>
## 563                                                  <NA>
## 564                                                  <NA>
## 565                                                  <NA>
## 566                                                  <NA>
## 567                                                  <NA>
## 568                                                  <NA>
## 569                                                  <NA>
## 570                                                  <NA>
## 571                                                  <NA>
## 572                                                  <NA>
## 573                                                  <NA>
## 574                                                  <NA>
## 575                                                  <NA>
## 576                                                  <NA>
## 577                                                  <NA>
## 578                                                  <NA>
## 579                                                  <NA>
## 580                                                  <NA>
## 581                                                  <NA>
## 582                                                  <NA>
## 583                                                  <NA>
## 584                                                  <NA>
## 585                                                  <NA>
## 586                                                  <NA>
## 587                                                  <NA>
## 588                                                  <NA>
## 589                                                  <NA>
## 590                                                  <NA>
## 591                                                  <NA>
## 592                                                  <NA>
## 593                                                  <NA>
## 594                                                  <NA>
## 595                                                  <NA>
## 596                                                  <NA>
## 597                                                  <NA>
## 598                                                  <NA>
## 599                                                  <NA>
## 600                                                  <NA>
## 601                                                  <NA>
## 602                                                  <NA>
## 603                                                  <NA>
## 604                                                  <NA>
## 605                                                  <NA>
## 606                                                  <NA>
## 607                                                  <NA>
## 608                                                  <NA>
## 609                                                  <NA>
## 610                                                  <NA>
## 611                                                  <NA>
## 612                                                  <NA>
## 613                                                  <NA>
## 614                                                  <NA>
## 615                                                  <NA>
## 616                                                  <NA>
## 617                                                  <NA>
## 618                                                  <NA>
## 619                                                  <NA>
## 620                                                  <NA>
## 621                                                  <NA>
## 622                                                  <NA>
## 623                                                  <NA>
## 624                                                  <NA>
## 625                                                  <NA>
## 626                                                  <NA>
## 627                                                  <NA>
## 628                                                  <NA>
## 629                                                  <NA>
## 630                                                  <NA>
## 631                                                  <NA>
## 632                                                  <NA>
## 633                                                  <NA>
## 634                                                  <NA>
## 635                                                  <NA>
## 636                                                  <NA>
## 637                                                  <NA>
## 638                                                  <NA>
## 639                                                  <NA>
## 640                                                  <NA>
## 641                                                  <NA>
## 642                                                  <NA>
## 643                                                  <NA>
## 644                                                  <NA>
## 645                                                  <NA>
## 646                                                  <NA>
## 647                                                  <NA>
## 648                                                  <NA>
## 649                                                  <NA>
## 650                                                  <NA>
## 651                                                  <NA>
## 652                                                  <NA>
## 653                                                  <NA>
## 654                                                  <NA>
## 655                                                  <NA>
## 656                                                  <NA>
## 657                                                  <NA>
## 658                                                  <NA>
## 659                                                  <NA>
## 660                                                  <NA>
## 661                                                  <NA>
## 662                                                  <NA>
## 663                                                  <NA>
## 664                                                  <NA>
## 665                                                  <NA>
## 666                                                  <NA>
## 667                                                  <NA>
## 668                                                  <NA>
## 669                                                  <NA>
## 670                                                  <NA>
## 671                                                  <NA>
## 672                                                  <NA>
## 673                                                  <NA>
## 674                                                  <NA>
## 675                                                  <NA>
## 676                                                  <NA>
## 677                                                  <NA>
## 678                                                  <NA>
## 679                                                  <NA>
## 680                                                 Libya
## 681                                                  <NA>
## 682                                                  <NA>
## 683                                                  <NA>
## 684                                                  <NA>
## 685                                                  <NA>
## 686                                                  <NA>
## 687                                                  <NA>
## 688                                                  <NA>
## 689                                                  <NA>
## 690                                                  <NA>
## 691                                                  <NA>
## 692                                                  <NA>
## 693                                                  <NA>
## 694                                                  <NA>
## 695                                                  <NA>
## 696                                                  <NA>
## 697                                                  <NA>
## 698                                                  <NA>
## 699                                                  <NA>
## 700                                                  <NA>
## 701                                                  <NA>
## 702                                                  <NA>
## 703                                                  <NA>
## 704                                                  <NA>
## 705                                                  <NA>
## 706                                                  <NA>
## 707                                                  <NA>
## 708                                                  <NA>
## 709                                                  <NA>
## 710                                                  <NA>
## 711                                                  <NA>
## 712                                                  <NA>
## 713                                                  <NA>
## 714                                                  <NA>
## 715                                                  <NA>
## 716                                                  <NA>
## 717                                                  <NA>
## 718                                                  <NA>
## 719                                                  <NA>
## 720                                                  <NA>
## 721                                                  <NA>
## 722                                                  <NA>
## 723                                                  <NA>
## 724                                                  <NA>
## 725                                                  <NA>
## 726                                                  <NA>
## 727                                                  <NA>
## 728                                                  <NA>
## 729                                                  <NA>
## 730                                                  <NA>
## 731                                                  <NA>
## 732                                                  <NA>
## 733                                                  <NA>
## 734                                                  <NA>
## 735                                                  <NA>
## 736                                                  <NA>
## 737                                                  <NA>
## 738                                                  <NA>
## 739                                                  <NA>
## 740                                                  <NA>
##                                kidhijcountry ransom     ransomamt
## 1                                       <NA>      0            NA
## 2                                     Mexico      1     800000.00
## 3                                       <NA>      0            NA
## 4                                       <NA>      0            NA
## 5                                       <NA>      0            NA
## 6                                       <NA>      0            NA
## 7                                       <NA>      0            NA
## 8                                       <NA>      0            NA
## 9                                       <NA>      0            NA
## 10                                      <NA>      0            NA
## 11                                      <NA>      0            NA
## 12                                      <NA>      0            NA
## 13                                    Beirut      0            NA
## 14                                      <NA>      0            NA
## 15                                      <NA>      0            NA
## 16                                      <NA>      0            NA
## 17                                      <NA>      0            NA
## 18                                      <NA>      0            NA
## 19                                      <NA>      0            NA
## 20                                      <NA>      0            NA
## 21                                      <NA>      0            NA
## 22                                      <NA>      0            NA
## 23                                      <NA>      0            NA
## 24                                      <NA>      0            NA
## 25                                      <NA>      0            NA
## 26                                      <NA>      0            NA
## 27                                      <NA>      0            NA
## 28                                 Venezuela      1     110000.00
## 29                                      <NA>      0            NA
## 30                                      <NA>      0            NA
## 31                                      <NA>      0            NA
## 32                                      <NA>      0            NA
## 33                                      <NA>      0            NA
## 34                                      <NA>      0            NA
## 35                                      <NA>      0            NA
## 36                                      <NA>      0            NA
## 37                                      <NA>      0            NA
## 38                                      <NA>      0            NA
## 39                                      <NA>      0            NA
## 40                                      <NA>      0            NA
## 41                                      <NA>      0            NA
## 42                                      <NA>      0            NA
## 43                                      <NA>      0            NA
## 44                                      <NA>      0            NA
## 45                                      <NA>      0            NA
## 46                                      <NA>      0            NA
## 47                                      <NA>      0            NA
## 48                                      <NA>      0            NA
## 49                                      <NA>      0            NA
## 50                                      <NA>      0            NA
## 51                                      <NA>      0            NA
## 52                                      <NA>      0            NA
## 53                                      <NA>      0            NA
## 54                                      <NA>      0            NA
## 55                                      <NA>      0            NA
## 56                                      <NA>      0            NA
## 57                                      <NA>      0            NA
## 58                                      <NA>      0            NA
## 59                                      <NA>      0            NA
## 60                                      <NA>      0            NA
## 61                                      <NA>      0            NA
## 62                                      <NA>      0            NA
## 63                                      <NA>      0            NA
## 64                                      <NA>      0            NA
## 65                                      <NA>      0            NA
## 66                                      <NA>      0            NA
## 67                                      <NA>      0            NA
## 68                                      <NA>      0            NA
## 69                                      <NA>      0            NA
## 70                                      <NA>      0            NA
## 71                                      <NA>      0            NA
## 72                                      <NA>      0            NA
## 73                                      <NA>      0            NA
## 74                                      <NA>      0            NA
## 75                                      <NA>      0            NA
## 76                                      <NA>      0            NA
## 77                                      <NA>      0            NA
## 78                                      <NA>      0            NA
## 79                                      <NA>      0            NA
## 80                                      <NA>      0            NA
## 81                                      <NA>      0            NA
## 82                                      <NA>      0            NA
## 83                                      <NA>      0            NA
## 84                                      <NA>      0            NA
## 85                                      <NA>      0            NA
## 86                                      <NA>      0            NA
## 87                                      <NA>      0            NA
## 88                                      <NA>      0            NA
## 89                                      <NA>      0            NA
## 90                                      <NA>      0            NA
## 91                                      <NA>      0            NA
## 92                                      <NA>      0            NA
## 93                                      <NA>      0            NA
## 94                                      <NA>      0            NA
## 95                                      <NA>      0            NA
## 96                                      <NA>      0            NA
## 97                                      <NA>      0            NA
## 98                                      <NA>      0            NA
## 99                                      <NA>      0            NA
## 100                                     <NA>      0            NA
## 101                                     <NA>      0            NA
## 102                                     <NA>      0            NA
## 103                                     <NA>      0            NA
## 104                                    Spain      1          0.00
## 105                                     <NA>      0            NA
## 106                                     <NA>      0            NA
## 107                                     <NA>      0            NA
## 108                                     <NA>      0            NA
## 109                                     <NA>      0            NA
## 110                                     <NA>      0            NA
## 111                                     <NA>      0            NA
## 112                                     <NA>      0            NA
## 113                                Guatemala      1          0.00
## 114                                     <NA>      0            NA
## 115                                     <NA>      0            NA
## 116                                     <NA>      0            NA
## 117                                     <NA>      0            NA
## 118                                     <NA>      0            NA
## 119                                     <NA>      0            NA
## 120                                     <NA>      0            NA
## 121                                     <NA>      0            NA
## 122                                     <NA>      0            NA
## 123                                     <NA>      0            NA
## 124                                   Brazil      1          0.00
## 125                                     <NA>      0            NA
## 126                                     <NA>      0            NA
## 127                                     <NA>      0            NA
## 128                                     <NA>      0            NA
## 129                                     <NA>      0            NA
## 130                                     <NA>      0            NA
## 131                                     <NA>      0            NA
## 132                                     <NA>      0            NA
## 133                                 Ethiopia      1          0.00
## 134                                     <NA>      0            NA
## 135                                     <NA>      0            NA
## 136                                 Cambodia      0            NA
## 137                                     <NA>      0            NA
## 138                                     <NA>      0            NA
## 139                                     <NA>      0            NA
## 140                                     <NA>      0            NA
## 141                                     <NA>      0            NA
## 142                                     <NA>      0            NA
## 143                                     <NA>      0            NA
## 144                                     <NA>      0            NA
## 145                                     <NA>      0            NA
## 146                                     <NA>      0            NA
## 147                                     <NA>      0            NA
## 148                                     <NA>      0            NA
## 149                                     <NA>      0            NA
## 150                                     <NA>      0            NA
## 151                                     <NA>      0            NA
## 152                       Dominican Republic      1          0.00
## 153                                Argentina      1          0.00
## 154                                     <NA>      0            NA
## 155                                     <NA>      0            NA
## 156                                     <NA>      0            NA
## 157                                     <NA>      0            NA
## 158                                Argentina      1          0.00
## 159                                     <NA>      0            NA
## 160                                     <NA>      0            NA
## 161                                     <NA>      0            NA
## 162                                Guatemala      1     700000.00
## 163                              South Korea      0            NA
## 164                                     <NA>      0            NA
## 165                                     <NA>      0            NA
## 166                                 Ethiopia      0            NA
## 167                                     <NA>      0            NA
## 168                                     <NA>      0            NA
## 169                                     <NA>      0            NA
## 170                                     <NA>      0            NA
## 171                                     <NA>      0            NA
## 172                                     <NA>      0            NA
## 173                                     <NA>      0            NA
## 174                                     <NA>      0            NA
## 175                                     <NA>      0            NA
## 176                                   Brazil      0            NA
## 177                                     <NA>      0            NA
## 178                                     <NA>      0            NA
## 179                                     <NA>      0            NA
## 180                                     <NA>      0            NA
## 181                                     <NA>      0            NA
## 182                                     <NA>      0            NA
## 183                                     <NA>      0            NA
## 184                                     <NA>      0            NA
## 185                                     <NA>      0            NA
## 186                                     <NA>      0            NA
## 187                                     <NA>      0            NA
## 188                                     <NA>      0            NA
## 189                                     <NA>      0            NA
## 190                                     <NA>      0            NA
## 191                                     <NA>      0            NA
## 192                                     <NA>      0            NA
## 193                                     <NA>      0            NA
## 194                                     <NA>      0            NA
## 195                                     <NA>      0            NA
## 196                                     <NA>      0            NA
## 197                                     <NA>      0            NA
## 198                                     <NA>      0            NA
## 199                                     <NA>      0            NA
## 200                                     <NA>      0            NA
## 201                                     <NA>      0            NA
## 202                                     <NA>      0            NA
## 203                                     <NA>      0            NA
## 204                                     <NA>      0            NA
## 205                                     <NA>      0            NA
## 206                                     <NA>      0            NA
## 207                                     <NA>      0            NA
## 208                                     <NA>      0            NA
## 209                                     <NA>      0            NA
## 210                                     <NA>      0            NA
## 211                                     <NA>      0            NA
## 212                                     <NA>      0            NA
## 213                                     <NA>      0            NA
## 214                                     <NA>      0            NA
## 215                                     <NA>      0            NA
## 216                                     <NA>      0            NA
## 217                                     <NA>      0            NA
## 218                                     <NA>      0            NA
## 219                                     <NA>      0            NA
## 220                                     <NA>      0            NA
## 221                                     <NA>      0            NA
## 222                                     <NA>      0            NA
## 223                                     <NA>      0            NA
## 224                                     <NA>      0            NA
## 225                                     <NA>      0            NA
## 226                                     <NA>      0            NA
## 227                                     <NA>      0            NA
## 228                                     <NA>      0            NA
## 229                                     <NA>      0            NA
## 230                                     <NA>      0            NA
## 231                                     <NA>      0            NA
## 232                                     <NA>      0            NA
## 233                                     <NA>      0            NA
## 234                                     <NA>      0            NA
## 235                                     <NA>      0            NA
## 236                                     <NA>      0            NA
## 237                                     <NA>      0            NA
## 238                                     <NA>      0            NA
## 239                                     <NA>      0            NA
## 240                                     <NA>      0            NA
## 241                                     <NA>      0            NA
## 242                                     <NA>      0            NA
## 243                                     <NA>      0            NA
## 244                                     <NA>      0            NA
## 245                                     <NA>      0            NA
## 246                                     <NA>      0            NA
## 247                                     <NA>      0            NA
## 248                                     <NA>      0            NA
## 249                                     <NA>      0            NA
## 250                                     <NA>      0            NA
## 251                                     <NA>      0            NA
## 252                                     <NA>      0            NA
## 253                                     <NA>      0            NA
## 254                                     <NA>      0            NA
## 255                                     <NA>      0            NA
## 256                                     <NA>      0            NA
## 257                                     <NA>      0            NA
## 258                                     <NA>      0            NA
## 259                                     <NA>      0            NA
## 260                                     <NA>      0            NA
## 261                                     <NA>      0            NA
## 262                                     <NA>      0            NA
## 263                                     <NA>      0            NA
## 264                                     <NA>      0            NA
## 265                                     <NA>      0            NA
## 266                                     <NA>      0            NA
## 267                                     <NA>      0            NA
## 268                                     <NA>      0            NA
## 269                                     <NA>      0            NA
## 270                                     <NA>      0            NA
## 271                                     <NA>      0            NA
## 272                                     <NA>      0            NA
## 273                                     <NA>      0            NA
## 274                                     <NA>      0            NA
## 275                                     <NA>      0            NA
## 276                                     <NA>      0            NA
## 277                                     <NA>      0            NA
## 278                                     <NA>      0            NA
## 279                                     <NA>      0            NA
## 280                                     <NA>      0            NA
## 281                                     <NA>      0            NA
## 282                                     <NA>      0            NA
## 283                                     <NA>      0            NA
## 284                                     <NA>      0            NA
## 285                                     <NA>      0            NA
## 286                                     <NA>      0            NA
## 287                                     <NA>      0            NA
## 288                                     <NA>      0            NA
## 289                                     <NA>      0            NA
## 290                                     <NA>      0            NA
## 291                                     <NA>      0            NA
## 292                                     <NA>      0            NA
## 293                                     <NA>      0            NA
## 294                                     <NA>      0            NA
## 295                                     <NA>      0            NA
## 296                                     <NA>      0            NA
## 297                                     <NA>      0            NA
## 298                                     <NA>      0            NA
## 299                                     <NA>      0            NA
## 300                                     <NA>      0            NA
## 301                                     <NA>      0            NA
## 302                                     <NA>      0            NA
## 303                                     <NA>      0            NA
## 304                                     <NA>      0            NA
## 305                                     <NA>      0            NA
## 306                                     <NA>      0            NA
## 307                                     <NA>      0            NA
## 308                                     <NA>      0            NA
## 309                                     <NA>      0            NA
## 310                                     <NA>      0            NA
## 311                                     <NA>      0            NA
## 312                                Argentina      0            NA
## 313                                     <NA>      0            NA
## 314                                     <NA>      0            NA
## 315                                     <NA>      0            NA
## 316                                     <NA>      0            NA
## 317                                     <NA>      0            NA
## 318                                     <NA>      0            NA
## 319                                     <NA>      0            NA
## 320                                     <NA>      0            NA
## 321                                     <NA>      0            NA
## 322                                     <NA>      0            NA
## 323                                     <NA>      0            NA
## 324                                     <NA>      0            NA
## 325                                     <NA>      0            NA
## 326                                     <NA>      0            NA
## 327                                     <NA>      0            NA
## 328                                     <NA>      0            NA
## 329                                     <NA>      0            NA
## 330                                   Jordan      1          0.00
## 331                                     <NA>      0            NA
## 332                                     <NA>      0            NA
## 333                                     <NA>      0            NA
## 334                                Venezuela      1      12000.00
## 335                                     <NA>      0            NA
## 336                                     <NA>      0            NA
## 337                                     <NA>      0            NA
## 338                                     <NA>      0            NA
## 339                                     <NA>      0            NA
## 340                                     <NA>      0            NA
## 341                                     <NA>      0            NA
## 342                                   Brazil      1          0.00
## 343                                     <NA>      0            NA
## 344                                     <NA>      0            NA
## 345                                     <NA>      0            NA
## 346                                     <NA>      0            NA
## 347                                     <NA>      0            NA
## 348                                     <NA>      0            NA
## 349                                     <NA>      0            NA
## 350                                     <NA>      0            NA
## 351                                     <NA>      0            NA
## 352                                     <NA>      0            NA
## 353                                     <NA>      0            NA
## 354                                     <NA>      0            NA
## 355                                     <NA>      0            NA
## 356                                     <NA>      0            NA
## 357                                     <NA>      0            NA
## 358                                     <NA>      0            NA
## 359                                     <NA>      0            NA
## 360                                     <NA>      0            NA
## 361                                     <NA>      0            NA
## 362                                     <NA>      0            NA
## 363                                     <NA>      0            NA
## 364                                     <NA>      0            NA
## 365                                     <NA>      0            NA
## 366                                     <NA>      0            NA
## 367                                     <NA>      0            NA
## 368                                     <NA>      0            NA
## 369                                     <NA>      0            NA
## 370                                     <NA>      0            NA
## 371                                     <NA>      0            NA
## 372                                     <NA>      0            NA
## 373                                     <NA>      0            NA
## 374                                     <NA>      0            NA
## 375                                     <NA>      0            NA
## 376                                     <NA>      0            NA
## 377                                     <NA>      0            NA
## 378                                     <NA>      0            NA
## 379                                     <NA>      0            NA
## 380                                   Brazil      0            NA
## 381                                     <NA>      0            NA
## 382                                     <NA>      0            NA
## 383                                     <NA>      0            NA
## 384                                     <NA>      0            NA
## 385                                     <NA>      0            NA
## 386                                     <NA>      0            NA
## 387                                     <NA>      0            NA
## 388                                     <NA>      0            NA
## 389                                     <NA>      0            NA
## 390                                     <NA>      0            NA
## 391                                     <NA>      0            NA
## 392                                     <NA>      0            NA
## 393                                     <NA>      0            NA
## 394                                     <NA>      0            NA
## 395                                     <NA>      0            NA
## 396                                     <NA>      0            NA
## 397                                     <NA>      0            NA
## 398                                     <NA>      0            NA
## 399                                     <NA>      0            NA
## 400                                     <NA>      0            NA
## 401                                     <NA>      0            NA
## 402                                     <NA>      0            NA
## 403                                     <NA>      0            NA
## 404                                     <NA>      0            NA
## 405                                     <NA>      0            NA
## 406                                 Colombia      0            NA
## 407                                Guatemala      0            NA
## 408                                     <NA>      0            NA
## 409                                     <NA>      0            NA
## 410                                     <NA>      0            NA
## 411                                     <NA>      0            NA
## 412                                     <NA>      0            NA
## 413                                     <NA>      0            NA
## 414                                     <NA>      0            NA
## 415                                     <NA>      0            NA
## 416                                     <NA>      0            NA
## 417                                     <NA>      0            NA
## 418                                  Bolivia      1          0.00
## 419                                     <NA>      0            NA
## 420                                     <NA>      0            NA
## 421                                     <NA>      0            NA
## 422                                   Greece      0            NA
## 423                                     <NA>      0            NA
## 424                                     <NA>      0            NA
## 425                                Nicaragua      1      15000.00
## 426                                     <NA>      0            NA
## 427                                   Brazil      1          0.00
## 428                                     <NA>      0            NA
## 429                                     <NA>      0            NA
## 430                                     <NA>      0            NA
## 431                                     <NA>      0            NA
## 432                                     <NA>      0            NA
## 433                                     <NA>      0            NA
## 434                                     <NA>      0            NA
## 435                                     <NA>      0            NA
## 436                                  Uruguay      1          0.00
## 437                                     <NA>      0            NA
## 438                                     <NA>      0            NA
## 439                                     <NA>      0            NA
## 440                                     <NA>      0            NA
## 441                                  Uruguay      0            NA
## 442                                  Uruguay      1     250000.00
## 443                                  Uruguay      1          0.00
## 444                                     <NA>      0            NA
## 445                                     <NA>      0            NA
## 446                                     <NA>      0            NA
## 447                                     <NA>      0            NA
## 448                                     <NA>      0            NA
## 449                                     <NA>      0            NA
## 450                                     <NA>      0            NA
## 451                                     <NA>      0            NA
## 452                                     <NA>      0            NA
## 453                                     <NA>      0            NA
## 454                                     <NA>      0            NA
## 455                                     <NA>      0            NA
## 456                                     <NA>      0            NA
## 457                                     <NA>      0            NA
## 458                                     <NA>      0            NA
## 459                                     <NA>      0            NA
## 460                                     <NA>      0            NA
## 461                                     <NA>      0            NA
## 462                                     <NA>      0            NA
## 463                                     <NA>      0            NA
## 464                                     <NA>      0            NA
## 465                                     <NA>      0            NA
## 466                                  Uruguay      1          0.00
## 467                                     <NA>      0            NA
## 468                                     <NA>      0            NA
## 469                                     <NA>      0            NA
## 470                                     <NA>      0            NA
## 471                                     <NA>      0            NA
## 472                                     <NA>      0            NA
## 473                                     <NA>      0            NA
## 474                                     <NA>      0            NA
## 475                                   Mexico      0            NA
## 476                                     <NA>      0            NA
## 477                                     <NA>      0            NA
## 478                                     <NA>      0            NA
## 479                                     <NA>      0            NA
## 480                                     <NA>      0            NA
## 481                                     <NA>      0            NA
## 482                                     <NA>      0            NA
## 483                                     <NA>      0            NA
## 484                                     <NA>      0            NA
## 485                                     <NA>      0            NA
## 486                                     <NA>      0            NA
## 487                                     <NA>      0            NA
## 488                                   Jordan      0            NA
## 489                                     <NA>      0            NA
## 490                                     <NA>      0            NA
## 491                                     <NA>      0            NA
## 492                                     <NA>      0            NA
## 493                                     <NA>      0            NA
## 494                                     <NA>      0            NA
## 495                                     <NA>      0            NA
## 496                                     <NA>      0            NA
## 497                                     <NA>      0            NA
## 498                                     <NA>      0            NA
## 499                                     <NA>      0            NA
## 500                                     <NA>      0            NA
## 501                                     <NA>      0            NA
## 502                                     <NA>      0            NA
## 503                                   Jordan      0            NA
## 504                                   Jordan      0            NA
## 505                                    Egypt      0            NA
## 506                                  England      0            NA
## 507                                     <NA>      0            NA
## 508                                     <NA>      0            NA
## 509                                     <NA>      0            NA
## 510                                     <NA>      0            NA
## 511                                     <NA>      0            NA
## 512                                   Jordan      1          0.00
## 513                                     <NA>      0            NA
## 514                                Argentina      0            NA
## 515                            Great Britain      1          0.00
## 516                                     <NA>      0            NA
## 517                                     <NA>      0            NA
## 518                                     <NA>      0            NA
## 519                                     <NA>      0            NA
## 520                                     <NA>      0            NA
## 521                                     <NA>      0            NA
## 522                                     <NA>      0            NA
## 523                                     <NA>      0            NA
## 524                                     <NA>      0            NA
## 525                                     <NA>      0            NA
## 526                                  Uruguay      1          0.00
## 527                                     <NA>      0            NA
## 528                 Arrested before boarding      0            NA
## 529                                     <NA>      0            NA
## 530                                     <NA>      0            NA
## 531                                     <NA>      0            NA
## 532                                     <NA>      0            NA
## 533                                     <NA>      0            NA
## 534                                     <NA>      0            NA
## 535                                     <NA>      0            NA
## 536                                     <NA>      0            NA
## 537                                   Canada      0            NA
## 538                                     <NA>      0            NA
## 539                                     <NA>      0            NA
## 540                                     <NA>      0            NA
## 541                                     <NA>      0            NA
## 542                                     <NA>      0            NA
## 543                                     <NA>      0            NA
## 544                                     <NA>      0            NA
## 545                                     <NA>      0            NA
## 546                                     <NA>      0            NA
## 547                                     <NA>      0            NA
## 548                                     <NA>      0            NA
## 549                                   Canada      0            NA
## 550                                     Iraq      0            NA
## 551                                     <NA>      0            NA
## 552                                     <NA>      0            NA
## 553                                     <NA>      0            NA
## 554                                     <NA>      0            NA
## 555                                     <NA>      0            NA
## 556                                     <NA>      0            NA
## 557                                     <NA>      0            NA
## 558                                     <NA>      0            NA
## 559                                     <NA>      0            NA
## 560                                     <NA>      0            NA
## 561                                     <NA>      0            NA
## 562                                     <NA>      0            NA
## 563                                     <NA>      0            NA
## 564                                     <NA>      0            NA
## 565                                     <NA>      0            NA
## 566                                     <NA>      0            NA
## 567                                     <NA>      0            NA
## 568                                     <NA>      0            NA
## 569                                     <NA>      0            NA
## 570                                     <NA>      0            NA
## 571                                     <NA>      0            NA
## 572                                     <NA>      0            NA
## 573                                     <NA>      0            NA
## 574                                     <NA>      0            NA
## 575                                     <NA>      0            NA
## 576                                     <NA>      0            NA
## 577                                     <NA>      0            NA
## 578                                     <NA>      0            NA
## 579                                     <NA>      0            NA
## 580                                     <NA>      0            NA
## 581                                     <NA>      0            NA
## 582                                     <NA>      0            NA
## 583                                     <NA>      0            NA
## 584                                     <NA>      0            NA
## 585                                     Iran      0            NA
## 586                                     <NA>      0            NA
## 587                                     <NA>      0            NA
## 588                                     <NA>      0            NA
## 589                                     <NA>      0            NA
## 590                                     <NA>      0            NA
## 591                                     <NA>      0            NA
## 592                                     <NA>      0            NA
## 593                                     <NA>      0            NA
## 594                                     <NA>      0            NA
## 595                                     <NA>      0            NA
## 596                                     <NA>      0            NA
## 597                                     <NA>      0            NA
## 598                                     <NA>      0            NA
## 599                                     <NA>      0            NA
## 600                                     <NA>      0            NA
## 601                                     <NA>      0            NA
## 602                                     <NA>      0            NA
## 603                                     <NA>      0            NA
## 604                                     <NA>      0            NA
## 605                                     <NA>      0            NA
## 606                                     <NA>      0            NA
## 607                                     <NA>      0            NA
## 608                                     <NA>      0            NA
## 609                                     <NA>      0            NA
## 610                                     <NA>      0            NA
## 611                                     <NA>      0            NA
## 612                                     <NA>      0            NA
## 613                                     <NA>      0            NA
## 614                                     <NA>      0            NA
## 615                                     <NA>      0            NA
## 616                                     <NA>      0            NA
## 617                                     <NA>      0            NA
## 618                                     <NA>      0            NA
## 619                                     <NA>      0            NA
## 620                                     <NA>      0            NA
## 621                                     <NA>      0            NA
## 622                                     <NA>      0            NA
## 623                                     <NA>      0            NA
## 624                                     <NA>      0            NA
## 625                                     <NA>      0            NA
## 626                                    Spain      1          0.00
## 627                                     <NA>      0            NA
## 628                                     <NA>      0            NA
## 629                                     <NA>      0            NA
## 630                                   Brazil      1          0.00
## 631                                     <NA>      0            NA
## 632                                     <NA>      0            NA
## 633                                     <NA>      0            NA
## 634                                     <NA>      0            NA
## 635                                     <NA>      0            NA
## 636                                     <NA>      0            NA
## 637                                     <NA>      0            NA
## 638                                     <NA>      0            NA
## 639                                     <NA>      0            NA
## 640                                     <NA>      0            NA
## 641                                     <NA>      0            NA
## 642                                     <NA>      0            NA
## 643                                     <NA>      0            NA
## 644                                     <NA>      0            NA
## 645                                     <NA>      0            NA
## 646                                     <NA>      0            NA
## 647                                     <NA>      0            NA
## 648                                     <NA>      0            NA
## 649                                     <NA>      0            NA
## 650                                     <NA>      0            NA
## 651                                     <NA>      0            NA
## 652                                     <NA>      0            NA
## 653                                     <NA>      0            NA
## 654                                     <NA>      0            NA
## 655                                     <NA>      0            NA
## 656                                     <NA>      0            NA
## 657                                     <NA>      0            NA
## 658                                  Uruguay      1          0.00
## 659                                     <NA>      0            NA
## 660                                     <NA>      0            NA
## 661                                     <NA>      0            NA
## 662                                     <NA>      0            NA
## 663                                     <NA>      0            NA
## 664                                     <NA>      0            NA
## 665                                     <NA>      0            NA
## 666                                     <NA>      0            NA
## 667                                     <NA>      0            NA
## 668                                     <NA>      0            NA
## 669                                   Zambia      0            NA
## 670                                     <NA>      0            NA
## 671                                     <NA>      0            NA
## 672                                     <NA>      0            NA
## 673                                     <NA>      0            NA
## 674                                     <NA>      0            NA
## 675                                     <NA>      0            NA
## 676                                     <NA>      0            NA
## 677                                     <NA>      0            NA
## 678                                     <NA>      0            NA
## 679                                     <NA>      0            NA
## 680                                    Libya      0            NA
## 681                                     <NA>      0            NA
## 682                                     <NA>      0            NA
## 683                                     <NA>      0            NA
## 684                                     <NA>      0            NA
## 685                                     <NA>      0            NA
## 686                                     <NA>      0            NA
## 687                                     <NA>      0            NA
## 688                                     <NA>      0            NA
## 689                                     <NA>      0            NA
## 690                                     <NA>      0            NA
## 691                                     <NA>      0            NA
## 692                                     <NA>      0            NA
## 693                                     <NA>      0            NA
## 694                                     <NA>      0            NA
## 695                                     <NA>      0            NA
## 696                                     <NA>      0            NA
## 697                                     <NA>      0            NA
## 698                                  Uruguay      1     100000.00
## 699                                     <NA>      0            NA
## 700                                     <NA>      0            NA
## 701                                     <NA>      0            NA
## 702                                     <NA>      0            NA
## 703                                     <NA>      0            NA
## 704                                     <NA>      0            NA
## 705                                     <NA>      0            NA
## 706                                     <NA>      0            NA
## 707                                     <NA>      0            NA
## 708                                     <NA>      0            NA
## 709                                     <NA>      0            NA
## 710                                     <NA>      0            NA
## 711                                     <NA>      0            NA
## 712                                Venezuela      1     400000.00
## 713                                     <NA>      0            NA
## 714                                     <NA>      0            NA
## 715                                     <NA>      0            NA
## 716                                     <NA>      0            NA
## 717                                     <NA>      0            NA
## 718                                     <NA>      0            NA
## 719                                   Turkey      1          0.00
## 720                                     <NA>      0            NA
## 721                                     <NA>      0            NA
## 722                                     <NA>      0            NA
## 723                                     <NA>      0            NA
## 724                                     <NA>      0            NA
## 725                                     <NA>      0            NA
## 726                                     <NA>      0            NA
## 727                                     <NA>      0            NA
## 728                                     <NA>      0            NA
## 729                               Costa Rica      0            NA
## 730                                     <NA>      0            NA
## 731                                     <NA>      0            NA
## 732                                Venezuela      1     100000.00
## 733                                     <NA>      0            NA
## 734                                     <NA>      0            NA
## 735                                     <NA>      0            NA
## 736                                     <NA>      0            NA
## 737                                     <NA>      0            NA
## 738                                     <NA>      0            NA
## 739                                     <NA>      0            NA
## 740                                     <NA>      0            NA
##         ransomamtus   ransompaid ransompaidus
## 1                NA           NA           NA
## 2                NA           NA           NA
## 3                NA           NA           NA
## 4                NA           NA           NA
## 5                NA           NA           NA
## 6                NA           NA           NA
## 7                NA           NA           NA
## 8                NA           NA           NA
## 9                NA           NA           NA
## 10               NA           NA           NA
## 11               NA           NA           NA
## 12               NA           NA           NA
## 13               NA           NA           NA
## 14               NA           NA           NA
## 15               NA           NA           NA
## 16               NA           NA           NA
## 17               NA           NA           NA
## 18               NA           NA           NA
## 19               NA           NA           NA
## 20               NA           NA           NA
## 21               NA           NA           NA
## 22               NA           NA           NA
## 23               NA           NA           NA
## 24               NA           NA           NA
## 25               NA           NA           NA
## 26               NA           NA           NA
## 27               NA           NA           NA
## 28               NA    110000.00           NA
## 29               NA           NA           NA
## 30               NA           NA           NA
## 31               NA           NA           NA
## 32               NA           NA           NA
## 33               NA           NA           NA
## 34               NA           NA           NA
## 35               NA           NA           NA
## 36               NA           NA           NA
## 37               NA           NA           NA
## 38               NA           NA           NA
## 39               NA           NA           NA
## 40               NA           NA           NA
## 41               NA           NA           NA
## 42               NA           NA           NA
## 43               NA           NA           NA
## 44               NA           NA           NA
## 45               NA           NA           NA
## 46               NA           NA           NA
## 47               NA           NA           NA
## 48               NA           NA           NA
## 49               NA           NA           NA
## 50               NA           NA           NA
## 51               NA           NA           NA
## 52               NA           NA           NA
## 53               NA           NA           NA
## 54               NA           NA           NA
## 55               NA           NA           NA
## 56               NA           NA           NA
## 57               NA           NA           NA
## 58               NA           NA           NA
## 59               NA           NA           NA
## 60               NA           NA           NA
## 61               NA           NA           NA
## 62               NA           NA           NA
## 63               NA           NA           NA
## 64               NA           NA           NA
## 65               NA           NA           NA
## 66               NA           NA           NA
## 67               NA           NA           NA
## 68               NA           NA           NA
## 69               NA           NA           NA
## 70               NA           NA           NA
## 71               NA           NA           NA
## 72               NA           NA           NA
## 73               NA           NA           NA
## 74               NA           NA           NA
## 75               NA           NA           NA
## 76               NA           NA           NA
## 77               NA           NA           NA
## 78               NA           NA           NA
## 79               NA           NA           NA
## 80               NA           NA           NA
## 81               NA           NA           NA
## 82               NA           NA           NA
## 83               NA           NA           NA
## 84               NA           NA           NA
## 85               NA           NA           NA
## 86               NA           NA           NA
## 87               NA           NA           NA
## 88               NA           NA           NA
## 89               NA           NA           NA
## 90               NA           NA           NA
## 91               NA           NA           NA
## 92               NA           NA           NA
## 93               NA           NA           NA
## 94               NA           NA           NA
## 95               NA           NA           NA
## 96               NA           NA           NA
## 97               NA           NA           NA
## 98               NA           NA           NA
## 99               NA           NA           NA
## 100              NA           NA           NA
## 101              NA           NA           NA
## 102              NA           NA           NA
## 103              NA           NA           NA
## 104              NA           NA           NA
## 105              NA           NA           NA
## 106              NA           NA           NA
## 107              NA           NA           NA
## 108              NA           NA           NA
## 109              NA           NA           NA
## 110              NA           NA           NA
## 111              NA           NA           NA
## 112              NA           NA           NA
## 113              NA           NA           NA
## 114              NA           NA           NA
## 115              NA           NA           NA
## 116              NA           NA           NA
## 117              NA           NA           NA
## 118              NA           NA           NA
## 119              NA           NA           NA
## 120              NA           NA           NA
## 121              NA           NA           NA
## 122              NA           NA           NA
## 123              NA           NA           NA
## 124              NA           NA           NA
## 125              NA           NA           NA
## 126              NA           NA           NA
## 127              NA           NA           NA
## 128              NA           NA           NA
## 129              NA           NA           NA
## 130              NA           NA           NA
## 131              NA           NA           NA
## 132              NA           NA           NA
## 133              NA           NA           NA
## 134              NA           NA           NA
## 135              NA           NA           NA
## 136              NA           NA           NA
## 137              NA           NA           NA
## 138              NA           NA           NA
## 139              NA           NA           NA
## 140              NA           NA           NA
## 141              NA           NA           NA
## 142              NA           NA           NA
## 143              NA           NA           NA
## 144              NA           NA           NA
## 145              NA           NA           NA
## 146              NA           NA           NA
## 147              NA           NA           NA
## 148              NA           NA           NA
## 149              NA           NA           NA
## 150              NA           NA           NA
## 151              NA           NA           NA
## 152              NA           NA           NA
## 153              NA           NA           NA
## 154              NA           NA           NA
## 155              NA           NA           NA
## 156              NA           NA           NA
## 157              NA           NA           NA
## 158              NA           NA           NA
## 159              NA           NA           NA
## 160              NA           NA           NA
## 161              NA           NA           NA
## 162              NA           NA           NA
## 163              NA           NA           NA
## 164              NA           NA           NA
## 165              NA           NA           NA
## 166              NA           NA           NA
## 167              NA           NA           NA
## 168              NA           NA           NA
## 169              NA           NA           NA
## 170              NA           NA           NA
## 171              NA           NA           NA
## 172              NA           NA           NA
## 173              NA           NA           NA
## 174              NA           NA           NA
## 175              NA           NA           NA
## 176              NA           NA           NA
## 177              NA           NA           NA
## 178              NA           NA           NA
## 179              NA           NA           NA
## 180              NA           NA           NA
## 181              NA           NA           NA
## 182              NA           NA           NA
## 183              NA           NA           NA
## 184              NA           NA           NA
## 185              NA           NA           NA
## 186              NA           NA           NA
## 187              NA           NA           NA
## 188              NA           NA           NA
## 189              NA           NA           NA
## 190              NA           NA           NA
## 191              NA           NA           NA
## 192              NA           NA           NA
## 193              NA           NA           NA
## 194              NA           NA           NA
## 195              NA           NA           NA
## 196              NA           NA           NA
## 197              NA           NA           NA
## 198              NA           NA           NA
## 199              NA           NA           NA
## 200              NA           NA           NA
## 201              NA           NA           NA
## 202              NA           NA           NA
## 203              NA           NA           NA
## 204              NA           NA           NA
## 205              NA           NA           NA
## 206              NA           NA           NA
## 207              NA           NA           NA
## 208              NA           NA           NA
## 209              NA           NA           NA
## 210              NA           NA           NA
## 211              NA           NA           NA
## 212              NA           NA           NA
## 213              NA           NA           NA
## 214              NA           NA           NA
## 215              NA           NA           NA
## 216              NA           NA           NA
## 217              NA           NA           NA
## 218              NA           NA           NA
## 219              NA           NA           NA
## 220              NA           NA           NA
## 221              NA           NA           NA
## 222              NA           NA           NA
## 223              NA           NA           NA
## 224              NA           NA           NA
## 225              NA           NA           NA
## 226              NA           NA           NA
## 227              NA           NA           NA
## 228              NA           NA           NA
## 229              NA           NA           NA
## 230              NA           NA           NA
## 231              NA           NA           NA
## 232              NA           NA           NA
## 233              NA           NA           NA
## 234              NA           NA           NA
## 235              NA           NA           NA
## 236              NA           NA           NA
## 237              NA           NA           NA
## 238              NA           NA           NA
## 239              NA           NA           NA
## 240              NA           NA           NA
## 241              NA           NA           NA
## 242              NA           NA           NA
## 243              NA           NA           NA
## 244              NA           NA           NA
## 245              NA           NA           NA
## 246              NA           NA           NA
## 247              NA           NA           NA
## 248              NA           NA           NA
## 249              NA           NA           NA
## 250              NA           NA           NA
## 251              NA           NA           NA
## 252              NA           NA           NA
## 253              NA           NA           NA
## 254              NA           NA           NA
## 255              NA           NA           NA
## 256              NA           NA           NA
## 257              NA           NA           NA
## 258              NA           NA           NA
## 259              NA           NA           NA
## 260              NA           NA           NA
## 261              NA           NA           NA
## 262              NA           NA           NA
## 263              NA           NA           NA
## 264              NA           NA           NA
## 265              NA           NA           NA
## 266              NA           NA           NA
## 267              NA           NA           NA
## 268              NA           NA           NA
## 269              NA           NA           NA
## 270              NA           NA           NA
## 271              NA           NA           NA
## 272              NA           NA           NA
## 273              NA           NA           NA
## 274              NA           NA           NA
## 275              NA           NA           NA
## 276              NA           NA           NA
## 277              NA           NA           NA
## 278              NA           NA           NA
## 279              NA           NA           NA
## 280              NA           NA           NA
## 281              NA           NA           NA
## 282              NA           NA           NA
## 283              NA           NA           NA
## 284              NA           NA           NA
## 285              NA           NA           NA
## 286              NA           NA           NA
## 287              NA           NA           NA
## 288              NA           NA           NA
## 289              NA           NA           NA
## 290              NA           NA           NA
## 291              NA           NA           NA
## 292              NA           NA           NA
## 293              NA           NA           NA
## 294              NA           NA           NA
## 295              NA           NA           NA
## 296              NA           NA           NA
## 297              NA           NA           NA
## 298              NA           NA           NA
## 299              NA           NA           NA
## 300              NA           NA           NA
## 301              NA           NA           NA
## 302              NA           NA           NA
## 303              NA           NA           NA
## 304              NA           NA           NA
## 305              NA           NA           NA
## 306              NA           NA           NA
## 307              NA           NA           NA
## 308              NA           NA           NA
## 309              NA           NA           NA
## 310              NA           NA           NA
## 311              NA           NA           NA
## 312              NA           NA           NA
## 313              NA           NA           NA
## 314              NA           NA           NA
## 315              NA           NA           NA
## 316              NA           NA           NA
## 317              NA           NA           NA
## 318              NA           NA           NA
## 319              NA           NA           NA
## 320              NA           NA           NA
## 321              NA           NA           NA
## 322              NA           NA           NA
## 323              NA           NA           NA
## 324              NA           NA           NA
## 325              NA           NA           NA
## 326              NA           NA           NA
## 327              NA           NA           NA
## 328              NA           NA           NA
## 329              NA           NA           NA
## 330              NA           NA           NA
## 331              NA           NA           NA
## 332              NA           NA           NA
## 333              NA           NA           NA
## 334              NA     12000.00           NA
## 335              NA           NA           NA
## 336              NA           NA           NA
## 337              NA           NA           NA
## 338              NA           NA           NA
## 339              NA           NA           NA
## 340              NA           NA           NA
## 341              NA           NA           NA
## 342              NA           NA           NA
## 343              NA           NA           NA
## 344              NA           NA           NA
## 345              NA           NA           NA
## 346              NA           NA           NA
## 347              NA           NA           NA
## 348              NA           NA           NA
## 349              NA           NA           NA
## 350              NA           NA           NA
## 351              NA           NA           NA
## 352              NA           NA           NA
## 353              NA           NA           NA
## 354              NA           NA           NA
## 355              NA           NA           NA
## 356              NA           NA           NA
## 357              NA           NA           NA
## 358              NA           NA           NA
## 359              NA           NA           NA
## 360              NA           NA           NA
## 361              NA           NA           NA
## 362              NA           NA           NA
## 363              NA           NA           NA
## 364              NA           NA           NA
## 365              NA           NA           NA
## 366              NA           NA           NA
## 367              NA           NA           NA
## 368              NA           NA           NA
## 369              NA           NA           NA
## 370              NA           NA           NA
## 371              NA           NA           NA
## 372              NA           NA           NA
## 373              NA           NA           NA
## 374              NA           NA           NA
## 375              NA           NA           NA
## 376              NA           NA           NA
## 377              NA           NA           NA
## 378              NA           NA           NA
## 379              NA           NA           NA
## 380              NA           NA           NA
## 381              NA           NA           NA
## 382              NA           NA           NA
## 383              NA           NA           NA
## 384              NA           NA           NA
## 385              NA           NA           NA
## 386              NA           NA           NA
## 387              NA           NA           NA
## 388              NA           NA           NA
## 389              NA           NA           NA
## 390              NA           NA           NA
## 391              NA           NA           NA
## 392              NA           NA           NA
## 393              NA           NA           NA
## 394              NA           NA           NA
## 395              NA           NA           NA
## 396              NA           NA           NA
## 397              NA           NA           NA
## 398              NA           NA           NA
## 399              NA           NA           NA
## 400              NA           NA           NA
## 401              NA           NA           NA
## 402              NA           NA           NA
## 403              NA           NA           NA
## 404              NA           NA           NA
## 405              NA           NA           NA
## 406              NA           NA           NA
## 407              NA           NA           NA
## 408              NA           NA           NA
## 409              NA           NA           NA
## 410              NA           NA           NA
## 411              NA           NA           NA
## 412              NA           NA           NA
## 413              NA           NA           NA
## 414              NA           NA           NA
## 415              NA           NA           NA
## 416              NA           NA           NA
## 417              NA           NA           NA
## 418              NA           NA           NA
## 419              NA           NA           NA
## 420              NA           NA           NA
## 421              NA           NA           NA
## 422              NA           NA           NA
## 423              NA           NA           NA
## 424              NA           NA           NA
## 425              NA     15000.00           NA
## 426              NA           NA           NA
## 427              NA           NA           NA
## 428              NA           NA           NA
## 429              NA           NA           NA
## 430              NA           NA           NA
## 431              NA           NA           NA
## 432              NA           NA           NA
## 433              NA           NA           NA
## 434              NA           NA           NA
## 435              NA           NA           NA
## 436              NA           NA           NA
## 437              NA           NA           NA
## 438              NA           NA           NA
## 439              NA           NA           NA
## 440              NA           NA           NA
## 441              NA           NA           NA
## 442              NA           NA           NA
## 443              NA           NA           NA
## 444              NA           NA           NA
## 445              NA           NA           NA
## 446              NA           NA           NA
## 447              NA           NA           NA
## 448              NA           NA           NA
## 449              NA           NA           NA
## 450              NA           NA           NA
## 451              NA           NA           NA
## 452              NA           NA           NA
## 453              NA           NA           NA
## 454              NA           NA           NA
## 455              NA           NA           NA
## 456              NA           NA           NA
## 457              NA           NA           NA
## 458              NA           NA           NA
## 459              NA           NA           NA
## 460              NA           NA           NA
## 461              NA           NA           NA
## 462              NA           NA           NA
## 463              NA           NA           NA
## 464              NA           NA           NA
## 465              NA           NA           NA
## 466              NA           NA           NA
## 467              NA           NA           NA
## 468              NA           NA           NA
## 469              NA           NA           NA
## 470              NA           NA           NA
## 471              NA           NA           NA
## 472              NA           NA           NA
## 473              NA           NA           NA
## 474              NA           NA           NA
## 475              NA           NA           NA
## 476              NA           NA           NA
## 477              NA           NA           NA
## 478              NA           NA           NA
## 479              NA           NA           NA
## 480              NA           NA           NA
## 481              NA           NA           NA
## 482              NA           NA           NA
## 483              NA           NA           NA
## 484              NA           NA           NA
## 485              NA           NA           NA
## 486              NA           NA           NA
## 487              NA           NA           NA
## 488              NA           NA           NA
## 489              NA           NA           NA
## 490              NA           NA           NA
## 491              NA           NA           NA
## 492              NA           NA           NA
## 493              NA           NA           NA
## 494              NA           NA           NA
## 495              NA           NA           NA
## 496              NA           NA           NA
## 497              NA           NA           NA
## 498              NA           NA           NA
## 499              NA           NA           NA
## 500              NA           NA           NA
## 501              NA           NA           NA
## 502              NA           NA           NA
## 503              NA           NA           NA
## 504              NA           NA           NA
## 505              NA           NA           NA
## 506              NA           NA           NA
## 507              NA           NA           NA
## 508              NA           NA           NA
## 509              NA           NA           NA
## 510              NA           NA           NA
## 511              NA           NA           NA
## 512              NA           NA           NA
## 513              NA           NA           NA
## 514              NA           NA           NA
## 515              NA           NA           NA
## 516              NA           NA           NA
## 517              NA           NA           NA
## 518              NA           NA           NA
## 519              NA           NA           NA
## 520              NA           NA           NA
## 521              NA           NA           NA
## 522              NA           NA           NA
## 523              NA           NA           NA
## 524              NA           NA           NA
## 525              NA           NA           NA
## 526              NA           NA           NA
## 527              NA           NA           NA
## 528              NA           NA           NA
## 529              NA           NA           NA
## 530              NA           NA           NA
## 531              NA           NA           NA
## 532              NA           NA           NA
## 533              NA           NA           NA
## 534              NA           NA           NA
## 535              NA           NA           NA
## 536              NA           NA           NA
## 537              NA           NA           NA
## 538              NA           NA           NA
## 539              NA           NA           NA
## 540              NA           NA           NA
## 541              NA           NA           NA
## 542              NA           NA           NA
## 543              NA           NA           NA
## 544              NA           NA           NA
## 545              NA           NA           NA
## 546              NA           NA           NA
## 547              NA           NA           NA
## 548              NA           NA           NA
## 549              NA           NA           NA
## 550              NA           NA           NA
## 551              NA           NA           NA
## 552              NA           NA           NA
## 553              NA           NA           NA
## 554              NA           NA           NA
## 555              NA           NA           NA
## 556              NA           NA           NA
## 557              NA           NA           NA
## 558              NA           NA           NA
## 559              NA           NA           NA
## 560              NA           NA           NA
## 561              NA           NA           NA
## 562              NA           NA           NA
## 563              NA           NA           NA
## 564              NA           NA           NA
## 565              NA           NA           NA
## 566              NA           NA           NA
## 567              NA           NA           NA
## 568              NA           NA           NA
## 569              NA           NA           NA
## 570              NA           NA           NA
## 571              NA           NA           NA
## 572              NA           NA           NA
## 573              NA           NA           NA
## 574              NA           NA           NA
## 575              NA           NA           NA
## 576              NA           NA           NA
## 577              NA           NA           NA
## 578              NA           NA           NA
## 579              NA           NA           NA
## 580              NA           NA           NA
## 581              NA           NA           NA
## 582              NA           NA           NA
## 583              NA           NA           NA
## 584              NA           NA           NA
## 585              NA           NA           NA
## 586              NA           NA           NA
## 587              NA           NA           NA
## 588              NA           NA           NA
## 589              NA           NA           NA
## 590              NA           NA           NA
## 591              NA           NA           NA
## 592              NA           NA           NA
## 593              NA           NA           NA
## 594              NA           NA           NA
## 595              NA           NA           NA
## 596              NA           NA           NA
## 597              NA           NA           NA
## 598              NA           NA           NA
## 599              NA           NA           NA
## 600              NA           NA           NA
## 601              NA           NA           NA
## 602              NA           NA           NA
## 603              NA           NA           NA
## 604              NA           NA           NA
## 605              NA           NA           NA
## 606              NA           NA           NA
## 607              NA           NA           NA
## 608              NA           NA           NA
## 609              NA           NA           NA
## 610              NA           NA           NA
## 611              NA           NA           NA
## 612              NA           NA           NA
## 613              NA           NA           NA
## 614              NA           NA           NA
## 615              NA           NA           NA
## 616              NA           NA           NA
## 617              NA           NA           NA
## 618              NA           NA           NA
## 619              NA           NA           NA
## 620              NA           NA           NA
## 621              NA           NA           NA
## 622              NA           NA           NA
## 623              NA           NA           NA
## 624              NA           NA           NA
## 625              NA           NA           NA
## 626              NA           NA           NA
## 627              NA           NA           NA
## 628              NA           NA           NA
## 629              NA           NA           NA
## 630              NA           NA           NA
## 631              NA           NA           NA
## 632              NA           NA           NA
## 633              NA           NA           NA
## 634              NA           NA           NA
## 635              NA           NA           NA
## 636              NA           NA           NA
## 637              NA           NA           NA
## 638              NA           NA           NA
## 639              NA           NA           NA
## 640              NA           NA           NA
## 641              NA           NA           NA
## 642              NA           NA           NA
## 643              NA           NA           NA
## 644              NA           NA           NA
## 645              NA           NA           NA
## 646              NA           NA           NA
## 647              NA           NA           NA
## 648              NA           NA           NA
## 649              NA           NA           NA
## 650              NA           NA           NA
## 651              NA           NA           NA
## 652              NA           NA           NA
## 653              NA           NA           NA
## 654              NA           NA           NA
## 655              NA           NA           NA
## 656              NA           NA           NA
## 657              NA           NA           NA
## 658              NA           NA           NA
## 659              NA           NA           NA
## 660              NA           NA           NA
## 661              NA           NA           NA
## 662              NA           NA           NA
## 663              NA           NA           NA
## 664              NA           NA           NA
## 665              NA           NA           NA
## 666              NA           NA           NA
## 667              NA           NA           NA
## 668              NA           NA           NA
## 669              NA           NA           NA
## 670              NA           NA           NA
## 671              NA           NA           NA
## 672              NA           NA           NA
## 673              NA           NA           NA
## 674              NA           NA           NA
## 675              NA           NA           NA
## 676              NA           NA           NA
## 677              NA           NA           NA
## 678              NA           NA           NA
## 679              NA           NA           NA
## 680              NA           NA           NA
## 681              NA           NA           NA
## 682              NA           NA           NA
## 683              NA           NA           NA
## 684              NA           NA           NA
## 685              NA           NA           NA
## 686              NA           NA           NA
## 687              NA           NA           NA
## 688              NA           NA           NA
## 689              NA           NA           NA
## 690              NA           NA           NA
## 691              NA           NA           NA
## 692              NA           NA           NA
## 693              NA           NA           NA
## 694              NA           NA           NA
## 695              NA           NA           NA
## 696              NA           NA           NA
## 697              NA           NA           NA
## 698              NA    100000.00           NA
## 699              NA           NA           NA
## 700              NA           NA           NA
## 701              NA           NA           NA
## 702              NA           NA           NA
## 703              NA           NA           NA
## 704              NA           NA           NA
## 705              NA           NA           NA
## 706              NA           NA           NA
## 707              NA           NA           NA
## 708              NA           NA           NA
## 709              NA           NA           NA
## 710              NA           NA           NA
## 711              NA           NA           NA
## 712              NA    400000.00           NA
## 713              NA           NA           NA
## 714              NA           NA           NA
## 715              NA           NA           NA
## 716              NA           NA           NA
## 717              NA           NA           NA
## 718              NA           NA           NA
## 719              NA           NA           NA
## 720              NA           NA           NA
## 721              NA           NA           NA
## 722              NA           NA           NA
## 723              NA           NA           NA
## 724              NA           NA           NA
## 725              NA           NA           NA
## 726              NA           NA           NA
## 727              NA           NA           NA
## 728              NA           NA           NA
## 729              NA           NA           NA
## 730              NA           NA           NA
## 731              NA           NA           NA
## 732              NA    100000.00           NA
## 733              NA           NA           NA
## 734              NA           NA           NA
## 735              NA           NA           NA
## 736              NA           NA           NA
## 737              NA           NA           NA
## 738              NA           NA           NA
## 739              NA           NA           NA
## 740              NA           NA           NA
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ransomnote
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
##        hostkidoutcome                             hostkidoutcome_txt
## 1                  NA                                           <NA>
## 2                  NA                                           <NA>
## 3                  NA                                           <NA>
## 4                  NA                                           <NA>
## 5                  NA                                           <NA>
## 6                  NA                                           <NA>
## 7                  NA                                           <NA>
## 8                  NA                                           <NA>
## 9                  NA                                           <NA>
## 10                 NA                                           <NA>
## 11                 NA                                           <NA>
## 12                 NA                                           <NA>
## 13                  2            Hostage(s) released by perpetrators
## 14                 NA                                           <NA>
## 15                 NA                                           <NA>
## 16                 NA                                           <NA>
## 17                 NA                                           <NA>
## 18                 NA                                           <NA>
## 19                 NA                                           <NA>
## 20                 NA                                           <NA>
## 21                 NA                                           <NA>
## 22                 NA                                           <NA>
## 23                 NA                                           <NA>
## 24                 NA                                           <NA>
## 25                 NA                                           <NA>
## 26                 NA                                           <NA>
## 27                 NA                                           <NA>
## 28                  2            Hostage(s) released by perpetrators
## 29                 NA                                           <NA>
## 30                 NA                                           <NA>
## 31                 NA                                           <NA>
## 32                 NA                                           <NA>
## 33                 NA                                           <NA>
## 34                 NA                                           <NA>
## 35                 NA                                           <NA>
## 36                 NA                                           <NA>
## 37                 NA                                           <NA>
## 38                 NA                                           <NA>
## 39                 NA                                           <NA>
## 40                 NA                                           <NA>
## 41                 NA                                           <NA>
## 42                 NA                                           <NA>
## 43                 NA                                           <NA>
## 44                 NA                                           <NA>
## 45                 NA                                           <NA>
## 46                 NA                                           <NA>
## 47                 NA                                           <NA>
## 48                 NA                                           <NA>
## 49                 NA                                           <NA>
## 50                 NA                                           <NA>
## 51                 NA                                           <NA>
## 52                 NA                                           <NA>
## 53                 NA                                           <NA>
## 54                 NA                                           <NA>
## 55                 NA                                           <NA>
## 56                 NA                                           <NA>
## 57                 NA                                           <NA>
## 58                 NA                                           <NA>
## 59                 NA                                           <NA>
## 60                 NA                                           <NA>
## 61                 NA                                           <NA>
## 62                 NA                                           <NA>
## 63                 NA                                           <NA>
## 64                 NA                                           <NA>
## 65                 NA                                           <NA>
## 66                 NA                                           <NA>
## 67                 NA                                           <NA>
## 68                 NA                                           <NA>
## 69                 NA                                           <NA>
## 70                 NA                                           <NA>
## 71                 NA                                           <NA>
## 72                 NA                                           <NA>
## 73                 NA                                           <NA>
## 74                 NA                                           <NA>
## 75                 NA                                           <NA>
## 76                 NA                                           <NA>
## 77                 NA                                           <NA>
## 78                 NA                                           <NA>
## 79                 NA                                           <NA>
## 80                 NA                                           <NA>
## 81                 NA                                           <NA>
## 82                 NA                                           <NA>
## 83                 NA                                           <NA>
## 84                 NA                                           <NA>
## 85                 NA                                           <NA>
## 86                 NA                                           <NA>
## 87                 NA                                           <NA>
## 88                 NA                                           <NA>
## 89                 NA                                           <NA>
## 90                 NA                                           <NA>
## 91                 NA                                           <NA>
## 92                 NA                                           <NA>
## 93                 NA                                           <NA>
## 94                 NA                                           <NA>
## 95                 NA                                           <NA>
## 96                 NA                                           <NA>
## 97                 NA                                           <NA>
## 98                 NA                                           <NA>
## 99                 NA                                           <NA>
## 100                NA                                           <NA>
## 101                NA                                           <NA>
## 102                NA                                           <NA>
## 103                NA                                           <NA>
## 104                NA                                           <NA>
## 105                NA                                           <NA>
## 106                NA                                           <NA>
## 107                NA                                           <NA>
## 108                NA                                           <NA>
## 109                NA                                           <NA>
## 110                NA                                           <NA>
## 111                NA                                           <NA>
## 112                NA                                           <NA>
## 113                 2            Hostage(s) released by perpetrators
## 114                NA                                           <NA>
## 115                NA                                           <NA>
## 116                NA                                           <NA>
## 117                NA                                           <NA>
## 118                NA                                           <NA>
## 119                NA                                           <NA>
## 120                NA                                           <NA>
## 121                NA                                           <NA>
## 122                NA                                           <NA>
## 123                NA                                           <NA>
## 124                 2            Hostage(s) released by perpetrators
## 125                NA                                           <NA>
## 126                NA                                           <NA>
## 127                NA                                           <NA>
## 128                NA                                           <NA>
## 129                NA                                           <NA>
## 130                NA                                           <NA>
## 131                NA                                           <NA>
## 132                NA                                           <NA>
## 133                 2            Hostage(s) released by perpetrators
## 134                NA                                           <NA>
## 135                NA                                           <NA>
## 136                 2            Hostage(s) released by perpetrators
## 137                NA                                           <NA>
## 138                NA                                           <NA>
## 139                NA                                           <NA>
## 140                NA                                           <NA>
## 141                NA                                           <NA>
## 142                NA                                           <NA>
## 143                NA                                           <NA>
## 144                NA                                           <NA>
## 145                NA                                           <NA>
## 146                NA                                           <NA>
## 147                NA                                           <NA>
## 148                NA                                           <NA>
## 149                NA                                           <NA>
## 150                NA                                           <NA>
## 151                NA                                           <NA>
## 152                 2            Hostage(s) released by perpetrators
## 153                 2            Hostage(s) released by perpetrators
## 154                NA                                           <NA>
## 155                NA                                           <NA>
## 156                NA                                           <NA>
## 157                NA                                           <NA>
## 158                 5                              Successful Rescue
## 159                NA                                           <NA>
## 160                NA                                           <NA>
## 161                NA                                           <NA>
## 162                 4  Hostage(s) killed (not during rescue attempt)
## 163                 2            Hostage(s) released by perpetrators
## 164                NA                                           <NA>
## 165                NA                                           <NA>
## 166                 2            Hostage(s) released by perpetrators
## 167                NA                                           <NA>
## 168                NA                                           <NA>
## 169                NA                                           <NA>
## 170                NA                                           <NA>
## 171                NA                                           <NA>
## 172                NA                                           <NA>
## 173                NA                                           <NA>
## 174                NA                                           <NA>
## 175                NA                                           <NA>
## 176                NA                                           <NA>
## 177                NA                                           <NA>
## 178                NA                                           <NA>
## 179                NA                                           <NA>
## 180                NA                                           <NA>
## 181                NA                                           <NA>
## 182                NA                                           <NA>
## 183                NA                                           <NA>
## 184                NA                                           <NA>
## 185                NA                                           <NA>
## 186                NA                                           <NA>
## 187                NA                                           <NA>
## 188                NA                                           <NA>
## 189                NA                                           <NA>
## 190                NA                                           <NA>
## 191                NA                                           <NA>
## 192                NA                                           <NA>
## 193                NA                                           <NA>
## 194                NA                                           <NA>
## 195                NA                                           <NA>
## 196                NA                                           <NA>
## 197                NA                                           <NA>
## 198                NA                                           <NA>
## 199                NA                                           <NA>
## 200                NA                                           <NA>
## 201                NA                                           <NA>
## 202                NA                                           <NA>
## 203                NA                                           <NA>
## 204                NA                                           <NA>
## 205                NA                                           <NA>
## 206                NA                                           <NA>
## 207                NA                                           <NA>
## 208                NA                                           <NA>
## 209                NA                                           <NA>
## 210                NA                                           <NA>
## 211                NA                                           <NA>
## 212                NA                                           <NA>
## 213                NA                                           <NA>
## 214                NA                                           <NA>
## 215                NA                                           <NA>
## 216                NA                                           <NA>
## 217                NA                                           <NA>
## 218                NA                                           <NA>
## 219                NA                                           <NA>
## 220                NA                                           <NA>
## 221                NA                                           <NA>
## 222                NA                                           <NA>
## 223                NA                                           <NA>
## 224                NA                                           <NA>
## 225                NA                                           <NA>
## 226                NA                                           <NA>
## 227                NA                                           <NA>
## 228                NA                                           <NA>
## 229                NA                                           <NA>
## 230                NA                                           <NA>
## 231                NA                                           <NA>
## 232                NA                                           <NA>
## 233                NA                                           <NA>
## 234                NA                                           <NA>
## 235                NA                                           <NA>
## 236                NA                                           <NA>
## 237                NA                                           <NA>
## 238                NA                                           <NA>
## 239                NA                                           <NA>
## 240                NA                                           <NA>
## 241                NA                                           <NA>
## 242                NA                                           <NA>
## 243                NA                                           <NA>
## 244                NA                                           <NA>
## 245                NA                                           <NA>
## 246                NA                                           <NA>
## 247                NA                                           <NA>
## 248                NA                                           <NA>
## 249                NA                                           <NA>
## 250                NA                                           <NA>
## 251                NA                                           <NA>
## 252                NA                                           <NA>
## 253                NA                                           <NA>
## 254                NA                                           <NA>
## 255                NA                                           <NA>
## 256                NA                                           <NA>
## 257                NA                                           <NA>
## 258                NA                                           <NA>
## 259                NA                                           <NA>
## 260                NA                                           <NA>
## 261                NA                                           <NA>
## 262                NA                                           <NA>
## 263                NA                                           <NA>
## 264                NA                                           <NA>
## 265                NA                                           <NA>
## 266                NA                                           <NA>
## 267                NA                                           <NA>
## 268                NA                                           <NA>
## 269                NA                                           <NA>
## 270                NA                                           <NA>
## 271                NA                                           <NA>
## 272                NA                                           <NA>
## 273                NA                                           <NA>
## 274                NA                                           <NA>
## 275                NA                                           <NA>
## 276                NA                                           <NA>
## 277                NA                                           <NA>
## 278                NA                                           <NA>
## 279                NA                                           <NA>
## 280                NA                                           <NA>
## 281                NA                                           <NA>
## 282                NA                                           <NA>
## 283                NA                                           <NA>
## 284                NA                                           <NA>
## 285                NA                                           <NA>
## 286                NA                                           <NA>
## 287                NA                                           <NA>
## 288                NA                                           <NA>
## 289                NA                                           <NA>
## 290                NA                                           <NA>
## 291                NA                                           <NA>
## 292                NA                                           <NA>
## 293                NA                                           <NA>
## 294                NA                                           <NA>
## 295                NA                                           <NA>
## 296                NA                                           <NA>
## 297                NA                                           <NA>
## 298                NA                                           <NA>
## 299                NA                                           <NA>
## 300                NA                                           <NA>
## 301                NA                                           <NA>
## 302                NA                                           <NA>
## 303                NA                                           <NA>
## 304                NA                                           <NA>
## 305                NA                                           <NA>
## 306                NA                                           <NA>
## 307                NA                                           <NA>
## 308                NA                                           <NA>
## 309                NA                                           <NA>
## 310                NA                                           <NA>
## 311                NA                                           <NA>
## 312                 4  Hostage(s) killed (not during rescue attempt)
## 313                NA                                           <NA>
## 314                NA                                           <NA>
## 315                NA                                           <NA>
## 316                NA                                           <NA>
## 317                NA                                           <NA>
## 318                NA                                           <NA>
## 319                NA                                           <NA>
## 320                NA                                           <NA>
## 321                NA                                           <NA>
## 322                NA                                           <NA>
## 323                NA                                           <NA>
## 324                NA                                           <NA>
## 325                NA                                           <NA>
## 326                NA                                           <NA>
## 327                NA                                           <NA>
## 328                NA                                           <NA>
## 329                NA                                           <NA>
## 330                 2            Hostage(s) released by perpetrators
## 331                NA                                           <NA>
## 332                NA                                           <NA>
## 333                NA                                           <NA>
## 334                NA                                           <NA>
## 335                NA                                           <NA>
## 336                NA                                           <NA>
## 337                 2            Hostage(s) released by perpetrators
## 338                 2            Hostage(s) released by perpetrators
## 339                NA                                           <NA>
## 340                NA                                           <NA>
## 341                NA                                           <NA>
## 342                 2            Hostage(s) released by perpetrators
## 343                NA                                           <NA>
## 344                NA                                           <NA>
## 345                NA                                           <NA>
## 346                NA                                           <NA>
## 347                NA                                           <NA>
## 348                NA                                           <NA>
## 349                NA                                           <NA>
## 350                NA                                           <NA>
## 351                NA                                           <NA>
## 352                NA                                           <NA>
## 353                NA                                           <NA>
## 354                NA                                           <NA>
## 355                NA                                           <NA>
## 356                NA                                           <NA>
## 357                NA                                           <NA>
## 358                NA                                           <NA>
## 359                NA                                           <NA>
## 360                NA                                           <NA>
## 361                NA                                           <NA>
## 362                NA                                           <NA>
## 363                NA                                           <NA>
## 364                NA                                           <NA>
## 365                NA                                           <NA>
## 366                NA                                           <NA>
## 367                NA                                           <NA>
## 368                NA                                           <NA>
## 369                NA                                           <NA>
## 370                NA                                           <NA>
## 371                NA                                           <NA>
## 372                NA                                           <NA>
## 373                NA                                           <NA>
## 374                NA                                           <NA>
## 375                NA                                           <NA>
## 376                NA                                           <NA>
## 377                NA                                           <NA>
## 378                NA                                           <NA>
## 379                NA                                           <NA>
## 380                 5                              Successful Rescue
## 381                NA                                           <NA>
## 382                NA                                           <NA>
## 383                NA                                           <NA>
## 384                NA                                           <NA>
## 385                NA                                           <NA>
## 386                NA                                           <NA>
## 387                NA                                           <NA>
## 388                NA                                           <NA>
## 389                NA                                           <NA>
## 390                NA                                           <NA>
## 391                NA                                           <NA>
## 392                NA                                           <NA>
## 393                NA                                           <NA>
## 394                NA                                           <NA>
## 395                NA                                           <NA>
## 396                NA                                           <NA>
## 397                NA                                           <NA>
## 398                NA                                           <NA>
## 399                NA                                           <NA>
## 400                NA                                           <NA>
## 401                NA                                           <NA>
## 402                NA                                           <NA>
## 403                NA                                           <NA>
## 404                NA                                           <NA>
## 405                NA                                           <NA>
## 406                NA                                           <NA>
## 407                NA                                           <NA>
## 408                NA                                           <NA>
## 409                NA                                           <NA>
## 410                NA                                           <NA>
## 411                NA                                           <NA>
## 412                NA                                           <NA>
## 413                NA                                           <NA>
## 414                NA                                           <NA>
## 415                NA                                           <NA>
## 416                NA                                           <NA>
## 417                NA                                           <NA>
## 418                 2            Hostage(s) released by perpetrators
## 419                NA                                           <NA>
## 420                NA                                           <NA>
## 421                NA                                           <NA>
## 422                 2            Hostage(s) released by perpetrators
## 423                NA                                           <NA>
## 424                NA                                           <NA>
## 425                 2            Hostage(s) released by perpetrators
## 426                NA                                           <NA>
## 427                NA                                           <NA>
## 428                NA                                           <NA>
## 429                NA                                           <NA>
## 430                NA                                           <NA>
## 431                NA                                           <NA>
## 432                NA                                           <NA>
## 433                NA                                           <NA>
## 434                NA                                           <NA>
## 435                NA                                           <NA>
## 436                 2            Hostage(s) released by perpetrators
## 437                NA                                           <NA>
## 438                NA                                           <NA>
## 439                NA                                           <NA>
## 440                NA                                           <NA>
## 441                NA                                           <NA>
## 442                 2            Hostage(s) released by perpetrators
## 443                 4  Hostage(s) killed (not during rescue attempt)
## 444                NA                                           <NA>
## 445                NA                                           <NA>
## 446                NA                                           <NA>
## 447                NA                                           <NA>
## 448                NA                                           <NA>
## 449                NA                                           <NA>
## 450                NA                                           <NA>
## 451                NA                                           <NA>
## 452                NA                                           <NA>
## 453                NA                                           <NA>
## 454                NA                                           <NA>
## 455                NA                                           <NA>
## 456                NA                                           <NA>
## 457                NA                                           <NA>
## 458                NA                                           <NA>
## 459                NA                                           <NA>
## 460                NA                                           <NA>
## 461                NA                                           <NA>
## 462                NA                                           <NA>
## 463                NA                                           <NA>
## 464                NA                                           <NA>
## 465                NA                                           <NA>
## 466                 2            Hostage(s) released by perpetrators
## 467                NA                                           <NA>
## 468                NA                                           <NA>
## 469                NA                                           <NA>
## 470                NA                                           <NA>
## 471                NA                                           <NA>
## 472                NA                                           <NA>
## 473                NA                                           <NA>
## 474                NA                                           <NA>
## 475                NA                                           <NA>
## 476                NA                                           <NA>
## 477                NA                                           <NA>
## 478                NA                                           <NA>
## 479                NA                                           <NA>
## 480                NA                                           <NA>
## 481                NA                                           <NA>
## 482                NA                                           <NA>
## 483                NA                                           <NA>
## 484                NA                                           <NA>
## 485                NA                                           <NA>
## 486                NA                                           <NA>
## 487                NA                                           <NA>
## 488                 2            Hostage(s) released by perpetrators
## 489                NA                                           <NA>
## 490                NA                                           <NA>
## 491                NA                                           <NA>
## 492                NA                                           <NA>
## 493                NA                                           <NA>
## 494                NA                                           <NA>
## 495                NA                                           <NA>
## 496                NA                                           <NA>
## 497                NA                                           <NA>
## 498                NA                                           <NA>
## 499                NA                                           <NA>
## 500                NA                                           <NA>
## 501                NA                                           <NA>
## 502                NA                                           <NA>
## 503                 2            Hostage(s) released by perpetrators
## 504                 2            Hostage(s) released by perpetrators
## 505                 2            Hostage(s) released by perpetrators
## 506                 3 Hostage(s) escaped (not during rescue attempt)
## 507                NA                                           <NA>
## 508                NA                                           <NA>
## 509                NA                                           <NA>
## 510                NA                                           <NA>
## 511                NA                                           <NA>
## 512                 2            Hostage(s) released by perpetrators
## 513                NA                                           <NA>
## 514                NA                                           <NA>
## 515                 2            Hostage(s) released by perpetrators
## 516                NA                                           <NA>
## 517                NA                                           <NA>
## 518                NA                                           <NA>
## 519                NA                                           <NA>
## 520                NA                                           <NA>
## 521                NA                                           <NA>
## 522                NA                                           <NA>
## 523                NA                                           <NA>
## 524                NA                                           <NA>
## 525                NA                                           <NA>
## 526                NA                                           <NA>
## 527                NA                                           <NA>
## 528                NA                                           <NA>
## 529                NA                                           <NA>
## 530                NA                                           <NA>
## 531                NA                                           <NA>
## 532                NA                                           <NA>
## 533                NA                                           <NA>
## 534                NA                                           <NA>
## 535                NA                                           <NA>
## 536                NA                                           <NA>
## 537                 2            Hostage(s) released by perpetrators
## 538                NA                                           <NA>
## 539                NA                                           <NA>
## 540                NA                                           <NA>
## 541                NA                                           <NA>
## 542                NA                                           <NA>
## 543                NA                                           <NA>
## 544                NA                                           <NA>
## 545                NA                                           <NA>
## 546                NA                                           <NA>
## 547                NA                                           <NA>
## 548                NA                                           <NA>
## 549                 4  Hostage(s) killed (not during rescue attempt)
## 550                 2            Hostage(s) released by perpetrators
## 551                NA                                           <NA>
## 552                NA                                           <NA>
## 553                NA                                           <NA>
## 554                NA                                           <NA>
## 555                NA                                           <NA>
## 556                NA                                           <NA>
## 557                NA                                           <NA>
## 558                NA                                           <NA>
## 559                NA                                           <NA>
## 560                NA                                           <NA>
## 561                NA                                           <NA>
## 562                NA                                           <NA>
## 563                NA                                           <NA>
## 564                NA                                           <NA>
## 565                NA                                           <NA>
## 566                NA                                           <NA>
## 567                NA                                           <NA>
## 568                NA                                           <NA>
## 569                NA                                           <NA>
## 570                NA                                           <NA>
## 571                NA                                           <NA>
## 572                NA                                           <NA>
## 573                NA                                           <NA>
## 574                NA                                           <NA>
## 575                NA                                           <NA>
## 576                NA                                           <NA>
## 577                NA                                           <NA>
## 578                NA                                           <NA>
## 579                NA                                           <NA>
## 580                NA                                           <NA>
## 581                NA                                           <NA>
## 582                NA                                           <NA>
## 583                NA                                           <NA>
## 584                NA                                           <NA>
## 585                NA                                           <NA>
## 586                NA                                           <NA>
## 587                NA                                           <NA>
## 588                NA                                           <NA>
## 589                NA                                           <NA>
## 590                NA                                           <NA>
## 591                NA                                           <NA>
## 592                NA                                           <NA>
## 593                NA                                           <NA>
## 594                NA                                           <NA>
## 595                NA                                           <NA>
## 596                NA                                           <NA>
## 597                NA                                           <NA>
## 598                NA                                           <NA>
## 599                NA                                           <NA>
## 600                NA                                           <NA>
## 601                NA                                           <NA>
## 602                NA                                           <NA>
## 603                NA                                           <NA>
## 604                NA                                           <NA>
## 605                NA                                           <NA>
## 606                NA                                           <NA>
## 607                NA                                           <NA>
## 608                NA                                           <NA>
## 609                NA                                           <NA>
## 610                NA                                           <NA>
## 611                NA                                           <NA>
## 612                NA                                           <NA>
## 613                NA                                           <NA>
## 614                NA                                           <NA>
## 615                NA                                           <NA>
## 616                NA                                           <NA>
## 617                NA                                           <NA>
## 618                NA                                           <NA>
## 619                NA                                           <NA>
## 620                NA                                           <NA>
## 621                NA                                           <NA>
## 622                NA                                           <NA>
## 623                NA                                           <NA>
## 624                NA                                           <NA>
## 625                NA                                           <NA>
## 626                 2            Hostage(s) released by perpetrators
## 627                NA                                           <NA>
## 628                NA                                           <NA>
## 629                NA                                           <NA>
## 630                 2            Hostage(s) released by perpetrators
## 631                NA                                           <NA>
## 632                NA                                           <NA>
## 633                NA                                           <NA>
## 634                NA                                           <NA>
## 635                NA                                           <NA>
## 636                NA                                           <NA>
## 637                NA                                           <NA>
## 638                NA                                           <NA>
## 639                NA                                           <NA>
## 640                NA                                           <NA>
## 641                NA                                           <NA>
## 642                NA                                           <NA>
## 643                NA                                           <NA>
## 644                NA                                           <NA>
## 645                NA                                           <NA>
## 646                NA                                           <NA>
## 647                NA                                           <NA>
## 648                NA                                           <NA>
## 649                NA                                           <NA>
## 650                NA                                           <NA>
## 651                NA                                           <NA>
## 652                NA                                           <NA>
## 653                NA                                           <NA>
## 654                NA                                           <NA>
## 655                NA                                           <NA>
## 656                NA                                           <NA>
## 657                NA                                           <NA>
## 658                 2            Hostage(s) released by perpetrators
## 659                NA                                           <NA>
## 660                NA                                           <NA>
## 661                NA                                           <NA>
## 662                NA                                           <NA>
## 663                NA                                           <NA>
## 664                NA                                           <NA>
## 665                NA                                           <NA>
## 666                NA                                           <NA>
## 667                NA                                           <NA>
## 668                NA                                           <NA>
## 669                NA                                           <NA>
## 670                NA                                           <NA>
## 671                NA                                           <NA>
## 672                NA                                           <NA>
## 673                NA                                           <NA>
## 674                NA                                           <NA>
## 675                NA                                           <NA>
## 676                NA                                           <NA>
## 677                NA                                           <NA>
## 678                NA                                           <NA>
## 679                NA                                           <NA>
## 680                NA                                           <NA>
## 681                NA                                           <NA>
## 682                NA                                           <NA>
## 683                NA                                           <NA>
## 684                NA                                           <NA>
## 685                NA                                           <NA>
## 686                 2            Hostage(s) released by perpetrators
## 687                NA                                           <NA>
## 688                NA                                           <NA>
## 689                NA                                           <NA>
## 690                NA                                           <NA>
## 691                NA                                           <NA>
## 692                NA                                           <NA>
## 693                NA                                           <NA>
## 694                NA                                           <NA>
## 695                NA                                           <NA>
## 696                NA                                           <NA>
## 697                NA                                           <NA>
## 698                NA                                           <NA>
## 699                NA                                           <NA>
## 700                NA                                           <NA>
## 701                NA                                           <NA>
## 702                NA                                           <NA>
## 703                NA                                           <NA>
## 704                NA                                           <NA>
## 705                NA                                           <NA>
## 706                NA                                           <NA>
## 707                NA                                           <NA>
## 708                NA                                           <NA>
## 709                NA                                           <NA>
## 710                 2            Hostage(s) released by perpetrators
## 711                NA                                           <NA>
## 712                 2            Hostage(s) released by perpetrators
## 713                NA                                           <NA>
## 714                NA                                           <NA>
## 715                NA                                           <NA>
## 716                NA                                           <NA>
## 717                NA                                           <NA>
## 718                NA                                           <NA>
## 719                 2            Hostage(s) released by perpetrators
## 720                NA                                           <NA>
## 721                NA                                           <NA>
## 722                NA                                           <NA>
## 723                NA                                           <NA>
## 724                NA                                           <NA>
## 725                NA                                           <NA>
## 726                NA                                           <NA>
## 727                NA                                           <NA>
## 728                NA                                           <NA>
## 729                NA                                           <NA>
## 730                NA                                           <NA>
## 731                NA                                           <NA>
## 732                 2            Hostage(s) released by perpetrators
## 733                NA                                           <NA>
## 734                NA                                           <NA>
## 735                NA                                           <NA>
## 736                NA                                           <NA>
## 737                NA                                           <NA>
## 738                NA                                           <NA>
## 739                NA                                           <NA>
## 740                NA                                           <NA>
##        nreleased
## 1             NA
## 2             NA
## 3             NA
## 4             NA
## 5             NA
## 6             NA
## 7             NA
## 8             NA
## 9             NA
## 10            NA
## 11            NA
## 12            NA
## 13            NA
## 14            NA
## 15            NA
## 16            NA
## 17            NA
## 18            NA
## 19            NA
## 20            NA
## 21            NA
## 22            NA
## 23            NA
## 24            NA
## 25            NA
## 26            NA
## 27            NA
## 28             1
## 29            NA
## 30            NA
## 31            NA
## 32            NA
## 33            NA
## 34            NA
## 35            NA
## 36            NA
## 37            NA
## 38            NA
## 39            NA
## 40            NA
## 41            NA
## 42            NA
## 43            NA
## 44            NA
## 45            NA
## 46            NA
## 47            NA
## 48            NA
## 49            NA
## 50            NA
## 51            NA
## 52            NA
## 53            NA
## 54            NA
## 55            NA
## 56            NA
## 57            NA
## 58            NA
## 59            NA
## 60            NA
## 61            NA
## 62            NA
## 63            NA
## 64            NA
## 65            NA
## 66            NA
## 67            NA
## 68            NA
## 69            NA
## 70            NA
## 71            NA
## 72            NA
## 73            NA
## 74            NA
## 75            NA
## 76            NA
## 77            NA
## 78            NA
## 79            NA
## 80            NA
## 81            NA
## 82            NA
## 83            NA
## 84            NA
## 85            NA
## 86            NA
## 87            NA
## 88            NA
## 89            NA
## 90            NA
## 91            NA
## 92            NA
## 93            NA
## 94            NA
## 95            NA
## 96            NA
## 97            NA
## 98            NA
## 99            NA
## 100           NA
## 101           NA
## 102           NA
## 103           NA
## 104           NA
## 105           NA
## 106           NA
## 107           NA
## 108           NA
## 109           NA
## 110           NA
## 111           NA
## 112           NA
## 113            1
## 114           NA
## 115           NA
## 116           NA
## 117           NA
## 118           NA
## 119           NA
## 120           NA
## 121           NA
## 122           NA
## 123           NA
## 124            1
## 125           NA
## 126           NA
## 127           NA
## 128           NA
## 129           NA
## 130           NA
## 131           NA
## 132           NA
## 133            5
## 134           NA
## 135           NA
## 136           NA
## 137           NA
## 138           NA
## 139           NA
## 140           NA
## 141           NA
## 142           NA
## 143           NA
## 144           NA
## 145           NA
## 146           NA
## 147           NA
## 148           NA
## 149           NA
## 150           NA
## 151           NA
## 152            1
## 153            1
## 154           NA
## 155           NA
## 156           NA
## 157           NA
## 158            1
## 159           NA
## 160           NA
## 161           NA
## 162            1
## 163           NA
## 164           NA
## 165           NA
## 166            1
## 167           NA
## 168           NA
## 169           NA
## 170           NA
## 171           NA
## 172           NA
## 173           NA
## 174           NA
## 175           NA
## 176           NA
## 177           NA
## 178           NA
## 179           NA
## 180           NA
## 181           NA
## 182           NA
## 183           NA
## 184           NA
## 185           NA
## 186           NA
## 187           NA
## 188           NA
## 189           NA
## 190           NA
## 191           NA
## 192           NA
## 193           NA
## 194           NA
## 195           NA
## 196           NA
## 197           NA
## 198           NA
## 199           NA
## 200           NA
## 201           NA
## 202           NA
## 203           NA
## 204           NA
## 205           NA
## 206           NA
## 207           NA
## 208           NA
## 209           NA
## 210           NA
## 211           NA
## 212           NA
## 213           NA
## 214           NA
## 215           NA
## 216           NA
## 217           NA
## 218           NA
## 219           NA
## 220           NA
## 221           NA
## 222           NA
## 223           NA
## 224           NA
## 225           NA
## 226           NA
## 227           NA
## 228           NA
## 229           NA
## 230           NA
## 231           NA
## 232           NA
## 233           NA
## 234           NA
## 235           NA
## 236           NA
## 237           NA
## 238           NA
## 239           NA
## 240           NA
## 241           NA
## 242           NA
## 243           NA
## 244           NA
## 245           NA
## 246           NA
## 247           NA
## 248           NA
## 249           NA
## 250           NA
## 251           NA
## 252           NA
## 253           NA
## 254           NA
## 255           NA
## 256           NA
## 257           NA
## 258           NA
## 259           NA
## 260           NA
## 261           NA
## 262           NA
## 263           NA
## 264           NA
## 265           NA
## 266           NA
## 267           NA
## 268           NA
## 269           NA
## 270           NA
## 271           NA
## 272           NA
## 273           NA
## 274           NA
## 275           NA
## 276           NA
## 277           NA
## 278           NA
## 279           NA
## 280           NA
## 281           NA
## 282           NA
## 283           NA
## 284           NA
## 285           NA
## 286           NA
## 287           NA
## 288           NA
## 289           NA
## 290           NA
## 291           NA
## 292           NA
## 293           NA
## 294           NA
## 295           NA
## 296           NA
## 297           NA
## 298           NA
## 299           NA
## 300           NA
## 301           NA
## 302           NA
## 303           NA
## 304           NA
## 305           NA
## 306           NA
## 307           NA
## 308           NA
## 309           NA
## 310           NA
## 311           NA
## 312            1
## 313           NA
## 314           NA
## 315           NA
## 316           NA
## 317           NA
## 318           NA
## 319           NA
## 320           NA
## 321           NA
## 322           NA
## 323           NA
## 324           NA
## 325           NA
## 326           NA
## 327           NA
## 328           NA
## 329           NA
## 330            1
## 331           NA
## 332           NA
## 333           NA
## 334           NA
## 335           NA
## 336           NA
## 337           60
## 338           60
## 339           NA
## 340           NA
## 341           NA
## 342            1
## 343           NA
## 344           NA
## 345           NA
## 346           NA
## 347           NA
## 348           NA
## 349           NA
## 350           NA
## 351           NA
## 352           NA
## 353           NA
## 354           NA
## 355           NA
## 356           NA
## 357           NA
## 358           NA
## 359           NA
## 360           NA
## 361           NA
## 362           NA
## 363           NA
## 364           NA
## 365           NA
## 366           NA
## 367           NA
## 368           NA
## 369           NA
## 370           NA
## 371           NA
## 372           NA
## 373           NA
## 374           NA
## 375           NA
## 376           NA
## 377           NA
## 378           NA
## 379           NA
## 380           NA
## 381           NA
## 382           NA
## 383           NA
## 384           NA
## 385           NA
## 386           NA
## 387           NA
## 388           NA
## 389           NA
## 390           NA
## 391           NA
## 392           NA
## 393           NA
## 394           NA
## 395           NA
## 396           NA
## 397           NA
## 398           NA
## 399           NA
## 400           NA
## 401           NA
## 402           NA
## 403           NA
## 404           NA
## 405           NA
## 406           NA
## 407           NA
## 408           NA
## 409           NA
## 410           NA
## 411           NA
## 412           NA
## 413           NA
## 414           NA
## 415           NA
## 416           NA
## 417           NA
## 418           10
## 419           NA
## 420           NA
## 421           NA
## 422           NA
## 423           NA
## 424           NA
## 425            1
## 426           NA
## 427           NA
## 428           NA
## 429           NA
## 430           NA
## 431           NA
## 432           NA
## 433           NA
## 434           NA
## 435           NA
## 436            1
## 437           NA
## 438           NA
## 439           NA
## 440           NA
## 441           NA
## 442            1
## 443            1
## 444           NA
## 445           NA
## 446           NA
## 447           NA
## 448           NA
## 449           NA
## 450           NA
## 451           NA
## 452           NA
## 453           NA
## 454           NA
## 455           NA
## 456           NA
## 457           NA
## 458           NA
## 459           NA
## 460           NA
## 461           NA
## 462           NA
## 463           NA
## 464           NA
## 465           NA
## 466            1
## 467           NA
## 468           NA
## 469           NA
## 470           NA
## 471           NA
## 472           NA
## 473           NA
## 474           NA
## 475           NA
## 476           NA
## 477           NA
## 478           NA
## 479           NA
## 480           NA
## 481           NA
## 482           NA
## 483           NA
## 484           NA
## 485           NA
## 486           NA
## 487           NA
## 488            1
## 489           NA
## 490           NA
## 491           NA
## 492           NA
## 493           NA
## 494           NA
## 495           NA
## 496           NA
## 497           NA
## 498           NA
## 499           NA
## 500           NA
## 501           NA
## 502           NA
## 503          155
## 504          155
## 505          175
## 506           NA
## 507           NA
## 508           NA
## 509           NA
## 510           NA
## 511           NA
## 512            1
## 513           NA
## 514           NA
## 515            3
## 516           NA
## 517           NA
## 518           NA
## 519           NA
## 520           NA
## 521           NA
## 522           NA
## 523           NA
## 524           NA
## 525           NA
## 526           NA
## 527           NA
## 528           NA
## 529           NA
## 530           NA
## 531           NA
## 532           NA
## 533           NA
## 534           NA
## 535           NA
## 536           NA
## 537            1
## 538           NA
## 539           NA
## 540           NA
## 541           NA
## 542           NA
## 543           NA
## 544           NA
## 545           NA
## 546           NA
## 547           NA
## 548           NA
## 549            1
## 550           NA
## 551           NA
## 552           NA
## 553           NA
## 554           NA
## 555           NA
## 556           NA
## 557           NA
## 558           NA
## 559           NA
## 560           NA
## 561           NA
## 562           NA
## 563           NA
## 564           NA
## 565           NA
## 566           NA
## 567           NA
## 568           NA
## 569           NA
## 570           NA
## 571           NA
## 572           NA
## 573           NA
## 574           NA
## 575           NA
## 576           NA
## 577           NA
## 578           NA
## 579           NA
## 580           NA
## 581           NA
## 582           NA
## 583           NA
## 584           NA
## 585           NA
## 586           NA
## 587           NA
## 588           NA
## 589           NA
## 590           NA
## 591           NA
## 592           NA
## 593           NA
## 594           NA
## 595           NA
## 596           NA
## 597           NA
## 598           NA
## 599           NA
## 600           NA
## 601           NA
## 602           NA
## 603           NA
## 604           NA
## 605           NA
## 606           NA
## 607           NA
## 608           NA
## 609           NA
## 610           NA
## 611           NA
## 612           NA
## 613           NA
## 614           NA
## 615           NA
## 616           NA
## 617           NA
## 618           NA
## 619           NA
## 620           NA
## 621           NA
## 622           NA
## 623           NA
## 624           NA
## 625           NA
## 626            1
## 627           NA
## 628           NA
## 629           NA
## 630            1
## 631           NA
## 632           NA
## 633           NA
## 634           NA
## 635           NA
## 636           NA
## 637           NA
## 638           NA
## 639           NA
## 640           NA
## 641           NA
## 642           NA
## 643           NA
## 644           NA
## 645           NA
## 646           NA
## 647           NA
## 648           NA
## 649           NA
## 650           NA
## 651           NA
## 652           NA
## 653           NA
## 654           NA
## 655           NA
## 656           NA
## 657           NA
## 658            1
## 659           NA
## 660           NA
## 661           NA
## 662           NA
## 663           NA
## 664           NA
## 665           NA
## 666           NA
## 667           NA
## 668           NA
## 669           NA
## 670           NA
## 671           NA
## 672           NA
## 673           NA
## 674           NA
## 675           NA
## 676           NA
## 677           NA
## 678           NA
## 679           NA
## 680           NA
## 681           NA
## 682           NA
## 683           NA
## 684           NA
## 685           NA
## 686            1
## 687           NA
## 688           NA
## 689           NA
## 690           NA
## 691           NA
## 692           NA
## 693           NA
## 694           NA
## 695           NA
## 696           NA
## 697           NA
## 698           NA
## 699           NA
## 700           NA
## 701           NA
## 702           NA
## 703           NA
## 704           NA
## 705           NA
## 706           NA
## 707           NA
## 708           NA
## 709           NA
## 710           NA
## 711           NA
## 712            1
## 713           NA
## 714           NA
## 715           NA
## 716           NA
## 717           NA
## 718           NA
## 719            1
## 720           NA
## 721           NA
## 722           NA
## 723           NA
## 724           NA
## 725           NA
## 726           NA
## 727           NA
## 728           NA
## 729           NA
## 730           NA
## 731           NA
## 732            1
## 733           NA
## 734           NA
## 735           NA
## 736           NA
## 737           NA
## 738           NA
## 739           NA
## 740           NA
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           addnotes
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The Cairo Chief of Police, William Petersen, resigned as a result of the attack.
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Damages were estimated to be between $20,000-$25,000.
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The New Years Gang issue a communiqué to a local paper claiming that they perpetrated this attack.  The New Years Gang  previously attempted to firebomb the R.O.T.C. building a week earlier.  As a result of the attack, police increased their presence in Madison.  Karl Armstrong's girlfriend, Lynn Schultz, drove him to and from the Old Red Gym.  The next day Armstrong would attempt to set a fire in the Selective Service offices in Madison. (197001030001)  Karl Armstrong would be captured after participating in the deadly bombing of Sterling Hall at the University of Wisconsin on August 24, 1970.  (197008240001)
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Karl Armstrong's girlfriend, Lynn Schultz, drove him to and from the Primate Lab.  A day earlier Armstrong would firebomb the R.O.T.C. offices at the University of Wisconsin. (197001020003)  Karl Armstrong would be captured after participating in the deadly bombing of Sterling Hall at the University of Wisconsin on August 24, 1970. (197008240001)
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The fire began at 8:30 PM. The Armed Commandos of Liberation claimed the incident but authorities did not discover any evidence proving that the fire was set intentionally.
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              One half hour after the bomb explosion, an anonymous caller warned of a bomb that was going to detonated in the locker room, however this device was never found.  The inscriptions on the wall of the building were "Panthers 21," "Support Young Lords," and "Americong."  There was no history of racial violence at James Madison High School.
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The store was a White owned business operating in a predominantly African American neighborhood.  Before the firebombing, the Fuson's received many threats against their store.
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Witnesses observed three African American males running from the scene.
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Judith and Silas Bissell were both members of Students for a Democratic Society.
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The building might have been shot at a second time after the Panthers evacuated the building.  The arson took place just before midnight on January 19th and the shooting took place after 1 A.M. on January 20th.
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This attack might be linked with other episodes of strike violence in South City Nebraska (197001300001, 197001300002, 197002230001, 197002230002, 197002230003, 197002230004)
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Police, at the time suspected, that this attack was linked to dissatisfaction over integration of the schools in West Point, Mississippi but could not conclusively rule out that this incident was criminally motivated.
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Police do not believe that this attack was related to the shooting of a police officer in Queens hours later (197001260003).
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Police, at the time, suspected that this attack was linked to dissatisfaction over integration of the schools.  John Thomas, John Buffington, and three other Blacks were charged with conspiracy but no individual was indicted.
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Police do not believe that this attack was related to the shooting of two police officers in Manhattan hours earlier (197001250002).
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The perpetrators broke through the door of the building early in the morning.
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This incident might be part of a multiple attack with 197001300002.  Also, this attack might be linked with other episodes of strike violence in South City Nebraska (197002230001, 197002230002, 197002230003, 197002230004, 197001220002).
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              This incident might be part of a multiple attack with 197001300001.  Also, this attack might be linked with other episodes of strike violence in South City Nebraska (197002230001, 197002230002, 197002230003, and 197002230004).
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                It is suspected that the perpetrator was attempting to look for his own draft file.  This incident did not disrupt this particular Selective Service office since there was a duplicate of all of the records on microfilm.  In a sixth month period, the Oregon Selective Service Headquarters was firebombed three other times (197005060006, 197006030001, and 197008100001).
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             This attack took place during heightened racial tensions, including a Black boycott of White-owned businesses, in Cairo Illinois.  Officer Nelson was Black and Officer Abercrombie was White.  A few days after the incident Reverend Charles Koen, a Black community leader, sent a request to the governor of Illinois that State Police patrols be removed from Pyramid Courts.
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Part of a multiple attack with 197002030002.  An incendiary device in a cigarette package was also used by MIRA in an attacl against a store in New York City one year after this incident. (197103190002)  Many different terrorist groups targeted in New York Department Stores in early 1970s.  This attack might be linked with 197002020001 as well.
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Part of a multiple attack with 197002030001.  The incendiary device was thought to be similar to the one in 197002030001, but it was destroyed before authorities could make any conclusions.  An incendiary device in a cigarette package was also used by MIRA in an attack against a store in New York City one year after this incident. (197103190002)  Many different terrorist groups targeted in New York Department Stores in early 1970s.  This attack might be linked with 197002020001.
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This attack might be linked with other episodes of violence during the Iowa Beef Packers strike (197001220002, 197001300001, and 197001300002)
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          School buses played a significant role in transporting Black students to integrated schools.  Approximately 1/3 of Denver's school buses were put out of commission.  Three white males were seen running from the scene shortly before the explosion, however, no perpetrators were ever apprehended.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The  general consensus among sources is that the attack was carried out by White Racists.  After the incident Senator Dore moved to another part of town.  This attack has been linked with the bombing of the home of Seattle State Legislator David Sprague (197004190004).  On the same day as this incident, a Jewish synagogue was bombed in Seattle (197002060003).
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        This might be linked with 197001280002.  Both were bombings occurred against synagogues in Seattle.  This incident took place on the same day that Washington State Senator Frank Dore's home was bombed (197002060002).
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Part of a multiple attack with 197002060005 and 197002060006.  The three attacks occurred within 30 minutes of each other.  MIRA claimed this attack along with 197002080002 and 197002090003 in the same mimeographed sheet sent to the news media.
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Part of a multiple attack with 197002060004 and 197002060006.  The three attacks occurred within 30 minutes of each other.  MIRA claimed this attack along with 197002080002 and 197002090003 in the same mimeographed sheet sent to the news media.
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Part of a multiple attack with 197002060004 and 197002060005.  The three attacks occurred within 30 minutes of each other.  MIRA claimed this attack along with 197002080002 and 197002090003 in the same mimeographed sheet sent to the news media.
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The incident took place during the evening.
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Part of a multiple attack with 197002080002 and 197002090003.  MIRA claimed this attack along with 197002060005, 197002060004, and 197002060006 in the same mimeographed sheet sent to the news media.  This was one of many attacks against General Electric targets throughout the United States in a three day period. (197002070001, 197002070002, and 197002090004)  These incidents are not believed to be related.
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Part of a multiple attack with 197002080001 and 197002090003. MIRA claimed this attack along with 2197002060005, 197002060004, and 197002060006 in the same mimeographed sheet sent to the news media.  This was one of many attacks against General Electric targets throughout the United States in a three day period. (197002070001, 197002070002, and 197002090004) These incidents are not believed to be related.
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Part of a multiple attack with 197002080001 and 197002080002.  MIRA claimed this attack along with 2197002060005, in the same mimeographed sheet sent to the news media.  This was one of many attacks against General Electric targets throughout the United States in a three day period. (197002070001, 197002070002, and 197002090004) These incidents are not believed to be related.
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 This was one of many attacks against General Electric targets throughout the United States in a three day period. (197002080001, 197002080002 and 197002090003, 197002070001 and 197002070002). These incidents are not believed to be related.
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The bombs detonated 30 seconds apart.  The bombs used in the attack were similar to the devices used in the attack against a police station in San Francisco three days later (197002160001).  There was a contentious City Council debate earlier in the week as to whether the police department should receive a helicopter.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This was one of many bank bombings in New York City during 1970.
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The fire was set in the R.O.T.C. storage area.  David Boggs was the fireman who was injured.
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This attack is linked with 197002160001.  The sniper and his companion were described as hippie types.
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The dynamite was found a day after 197002160001, 197002160002, and 197002160003.  Police reported that the target was apparently random and could not confirm whether this was connected to the previous attacks.
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The two industries that lost power were Todd Steel and East Alco Aluminum Plant.
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               This was one of many incidents of violence directed again police departments in Northern California at this time (197002130003 and 197002160001).
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This attack occurred late at night on February 20.  It was suspected that this attack might have been related to 197002210004, 197002210005, and 197002210003.  However, the Weathermen only claimed credit for 197002210005 in a letter to the New York Times, and did not mention participation in any other attacks on February 21.
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     There is a source claiming that one of the perpetrators of the attack, Jeff Desmond, was actually working for the Federal Bureau of Investigation (See: Dave Dellinger, "More Power Than We Know: The People's Movement Toward Democracy").
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       It was suspected that this attack might have been related to 197002210003, 197002210004, and 197002200002.  However, the Weathermen only claimed credit for this attack in a letter to the New York Times, and did not mention participation in any other attacks on February 21. Written in front of the house was graffiti stating "Free Panther 21" and "Vietcong Have Won." The bombs were placed on the front doorway, next to a window, and under the Murtagh's car.  Murtagh and his family were placed in the protection of the police as a result of the attack.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This is one of many attacks in Denver resulting from school integration.  Other incidents include 197002060001 and 197002240002.
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           This attack occurred amidst heightened racial tensions at Cornell University.  A year earlier, unknown perpetrator burnt a cross in front of the Wari House dormitory.  Five weeks after the attack the Africana Studies and Research Center on campus was firebombed (197004010002).
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The New Years Gang attempted to bomb the Wisconsin Ammunition Plant weeks earlier. (197001050001)  Karl Armstrong would be captured after participating in the deadly bombing of Sterling Hall at the University of Wisconsin on August 24, 1970.  (197008240001)
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This is one of many attacks in Denver resulting from school integration.  Other incidents include 197002060001 and 197002210006.
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The attack occurred a day after the Illiac project was approved by the University. Of Illinois  The project brought a high powered computer to campus that would be used mostly for government research.
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This attack occurred the week before first lady Pat Nixon planned on visiting the University of Colorado.
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The perpetrators painted signs on nearby the building saying "Imperialism Burns" and "Vietnam Napalm R.O.T.C.." This attack occurred the week before first lady Pat Nixon planned on visiting the University of Colorado.  The incident also occurred on the same day as 197003010006 and 197003010007.  No records of the R.O.T.C. were destroyed in the attack.  This incident might also be related to the minority fees issue like 197002270001.
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              This incident might be part of a multiple attack with 197003010008. This attack occurred the week before first lady Pat Nixon planned on visiting the University of Colorado.  This attack occurred the same day as 197003010005.
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 This incident might be part of a multiple attack with 197003010007.  This attack occurred the week before first lady Pat Nixon planned on visiting the University of Colorado.
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           This attack was linked with incidents 197003040003 and 197003050002.
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Two of the perpetrators were members of Students for a Democratic Society and the other two perpetrators were known sympathizers of the organization.  There is a source claiming that one of the perpetrators of the attack, Jeff Desmond, was actually working for the Federal Bureau of Investigation (See: Dave Dellinger, "More Power Than We Know: The People's Movement Toward Democracy").
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               When the bomb was discovered the barracks were evacuated.  This incident might be related with 197003040002.  They both occurred on the same day in a distance of around thirty miles from each other.  However, different types of explosive devices were used.
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           This attack was linked with incidents 197003030002 and 197003050002.
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           This attack was linked with incidents 197003030002 and 197003040003.
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Conflicting reports attribute the incident to the Armed Commandos of Liberation and the Armed Revolutionary Independence Movement (MIRA).
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Special state police were ordered by the governor to investigate the incident.
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This attack is linked with 197003100002.  H. Rap Brown was charged with arson and inciting a riot.  However, he never showed up for his trial and was finally apprehended in 1972.  The bombings occurred at a time of a lot of racial tension in Maryland.   Immediately after the bombing, there were numerous bomb threats to public buildings in the Baltimore and Washington DC areas.
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Police were unsure if the perpetrator acted out in support or defiance of H. Rap Brown.  This attack is linked with 197003090006.  H. Rap Brown was charged with arson and inciting a riot.  However, he never showed up for his trial and was finally apprehended in 1972.  The bombings occurred at a time of a lot of racial tension in Maryland.   Immediately after the bombing, there were numerous bomb threats to public buildings in the Baltimore and Washington DC areas.
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The Molotov cocktail was thrown through the window of the office.
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The attack occurred a week after a motion in the University Senate to end the Illiac project failed.  The project brought a high powered computer to campus that would be used mostly for government research.
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Part of a multiple attack with 197003120001 and 197003120002.  The bomb was placed in the hallway on the 34th floor.  The Revolutionary Force 9 called the police to ward authorities of the bomb before it detonated.  The RF9 also later sent a letter to United Press International after the explosion listing their grievances.  The group also called in bomb threats to many other buildings in New York City leading to numerous evacuations.
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         This incident might be part of a multiple attack with 197003130001.  Both attacks were firebombings in Appleton Wisconsin occurring on the same day, however it is unknown if the perpetrators were the same.  After the attack, a car was reported fleeing the scene at a high speed.
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              McKay and Glatkowski hijacked the ship by detaining the captain with their handguns and claiming that there was a bomb on board.  The device turned out to be fake.  Glatkowski would eventually return to the United States and was sentenced to a ten year prison sentence.  McKay would never return to the United States and his whereabouts remain unknown.  This was the first mutiny in the United States Navy in 150 years.  The ship was eventually returned to the United States with all of its cargo.
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    At the time of the firebombing Norris Gregory was facing a recall election.
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                There were three other incidents also protesting the quality of education at Roosevelt High School (197004080003, 197004150004, and 197004150005).  Moreover, the school was the target of many demonstrations during this time period.  The Chicano Liberation Front claimed credit for the incident in a tape recording sent to the Los Angeles Free Press.  The CLF stated that they were "fed up with our people being treated like dogs." However, authorities could not confirm if the CLF actually committed the attack.
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The police were unsure if this incident was an attempted robbery, with the perpetrators too frightened to take the targets money, or if it was an assassination.
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This was part of multiple attacks with incident 197003310003.  Both bombs were sent from Seattle and the letter bomb addressed to President Nixon stated that the Selective Service Offices were "next."
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Part of a multiple attack with 197003210003.  Four Ecuadorians were originally detained for the bombings but they were eventually released.  The Puerto Rican Resistance claimed credit for the incident in a letter to the New York Daily News.
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Part of a multiple attack with 197003210002.  Four Ecuadorians were originally detained for the bombings but they were eventually released.  The Puerto Rican Resistance claimed credit for the incident in a letter to the New York Daily News.
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Part of a multiple attack with 197003220002 and 197003220003.  Police believed that 197003220001 and 197003220002 were carried out by Godwin Bernard, a member of the Black Panther Party.  He was injured when a bomb accidentally blew up in his apartment in what the police determined was a bomb factory.  Police accused his roommate Ishmael Brown, who died in the apartment blast, to be the perpetrator of 197003220003.
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Part of a multiple attack with 197003220001 and 197003220003.  Police believed that 197003220001 and 197003220002 were carried out by Godwin Bernard, a member of the Black Panther Party.  He was injured when a bomb accidentally blew up in his apartment in what the police determined was a bomb factory.  Police accused his roommate Ishmael Brown, who died in the apartment blast, to be the perpetrator of 197003220003.  There was a pipe bomb placed in the same bank two weeks later (197004020002).
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Part of a multiple attack with 197003220001 and 197003220002.  Originally the police believed that the attack was part of a dispute between Hells Angels, but eventually police accused Ishmael Brown, a member of the Black Panther Party, of being the perpetrator.   The Black Panther Party denied any involvement in the incident.  Brown was killed when a bomb accidentally blew up in his apartment in what the police determined was a bomb factory.  Police accused his roommate Godwin Bernard, who was injured in the apartment blast, of being the perpetrator in 197003220001 and 197003220002
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The perpetrators were never captured, however, it is believed that the attack was intended to protest the Vietnam War.  The statue was never repaired.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Earlier in the month, a leader of the Black community was killed by a San Francisco Police Officer over an argument.
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The perpetrators entered the building by forcing open a rear window.
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This was part of multiple attacks with incident 197003210001.  Both bombs were sent from Seattle and the letter bomb addressed to President Nixon stated that the Selective Service Offices were "next."
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The perpetrators painted "Smash Racist U" and "Revolution" on the wall next to the administration building
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         This attack occurred amidst heightened racial tensions at Cornell University.  Five weeks earlier the Black Woman's Cooperative on campus was firebombed (197002220001).  In response to the attack, 100 African American Cornell students looted the campus book store and turned over two cars.  These students were disappoint with how the university handled the situation,  As a result of the disturbances, a curfew was established on campus.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Classes continued in the Naval R.O.T.C. building even while it was being repaired.  Less than a week later the office of the dean of students at Rice University was destroyed by a firebomb (197004050007).
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Same types of bombs used in 197004040001 and 197004040002.  Also, there was a previous bombing against the same bank two weeks earlier (197003220002).
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The reasons behind the attack was never discovered.  Police could not ascertain whether the motives were political or criminal.  In May 1970, Vietnam protesters attempted to burn down the northern stands of the stadium.
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         This incident might be part of a multiple attack with 197004050005.  The American Potash Plant of Trona California was the scene of a major workers strike.  Other attacks in Trona include 197004140002, 197004220001 197004220001, and 197005210001.
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This incident might be part of a multiple attack with 197004050004.   The American Potash Plant of Trona California was the scene of a major workers  strike.  Other attacks in Trona include 197004140002, 197004220001, 197004220001, and 197005210001.
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The bomb was discovered taped underneath a table in the auditorium.
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Less than a week before this incident the Naval R.O.T.C. at Rice University was firebombed (197004010003).
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  There were three other incidents also protesting the quality of education at Roosevelt High School (197003170002, 197004150005, and 197004150005).  Moreover, the school was the target of many demonstrations during this time period.  The fire was discovered at 5:00 AM.  A pile of books and magazines soaked in oil in the library were also discovered untouched by the fire.   The Chicano Liberation Front claimed credit for the incident in a tape recording sent to the Los Angeles Free Press.  The CLF stated that they were "fed up with our people being treated like dogs." However, authorities could not confirm if the CLF actually committed the attack.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The owner of Waggoner Equipment Rental & Excavating Company stated that he received a telephone call warning of the attack.
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This attack occurred amidst heightened racial tensions at Cornell University.  A week earlier the Africana Studies and Research Center was firebombed (197004010002). The two perpetrators were identified as White.  There were many bomb threats to university buildings the next day.
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Part of a multiple attack with 197004130003 and 197004130004.  All three incidents occurred simultaneously around midnight.  This attack occurred two days before other bombings in Kansas City 197004160001, 197004160002, 197004160003.  The Kansas City Police department were unsure of the motive behind the attacks believing that the perpetrators could be left-wing radicals, right-wing radicals, or mad men.
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Part of a multiple attack with 197004130002 and 197004130004.  All three incidents occurred simultaneously around midnight.  This attack occurred two days before other bombings in Kansas City 197004160001, 197004160002, 197004160003.  The Kansas City Police department were unsure of the motive behind the attacks believing that the perpetrators could be left-wing radicals, right-wing radicals, or mad men.
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Part of a multiple attack with 197004130002 and 197004130003.  All three incidents occurred simultaneously around midnight.  This attack occurred two days before other bombings in Kansas City 197004160001, 197004160002, 197004160003.  The Kansas City Police department were unsure of the motive behind the attacks believing that the perpetrators could be left-wing radicals, right-wing radicals, or mad men.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Other attacks in during the strike in Trona include 197004050004, 197004050005, 197004220001, 197004220001, and 197005210001.
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   This is part of a multiple incident with 197004150005.  There were two other incidents also protesting the quality of education at Roosevelt High School (197003170002 and 197004080003).  Moreover, the school was the target of many demonstrations during this time period.  The fire started in the west wing of the building and spread to the east wing.  The office of Richard Cooper, the superintendent for East Los Angeles junior and senior high schools, was destroyed.  The Chicano Liberation Front claimed credit for the incident in a tape recording sent to the Los Angeles Free Press.  The CLF stated that they were "fed up with our people being treated like dogs." However, authorities could not confirm if the CLF actually committed the attack.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This is part of a multiple incident with 197004150004.  There were two other incidents also protesting the quality of education at Roosevelt High School (197003170002 and 197004080003).  Moreover, the school was the target of many demonstrations during this time period.  Shortly before the fire ignited, people were witnessed running  from the school.  The Chicano Liberation Front claimed credit for the incident in a tape recording sent to the Los Angeles Free Press.  The CLF stated that they were "fed up with our people being treated like dogs." However, authorities could not confirm if the CLF actually committed the attack.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Part of a multiple attack with 197004160002 and 197004160003.  All three incidents occurred within a four-minute time span.  This attack occurred two days after other bombings in Kansas City 197004130002, 197004130003, and 197004130004.  The Kansas City Police department were unsure of the motive behind the attacks believing that the perpetrators could be left-wing radicals, right-wing radicals, or mad men.
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Part of a multiple attack with 197004160001 and 197004160003.  All three incidents occurred within a four-minute time span.  This attack occurred two days after other bombings in Kansas City 197004130002, 197004130003, and 197004130004.  The Kansas City Police department were unsure of the motive behind the attacks believing that the perpetrators could be left-wing radicals, right-wing radicals, or mad men.
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Part of a multiple attack with 197004160001 and 197004160002.  All three incidents occurred within a four-minute time span.  This attack occurred two days after other bombings in Kansas City 197004130002, 197004130003, and 197004130004.  The Kansas City Police department were unsure of the motive behind the attacks believing that the perpetrators could be left-wing radicals, right-wing radicals, or mad men.
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Other attacks in Trona during the American Potash Plant strike include 197004050004, 197004050005, 197004140002 197004220001, and 197005210001
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Black Panther Party denied involvement in the attack, however, one of the captured assailants, Lewis R. Williams, was a captain in the BPP.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        This was part of a multiple attack 197004190002, 197004190003, and 197004190004.  Although leftists, rightists, Blacks, and Whites have been accused of being perpetrators of the bombings, the general consensus is that the attack was carried out by White Racists.  This attack had a great psychological affect on the city of Seattle.  The mayor enforced the notion that the citizens of the Emerald City were "frightened" and needed answers.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           This was part of a multiple attack 197004190001, 197004190003, and 197004190004.  Although leftists, rightists, Blacks, and Whites have been accused of being perpetrators of the bombings, the general consensus is that the attack was carried out by White Racists.  This attack had a great psychological affect on the city of Seattle.  The mayor enforced the notion that the citizens of the Emerald City were "frightened" and needed answers.  There was an attempted bombing against the same realty office a month later (197005150004).
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   This was part of a multiple attack with 197004190001, 197004190002, and 197004190004.  Although leftists, rightists, Blacks, and Whites have been accused of being perpetrators of the bombings, the general consensus is that the attack was carried out by White Racists.  This attack had a great psychological affect on the city of Seattle.  The mayor enforced the notion that the citizens of the Emerald City were "frightened" and needed answers.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              This was part of a multiple attack with 197004190001, 197004190002, and 197004190003.  Although leftists, rightists, Blacks, and Whites have been accused of being perpetrators of the bombing, the general consensus is that the attack was carried out by White Racists.  This attack had a great psychological affect on the city of Seattle.  The mayor enforced the notion that the citizens of the Emerald City were "frightened" and needed answers.  Two months before this attack, the Seattle home of State Senator Fred Dore, a white legislator in a Black community, was also bombed (197002060002).
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The lighted cigarette burned out before detonating the bomb.
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Authorities were unsure whether the perpetrators were Black or White.  After the attack, a curfew was instituted in Lawrence and the National Guard was called in.  Before the fire broke out, there were reports of loud explosions at the Student Union.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The incident took place around 2:30 AM.  After the firebombs ignited, three people were witnessed fleeing the scene in a car.
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Other attacks in Trona during the American Potash Plant strike include 197004050004, 197004050005, 197004140002, 197004220001, and 197005210001,
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Part of a multiple attack with 197004220003.  The building was an old, temporary, wooden structure.
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Part of a multiple attack with 197004220002.  The building was an old, temporary, wooden structure.
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The failed attack occurred one week after demonstrations against the R.O.T.C. at the University of Illinois.
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The president of the University of Redlands, Dr. George Armacost, did not believe that the attack was perpetrated by students at the university.
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Part of a multiple attack with 197004230002, 197004230003, and 197004230004.  The overall goal of the bombings were to cripple Puerto Rican telecommunication facilities.  No information could be found describing a specific breakdown of how many bombs were placed at each target.  The Armed Commandos of Liberation claimed that the attacks caused more damage than what the media reported.  Specifically, the ACL claimed that the police microwave communications were destroyed.   This incident took place at the same time that the La Liga Socialista Puertorriquena led a strike against General Electric in Puerto Rico.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Part of a multiple attack with 197004230001, 197004230003, and 197004230004.  The overall goal of the bombings were to cripple Puerto Rican telecommunication facilities.  No information could be found describing a specific breakdown of how many bombs were placed at each target.  The Armed Commandos of Liberation claimed that the attacks caused more damage than what the media reported.  Specifically, the ACL claimed that the police microwave communications were destroyed.   This incident took place at the same time that the La Liga Socialista Puertorriquena led a strike against General Electric in Puerto Rico.
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Part of a multiple attack with 197004230002, 197004230001, and 197004230004.  The overall goal of the bombings were to cripple Puerto Rican telecommunication facilities.  No information could be found describing a specific breakdown of how many bombs were placed at each target.  The Armed Commandos of Liberation claimed that the attacks caused more damage than what the media reported.  Specifically, the ACL claimed that the police microwave communications were destroyed.   This incident took place at the same time that the La Liga Socialista Puertorriquena led a strike against General Electric in Puerto Rico.
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Part of a multiple attack with 197004230002, 197004230003, and 197004230001.  The overall goal of the bombings were to cripple Puerto Rican telecommunication facilities.  No information could be found describing a specific breakdown of how many bombs were placed at each target.  The Armed Commandos of Liberation claimed that the attacks caused more damage than what the media reported.  Specifically, the ACL claimed that the police microwave communications were destroyed.  This incident took place at the same time that the La Liga Socialista Puertorriquena led a strike against General Electric in Puerto Rico.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The attack occurred three hours after a sit-in at Stanford University protesting the R.O.T.C..  World renowned scholar M. N. Srinivas lost his lifework on the Indian caste system as a result of the fire.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The killings were part of a Black Panthers initiation ritual.  All three perpetrators were convicted and received life sentences.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Police believed that the same perpetrators also carried out 197004290001.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Huang and Cheng Tzu-tsai were arrested but jumped bail and fled the United States.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Doughtry Long resigned from the University of Pennsylvania two weeks earlier over a dispute involving the distribution of funds  to African American students.  John Hardwick was question by the police about the attack, but never charged.
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Part of a multiple attack with 197004250005 and 197004250006.  The combined damages in three attacks was estimated to be $1,000.
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Part of a multiple attack with 197004250004 and 197004250006.  The combined damages in three attacks was estimated to be $1,000.
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Part of a multiple attack with 197004250004 and 197004250005.  The combined damages in three attacks was estimated to be $1,000.
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 This incident might be part of a multiple attack with 197004260001.  The bomb went off ten minutes before the attack on the state capital building.  Authorities were unsure whether the bomb consisted of dynamite, as was the case in 197004260001.  The motive of the state capital bombing was to seek revenge for the killing of three African Americans by Louisiana policemen.  There was also an attempted bombing of the country club four days later (197004300001).
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The bombing occurred one block away from the University of Iowa.  Kathy Scharf and her mother Merlin Edwards were lightly wounded in the attack.
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The attack occurred four days before a planned rally in support of the Black Panthers at Yale Law School.  In response to the fire, it is widely assumed that Yale students began to turn against the radical policies of the protesters.
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The perpetrators wrongly suspected that military research was conducted in the linguistics building at the time.
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Police believed that the same perpetrators also carried out 197004240003.  The pipe bomb was discovered in a brown canvas bag, fifty feet away from the police station.
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Four days before the incident a bomb was detonated at the Baton Rouge Country Club (197004260002).
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Arsonists set a fire at St. Ann's Church around two months later (197007000002).  Two synagogues in Dorchester sustained three arson attacks during this same time period (197005060007, 197005270002, and 197005270003).
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The perpetrators were described as youths in hippie attire.  This was one of many attacks against military targets within the United States following President Nixon's announcement of troop movement into Cambodia.
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This was one of many attacks against military targets within the United States following President Nixon's announcement of troop movement into Cambodia.
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The police commissioner was unsure whether the perpetrators of the attack were for or against the Black Panther Eight.  Two people were slightly injured by flying glass.  Twelve thousand people attended the demonstration.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Part of a multiple attack with 197005010006.  Authorities believed that Armed Revolutionary Independence Movement (MIRA) member Carlos Feliciano was involved in the incident, but he was never charged. (See: "Charge Puerto Rican in Bombings," Chicago Defender, May 19, 1970.)
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Part of a multiple attack with 197005010005.  The attacks took place just minutes apart.  Authorities believed that Armed Revolutionary Independence Movement (MIRA) member Carlos Feliciano was involved in the incident, but he was never charged. (See: "Charge Puerto Rican in Bombings," Chicago Defender, May 19, 1970.)
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A group calling itself the Revolutionary Force 26 indicated that they were the perpetrators behind the attacks in an editorial in the Daily Illini.  There were many protests and riots by the African American community of Champaign, after the shooting of Edgar Hoults.
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A group calling itself the Revolutionary Force 26 indicated that they were the perpetrators behind the attacks in an editorial in the Daily Illini.  There were many protests and riots by the African American community of Champaign, after the shooting of Edgar Hoults.
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            There was a previous fire at the barbershop in 1969.  The barbershop had been picketed by the local barber's union.
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This was one of many attacks against military targets within the United States following President Nixon's announcement of troop movement into Cambodia.
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This was one of many attacks against military targets within the United States following President Nixon's announcement of troop movement into Cambodia.
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This was one of many attacks against military targets within the United States following President Nixon's announcement of troop movement into Cambodia.
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Joe Schock was captured, but skipped on his bail and escaped to Canada.  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Black Afro Militant Movement committed two other attacks in the Miami area during the same month 197005130004 and 197005200003)
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              In addition to the Social Security Department, the Federal Office Building also housed the Veterans Administration and Selective Service offices.
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The explosion did not create a fire.
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This was one of many attacks against government targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            In a sixth month period, the Oregon Selective Service Headquarters was firebombed three other times (197002010001, 197006030001, and 197008100001).
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Three weeks later there was another fire set at Chevra Shas synagogue and two fires set at Agudath Israel synagogue (197005270002 and 197005270003).  A Catholic Church in Dorchester sustained two arson attacks during this same time period (197005000001 and197007000002).
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The bomb exploded overnight after everyone left the club.
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           National Guardsmen in both New Hampshire and Vermont were deployed to protect their respective armories as a result of this incident.  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Stop the War Coalition sent a letter to the president of Long Island University warning that there would be more attacks against the university unless the campus closed.  Twelve firemen were treated for smoke inhalation.  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This was one of many attacks against government targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The bullet struck officer Bennett in the head.  This attack occurred during heightened tensions between the police and the African American community of Sacramento California.  The police originally charged seven people, with ties to various Black National organizations including the Black Panther Party, for the attack.  However,  the suspected perpetrators were acquitted of the crime during their trial due to lack of evidence.
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Of the four perpetrators indicted, two of them, Beam and Moratto, were Klansmen.  Hutto was also accused of being a member of the Klan.  It had been widely reported that a splinter group of the Klan took credit for the attack. The perpetrators were also indicted for 197103110001 and 197010090001.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The fire burned for around an hour and a half until firefighters were able to extinguish it.  This was one of many attacks against government targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                There was a bomb threat against the Des Moines Police Department a week earlier.  On May 5th 1970, a large quantity of dynamite was stolen from Quick Supply, a dynamite supply warehouse in Ankeny Iowa.  Police believed that the stolen dynamite was used by the Black Panthers in this attack as well as in four other incidents taking place in Iowa during May and June 1970 197005220003, 197006130001, 197006210001, and 197006290001).
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The incident occurred around 10:40 PM.  About ten minutes before the attack, the Tiny Tote convince store was firebombed in what was believed to be a diversionary tactic.  Two days before the firebombing, there was a racial slaying of an African American in Oxford which resulted in numerous demonstrations and riots.  Other incidents in Oxford include 197005260001, 197005260002, 197005140004, and 197005250001.
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The Black Afro Militant Movement committed two other attacks in the Miami area during the same month (197005050004 and 197005200003)
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This was one of many attacks against military targets within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This was one of many attacks against educational institutions within the United States following the shooting of four Kent State students by the Ohio National Guard.
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Three days before the firebombing, there was a racial slaying of an African American in Oxford which resulted in numerous demonstrations and riots.  Other incidents in Oxford include 197005260001, 197005260002, 197005130003, and 197005250001.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Police received intelligence that the realty office would be attacked and two officers were waiting at the scene.  Ward succeeded in lighting the fuse, but the bomb failed to ignite.  Hardcastle realty was previously bombed in attack 197004190002.
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             This was one of many attacks against government targets within the United States following the shooting of four Kent State students by Ohio National Guardsmen and the shooting of two students at Jackson State University by Mississippi Police.
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             This was one of many attacks against government targets within the United States following the shooting of four Kent State students by Ohio National Guardsmen and the shooting of two students at Jackson State University by Mississippi Police.
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Five members of the Black Afro Militant Movement were convicted of the incident in 1972 following a previous trial that went to a hung jury.  BAMM committed two other attacks in the Miami area during the same month (197005130004 and 197005050004)
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Other attacks in Trona during the American Potash Plant strike include 197004050004, 197004050005, 197004140002, 197004220001, and 197004220001.
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Constance Trimble, the former girlfriend of Ronald Reed, stated that she made the phony phone call to lure a St. Paul Police Officer.  Reed and Clark were both convicted of first-degree murder and conspiracy and sentenced to life in prison.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Earlier in the week, Ames City Hall received a bomb threat.  Telephone service in downtown Ames was temporarily put out of service as a result of the blast.  On May 5th 1970, a large quantity of dynamite was stolen from Quick Supply, a dynamite supply warehouse in Ankeny Iowa.  Police believed that the stolen dynamite was used by the Black Panthers in this attack as well as in four other incidents taking place in Iowa during May and June 1970 (197005130001, 197006130001, 197006210001, and 197006290001).
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 James Currin Antiques, a White owned business, was firebombed minutes before the incident, around 12:00 AM, as part of diversionary tactic.  Two weeks before the firebombing, there was a racial slaying of an African American in Oxford which resulted in numerous demonstrations and riots.  Other incidents in Oxford include 197005260001, 197005260002, 197005140004, and 197005130003.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             This is part of a multiple attack with 197005260002.  The combined damage from both incidents was $5,000,000.   The perpetrators were Vietnam War veterans who used military tactics in the operation.  To set up a diversion, four other White owned businesses and homes were firebombed on the same night.  Two weeks before the firebombing, there was a racial slaying of an African American in Oxford which resulted in numerous demonstrations and riots.  Other incidents in Oxford include 197005130003, 197005140004, and 197005250001.
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             This is part of a multiple attack with 197005260001.  The combined damage from both incidents was $5,000,000.   The perpetrators were Vietnam War veterans who used military tactics in the operation.  To set up a diversion, four other White owned businesses and homes were firebombed on the same night.  Two weeks before the firebombing, there was a racial slaying of an African American in Oxford which resulted in numerous demonstrations and riots.  Other incidents in Oxford include 197005130003, 197005140004, and 197005250001.
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Military Induction Center might have been located in the same building.
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This is part of a multiple attack with 197005270003.  Three weeks earlier arsonists struck Chevra Shas synagogue (197005060007).  A Catholic Church in Dorchester sustained two arson attacks during this same time period (197005000001 and 197007000002).
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This is part of a multiple attack with 197005270002.  Three weeks earlier arsonists struck Chevra Shas synagogue (197005060007).  A Catholic Church in Dorchester sustained two arson attacks during this same time period (197005000001 and 197007000002).
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Police discovered both pro and anti-Students for a Democratic Society posters on the campus.
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The fire was first reported at 3:15 AM.  Authorities suspected that it was caused by some sort of flammable liquid and were unsure whether the motivations of the perpetrators were 'for' or 'against' the Vietnam War.  After the incident, Cal State Fullerton banned all rallies on campus.
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The USS Richard B. Anderson departed from San Diego on May 27 and the act of sabotage occurred shortly there after.  Originally, three sailors were accused of sabotaging the ship.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The police believe that the bomb was placed underneath the trailer.  The construction company had received several bomb threats.  The bombing might be a result of the riots between construction workers and Vietnam protesters in New York on May 8th, 1970.
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This attack occurred during a construction workers strike.  Electrical service was disrupted in the Baton Rouge area.
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  It is believed that a Chicago businessman was angry at Barr for attempting to introduce reform legislation concerning mental health issues in the Illinois General Assembly.  It is suspected that the businessman contacted Silas Jayne to hire the hit men.
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            In a sixth month period, the Oregon Selective Service Headquarters was firebombed three other times (197002010001, 197005060006, and 197008100001).
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The police vehicle was engulfed in flames.  Less than a week later an Armed Services Police Car in Oakland was also bombed using the same type of device (197006080002).  This attack is also possibly linked to the attempted bombing of police vehicles in Berkeley California two days later (197006060005).
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The bombing took place at 1:01 AM when the building was unoccupied.
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The firebombs were hidden throughout the store in merchandise and under stationary.  The firebombs ignited in a period of forty-five minutes on two levels of the store.  The employees at the store were able to prevent the blaze from causing more extensive damage.  Police believe this incident was linked to the firebombings in three Woolworth stores and a supermarket in New York with similar incendiary devices a month later (197006300002, 197006300003, 197006300004, and 197006300005).
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Police believe that this attack might have been linked to attacks against police and Armed Services vehicles in Oakland during the same week (197006040001 and 197006080002).
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 There was a small fire underneath the gas tank.  Another, unexploded pipe bomb, was later discovered across the street.  Less than a week earlier an Oakland Police Car was also bombed using the same type of device (197006040001).  This attack is also possibly linked to the attempted bombing of police vehicles in Berkeley California two days earlier (197006060005).
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The White mayoral candidate was Hugh Addonizio and the Black mayoral candidate was Kenneth Gibson.
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                There were twenty police officers stationed in the building at the time.  If the bomb was positioned in a more strategic location it could have caused the building to collapse.  It is believed that materials used in the bomb were similar to those used in the bombing of a business in Omaha a month later (197007020005).
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Police did not believe that this incident was linked with the sniping attack against police in Cairo on the same day (197006120003).
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Officer Troutt was struck in the chest and leg.  Police did not believe that this incident was linked with the attempted bombing of the Alexander County Courthouse (197006120002).
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Conservatively coded the number of injuries at twenty.  It was reported that several, of the forty-five women staying at the YWCA a block away, were injured by the shattered glass.  Only one of the injured, Donna Melick, required medical treatment.  On May 5th 1970, a large quantity of dynamite was stolen from Quick Supply, a dynamite supply warehouse in Ankeny Iowa.  Police believed that the stolen dynamite was used by the Black Panthers in this attack as well as in four other incidents taking place in Iowa during May and June 1970 (197005130001, 197005220003, 197006210001, and 197006290001).  A bank in Kansas City was bombed on the same day (197006290001).
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The pipe bombs exploded during the early morning.  Police frequented the diner twenty-four hours a day.
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The two perpetrators were described as 'clean cut' and not 'hippie types.'
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Fireman Sam Panasci injured himself while trying to extinguish the incendiary and fireman Waverly Howard suffered a heart attack during the incident.  It is unknown whether the fire truck sustained damages.
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Bruce Sharp and William Redwine and three others driving in the same car noticed Officer Kenneth Kaner sitting in his car and someone in the group shouted "let's get him" and/or "let's get his gun."
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Police originally arrested Joe Allen Johnson for the murder but released him due to lack of evidence.  The Zodiac killer is also believed to claim credit for this attack, but the authorities did not believe this was credible.  In 1970, there were two other police officers murdered by suspected Black Nationalists in Northern California while they were making traffic stops (197008060004 and 197008200003).
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 On May 5th 1970, a large quantity of dynamite was stolen from Quick Supply, a dynamite supply warehouse in Ankeny Iowa.  Police believed that the stolen dynamite was used by the Black Panthers in this attack as well as in four other incidents taking place in Iowa during May and June 1970 (197005130001, 197005220003, 197006130001, and 197006290001).
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Hayes was also found guilty of bombing school buses in order to prevent the desegregation of the Longview School District (197007040003).
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 On May 5th 1970, a large quantity of dynamite was stolen from Quick Supply, a dynamite supply warehouse in Ankeny Iowa.  Police believed that the stolen dynamite was used by the Black Panthers in this attack as well as in four other incidents taking place in Iowa during May and June 1970 (197005130001, 197005220003, 197006130001, and 197006210001).
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The bomb was labeled "We the People No. 1."  The Whitefish Bay Chief of Police believed that this incident might be linked with bombs discovered at the Whitefish Bay Police Department, Lakeside Laboratories, Honeywell Inc. and the Wisconsin Motor Division (197010280002, 197009040004, 197007000001, and 197008050001).   There were other bombings in the Milwaukee area during this time period as well (197012220001, 197007220002, and 197007210004).
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This attack took place during heightened racial tensions in Plainfield New Jersey.  Over a year later, Police Officer Frank Buczek was killed two blocks away (197109180002).
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Part of multiple attack with197006300003, 197006300004, and 197006300005.  The incendiary devices were placed in clothing, under rugs and within books located throughout the store.  Only about half of the devices ignited successfully.  Police believe that this incident was linked to the firebombing of a Woolworth's store a month earlier (197006060004).
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Part of multiple attack with 197006300002, 197006300004, and197006300005.  The incendiary devices were placed in clothing, under rugs and within books located throughout the store.  Only about half of the devices ignited successfully.  Police believe that this incident was linked to the firebombing of a Woolworth's store a month earlier (197006060004).
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Part of multiple attack with 197006300002, 197006300003, and 197006300005.  The incendiary devices were placed in clothing, under rugs and within books located throughout the store.  Only about half of the devices ignited successfully.  Police believe that this incident was linked to the firebombing of a Woolworth's store a month earlier (197006060004).
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Part of multiple attack with 197006300002, 197006300003, and 197006300004.  Police believe that this incident was linked to the firebombing of a Woolworth's store a month earlier (197006060004).
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Whitefish Bay Chief of Police believed that this incident might be linked with bombs discovered at the Whitefish Bay State Bank, Whitefish Bay Police Department, Lakeside Laboratories, and the Wisconsin Motor Division (197010280002, 197009040004, 197006290002, and 197008050001).   There were other bombings in the Milwaukee area during this time period as well (197012220001, 197007220002, and 197007210004).
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Arsonists set a fire at St. Ann's Church around two months earlier (197005000001).  Two synagogues in Dorchester sustained three arson attacks during this same time period (197005060007, 197005270002, and 197005270003).
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     This attack was linked to firebombings against four Latin American embassies in Washington D.C. by the Revolution Force 7 one day later (197007020001, 197007020002, 197007020003, and 197007020004).  The Revolutionary Force 7 claimed the attack by delivering a letter to The Associated Press.  The Inter-American Defense Board is an agency of the Organization of American States.
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  It is believed that the materials of the bomb in this incident were similar to the materials used in the bombing of the Omaha Police Station a month earlier (197006110003).  The owner of the business had publicly thanked the city council and a local bank for their assistance in moving his company to a larger building.  It is believed that the owner was considered an "Uncle Tom."
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Police were unsure of the motives behind the attack.  Justice Sandifer, an African American, was a former civil rights lawyer but had not been involved in any civil rights cases around the time of the incident.  Police stated that the bomb was built by an amateur but would have caused extensive damage if it ignited.
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Police suspected that the attack was carried out in retaliation for the shooting of Larry Ward (197005150004).  However, the Seattle Liberation Front also claimed the attack in a letter sent to the Berkeley Bear, an underground left-wing newspaper in Berkeley California.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The vehicle was a 1967 Ford panel truck.
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   McMaster and Hayes entered the maintenance yard by cutting through a fence.  They were both found guilty and received eleven year prison sentences.  Hayes also carried out an attack on an African American owned house in Longview Texas two weeks earlier (197006250001).
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Seven months later there was an attempted bombing at Ben Maidenburg's house by a Neo-Nazi (197102100003).
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Allan Daly survived two weeks before finally succumbing to his wounds.  Frank Thurber belonged to the San Francisco Mailers Union.  Thurber offered Richard Wamsley and Larry Rutherford $300 to "rough up" Daly.  Thurber provided them with a weapon and drove the to Daly's home.  Printers used by non-striking members of the San Rafael Independent journal were firebombed days later (197007080002).
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The cigarettes tied to the fuses went out before they had a chance to ignite the firebombs.
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Authorities were unsure of the motive behind the attack.  National Guardsmen were called up to Oneonta to prevent the stores that were damaged by the blast from being looted.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Four days earlier a non striking member of the San Rafael Independent Journal was shot (197007040006).
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Two of the three holes drilled into the building were over cross beams, and the flammable liquid caused no damage.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        This attack greatly increased the racial strife of the already violent conflict between the White and Black communities of New Bedford.  The mayor of New Bedford instituted a curfew in response to the riots that spread of control as a result to this attack.  Three Whites, Ralph Brown, Gary DesLauriers, and George Rose, were arrested and charged for the crime but were eventually acquitted.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This was one of many sniping attacks against police in the Mother Cabrini Homes project.  The shots were fired from the sixth floor of an apartment building.  The perpetrators shot at the police as they attempted to tend to officers Severin and Rizzato.
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               This was one of many bank bombings in New York City during 1970.
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A witness reported that three youths threw an object at the building.  The attack took place during rising tensions between the Black and Jewish communities in Crown Heights.  New York City Mayor, John Lindsay, established the Crown Heights Urban Actions Task Force two days after the attack.  The task force was set up to deal with community problems.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       This was one of many bombings and attempted bombings that took place in the Milwaukee Wisconsin area during a five month period. (197012220001, 197010280002, 197007220002, 197009040004, 197006290002, 197007000001, and 197008050001).
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The bomb was placed next to the fuel pipe.  This was one of many bombings and attempted bombings that took place in the Milwaukee Wisconsin area during a five month period. (197012220001, 197010280002, 197009040004, 197006290002, 197007000001, 197008050001, and 197007210004).
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         There were three other bombings on government targets in the Oakland area within a seven day period (197007270004, 197007270005, 197007300001).  Moreover, a bomb was thrown at the California High Patrol office in Santé Fe Springs five weeks later (197008290004).
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Four days earlier, a Jewish Community Center in New York City was firebombed by suspected Black militants (197007200001).  A weeks later, there would be another attempted attack on the Black Community Center by the JDL (197008180001).
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Part of a multiple attack with 197007270005.  Four days earlier, a  bomb was thrown at the California High Patrol office in Oakland and three days after the incident, the Oakland Hall of Justice was bombed (197007230002 and 197007300001).
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Part of a multiple attack with 197007270004.  Four days earlier, a bomb was thrown at the California High Patrol office in Oakland and three days after the incident, the Oakland Hall of Justice was bombed (197007230002 and 197007300001).  There are conflicting reports as to whether the missile itself was damaged.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The family earlier received a threatening note telling them to leave the neighborhood or they would be in danger.  Though the Williams were frightened, White neighbors consoled them and convinced them to stay in the neighborhood.
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Before the bomb exploded Officer Maloney left his vehicle for ten minutes to investigate a domestic complaint.
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The perpetrator forced open a door in the building and placed the bomb on a row of file cabinets in the laboratory.  The bomb detonated at 3:44 AM.  The research facilities received bomb threats two and a half months before the attack, but they were dismissed.  Military research was not conducted at the laboratory.  The Whitefish Bay Chief of Police believed that this incident might be linked with bombs discovered at the Whitefish Bay State Bank, Whitefish Bay Police Department, Lakeside Laboratories, and the Honeywell Inc. (197010280002, 197009040004, 197006290002, and 197007000001).   There were other bombings in the Milwaukee area during this time period as well (197012220001, 197007220002, and 197007210004).
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Emile Thompson claimed that he carried out the attack to get back at the 'pigs' who had harassed him, noting that Officer Huerta represented all 'pigs.'  In 1970, there were two other police officers murdered by suspected Black Nationalists in the Northern California area while they were making traffic stops (197008200003 and 197006190004).
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The draft records that were damaged belonged to soldiers who were unlikely to be drafted.
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          An alert custodian extinguished the fires before they had a chance to cause significant damages.  In a sixth month period, the Oregon Selective Service Headquarters was firebombed three other times (197002010001, 197005060006, and 197006030001).
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        John Thomas was one of the accused perpetrators of 197001250001.  Seth Stanley was acquitted based on a successful argument of self defense, but it is important to note that John Thomas was shot as he was sitting in his truck.  A Black boycott of White-owned businesses in West Point was initiated as a result of this incident.
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The federal office building had been the site of many anti-war demonstrations.  Following the explosion, police reported six false bomb threats in Minneapolis.  Police Officer Joseph Christy was knocked unconscious by the blast but he would recover from his injuries.
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A month earlier, a Jewish Community Center was firebombed in New York City by suspected Black militants (197007200001). There was another attempted attack on the Black Community Center by the JDL weeks earlier (197007240002).
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The two perpetrators scaled a twenty foot wall and broke into the building through a window.  They attempted to set a diversionary fire at the Reisterstown Shopping Center but the firebomb malfunctioned.  After the incident, a letter was written to an underground newspaper stating that there would be more attacks against draft boards to come.  There were a total of thirty-four thousand draft records at the selective service office.  Two thousand records were destroyed and seven thousand were damaged.  All of these records were backed up on microfilm.  Moreover, none of the 1-A draft records were destroyed or damaged.
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           In 2005, police arrested Styles Frederick Price and Don Juan Warren Graphenreed, believing that Price carried out the murder and Graphenreed drove the getaway car.  However, the District Attorney of Alameda County declined to charge the suspects.  In 1970, there were two other police officers murdered by suspected Black Nationalists in the Northern California area while they were making traffic stops (197008060004 and 197006190004).
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The incendiary device was placed in Emerald Hall during the afternoon concealed in a cardboard box.
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Mary Peek was seriously injured but would survive her wounds.  Following the bombing, there were many bomb threats in St. Paul and Minneapolis.  Gary Hogan would also be convicted for planting a diversionary bomb as part of an attempted robbery of the First Grand Avenue Bank in St. Paul ten days later.
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Sheridan Armory in Baltimore was bombed nine months later (197105110005).  A day before the incident, the F.B.I. released a report stating that the Ohio National Guardsmen were not fired upon during the Kent State shootings on May 4, 1970.
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                When the Proud Eagle Tribe, an offshoot of the Weather Underground, claimed credit for the bombing of Harvard University's Center for International Affairs on October 14th (197010140001), they stated that firebombing of the Burlington Police Station was the result of "kids wag(ing) an offensive against the town pigs."
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The incendiary device was concealed in a cardboard carton.  However, it was discovered due to the strong odor from the gasoline.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The next day, a municipal court building in Walnut Creek California was firebombed (197008290003).
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A day before the incident, the National Guard Armory in Walnut Creek California was firebombed (197008280002).
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A bomb was thrown at the California High Patrol office in Oakland five weeks earlier (197007230002).
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The vehicle was unoccupied because the police officers were investigating a robbery.  Authorities believed that the robbery complaint was legitimate.
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Police believe that the bombs might have not detonated even if the devices were not discovered because the bombs were exposed to rain.  E. H. Crump was a powerful political figure in Memphis Tennessee.
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Authorities linked the bomb used in this incident with the bombing of a police station in Whitefish Bay on October 28th (197010280002).  Both bombs were built according to an instruction manual circulated by revolutionaries.  The Whitefish Bay Chief of Police believed that this incident might also be linked with bombs discovered at Whitefish Bay State Bank, Honeywell Inc. and the Wisconsin Motor Division (197006290002, 197007000001, and 197008050001).   There were other bombings in the Milwaukee area during this time period as well (197012220001, 197007220002, and 197007210004).
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The bomb was thrown from about 35 feet away from the courthouse and landed within 5 feet of the building.  The device was discovered by a security officer at 9:35 PM.  It is believed that the bomb was thrown around an hour earlier.  The Orange County Courthouse had received many bomb threats during the year, however, there were none before this incident.  Hours after the incident, a bomb exploded in the Hall of Justice in Los Angeles (197009050002).
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Police officers Harry Roeder and Ben Burken, stationed in the rear of the police station, were injured in the bombing.  Authorities were unsure of the motive behind the attack.
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Three minutes after the bomb detonated, a man called the authorities warning that an explosion would occur within three minutes.  Police officials were unsure if the phone call was connected to the incident or a coincidence.  More security was placed in the Hall of Justice as a result of the bombing.  Hours before this incident, a bomb was thrown at the Orange County Courthouse in Santa Ana California (197009040005).
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The editor of the Kaleidoscope, a radical left-wing outlet, refused to reveal where the newspaper got its information from regarding articles describing the bombing of the Army Research Center at the University of Wisconsin (197008240001).
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Following the attack there was a gunfight between the Toledo Police and Black Panthers.  The Police raided the headquarters of the Black Panther party an hour after the incident which directly led to the demise of the BPP within Toledo.  John McClellan was accused of carrying out the attack, but after three trials, two of which resulted in hung juries, he was acquitted.
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A policeman walking by the building saw the fire and extinguished it.  Parren Mitchell received many threatening letters and phone calls during his campaign, however, he ended up victorious, becoming Maryland's first Black Congressman.
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The incident occurred overnight.  The bomb was placed in the women's restroom on the ground floor.
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The four teens were members of the American Nationalist Socialist Workers, Students and Christians Party.  Only one out of the four Molotov cocktails ignited.
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The bomb was placed in the men's restroom.  Two years earlier, there was a racially motivated bombing at Bluefield State College, however, authorities were unsure of the motivations behind this incident.
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Of the four perpetrators indicted, two of them, Beam and Moratto, were Klansmen.  Hutto was also accused of being a member of the Klan.  It had been widely reported that a splinter group of the Klan took credit for the attack. The perpetrators were also indicted for 197103110001 and 197005120002.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Ten minutes before the blast, the police received a phone call from the Weathermen warning of the attack.  The Weathermen claimed that the bombing was committed "in retaliation for what happened during the week."  The Queens Branch House of Detention, which was adjacent to the courthouse, also received a warning call.  There were riots at the detention center earlier in the week.  Moreover, forty-five minutes after the incident a caller warned that there was a bomb at the Manhattan House of Detention for Men.  Police searched the facility but did not find a bomb.  There were riots at that detention center earlier in the week as well.
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Police were unsure whether the bomb was thrown or placed at the building.
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Police fired several hundred rounds into Pyramid Courts and it took them an hour to secure the premises.
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                There was an attack on police headquarters less than a week later by Black militants (197010240004).  In total, thousands of rounds were fired.
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This might be part of a multiple attack with 197010240004 which took place in Cairo an hour later.  There are conflicting reports as to whether one or two grocery stores were set on fire.  During the fire, police received a phone call stating "when are you going to send the Pigs?"
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            This might be part of a multiple attack with (197010240003) which took place in Cairo an hour earlier.  Snipers fired upon the police headquarters less than a week earlier (197010210003).  This first attack on the police station took place at 8:15 PM, the second attack took place at 10:15 PM, and the third attack took place at 2:10 AM on October 25th.  The final attack took thirty-five minutes and hundreds of rounds were fired.  Some of the gunmen emerged from the building that acted as the headquarters of the Black United Front, an organization which was directing a boycott of White owned businesses in Cairo at the time.  The Mayor of Cairo, Albert Thomas, believed that some of the Black militants were members of the Black Panther Party, however, the Black Panthers denied any involvement in the attacks.  State troopers were ordered into Cairo as a result of the attacks.
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Walter Smith, a post office employee, was treated for shock.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Authorities believed that the perpetrators were 'hippie-types.'  Some officials suspected that this attack was in response to a proposed ban on drinking liquor at the beach.
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Authorities were unsure whether the pipe bomb was placed under a pile of leaves or attached under the gas tank of the vehicle.  Authorities linked the bomb used in this incident with the attempted bombing at Likeside Laboratories in Milwaukee Wisconsin on September 4th (197009040004).  Both bombs were built according to an instruction manual circulated by revolutionaries.  The Whitefish Bay Chief of Police believed that this incident might also be linked with bombs discovered at Whitefish Bay State Bank, Honeywell Inc. and the Wisconsin Motor Division (197006290002, 197007000001, and 197008050001).  There were other bombings in the Milwaukee area during this time period as well (197012220001, 197007220002, and 197007210004).
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The two perpetrators threw the firebombs over an eight foot fence.  After launching the Molotov cocktails, they were fired upon by Military Police stationed at the base, but escaped unscathed.
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               This is part of a multiple attack with 197010300002 and 197010300003.  The bomb was placed on the window sill and detonated at 3:12 AM.  Authorities estimated that there were between $5,000 to $10,000 in damages.  Later in the day there was a bomb scare are New York City Hall and a bomb was discovered against a tree stump in the Bronx (197010300004).
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        This is part of a multiple attack with 197010300001 and 197010300003.  The bomb was placed inside the air conditioner unit and detonated at 3:15 AM.  The bomb was less powerful than those at the National Guard Armories, but it caused more fire damage.  Later in the day there was a bomb scare are New York City Hall and a bomb was discovered against a tree stump in the Bronx (197010300004).
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            This is part of a multiple attack with 197010300001 and 197010300002.  The bomb was placed on the window sill and detonated at 3:22 AM.  Later in the day there was a bomb scare are New York City Hall and a bomb was discovered against a tree stump in the Bronx (197010300004).
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Earlier in the day there was a multiple attack against two National Guard Armories and the Police Motorcycle Headquarters (197010300001, 197010300002, and 197010300003).  On the same day there was also a bomb scare at New York City Hall.
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               This attack directly led to the outbreak of riots by the African American community of New Castle, Pennsylvania.
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Shortly after this attack, it is suspected that Wiley Anderson was shot and killed by White perpetrators (197011080001).  Robert Cunningham was the former leader of the vigilante group the White Hats.  At the time of the incident, he was the president of the United Citizens for Community Action.
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The perpetrators cut a screen and entered the facility through a window.
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            This incident occurred a short time after the lumber yard of Cairo Illinois was set on fire (197011070002).  Wiley Anderson was a sergeant on leave from the army.  Members of the United Front, an organization directing an African American boycott of White owned business in Cairo, believed that the sniper fire was coming from two different directions.  The United Front also stated that Walter Garrett, who was walking with Wiley Anderson at the time, was also shot.  However, the police dispute this claim.  The FBI stated that there was no evidence that any federal statutes were violated and the police were unsure who shot Wiley Anderson.
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     One of the firebombs exploded at the rear of the building.
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Both officers received injuries to their faces.  Officer Horton required thirteen stitches and officer Gatchel required eight stitches.  Three days later, a White revolutionary firebombed a police car in St. Petersburg and stated his support for the "Black brothers" who beat up the police officers (197011180001).
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The perpetrators threw a brick attached with a note at the scene listing their revolutionary motivations for the attack.  The note also referenced the attack on the two policemen three days earlier (197011150002).  The note was signed "Mongoose."  Police believed that Mongoose could have been John Allen Brown, the individual who placed a bomb in the St. Petersburg area four day later (197011220002).
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The bomb detonated at 2:55 AM.  No group claimed responsibility but authorities suspected that the perpetrators were part of the "protest community."
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Authorities did not believe that L. D. Turner's house was bombed because his company manufactured TNT for use in Vietnam.
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Police believed that the perpetrator of the attack, John Allen Brown, could have been Mongoose, the individual who firebombed a police car in St. Petersburg four days earlier (197011180001).  The authorities did not release the exact location of where the bomb was discovered.  However, they did say that it would have caused considerable damage.
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This incident took place two days after the a bombing of the Dominican Consulate in San Juan, Puerto Rico (197011230001).
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The bomb was placed outside of a ground level window of Johnson Hall.  The building housed the office of the university president.
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The fire was discovered at 1:45 AM.
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A draft board office in San Mateo was firebombed three months later (197103150003).
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The bomb went off at 1:30 AM.  The perpetrator cut through a fence to sneak into the facilities.  The bomb was placed above the gas tank of the truck, but the tank did not explode.  However, some fuel did catch on fire.  This was one of many bombings and attempted bombings that took place in the Milwaukee Wisconsin area during a five month period. (197010280002, 197007220002, 197009040004, 197006290002, 197007000001, 197008050001, and 197007210004).
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Six weeks later, James Palmer Brewer and Randy Gerald Davis bombed an Armed Forces Induction Center in Atlanta, Georgia (197102130001).  Brewer was a soldier who had gone  AWOL.  Luther Grier, a janitor, was burned and cut.
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        There was a police station located fifty feet away from the courthouse.
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          There was a fire at the garage five months earlier that was not considered an arson attack.  This attack is linked with 197102040002.
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The sprinkler system in the building put out the flames.
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             This attack took place during heightened racial tensions in Pomona, California.  Police believed that this attack might have been linked with racial disturbances (197101090001, 197101090002, and 197101110003) at Pomona High School where a  boycott by Black students was in the process of being implemented.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This attack took place during heightened racial tensions in Pomona, California.  At the time, Black students were in the process of implementing a boycott of the school system.  Police believed that this attack was connected with other racial disturbances in Pomona (197101060001, 197101090002, and 197101110003).  As a result of the attacks the schools closed down for a week.
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This attack took place during heightened racial tensions in Pomona, California.  At the time, Black students were in the process of implementing a boycott of the school system.  Police believed that this attack was connected with other racial disturbances in Pomona (197101060001, 197101090001, and 197101110003).  As a result of the attacks the schools closed down for a week.
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This attack took place during heightened racial tensions in Pomona, California.  At the time, Black students were in the process of implementing a boycott of the school system.  Police believed that this attack was connected with other racial disturbances in Pomona (197101060001, 197101090001, and 197101090002).  As a result of the attacks the schools closed down for a week.
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The dry cleaning shop sustained smoke and water damage.
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   This is part of a multiple attack with 197101150005.  The bomb exploded at 11:00 AM.  The two people injured were Sgt. Leonard Godfrey and Pedro Torres.  Godfrey stated that he noticed a man place a shopping bag at the station which eventually blew up.
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           This is part of a multiple attack with 197101150004.  The bomb exploded at 11:40 AM.
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The bomb was placed behind the police station and some believed that it might have been directed at the power and communication lines.  The police station was located in a predominately African American neighborhood.  Another bomb was discovered at a federal building in San Francisco two hours later (197101190002).
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A Housing Authority Police Station in San Francisco was bombed two hours earlier (197101190001).
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                James Ford was the assistant director of the Carvel Outhwaite public housing project.  Dissident employees were protesting the firing of the program's former housing director.
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The police officer recovered from his stab wounds.  Josh Smith, a man purporting to be from the Black Liberation Army, called New York Channel 7 after the incident claiming that "no longer will the pig hatchet men plant their heels on our people."  He stated that the next two people to be targeted would be the commissioner and deputy commissioner of the New York Police Department.
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The bomb was similar to the device used in the attack on principal of Twin Lakes High School two weeks later (197102090002).  There were many instances of racial strife at the high school, and, two weeks before the incident, a white person was appointed principal of the district, despite the recommendations of a biracial committee.
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The NAACP pledged to assist Chambers rebuild his law offices.  This attack is linked with 197101010001.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The bomb was similar to the device used in a bombing at Twin Lakes High School two weeks earlier (197101260001).  The car of the Palm Beach County's Superintendent was bombed three months later (197105120002).  There were many instances of racial strife at the high school, and, one month before the incident, a white person was appointed principal of the district, despite the recommendations of a biracial committee.  The bomb was set explode at 3:00 PM but the timing device malfunctioned.
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The bomb was set to detonate at 8:30 PM but was discovered four hours earlier.  Charles Lawrence was an organizer for the National Socialist White People's Party.  Ben Maidenburg's house was bombed seven months earlier by an unknown perpetrator (197007040004).
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Six weeks earlier James Palmer Brewer and Randy Gerald Davis bombed an Army Recruiting Station in College Park, Georgia (197012270001).  Brewer was a soldier who had gone  AWOL.  The bomb was placed outside of the main doors of the building and detonated shortly before 5:00 AM.  The induction center was also the 81st Army Reserve Command Headquarters.
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The perpetrators sawed there way into the office and the fire was ignited at 12:03 AM on February 15.  The perpetrators stated that they were influenced by the anti-war actions of Philip and Daniel Berrigan.
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     This is part of multiple attack with 197102160002.  This might also be part of a multiple attack with the three other bombs and incendiary devices discovered at American establishments in Puerto Rico on the same day (197102160003, 197102160004, and 197102160005).  The bomb in this incident detonated near the hotel swimming pool.
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     This is part of multiple attack with 197102160001.  This might also be part of a multiple attack with the three other bombs and incendiary devices discovered at American establishments in Puerto Rico on the same day (197102160003, 197102160004, and 197102160005).  The bomb in this incident detonated near the hotel swimming pool.
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         This might be part of a multiple attack with the four other bombings and attempted bombings of American establishments in Puerto Rico on the same day (197102160001, 197102160002, 197102160003, and 197102160004).  The incendiary device in this incident was discovered between clothing in the children's department of the store.
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Victor Butler was an African American.  In his original confession, Thurston stated that he was in a car with 3-5 people that dropped Lane and Johnson off to commit the murder.  The Miami Police Department considers the case closed since Lane, Johnson, and Thurston, who the department believed to be involved in the incident, were arrested.
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The realty office that was bombed was apparently mistaken for an office that was owned by a critic of the Chicano Liberation Front.  On the outside of the wall of the office, "Chicano Liberation Front" was written with shoe polish.
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A week later, another building on the University of Hawaii campus was set on fire, however, authorities did not believe that this incident was carried out by the same perpetrators (197103050001).
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Authorities suspected that the perpetrators of this incident might have participated in campus riots at the University of Puerto Rico two weeks later.
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <NA>
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        scite1
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Police Chief Quits," Washington Post, January 2, 1970.
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                           Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                       Tom Bates, "Rads: The 1970 Bombing of the Army Math Research Center at the University of Wisconsin and Its Aftermath," HarperCollinsPublishing, 1992.
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 15                                                                                                                                                                                                                                                                                                                                                                          Committee on the Judiciary  United States Senate, "Terroristic Activity: The Cuban Connection in Puerto Rico; Castro's Hand in Puerto Rican and U.S. Terrorism," U.S. Government Printing Office, August 6, 1970.
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Blast Damages Flatbush School," New York Times, January 13, 1970.
## 19                                                                                                                                                                                                                                                                                                                                                                          Committee on the Judiciary  United States Senate, "Terroristic Activity: The Cuban Connection in Puerto Rico; Castro's Hand in Puerto Rican and U.S. Terrorism," U.S. Government Printing Office, August 6, 1970.
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Miss. City Is Desegregation Trouble Spot," Chicago Daily Defender, January 29, 1970.
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Miss. City Is Desegregation Trouble Spot," Chicago Daily Defender, January 29, 1970.
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Alexander's Stores Survive 2 Bombs With No Damage," New York Times, February 4, 1970.
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Alexander's Stores Survive 2 Bombs With No Damage," New York Times, February 4, 1970.
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Anthony Ripley, "Denver Blasts Destroy 24 School Buses," New York Times, February 7, 1970.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Earl Caldwell, "Fear Grows in Seattle as Police Urge F.B.I. Help on Bombings," New York Times, April 26, 1970.
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "2 Bombs Explode at G.E. Buildings," New York Times, February 9, 1970.
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "2 Bombs Explode at G.E. Buildings," New York Times, February 9, 1970.
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "2 Bombs Explode at G.E. Buildings," New York Times, February 9, 1970.
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "New York GE Offices Damaged by 2 Bombs," The Milwaukee Journal, February 9, 1970.
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Door of Chase Bank Is Damaged By Bomb," New York Times, July 15, 1970.
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Mike Stahlberg, "Clues Sought for Cause of UO Fire," Eugene Register-Guard, February 17, 1970.
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "San Francisco Bomb Injured 7 Policemen," Washington Post, February 18, 1970.
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Emanuel Perlmutter, "Justice Murtagh's Home Target of 3 Fire Bombs," New York Times, February 22, 1970.
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Emanuel Perlmutter, "Justice Murtagh's Home Target of 3 Fire Bombs," New York Times, February 22, 1970.
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Flare Pot Hurled at Cornell House," New York Times, February 23, 1970.
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                      Tom Bates, "Rads: The 1970 Bombing of the Army Math Research Center at the University of Wisconsin and Its Aftermath," HarperCollinsPublishing, 1992.
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Home of Police Officer Bombed," Toledo Blade, March 2, 1970.
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 112                                                                                                                                                                                                                                                                                                                                                                         Committee on the Judiciary  United States Senate, "Terroristic Activity: The Cuban Connection in Puerto Rico; Castro's Hand in Puerto Rican and U.S. Terrorism," U.S. Government Printing Office, August 6, 1970.
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Mystery of the SS Columbia Eagle Hijacking," Vietnam Magazine, February, 2001.
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "San Juan Store Bombed," New York Times, March 16, 1970.
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Arsonists Blamed in $100,000 Roosevelt High School Blaze," Los Angeles Times, April 9, 1970.
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Jerry M. Flint, "Civil Rights Chief In Michigan Slain," New York Times, March 21, 1970.
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           George Lardner Jr. "Bomb is Sent by Mail to Nixon Over Draft," Washington Post, April 26, 1970.
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "S.F. Tavern Is Bombed Near Police Station," Washington Post, March 28, 1970.
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         William Greider, "Calley Pleads for Future Gis," Washington Post, March 31, 1971.
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           George Lardner Jr. "Bomb is Sent by Mail to Nixon Over Draft," Washington Post, April 26, 1970.
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Robert W. Patterson, "Crime & the American Response," Facts on File, 1973
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Richard Phalon, "Fire Destroys the Black Studies Center at Cornell," New York Times, April 2, 1970.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Hannelore Sudermann, "A Burning Mystery," Washington State Magazine, 2007.
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Arson Suspected In Fire at Rice," The Victoria Advocate, April 6, 1970.
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Arsonists Blamed in $100,000 Roosevelt High School Blaze," Los Angeles Times, April 9, 1970.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "5 Persons Hurt In Plant Blast", The Victoria Advocate, April 12, 1970.
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "2 School Buildings Hit by Fires; Loss $95,000," Los Angeles Times, April 16, 1970.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "2 School Buildings Hit by Fires; Loss $95,000," Los Angeles Times, April 16, 1970.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Earl Caldwell, "Fear Grows in Seattle as Police Urge F.B.I. Help on Bombings," New York Times, April 26, 1970.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Earl Caldwell, "Fear Grows in Seattle as Police Urge F.B.I. Help on Bombings," New York Times, April 26, 1970.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Earl Caldwell, "Fear Grows in Seattle as Police Urge F.B.I. Help on Bombings," New York Times, April 26, 1970.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Earl Caldwell, "Fear Grows in Seattle as Police Urge F.B.I. Help on Bombings," New York Times, April 26, 1970.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Rusty L. Monhollon, "This is America? The Sixties in Lawrence, Kansas," Palgrave, 2002.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 217                                                                                                                                                                                                                                                                                                                                                                                                 Patrick D. Kennedy, "Reactions Against the Vietnam War and Military-Related Targets on Campus: The University of Illinois as a Case Study, 1965-1972," Illinois Historical Journal, 1991.
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Firebomb Suspected As Cause In Redlands University Fire," The Bulletin, April 22, 1970.
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "51 Bombs Dismantled in Puerto Rico" Washington Post, April 24, 1970.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "51 Bombs Dismantled in Puerto Rico" Washington Post, April 24, 1970.
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "51 Bombs Dismantled in Puerto Rico" Washington Post, April 24, 1970.
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "51 Bombs Dismantled in Puerto Rico" Washington Post, April 24, 1970.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              George J. Hiltner, "City Panther is Convicted of Murder," Washington Post, January 16, 1970.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   “Taiwan: A Shot at Chiang.” Time Magazine, May 4, 1970.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Jay Pridmore, "Northwestern University: Celebrating 150 Years," Northwestern University Press, 2000.
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Gerald H. Gamm, "Urban Exodus: Why the Jews Left Boston and the Catholics Stayed," Harvard University Press, 1999.
## 246                                                                                                                                                                                                                                                                                                                                                                         Committee on the Judiciary  United States Senate, "Terroristic Activity: The Cuban Connection in Puerto Rico; Castro's Hand in Puerto Rican and U.S. Terrorism," U.S. Government Printing Office, August 6, 1970.
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Two Students Held In Campus Bombing," New York Times, May 2, 1970.
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Homar Bigart, "New Haven Rally Ends a Day Early; Attendance Down," New York Times, May 3, 1970.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Final Report to the Grand Jury: B.A.M.M.," Eleventh Judicial Circuit Court of Florida, Dade County, November 9, 1970.
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Draft Office Bombed 4th Time," Washington Post, August 11, 1970.
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 4, 1970.
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    William E. Farrell, "Political Action By Youth Is Goal," New York Times, May 10, 1970.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Martin Waldron, "2 Bombings Laid to 4 in Houston," New York Times, June 12, 1971.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Timothy B. Tyson, "Blood Dones Sign My Name," Crown Publishers, 2004.
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Final Report to the Grand Jury: B.A.M.M.," Eleventh Judicial Circuit Court of Florida, Dade County, November 9, 1970.
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Timothy B. Tyson, "Blood Dones Sign My Name," Crown Publishers, 2004.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Final Report to the Grand Jury: B.A.M.M.," Eleventh Judicial Circuit Court of Florida, Dade County, November 9, 1970.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Internal Security House of Representatives, "Black Panther Party, Part 4," U.S. Government Printing Office, October-November, 1970.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Timothy B. Tyson, "Blood Dones Sign My Name," Crown Publishers, 2004.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Timothy B. Tyson, "Blood Dones Sign My Name," Crown Publishers, 2004.
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Timothy B. Tyson, "Blood Dones Sign My Name," Crown Publishers, 2004.
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 4, 1970.
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 4, 1970.
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Scott Moore, "Evidence of Arson Discovered in Cal State Building's Rubble," Los Angeles Times, May 30, 1970.
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Draft Office Bombed 4th Time," Washington Post, August 11, 1970.
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Shore Patrol Car Is Bombed," Washington Post, June 9, 1970.
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Walter H. Waggoner, "Negro Backing Addonizio Target of Shotgun Blast," New York Times, June 10, 1970.
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Internal Security House of Representatives, "Black Panther Party, Part 4," U.S. Government Printing Office, October-November, 1970.
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Internal Security House of Representatives, "Black Panther Party, Part 4," U.S. Government Printing Office, October-November, 1970.
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Jim Herron Zamora, "1967-71: a Bloody Period For S.F. Police," San Francisco Chronicle, January 27, 2001.
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Internal Security House of Representatives, "Black Panther Party, Part 4," U.S. Government Printing Office, October-November, 1970.
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 364                                                                                                                                                                                                                                                                                                                  "United States of America, Plaintiff-Appellee, v. Fred Loyd Hayes and Kenneth Ray McMaster, Defendants-Appellants," No. 71-1165 ,United States Court of Appeals, Fifth Circuit, July 14, 1971. <http://bulk.resource.org/courts.gov/c/F2/444/444.F2d.472.71-1165_1.html?
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Internal Security House of Representatives, "Black Panther Party, Part 4," U.S. Government Printing Office, October-November, 1970.
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Edward S. Kerstein, "Bomb Demolishes Police Car in Bay," Milwaukee Journal, October 28, 1970.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Alex P. Dobish, "Bay Offers $2,500 Reward for Squad Car Bomber," Milwaukee Journal, November 3, 1970.
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Gerald H. Gamm, "Urban Exodus: Why the Jews Left Boston and the Catholics Stayed," Harvard University Press, 1999.
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                          Committee on Internal Security House of Representatives, "Black Panther Party, Part 4," U.S. Government Printing Office, October-November, 1970.
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Neo-Nazi Accused of Placing Bomb at Publisher's Home," New York Times, March 18, 1971.
## 395                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Nonstriker At Paper Succumbs To Wounds," Los Angeles Times, July 17, 1970.
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                         Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Barry Polsky, "News Briefs," Chicago Tribune, July 10, 1970.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bill Kovach, "New Bedford Gets Curfew To Ease Racial Tensions," New York Times, July 13, 1970.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Leroy Thomas, "S. Side Agency Firebombed," Chicago Daily Defender, July 15, 1970.
## 411                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 412                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 413                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 414                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Chicago Sniping Kills 2 Policemen," New York Times, July 18, 1970.
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Pipe Bomb Shatters Glass At a Bank on Park Place," New York Times, July 19, 1970.
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Deirdre Carmody, "Firebombing Heavily Damages Crown Heights Jewish Center," New York Times, July 21,1970.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Two Police Vehicles Damaged By Bombs," New York Times, July 22, 1970.
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Bomb Rips Offices of Company Here," Milwaukee Journal, August 5, 1970.
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Jones Island Oil Firm Rocked by Explosion," Milwaukee Journal, July 23, 1970.
## 424                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "The State: Bomb Explodes Near Oakland CHP Office," Los Angeles Times, July 24, 1970.
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Robert I. Friedman, "The False Prophet: Rabbi Meir Kahane," Lawrence Hill Books, 1990.
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "N.Y. Bank Damaged by Pipe Bomb," New York Times, July 28, 1970.
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Army Target at Coast Blasts," New York Times, July 28, 1970.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "N.C. Negroes Stay," Washington Post, September 6, 1970.
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Policeman Escapes Berkeley Bombing," Washington Post, August 4, 1970.
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Bomb Rips Offices of Company Here," Milwaukee Journal, August 5, 1970.
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Betty Barnacle, "Chief Opposes Parole for Cop Killer," Mercury News, June 4, 1995.
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Draft Board Fire Probed," Baltimore Sun, August 9, 1970.
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Draft Office Bombed 4th Time," Washington Post, August 11, 1970.
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Mississippi White Cleared in Killing," New York Times, October 12, 1971.
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Bombs Kill Officer, Rip U.S. Building," Washington Post, August 18, 1970.
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Robert I. Friedman, "The False Prophet: Rabbi Meir Kahane," Lawrence Hill Books, 1990.
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Barry Rascovar, "Police Call Fire At Draft Board Arson," Baltimore Sun, August 21, 1970.
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Young Policeman Slain In Berkeley," New York Times, August 21, 1970.
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 471                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Nick Coleman, "Knowing My Place: The Victim of 8/22," St. Paul Pioneer Press, September 1, 2002.
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "3 U.S. Jeeps Set A Fire At Armory," Baltimore Sun, May 12, 1971.
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "A Police Station Damaged By Bomb," New York Times, August 27, 1970.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Black Militant Held in Fatal Bombing," Washington Post, August 28, 1970.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "2 Blasts Damage Carolina School," New York Times, August 29, 1970.
## 480                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 483                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Metropolitan: Lost Radioactive Material Hunted," Los Angeles Times, August 30, 1970.
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Georgia News Briefs," Rome News-Tribune, August 31, 1970.
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Empty Patrol Car Damaged By Bomb," Washington Post, September 4, 1970.
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Bombs Hit California Auto Plants," Washington Post, September 4, 1970.
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Bombs Hit California Auto Plants," Washington Post, September 4, 1970.
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Three Bombs Are Found In a Memphis Park," Washington Post, September 4, 1970.
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Alex P. Dobish, "Bay Offers $2,500 Reward for Squad Car Bomber," Milwaukee Journal, November 3, 1970.
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Guard Discovers Unexploded Bomb Next to Courthouse," Los Angeles Times, September 9, 1970.
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bomb Rocks Manson Trial Building," New York Times, September 6, 1970.
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bomb Rocks Manson Trial Building," New York Times, September 6, 1970.
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Bombing Arrest Made," New York Times, September 13, 1970.
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 510                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Robert Thomas, "Fire Bomb Blamed In U of F Blaze In R.O.T.C.'s Hallway," St. Petersburg Times, September 12, 1970.
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Agis Salpukas, "A Toledo Policeman Is Shot Dead in Patrol Car," New York Times, September 19, 1970.
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Mitchell's Md. Headquarters Hit by Fire Bomb," Washington Post, October 2, 1970.
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 533                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Young 'Neo-Nazis' Held As Vandals," Baltimore Sun, October 20, 1970.
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bomb Explodes at College," New York Times, October 6, 1970.
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Martin Waldron, "2 Bombings Laid to 4 in Houston," New York Times, June 12, 1971.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alfred E. Clark "F.B.I Investigates Bombing of Courthouse Here," New York Times, October 11, 1970.
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Warren Weaver Jr., "President Stumps For Gore's Rival," New York Times, October 21, 1970.
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                           Seth S. King, "In Cairo, Ill., Racial Tensions Remain High After Week of Shooting and Arson," New York Times, October 27, 1970.
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                           Seth S. King, "In Cairo, Ill., Racial Tensions Remain High After Week of Shooting and Arson," New York Times, October 27, 1970.
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Armed Negroes Attack Police Station in Cairo, Ill." New York Times, October 25, 1970.
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Armed Negroes Attack Police Station in Cairo, Ill." New York Times, October 25, 1970.
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Henry Aubin and B. D. Colen, "Mail Parcel Explodes in Post Office," Washington Post, October 26, 1970.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 578                                                                                                                                                                                                                                                                                                                           Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on D
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Alex P. Dobish, "Bay Offers $2,500 Reward for Squad Car Bomber," Milwaukee Journal, November 3, 1970.
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "El Toro Motor Pool Firebombed; Pair Flee," Los Angeles Times, October 30, 1970.
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Martin Arnold, "3 Bombs Damage Buildings In City," New York Times, October 31, 1970.
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Martin Arnold, "3 Bombs Damage Buildings In City," New York Times, October 31, 1970.
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Martin Arnold, "3 Bombs Damage Buildings In City," New York Times, October 31, 1970.
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Martin Arnold, "3 Bombs Damage Buildings In City," New York Times, October 31, 1970.
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Slaying Spurs Disorders," New York Times, November 2, 1970.
## 590                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Soldier Shot and Lumberyard Burned in Illinois Racial Violence," New York Times, November 9, 1970.
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Fire Set at Armory at U. of Minnesota," Chicago Tribune, November 8, 1970.
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Cairo Plant Burns During Racial Clash," Washington Post, November 9, 1970.
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Draft Office Fire Bombed," New York Times, November 13, 1970.
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Guy Kovner, "2 Policemen Are Beaten," St. Petersburg, November 18, 1970.
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "'White Revolutionaries' Fire Bomb Police Car," Sarasota Herald-Tribune, November 18, 1970.
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Liberty Bell Copy Blown Up," New York Times, November 22, 1970.
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bomb Rips Home of Plant Guard," Los Angeles Times, November 22, 1970.
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bomb Plant Probed," Evening Independent, November 23, 1970.
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bomb Found at Berkeley," New York Times, November 27, 1970.
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Independence Factions Believed Behind Puerto Rico's Recent Bombings," Washington Post, November 30, 1970.
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Wind Shift Eases Oil Spill Threat," Washington Post, December 2, 1970.
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Lester A. Sobel, "Political Terrorism," Facts on File, Inc., 1975.
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   U. of Connecticut Fire Bomb Target," New York Times, December 16, 1970.
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 640                                                                                                                                                                                                                                                                                                                           Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on D
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 642                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Alex P. Dobish, "Bay Bomb Suspect Leaves Footprints," Milwaukee Journal, December 22, 1970.
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Bomb Damages Ga. Recruiting Office," Washington Post, December 29, 1971.
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Bomb Damages Court Building," Washington Post, January 2, 1971.
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Arson Seen in 2nd NC Garage Fire," Afro-American, January 23, 1971.
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Firebomb Hits R.O.T.C. Room," Washington Post, January 6, 1971.
## 655                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Firebomb Causes $50,000 Damage," Washington Post, January 7, 1971.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Pomona Tension Goes On," Los Angeles Sentinel, January 14, 1971.
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Pomona Tension Goes On," Los Angeles Sentinel, January 14, 1971.
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Pomona Tension Goes On," Los Angeles Sentinel, January 14, 1971.
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Bulletin," Los Angeles Times, January 13, 1971.
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "2 Recruiting Stations Bombed in N.Y.," Washington Post, January 16, 1971.
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "2 Recruiting Stations Bombed in N.Y.," Washington Post, January 16, 1971.
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Police Station Is Damaged By Bomb in San Francisco," Washington Post, January 21, 1971.
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Police Station Is Damaged By Bomb in San Francisco," Washington Post, January 21, 1971.
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Police Station Is Damaged By Bomb in San Francisco," Washington Post, January 21, 1971.
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Robert Daley, "Target Blue," Delacorte Press, 1973.
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Timing Device Fails in Car Blast Attempt," Sarasota Herald-Tribune, February 10, 1971.
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "A Rights Office Burned in South," New York Times, November 5, 1971.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Timing Device Fails in Car Blast Attempt," Sarasota Herald-Tribune, February 10, 1971.
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Neo-Nazi Accused of Placing Bomb at Publisher's Home," New York Times, March 18, 1971.
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Stanford Suspends Activist Professor," Washington Post, February 14, 1971.
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "National Can Co., Steel Union Settle," Washington Post, February 16, 1971.
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Tourists Flee Bomb Blasts in San Juan Hotels," Washington Post, February 18, 1971.
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Tourists Flee Bomb Blasts in San Juan Hotels," Washington Post, February 18, 1971.
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Tourists Flee Bomb Blasts in San Juan Hotels," Washington Post, February 18, 1971.
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Tourists Flee Bomb Blasts in San Juan Hotels," Washington Post, February 18, 1971.
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Tourists Flee Bomb Blasts in San Juan Hotels," Washington Post, February 18, 1971.
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Dr. William Wilbanks, "Forgotten Heroes: Police Officers Killed in Dade County," Turner Publishing Company, 1996.
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 734                                                                                                                                                                                                                                                                                              Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Lester A. Sobel, "Political Terrorism," Facts on File, Inc., 1975.
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Martin Arnold, "San Juan Rioting and Bomb Studied," New York Times, March 16, 1971.
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <NA>
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   scite2
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Cairo Police Chief Quits; Decries Local 'Militants'," Afro-American, January 10, 1970.
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                          Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 9                                                                                                                                                                                                                                                                                                                                                                                                                     David Newman, Sandra Sutherland, and Jon Stewart, "The Madison Bomb Story: The Death the FBI Saw, Heard and Won't Talk About," Mother Jones, February-March, 1979.
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                 Tom Bates, "Rads: The 1970 Bombing of the Army Math Research Center at the University of Wisconsin and Its Aftermath," HarperCollinsPublishing, 1992.
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "No Evidence Of Arson Found In Barkers Fire," The Virgin Islands Daily News, January 13, 1970.
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Linda Greenhouse, "Madison School Puzzled By Bomb," New York Times, January 18, 1970.
## 19                                                                                                                                                                                                                                                                                                                                                    "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Black Panthers Say Office Was Bombed," New York Times, January 20, 1970.
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Beef Plant Workers in Nebraska Await Call to Work After Violent Strike Ends," New York Times, April 12, 1970.
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Martin Arnold, "Harlem Area Sealed Off As Police Hunt Snipers," New York Times, January 27, 1970.
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Black, White Killings in South, West Trigger Racial Skirmishes," New Pittsburgh Courier, October 30, 1971.
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Martin Arnold, "Harlem Area Sealed Off As Police Hunt Snipers," New York Times, January 27, 1970.
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Clues To Arson Sought In Norwalk," Toledo Blade, January 28, 1970.
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Synagogue Blasted," Tri City Herald, January 25, 1970.
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Beef Plant Workers in Nebraska Await Call to Work After Violent Strike Ends," New York Times, April 12, 1970.
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Beef Plant Workers in Nebraska Await Call to Work After Violent Strike Ends," New York Times, April 12, 1970.
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Firebombs Exploded In Miami," Times-News, January 30, 1970.
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Arsonist 'Failed,'" Eugene Register-Guard, February 4th, 1970.
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Shooting Inquiry at Cairo," The Southeast Missourian, February 2, 1970.
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Fire Bomb is Found in Alexander Store," New York Times, February 5, 1970.
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Fire Bomb is Found in Alexander Store," New York Times, February 5, 1970.
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Alexander's Stores Survive 2 Bombs With No Damage," New York Times, February 4, 1970.
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 48                                                                                                                                                                                                                                                                                          Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Steven V. Roberts, "Bombings on Rise Over the Nation," New York Times, March 13, 1970.
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Puerto Rican Group Describes Bombings," New York Times, February 13, 1970.
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Puerto Rican Group Describes Bombings," New York Times, February 13, 1970.
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Puerto Rican Group Describes Bombings," New York Times, February 13, 1970.
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Puerto Rican Group Describes Bombings," New York Times, February 13, 1970.
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Puerto Rican Group Describes Bombings," New York Times, February 13, 1970.
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Puerto Rican Group Describes Bombings," New York Times, February 13, 1970.
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "GE Empolye's Cars Blown Up by Dynamite," Hartford Courant, February 10, 1970.
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Bombs Injure 2 Policemen in Berkeley," Washington Post, February 14, 1970.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Bank Blasted," The Montreal Gazette, July 16, 1970.
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Students Impede Firemen; R.O.T.C. Offices in Ruins," The Milwaukee Journal, February 17, 1970.
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "San Francisco Bomb Injured 7 Policemen," Washington Post, February 18, 1970.
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Robert W. Peterson, "Crime & the American Response," Facts on File, 1973.
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Emanuel Perlmutter, "Justice Murtagh's Home Target of 3 Fire Bombs," New York Times, February 22, 1970.
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Dave Dellinger, "More Power Than We Know: The People's Movement Toward Democracy," Anchor Press/Doubleday, 1975.
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Bombs Are Exploded at Home of N.Y. Panther Trial Judge," New York Times, February 21, 1970.
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Bombs Are Exploded at Home of N.Y. Panther Trial Judge," New York Times, February 21, 1970.
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Emanuel Perlmutter, "Justice Murtagh's Home Target of 3 Fire Bombs," New York Times, February 22, 1970.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Anthony Ripley, "Colorado Weighs Blast Controls," New York Times, March 9, 1970.
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Richard Phalon, "Fire Destroys the Black Studies Center at Cornell," New York Times, April 2, 1970.
## 87                                                                                                                                                                                                                                                                                                                                                                                                                    David Newman, Sandra Sutherland, and Jon Stewart, "The Madison Bomb Story: The Death the FBI Saw, Heard and Won't Talk About," Mother Jones, February-March, 1979.
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Steven V. Roberts, "Bombings on Rise Over the Nation," New York Times, March 13, 1970.
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Anna Alejo, "Alejo: Keys to Success," Rocky Mountain News, January 28, 2006.
## 94                                                                                                                                                                                                                                                                                                                                                                                             Patrick D. Kennedy, "Reactions Against the Vietnam War and Military-Related Targets on Campus: The University of Illinois as a Case Study, 1965-1972," Illinois Historical Journal, 1991.
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Marie Smith, "Heavy Security Highlights Pat's Colorado Visit," Washington Post, March 5, 1970.
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Colorado R.O.T.C. Blast Attributed to Arsonists," Washington Post, March 3, 1970.
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Colorado R.O.T.C. Blast Attributed to Arsonists," Washington Post, March 3, 1970.
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Anthony Ripley, "Colorado Weighs Blast Controls," New York Times, March 9, 1970.
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Anthony Ripley, "Colorado Weighs Blast Controls," New York Times, March 9, 1970.
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Anthony Ripley, "Colorado Weighs Blast Controls," New York Times, March 9, 1970.
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Earl Caldwell, "Fear Grows In Seattle As Police Urge F.B.I. Help On Bombings," New York Times, April 26, 1970.
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Army Disarms Time Bomb at Base in Oakland," Washington Post, March 5, 1970.
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Anthony Ripley, "Colorado Weighs Blast Controls," New York Times, March 9, 1970.
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Anthony Ripley, "Colorado Weighs Blast Controls," New York Times, March 9, 1970.
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                       William Sater, "Puerto Rican Terrorists: A Possible Threat to U.S. Energy Installations?," RAND, October 1981.
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         W. Mark Felt, "The FBBI Pyramid From the Inside," G. P. Putnam's Sons, 1979.
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       John Castellucci, "The Big Dance," Dodd, Mead & Company, 1986.
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "S.F. State Protest Ends, Off-Campus Rampage Blocked," Washington Post, March 11, 1970.
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Homer Bigart, "Maryland Hunts Woman In Blast," New York Times, March 12, 1970.
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Homer Bigart, "Maryland Hunts Woman In Blast," New York Times, March 12, 1970.
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "S. F. State Protest Ends, Off-Campus Rampage Blocked," Washington Post, March 11, 1970.
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                            Patrick D. Kennedy, "Reactions Against the Vietnam War and Military-Related Targets on Campus: The University of Illinois as a Case Study, 1965-1972," Illinois Historical Journal, 1991.
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bombs and Threats Jolt Cities," Washington Post, March 14, 1970.
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bombs and Threats Jolt Cities," Washington Post, March 14, 1970.
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Homar Bigart, "Many Buildings Evacuated Here In Bomb Scares," New York Times, March 13, 1970.
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Blasts and Threats Occur Across the U.S." New York Times, March 14, 1970.
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Blasts and Threats Occur Across the U.S." New York Times, March 14, 1970.
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Tad Szulc, "U.S. Arms Ship to Thailand Seized by 'Men With Guns,'" New York Times, March 16, 1970.
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                       William Sater, "Puerto Rican Terrorists: A Possible Threat to U.S. Energy Installations?," RAND, October 1981.
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Bomb Wrecks Police Car," New York Times, March 16, 1970.
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Four Black Churches Fire Bombed in Texas," Jet Magazine, March 25, 1971.
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                      Paul Houston and Franz Rodriguez, "Chicano Militants Reportedly Claim 28 Bombings in L.A.," Los Angeles Times, August 14, 1971.
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "No Motive of Suspect Seen In Slaying of Rights Official," Washington Post, March 22, 1970.
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Robert D. McFadden, "2 Stores Targets of Arson Devices," New York Times, March 22, 1970.
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Robert D. McFadden, "2 Stores Targets of Arson Devices," New York Times, March 22, 1970.
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Michael Knight, "15 at the Electric Circus Injured in Bomb Explosion," New York Times, March 23, 1970.
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Michael Knight, "15 at the Electric Circus Injured in Bomb Explosion," New York Times, March 23, 1970.
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Michael Knight, "15 at the Electric Circus Injured in Bomb Explosion," New York Times, March 23, 1970.
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Union's Building Blasted," New York Times, March 23, 1970.
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bomb Rips Another Café in 'Village.'" Washington Post, March 25, 1970.
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Damaged Rodin Work is Righted in Cleveland," New York Times, March 31, 1970.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Guerrilla Acts of Sabotage and Terrorism in the United States 1965-1970," Scanlan's Magazine, January 1971.
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Fire in Draft Office Destroys Many Files," Chicago Tribune, March 29, 1970.
## 161                                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "New Draft Chief Target of Bomb," Washington Post, April 1, 1970.
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Robert W. Patterson, "Crime & the American Response," Facts on File, 1973
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Paul L. Montgomery, "100 Cornell Negro Students Loot New Campus Store," New York Times, April 7, 1970.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Cornell Officials Hint Arson In Black Studies Center Fire," Washington Post, April 2, 1970.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Homemade Bomb Found in Vestibule Of Bank in Bronx," New York Times, April 3, 1970.
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Alfonso A. Narvaez, "Two More Bombs Discovered Here," New York Times, April 4, 1970.
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Alfonso A. Narvaez, "Two More Bombs Discovered Here," New York Times, April 4, 1970.
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Incendiary Device is Found at Y.W.C.A.," New York Times, April 6, 1970.
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "2 School Buildings Hit by Fires; Loss $95,000," Los Angeles Times, April 16, 1970.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Burning of Africana Center Causes Tensions on Campus," Cornell Reports: Volume Four, Number Three, May, 1970.
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Teamster Walkouts Close More Plants," Washington Post, April 17, 1970.
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Teamster Walkouts Close More Plants," Washington Post, April 17, 1970.
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Teamster Walkouts Close More Plants," Washington Post, April 17, 1970.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                      Paul Houston and Franz Rodriguez, "Chicano Militants Reportedly Claim 28 Bombings in L.A.," Los Angeles Times, August 14, 1971.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                      Paul Houston and Franz Rodriguez, "Chicano Militants Reportedly Claim 28 Bombings in L.A.," Los Angeles Times, August 14, 1971.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Teamster Walkouts Close More Plants," Washington Post, April 17, 1970.
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Teamster Walkouts Close More Plants," Washington Post, April 17, 1970.
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Teamster Walkouts Close More Plants," Washington Post, April 17, 1970.
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "5 Killed by Tornado in Mississippi," Washington Post, April 20, 1970.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "4 Buildings Bombed in Seattle," Washington Post, April 21, 1970.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "4 Buildings Bombed in Seattle," Washington Post, April 21, 1970.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "4 Buildings Bombed in Seattle," Washington Post, April 21, 1970.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "4 Buildings Bombed in Seattle," Washington Post, April 21, 1970.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Bomb Found at Jail, Dynamite at a Bank," New York Times, April 20, 1970.
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                     Deborah C. Kidwell, "Building the Vietnam Veterans Memorial at the University of Kansas," Kansas History: A Journal of the Central Plains, 2007.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Boyle Heights Bank Set Afire; Damage Estimated at $30,000," Los Angeles Times, April 22, 1970.
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "San Juan Bombs Hit Police Radios" Washington Post, April 29, 1970.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "San Juan Bombs Hit Police Radios" Washington Post, April 29, 1970.
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "San Juan Bombs Hit Police Radios" Washington Post, April 29, 1970.
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "San Juan Bombs Hit Police Radios" Washington Post, April 29, 1970.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Fire After Stanford Sit-in Destroys 10 Scholars' Work," Washington Post, April 25, 1970.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Laurie Willis, "Judge Affirms 1972 Life Term," Baltimore Sun, December 5, 1972.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Robert D. McFadden, "Recruiting Office Damaged By Bomb," New York Times, April 25, 1970.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                             “Failed Assassin Vows to Pursue Independence for Taiwan.” Agence France Presse, May 6, 1996, International News Section.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Ex-College Aide Is Charged In Series Of Fires," Baltimore Sun, April 27, 1970.
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "2 Oil Slicks Spotted Off Louisiana Coast," Washington Post, April 26.
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "2 Oil Slicks Spotted Off Louisiana Coast," Washington Post, April 26.
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "2 Oil Slicks Spotted Off Louisiana Coast," Washington Post, April 26.
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "1 of 2 Baton Rouge Explosions Rips Capitol's Senate Chamber," New York Times, April 27, 1970.
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Bill Lynch, "Note Calls La. Capitol Blast 'Revenge,'" Washington Post, April 28, 1970.
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Fire Hits Yale Law Library," Washington Post, April 28, 1970.
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Homemade Bomb Is Found Near Harlem Police Station," New York Times, April 30, 1970.
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 246                                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "First Day Ends in Melee," Hartford Courant, May 2, 1970.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Paul L. Montgomery, "Bronx Bombings Scored By Mayor," New York Times, May 3, 1970.
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Paul L. Montgomery, "Bronx Bombings Scored By Mayor," New York Times, May 3, 1970.
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Violence Continues in Illinois Cities," Washington Post, May 2, 1970.
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Violence Continues in Illinois Cities," Washington Post, May 2, 1970.
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Behind The Drive To Destroy the R.O.T.C.," U.S. News & World Report, 6/29/1970.
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Army's Rules Tightly Restrict 'Deadly Force' in Riot Situations," New York Times, May 6, 1970.
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "U.S. Office is Bombed," New York Times, May 6, 1970.
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "2 Injured By Bomb In Brooklyn Store," New York Times, May 5, 1970.
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Draft Office Damaged," Eugene Register-Guard, May 6, 1970.
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Bomb in Club in 'Little Italy' Slightly Damages Building," New York Times, May 8, 1970.
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Protesters' Ranks Grow," Baltimore Sun, May 9, 1970.
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   William Greider, "Fire Hit Campuses; Rallies Calm," Washington Post, May 10, 1970.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                      David Colvin, "Black Politics After the Civil Rights Movement: Activity and Beliefs in Sacramento, 1970-2000," McFarland & Company, Inc., 2009.
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Martin Waldron, "Houston's KPFT, Two Bombs Later, Tries to Rebuild," New York Times, October 24, 1970.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Fire in Draft Offices," New York Times, May 13, 1970.
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                     Committee on Internal Security House of Representatives, "Black Panther Party, Part 4," U.S. Government Printing Office, October-November, 1970.
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Bomb Suspect Accused in 2nd Case," Miami News, May 18, 1972.
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Robert W. Peterson, "Crime & the American Response," Facts on File, 1973.
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Public Service Strikes Hit San Diego," Washington Post, May 16, 1970.
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Bomb Suspect Accused in 2nd Case," Miami News, May 18, 1972.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Shannon Prather, "Court Upholds Verdict in Cop Killings," St. Paul Pioneer Press, August 23, 2007.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Ames City Hall Bombed," Ames Daily Tribune, May 22, 1970.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                    Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                    Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                    Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Bomb Damages LA Draft Office," Washington Post, May 28, 1970.
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Vandals Strike Synagogs," Chicago Tribune, May 28, 1970.
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Vandals Strike Synagogs," Chicago Tribune, May 28, 1970.
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 David K. Shipler, "A Bomb Goes Off at Rockefeller U.," New York Times, May 29, 1970.
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "All Rallies Banned at Cal State Fullerton," Los Angeles Times, May 29, 1970.
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Around the Nation: Sabotage," Washington Post, August 24, 1970.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         George Dugan, "Bomb Explodes At Trade Center," New York Times, May 31, 1970.
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                               John Herbers, "Major Violence Declining, But Small Incidents Rise," New York Times, September 6, 1970.
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Terry Burns, "Probe Provides Insight Into Car-Bomb Attacks," The State Journal-Register, November 17, 1995.
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Shore Patrol Car Is Bombed," Washington Post, June 9, 1970.
## 323                                                                                                                                                                                                                                                                                                                                                                                                       Ryan Tashma, "Unit History," UCLA Naval R.O.T.C. Alumni Association, September 30, 2003. http://plone.sscnet.ucla.edu:8080/nR.O.T.C./unit-history (accessed January 20, 2010).
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "9 Fire Devices Damage Goods In Woolworth's on Times Sq.," New York Times, June 7, 1970.
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Police Vehicles Are Objects Of Attacks," Lodi News-Sentinel, June 9, 1970.
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Shore Patrol Car Is Bombed," Washington Post, June 9, 1970.
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Draft Board Office Burned," The Daily News, June 9, 1970.
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Shotgun Blasts Are Fired Into Home Of Black Campaigner for Addonizio," New York Times, June 10, 1970.
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                    Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Cairo Chief Disengages Bomb Device," Southeast Missourian, June 12, 1970.
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Cairo Chief Disengages Bomb Device," Southeast Missourian, June 12, 1970.
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                    Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bomb Blasts Reported," Virgin Islands Daily News, June 15, 1970.
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "3 Firebombs Explode Near N.Y.U. in 'Village,'" New York Times, June 18, 1970.
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Homer Bigart, "Fire Truck Is Fire-Bombed During Blaze in Tenement," New York Times, June 19, 1970.
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                      Jody P. Weiss, State of Illinois, Prisoner Review Board, "Murdered Chicago Police Officer Kenneth Kaner on June 19, 1970." Illinois Department of Corrections, August 11, 2008.
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Chicago, Coast Policemen Shot,"  Baltimore Sun, June 20, 1970.
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                    Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Team Defuses Planted Bomb," The Modesto Bee, June 23, 1970.
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                    Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Alex P. Dobish, "Bay Offers $2,500 Reward for Squad Car Bomber," Milwaukee Journal, November 3, 1970.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Francis X. Clines, "2 Plainfield Police Shot at Fire Scene," New York Times, July 1, 1970.
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Blazes Break Out At 3 Woolworths and Grand Union," New York Time, July 1, 1970.
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Blazes Break Out At 3 Woolworths and Grand Union," New York Time, July 1, 1970.
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Blazes Break Out At 3 Woolworths and Grand Union," New York Time, July 1, 1970.
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Blazes Break Out At 3 Woolworths and Grand Union," New York Time, July 1, 1970.
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Alexander Ward, "Fire Bombs Damage 4 Embassies," Washington Post, July 3, 1970.
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Robert W. Peterson, "Crime & the American Response," Facts on File, 1973.
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 387                                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Carrier of Bomb Blown To Pieces in California," Washington Post, July 3, 1970.
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Bomb Discovered Outside Apartment Of a Judge Here," New York Times, July 4, 1970.
## 390                                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Brooklyn Man Is Arrested On a Fire-Bombing Charge," New York Times, July 5, 1970.
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "School Buses Are Bombed," Baltimore Sun, July 6, 1970.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Bomb Left At Home of Publisher," Washington Post, February 12, 1971.
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Home of Nonstriking Printers Fire-Bombed; 6 Escape Injury," Los Angeles Times, July 9, 1970.
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "11 Firebombs Found Under Police Cars In a Parking Yard," New York Times, July 6, 1970.
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Dynamite Warehouse Sabotaged," Washington Post, July 10, 1970.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Home of Nonstriking Printers Fire-Bombed; 6 Escape Injury," Los Angeles Times, July 9, 1970.
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 405                                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "New Bedford Negro Killed; 3 Are Held," New York Times, July 12, 1970.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Firebomb Attack On Southside, Agency Hit Condemns Firebomb Attack," Chicago Daily Defender, July 16, 1970.
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "3 Youths Charged in Sniper Killings," Washington Post, July 19, 1970.
## 416                                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Crown Hgts. Opens Task Force Office," New York Amsterdam News, August 1, 1970.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Pipe Hints at Oil Firm Bomb," Milwaukee Journal, July 24, 1970.
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 426                                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shlomo Russ, "Zionist Hooligans: The Jewish Defense League," City University of New York, 1981.
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Army Target at Coast Blasts," New York Times, July 28, 1970.
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Bomb Breaks Glass In Police Building," Modesto Bee, July 31, 1970.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Police Car Explodes," Reading Eagle, August 3, 1970.
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Door Forced Open In Plant Bombing," Milwaukee Sentinel, August 6, 1970.
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Young Policeman Slain In Berkeley," New York Times, August 21, 1970.
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Draft Office In Maryland Firebombed," Washington Post, August 9, 1970.
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                              450 F.2d 308, "United States of America v. Robert Gerrahan Yaple Jr.," United States Court of Appeals, Ninth Circuit, October 14, 1971.
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Kin of NAACP Lobbyist Mitchell Wins Balto Primary Recount," New Pittsburgh Courier, October 10, 1970.
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Minneapolis Bomb 'Very Well Placed,'" New York Times, August 19, 1970.
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shlomo Russ, "Zionist Hooligans: The Jewish Defense League," City University of New York, 1981.
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Theodore W. Hendricks, "2 Accused In Draft Board Fires," Baltimore Sun, August 27, 1970.
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Dorothy Vriend, "D.A. Declines To Charge Suspects In '70 Slaying," Contra Costa Times, August 19, 1970.
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Sprinkler System Thwarts Firebombing At University," Eugene Register-Guard, August 22, 1970.
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Woman Injured By Bomb Blast In Minnesota," Baltimore Sun, August 24, 1970.
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Bomb And Arson Business," Pittsburgh Press, August 26, 1970.
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Women Radicals Take The Credit In Harvard Blast," Baltimore Sun, October 15, 1970.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Incendiary Device Found At Harvard," Lewistown Evening Journal, August 28, 1970.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Blaze Reported At R.O.T.C. Building," Herald-Journal, August 31, 1970.
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "2 Coast Car Plants Damaged By Bombs," New York Times, September 4, 1970.
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "2 Coast Car Plants Damaged By Bombs," New York Times, September 4, 1970.
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "2 Coast Car Plants Damaged By Bombs," New York Times, September 4, 1970.
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "2 Coast Car Plants Damaged By Bombs," New York Times, September 4, 1970.
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "2 Bombs Tied to Rebel Manual," Milwaukee Journal, November 2, 1970.
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Bomb Thrown at Orange Courthouse," Los Angeles Times, September 9, 1970.
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "2 Hurt As Explosion Rips Police Station," Baltimore Sun, September 6, 1970.
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bomb Damages Tate Trial Site," Baltimore Sun, September 6, 1970.
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 507                                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                       Camas ChapmanGraves, "The University in Peach and War:HC 421,"  University of Oregon, Professor Suzanne Clark, March 13, 2005.
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Damaged By Flames," Daytona Beach Morning Journal, September 11, 1970.
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Joshua Boak, "After 36 Years, Slain Officer's Daughter Feels Loss," Toledo Blade, February 22, 2007.
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Paul Evans and Al Rutledge, "'Can't Stop Us,' Says Mitchell," Afro-American, October 10, 1970.
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Robert W. Peterson, "Crime & the American Response," Facts on File, 1973.
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Martin Waldron, "Houston's KPFT, Two Bombs Later, Tries to Rebuild," New York Times, October 24, 1970.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Queens Courthouse Damaged by Bomb; Warning is Given," New York Times, October 10, 1970.
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Jerry Sullivan, "Bombing Raises Ire Of Black Community," Free Lance-Star, October 17, 1970.
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Bullets Hamper Battle Against Vets' Hall Fire," Modesto Bee, October 21, 1970.
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Cairo Police, Snipers Wage Battle," New York Times, October 22, 1970.
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Cairo, Ill., Blacks Raid Police Station," Washington Post, October 26, 1970.
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "State Troopers on Duty in Cairo," New York Times, October 26, 1970.
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Package Explodes in D.C. Post Office," Baltimore Sun, October 26, 1970.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Martin Courthouse Firebombed," Palm Beach Post, October 27, 1970.
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Edward S. Kerstein, "Bomb Demolishes Police Car in Bay," Milwaukee Journal, October 28, 1970.
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Bombs Used in 3 Attacks Differed," New York Times, November 1, 1970.
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Bombs Used in 3 Attacks Differed," New York Times, November 1, 1970.
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Bombs Used in 3 Attacks Differed," New York Times, November 1, 1970.
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Murder of Black Veteran Triggers New Castle Riot," New Pittsburg Courier, November 7, 1970.
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Cairo Plant Burns During Racial Clash," Washington Post, November 9, 1970.
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "The Nation: 5,000 Postmasters to Be Chosen on Merits," Los Angeles Times, November 8, 1970.
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Panther Trial Judge Reverses Ruling, Allows Tapes," Washington Post, December 1, 1970.
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Draft Office Is Firebombed In Chicago," Washington Post, November 13, 1970.
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Mike Foley, "3 Arrested At Scene, 2 Policemen Beaten," Evening Independent, November 16, 1970.
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Bill Watson, "Police Car Set Afire," Evening Independent, November 18, 1970.
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Jim Redden, "Tumultuous Times Fattened the Files," Portland Tribune, October 30, 2009.
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Home, Bell Blasts," St. Petersburg Times, November 22, 1970.
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 621                                                                                                                                                                                                                                                                                                                      Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on D
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "'68 Mine Tragedy Yields 3 Bodies," Baltimore Sun, December 2, 1970
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Bridgeport Agency Bombed," New York Times, December 16, 1970.
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Lester A. Sobel, "Political Terrorism," Facts on File, Inc., 1975.
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Firebombs Hurled," St. Petersburg Time, December 18, 1970.
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 643                                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Bomb Blast Injured Janitor At Army Office in Georgia," New York Times, December 29, 1971.
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "California Court Bombed," New York Times, January 2, 1971.
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Lawyer's Office Burned; NAACP Pledges Help," New Journal and Guide, February 13, 1971.
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Arson at R.O.T.C. Quarters," New York Times, January 6, 1971.
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Pomona Tension Goes On," Los Angeles Sentinel, January 14, 1971.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Environment Council Forms in Torrance," Los Angeles Times, January 17, 1971.
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "N.Y. Police Curtail Work In Protest Over Pay Issue," Baltimore Sun, January 16, 1971.
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "N.Y. Police Curtail Work In Protest Over Pay Issue," Baltimore Sun, January 16, 1971.
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Time Bomb Defused at S.F. Military Office," Los Angeles Times, January 21, 1971.
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Time Bomb Defused at S.F. Military Office," Los Angeles Times, January 21, 1971.
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Dynamite Tied Under Car," St. Petersburg Times, February 10, 1971.
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Lawyer's Office Burned; NAACP Pledges Help," New Journal and Guide, February 13, 1971.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Dynamite Tied Under Car," St. Petersburg Times, February 10, 1971.
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Bomb Left At Home of Publisher," Washington Post, February 12, 1971.
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Federal Grand Jury Indicts Two," Herald Journal, February 10, 1972.
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Tate Jurors Freed From Confinement," Washington Post, February 17, 1971.
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bombs Blast Two Hotels In San Juan," The Virgin Islands Daily News, February 18, 1971.
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bombs Blast Two Hotels In San Juan," The Virgin Islands Daily News, February 18, 1971.
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bombs Blast Two Hotels In San Juan," The Virgin Islands Daily News, February 18, 1971.
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bombs Blast Two Hotels In San Juan," The Virgin Islands Daily News, February 18, 1971.
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bombs Blast Two Hotels In San Juan," The Virgin Islands Daily News, February 18, 1971.
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Security Boosted At University After 2 Fires," Hartford Courant, March 7, 1971.
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 738                                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   scite3
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                          Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <NA>
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                       The Wisconsin Cartographers' Guild, "Wisconsin's Past and Present: A Historical Atlas," The University of Wisconsin Press, 2002.
## 10                                                                                                                                                                                                                                                                                                                                                                                                    David Newman, Sandra Sutherland, and Jon Stewart, "The Madison Bomb Story: The Death the FBI Saw, Heard and Won't Talk About," Mother Jones, February-March, 1979.
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 15                                                                                                                                                                                                                                                                                                                                    "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                     Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 21                                                                                                                                                                                                                                                                                                                                                                                                                       Peter F. Nardulli and Jeffrey M. Stonecash, "Politics, Professionalism, and Urban Services," Oelgeschlager, Gunn & Hain, Publishers, Inc. 1981.
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Seattle University, "1965-1975: Troubled Times," <www.seattleu.eduhistorysection6.html>
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                        Earl Caldwell, "Fear Grows In Seattle As Police Urge F.B.I. Help On Bombings," New York Times, April 26, 1970.
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "30 Shots Fired Into Office of Panthers in Jersey City," Washington Post, January 21, 1971.
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "2 Policemen Wounded by Sniper Fire," New York Times, January 26, 1970.
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "2 Policemen Wounded by Sniper Fire," New York Times, January 26, 1970.
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Front Asks Time With Governor," The Southeast Missourian, February 3, 1970.
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Fire Bomb is Found in Alexander Store," New York Times, February 5, 1970.
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 49                                                                                                                                                                                                                                                                                                                                                                                                                     Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                        William Sater, "Puerto Rican Terrorists: A Possible Threat to U.S. Energy Installations?," RAND, October 1981.
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                        William Sater, "Puerto Rican Terrorists: A Possible Threat to U.S. Energy Installations?," RAND, October 1981.
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Bomb Case Figure Found Guilty Here," New York Times, September 19, 1973.
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "San Francisco Bomb Injured 7 Policemen," Washington Post, February 18, 1970.
## 65                                                                                                                                                                                                                                                                          Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 66                                                                                                                                                                                                                                                                                                                                                                                             Emily Mosen, "The Reserve Officers' Training Corps: Protests and Perspectives on the University of Oregon Campus in 1969 and 1970," University of Oregon, March 14, 2005.
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 71                                                                                                                                                                                                                                                                          Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Bernardine Dohrn, "An End to Violence?" New York Times, January 19, 1971.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Michael T. Kaufman, "Court Enjoins Violence at Cornell; Curfew Set," New York Times, April 10, 1970.
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                      The Wisconsin Cartographers' Guild, "Wisconsin's Past and Present: A Historical Atlas," The University of Wisconsin Press, 2002.
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                          James Brooke, "Court Says Denver Can End Forced Busing," New York Times, September 17, 1995.
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                         Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Anthony Ripley, "Colorado Weighs Blast Controls," New York Times, March 9, 1970.
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Robert W. Patterson, "Crime & the American Response," Facts on File, 1973
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Steven V. Roberts, "Bombings on Rise Over the Nation," New York Times, March 13, 1970.
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Nan Robertson, "The First Lady Visits Projects in Restive Boulder," New York Times, March 5, 1970.
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Nan Robertson, "The First Lady Visits Projects in Restive Boulder," New York Times, March 5, 1970.
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                     Dave Dellinger, "More Power Than We Know: The People's Movement Toward Democracy," Anchor Press/Doubleday, 1975.
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Bomb Found and Disarmed At Oakland Army Base," New York Times, March 5, 1970.
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 112                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       John Castellucci, "The Big Dance," Dodd, Mead & Company, 1986.
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         W. Mark Felt, "The FBBI Pyramid From the Inside," G. P. Putnam's Sons, 1979.
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Peter A. Jay, "Bomb Threats in Area," Washington Post, March 13, 1970.
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Peter A. Jay, "Bomb Threats in Area," Washington Post, March 13, 1970.
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "People In The News," The Spokesman-Review, March 11, 1970.
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "1,000 Students Assail Brigham Young Ties," Washington Post, March 12, 1970.
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Homar Bigart, "Many Buildings Evacuated Here In Bomb Scares," New York Times, March 13, 1970.
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Homar Bigart, "Many Buildings Evacuated Here In Bomb Scares," New York Times, March 13, 1970.
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bombs Rock 3 Manhattan Skyscrapers,"  Washington Post, March 13, 1970.
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "U. S. Arms Ship, Freed, Leaves Cambodia," New York Times, April 9, 1970.
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 143                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Bomb for White House Found and Deactivated," New York Times, April 24, 1970.
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Chicago 'Bomb Factory' Probe Seeks Links to Those in N.Y.," Washington Post, April 1, 1970.
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Chicago 'Bomb Factory' Probe Seeks Links to Those in N.Y.," Washington Post, April 1, 1970.
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                            Lawrence Van Gelder, "Injured Bombing Suspect Is Arraigned in Hospital," New York Times, August 12, 1970.
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                            Lawrence Van Gelder, "Injured Bombing Suspect Is Arraigned in Hospital," New York Times, August 12, 1970.
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                            Lawrence Van Gelder, "Injured Bombing Suspect Is Arraigned in Hospital," New York Times, August 12, 1970.
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                        "Auguste Rodin (French 1840-1917) the Thinker, 1880-1881," http://www.clevelandart.org/educef/sisterwendy/4832057.aspx, 2009.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Bomb for White House Found and Deactivated," New York Times, April 24, 1970.
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Michael T. Kaufman, "Court Enjoins Violence at Cornell; Curfew Set," New York Times, April 10, 1970.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Arson Suspected In Fire at Rice," The Victoria Advocate, April 6, 1970.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Alfonso A. Narvaez, "Two More Bombs Discovered Here," New York Times, April 4, 1970.
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                              Thomas F. Brady, "Blast Survivor's Prints Identified on Bomb at a Bank," New York Times, April 5, 1970.
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                              Thomas F. Brady, "Blast Survivor's Prints Identified on Bomb at a Bank," New York Times, April 5, 1970.
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Richard McCartan, "Remembering Rogers Field," Cougfan.com, January 20, 2002.
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                      Paul Houston and Franz Rodriguez, "Chicano Militants Reportedly Claim 28 Bombings in L.A.," Los Angeles Times, August 14, 1971.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Peter Bartfield, "More Violence Hits Campus," Cornell Daily Sun, April 13, 1970.
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Two School Damaged by Early Fire," Lodi News-Sentinel, April 16, 1970.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Two School Damaged by Early Fire," Lodi News-Sentinel, April 16, 1970.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                      Carole Beers, "David Sprague, Former Legislator Who Was Radical Thinker, Gadfly," Seattle Times, June 28, 1997.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                      Carole Beers, "David Sprague, Former Legislator Who Was Radical Thinker, Gadfly," Seattle Times, June 28, 1997.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                      Carole Beers, "David Sprague, Former Legislator Who Was Radical Thinker, Gadfly," Seattle Times, June 28, 1997.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                      Carole Beers, "David Sprague, Former Legislator Who Was Radical Thinker, Gadfly," Seattle Times, June 28, 1997.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Curfew Ordered in Illinois Town," Baltimore Sun, April 25, 1970.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bank Bombed," Spokane Daily Chronicle, April 21, 1970.
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 219                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 220                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 221                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 222                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 223                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                 George J. Hiltner, "Panther Gets Life, 15 Years in Police Killings," Washington Post, June 17, 1972.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Homemade Bomb Is Found Near Harlem Police Station," New York Times, April 30, 1970.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                          Bodeen, Christopher. “Would Be Assassin Resurfaces in a Changed Taiwan.” Cornell University Press, May 6, 1996, International News Section.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Ex-Aide to Dean Accused of Setting Penn Campus Fires," New York Times, April 27, 1970.
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Note Calls La. Capitol Blast 'Revenge,'" Washington Post, April 28, 1970.
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Williamjames Hull Hoffer, "Dark Ages?" American History, 2006.
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Guerrilla Acts of Sabotage and Terrorism in the United States 1965-1970," Scanlan's Magazine, January 1971.
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                    Frank Donner, "Protectors of Privilege: Red Squads and Police Repression in Urban America," University of California Press, 1990.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Small Bombs Injure 17 in N.Y. Theaters," Washington Post, May 2, 1970.
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Small Bombs Injure 17 in N.Y. Theaters," Washington Post, May 2, 1970.
## 252                                                                                                                                                                                                                                                                                                                                                                                                              Kerry L. Pimblott, "The Struggle For Racial Equity In The Champaign County Criminal Justice System," Champaign Independent Media Center, February 2008.
## 253                                                                                                                                                                                                                                                                                                                                                                                                              Kerry L. Pimblott, "The Struggle For Racial Equity In The Champaign County Criminal Justice System," Champaign Independent Media Center, February 2008.
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Jim Kershner, "Carl Maxey: A Fighting Life," University of Washington Press, 2008.
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Princeton Ends School For Year," Baltimore Sun, May 6, 1970.
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Bomb Attack Fizzles," Eugene Register-Guard, May 7, 1970.
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   William Greider, "Fire Hit Campuses; Rallies Calm," Washington Post, May 10, 1970.
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Sacramento Policeman Shot," New York Times, May 11, 1970.
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "3 Suspected Klansmen Held in Houston, Texas," Atlanta Daily World, January 19, 1971.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             S. Nathan Enfield, "5 BAMM Members Convicted" Miami News, July 18, 1972.
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "Untitled," New York Times, May 15, 1970.
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             S. Nathan Enfield, "5 BAMM Members Convicted" Miami News, July 18, 1972.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                     "St. Paul Police Officer James Sackett, 27, Is Killed By A Shot From A High-Powered Rifle," St. Paul Pioneer Press, May 7, 2006.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Des Moines Hit By Bomb Blast," Washington Post, June 14, 1970.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Warehouses Burned in N.C. Town," Washington Post, May 27, 1970.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Warehouses Burned in N.C. Town," Washington Post, May 27, 1970.
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Warehouses Burned in N.C. Town," Washington Post, May 27, 1970.
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                   Gerald H. Gamm, "Urban Exodus: Why the Jews Left Boston and the Catholics Stayed," Harvard University Press, 1999.
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                   Gerald H. Gamm, "Urban Exodus: Why the Jews Left Boston and the Catholics Stayed," Harvard University Press, 1999.
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "News Summary and Index," New York Times, May 29, 1970.
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "3 Sailors Held In Damage To Viet-Bound Destroyer," Baltimore Sun, June 15, 1970.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Legislator's Car Bombed," New York Times, June 3, 1970.
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Police Vehicles Are Objects Of Attacks," Lodi News-Sentinel, June 9, 1970.
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                        Lawrence M. Kryske, "Ready, Begin!: Practical Strategies for Cultivating Courage," Trafford Publishing, 2008.
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Woolworth Store Bombing in Times Sq. Investigated," New York Times, June 8, 1970.
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Police Vehicles Are Objects Of Attacks," Lodi News-Sentinel, June 9, 1970.
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bomb Rips Police Unit in Omaha," Washington Post, June 13, 1970.
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Des Moines Hit By Bomb Blast," Washington Post, June 14, 1970.
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Homer Bigart, "Fire Truck Is Fire-Bombed During Blaze in Tenement," New York Times, June 19, 1970.
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Races: Ambushes in Chicago," Time Magazine, August 24, 1970.
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Young Policeman Slain In Berkeley," New York Times, August 21, 1970.
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Wood Sliver Saves Police From Bomb," Washington Post, June 23. 1970.
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Dynamite Blast Damages Science Hall at Drake U." New York Times, June 30, 1970.
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Bomb Rips Offices of Company Here," Milwaukee Journal, August 5, 1970.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                         Emanuel Perlmutter, "Policemen Wounded In Jersey Disorder Dies After Surgery," New York Times, July 2, 1970.
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Fire Bombs Ignited in N.Y. Stores," New York Times, July 1, 1970.
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Fire Bombs Ignited in N.Y. Stores," New York Times, July 1, 1970.
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Fire Bombs Ignited in N.Y. Stores," New York Times, July 1, 1970.
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Fire Bombs Ignited in N.Y. Stores," New York Times, July 1, 1970.
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Group Takes Credit For Bomb Damage," Sarasota Herald Tribune, July 2, 1970.
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Bomb Damages College Building," Gettysburg Times, July 1, 1970.
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 388                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Bomb Is Found At Judge's Door," Washington Post, July 4, 1970.
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "2 Are Indicted in Bombing Of 36 School Buses," New York Times, July 26, 1970.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Arrest Follows Kidnap Threat To Publisher," Sarasota Herald-Tribune, March 6, 1974.
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Slayer Given Life Sentence," The Bulletin, December 10, 1970.
## 397                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "2 Charged With Sabotage In Dynamite Plant Blast," Tri-City Herald, July 8, 1970.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "3 Youths Acquitted in Death of Negro in New Bedford," New York Times, May 19, 1971.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 410                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "2 Convicted of Chicago Sniping," Milwaukee Journal, August 26, 1971.
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                Alex P. Dobish, "Bay Offers $2,500 Reward for Squad Car Bomber," Milwaukee Journal, November 3, 1970.
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Bomb Breaks Glass In Police Building," Modesto Bee, July 31, 1970.
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Guerrilla Acts of Sabotage and Terrorism in the United States 1965-1970," Scanlan's Magazine, January 1971.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                Alex P. Dobish, "Bay Offers $2,500 Reward for Squad Car Bomber," Milwaukee Journal, November 3, 1970.
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                             "SJPD Fallen Officers: Officer Richard E. Huerta," San Jose Police Department, 2010. <http://www.sjpd.org/InsideSJPD/Fallen/Huerta.html>
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Selective Service Office Damaged By 3 Firebombs," Eugene Register-Guard, August 10, 1970.
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Explosion Rips Federal Building At Minneapolis," The Evening Independent, August 17, 1970.
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Officer Slain Writing Ticket," St. Petersburg, August 21, 1970.
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Firebomb Damage Estimate Raised," Eugene Register-Guard, August 22, 1970.
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "Bomb Blast Injured Minneapolis Shopper," Schenectady Gazette, August 24, 1970.
## 473                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                       "Mystery Shrouds 1970 Firebombing," Burlington Union, March 5, 2009. <http://www.wickedlocal.com/burlington/news/x617077759/Mystery-shrouds-1970-firebombing>.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 478                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Bombed Police Car," The Bulletin, September 3, 1970.
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bombs Explode," The Bulletin, September 3, 1970.
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bombs Explode," The Bulletin, September 3, 1970.
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 500                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Two Hurt In Bomb Explosion," Herald-Journal, September 6, 1970.
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       "Bomb Damages Los Angeles Courthouse," Evening Independent, September 5, 1970.
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "Blast Rocks Class Building At U Of Oregon," Modesto Bee, October 4, 1970.
## 511                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Bloody Chapters Added To Panther Saga," Afro-American, September 26, 1970.
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Parren Mitchell," National Visionary Leadership Project, 2009. <http://www.visionaryproject.org/mitchellparren/>
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "College Bombed," Beaver Country Times, October 6, 1970.
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "3 Suspected Klansmen Held in Houston, Texas," Atlanta Daily World, January 19, 1971.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 551                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "Nixon Sees 2 Wounded Policemen," Schenectady Gazette, October 21, 1970.
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Cairo Police, Snipers Wage Battle," New York Times, October 22, 1970.
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Riflemen Attack Police Station," Deseret News, October 24, 1970.
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Riflemen Attack Police Station," Deseret News, October 24, 1970.
## 573                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "2 Bombs Tied to Rebel Manual," Milwaukee Journal, November 2, 1970.
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 581                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 582                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 583                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Thomas F. Parker, "Violence in the U.S.: Volume 2, 1968-71," Facts on File, Inc., 1974.
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Cairo Disturbances," Reading Eagle, November 9, 1970.
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 599                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Two Men Plead Innocent," St. Petersburg, November 21, 1970.
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Bomb Plant Probed," Evening Independent, November 23, 1970.
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Portland's City Hall Hit by Blast," Spokane Daily Chronicle, November 21, 1970.
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   "Explosion Damages Oregon Ad Building," Spokane Daily Chronicle, December 1, 1970.
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                        Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "UConn Building Bombed," The Day, December 15, 1970.
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Federal Grand Jury Indicts Two," Herald Journal, February 10, 1972.
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    "Bomb Rips Courthouse At El Monte," Modesto Bee, January 1, 1971.
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 654                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 656                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          "Fire Bomb Hits Chamber Office," Spokane Daily Chronicle, January 13, 1971.
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Bombs Hit N.Y. Offices of Military," Afro-American, January 19, 1971.
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               "Bombs Hit N.Y. Offices of Military," Afro-American, January 19, 1971.
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Bomber Strikes Police Station," Pittsburgh Press, January 20, 1971.
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Bomber Strikes Police Station," Pittsburgh Press, January 20, 1971.
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 700                                                                                                                                                                                                                                                                         Marcia McKnight Trick, "Chronology of Incidents of Terroristic, Quasi-Terroristic, and Political Violence in the United States: January 1965 to March 1976," National Advisory Committee on Criminal Justice Standards and Goals: Report of the Task Force on Disorders and Terrorism, 1976.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Arrest Follows Kidnap Threat To Publisher," Sarasota Herald-Tribune, March 6, 1974.
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     "Blast Shakes Induction Center," Times Daily, February 14, 1971.
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         "Draft Board Office Fire Being Probed," Gettysburg Times, February 16, 1971.
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 721                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 722                                                                                                                                                                                                                                                                                                                                   "Toward People's War for Independence and Socialism in Puerto Rico: In Defense of Armed Struggle," Documents and Communiqués from the Revolutionary Public Independence Movement and the Armed Clandestine Movement, January 1987.
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 "Blaze Destroys R.O.T.C. Buildings," Modesto Bee, February 25, 1971.
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <NA>
##                                        dbsource INT_LOG INT_IDEO INT_MISC
## 1                                          PGIS       0        0        0
## 2                                          PGIS       0        1        1
## 3                                          PGIS      -9       -9        1
## 4                                          PGIS      -9       -9        1
## 5                                          PGIS      -9       -9        1
## 6                                Hewitt Project      -9       -9        0
## 7                                          PGIS       0        0        0
## 8                                Hewitt Project      -9       -9        0
## 9                                Hewitt Project       0        0        0
## 10                               Hewitt Project       0        0        0
## 11                                         PGIS       0        0        0
## 12                               Hewitt Project      -9       -9        0
## 13                                 Hijacking DB      -9       -9        1
## 14                               Hewitt Project      -9       -9        0
## 15                               Hewitt Project       0        0        0
## 16                                         PGIS       0        1        1
## 17                                         PGIS       0        1        1
## 18                               Hewitt Project      -9       -9        0
## 19                               Hewitt Project      -9       -9        0
## 20                               Hewitt Project      -9       -9        0
## 21                               Hewitt Project      -9       -9        0
## 22                                         PGIS       0        0        0
## 23                               Hewitt Project      -9       -9        0
## 24                               Hewitt Project      -9       -9        0
## 25                               Hewitt Project      -9       -9        0
## 26                                         PGIS      -9       -9        1
## 27                                         PGIS      -9       -9        1
## 28                                         PGIS       0        0        0
## 29                               Hewitt Project      -9       -9        0
## 30                               Hewitt Project      -9       -9        0
## 31                               Hewitt Project      -9       -9        0
## 32                               Hewitt Project      -9       -9        0
## 33                               Hewitt Project      -9       -9        0
## 34                               Hewitt Project      -9       -9        0
## 35                                         PGIS      -9       -9        1
## 36                               Hewitt Project      -9       -9        0
## 37                               Hewitt Project      -9       -9        0
## 38                               Hewitt Project      -9       -9        0
## 39                               Hewitt Project      -9       -9        0
## 40                                         PGIS       0        1        1
## 41                               Hewitt Project      -9       -9        0
## 42                               Hewitt Project      -9       -9        0
## 43                               Hewitt Project      -9       -9        0
## 44                               Hewitt Project      -9       -9        0
## 45                               Hewitt Project      -9       -9        0
## 46                               Hewitt Project      -9       -9        0
## 47                               Hewitt Project      -9       -9        0
## 48                               Hewitt Project      -9       -9        0
## 49                               Hewitt Project      -9       -9        0
## 50                               Hewitt Project      -9       -9        0
## 51                               Hewitt Project       0        1        0
## 52                               Hewitt Project       0        1        0
## 53                               Hewitt Project       0        1        0
## 54                               Hewitt Project      -9       -9        0
## 55                               Hewitt Project      -9       -9        0
## 56                               Hewitt Project       0        1        0
## 57                               Hewitt Project       0        1        0
## 58                               Hewitt Project       0        1        0
## 59                               Hewitt Project      -9       -9        0
## 60                                         PGIS       0        0        1
## 61                               Hewitt Project      -9       -9        0
## 62                                         PGIS      -9       -9        0
## 63                                         PGIS       0        1        1
## 64                               Hewitt Project      -9       -9        0
## 65                               Hewitt Project      -9       -9        0
## 66                               Hewitt Project      -9       -9        0
## 67                                         PGIS      -9       -9        0
## 68                                         PGIS      -9       -9        0
## 69                                         PGIS      -9       -9        0
## 70                               Hewitt Project      -9       -9        0
## 71                               Hewitt Project      -9       -9        0
## 72                               Hewitt Project      -9       -9        0
## 73                               Hewitt Project      -9       -9        0
## 74                               Hewitt Project      -9       -9        0
## 75                               Hewitt Project      -9       -9        0
## 76                               Hewitt Project      -9       -9        0
## 77                               Hewitt Project      -9       -9        0
## 78                               Hewitt Project      -9       -9        0
## 79                               Hewitt Project      -9       -9        0
## 80                                         PGIS       1        1        1
## 81                                         PGIS       1        1        0
## 82                               Hewitt Project      -9       -9        0
## 83                               Hewitt Project      -9       -9        0
## 84                               Hewitt Project       0        0        0
## 85                               Hewitt Project      -9       -9        0
## 86                               Hewitt Project      -9       -9        0
## 87                               Hewitt Project       0        0        0
## 88                               Hewitt Project      -9       -9        0
## 89                               Hewitt Project      -9       -9        0
## 90                               Hewitt Project      -9       -9        0
## 91                               Hewitt Project      -9       -9        0
## 92                               Hewitt Project      -9       -9        0
## 93                               Hewitt Project      -9       -9        0
## 94                               Hewitt Project      -9       -9        0
## 95                               Hewitt Project      -9       -9        0
## 96                                         PGIS      -9       -9        0
## 97                                         PGIS      -9       -9        1
## 98                                         PGIS       1        0        1
## 99                               Hewitt Project      -9       -9        0
## 100                              Hewitt Project      -9       -9        0
## 101                              Hewitt Project      -9       -9        0
## 102                              Hewitt Project      -9       -9        0
## 103                              Hewitt Project      -9       -9        0
## 104                                        PGIS       0        1        0
## 105                              Hewitt Project      -9       -9       -9
## 106                              Hewitt Project      -9       -9        0
## 107                              Hewitt Project      -9       -9        0
## 108                              Hewitt Project      -9       -9        0
## 109                              Hewitt Project      -9       -9       -9
## 110                              Hewitt Project      -9       -9        0
## 111                              Hewitt Project      -9       -9       -9
## 112                              Hewitt Project       0        1        0
## 113                                        PGIS       0        1        1
## 114                              Hewitt Project       0        0        0
## 115                              Hewitt Project       0        0        0
## 116                                        PGIS      -9       -9        0
## 117                      CBRN Global Chronology       0        0        0
## 118                              Hewitt Project      -9       -9        0
## 119                              Hewitt Project      -9       -9        0
## 120                              Hewitt Project      -9       -9        0
## 121                                        PGIS      -9       -9        1
## 122                              Hewitt Project      -9       -9        0
## 123                              Hewitt Project      -9       -9        0
## 124                                        PGIS       0        1        1
## 125                              Hewitt Project      -9       -9        0
## 126                                        PGIS       0        0        0
## 127                                        PGIS       0        0        0
## 128                              Hewitt Project      -9       -9        0
## 129                              Hewitt Project      -9       -9        0
## 130                              Hewitt Project       0        0        0
## 131                              Hewitt Project      -9       -9        0
## 132                              Hewitt Project      -9       -9        0
## 133                                        PGIS       0        1        1
## 134                                        PGIS      -9       -9        0
## 135                              Hewitt Project      -9       -9        0
## 136                              Hewitt Project      -9       -9        0
## 137                              Hewitt Project       0        0        0
## 138                              Hewitt Project      -9       -9        0
## 139                              Hewitt Project      -9       -9        0
## 140                              Hewitt Project       0        0        0
## 141                              Hewitt Project      -9       -9        0
## 142                              Hewitt Project      -9       -9        0
## 143                              Hewitt Project      -9       -9        0
## 144                              Hewitt Project      -9       -9        0
## 145                              Hewitt Project       1        0        0
## 146                              Hewitt Project       1        0        0
## 147                              Hewitt Project       0        0        0
## 148                              Hewitt Project       0        0        0
## 149                              Hewitt Project       0        0        0
## 150                              Hewitt Project      -9       -9        0
## 151                                        PGIS      -9       -9        1
## 152                                        PGIS       0        1        1
## 153                                        PGIS       0        1        1
## 154                              Hewitt Project      -9       -9        0
## 155                              Hewitt Project      -9       -9        0
## 156                              Hewitt Project      -9       -9        0
## 157                              Hewitt Project      -9       -9        0
## 158                                        PGIS       0        1        1
## 159                                        PGIS       0        1        1
## 160                              Hewitt Project      -9       -9        0
## 161                              Hewitt Project      -9       -9        0
## 162                                        PGIS       0        1        1
## 163                                Hijacking DB       0        1        0
## 164                              Hewitt Project      -9       -9        0
## 165                              Hewitt Project      -9       -9        0
## 166                                        PGIS       0        1        1
## 167                              Hewitt Project      -9       -9        0
## 168                              Hewitt Project      -9       -9        0
## 169                              Hewitt Project      -9       -9        0
## 170                                        PGIS       0        1        1
## 171                              Hewitt Project      -9       -9        0
## 172                                        CAIN       1        1        0
## 173                              Hewitt Project      -9       -9        0
## 174                              Hewitt Project      -9       -9        0
## 175                              Hewitt Project      -9       -9        0
## 176                                        PGIS       0        1        1
## 177                                        PGIS       0        0        0
## 178                              Hewitt Project      -9       -9        0
## 179                              Hewitt Project      -9       -9        0
## 180                              Hewitt Project      -9       -9        0
## 181                              Hewitt Project      -9       -9        0
## 182                              Hewitt Project      -9       -9        0
## 183                              Hewitt Project      -9       -9        0
## 184                              Hewitt Project       0        0        0
## 185                              Hewitt Project      -9       -9        0
## 186                              Hewitt Project      -9       -9        0
## 187                              Hewitt Project      -9       -9        0
## 188                              Hewitt Project      -9       -9        0
## 189                                        PGIS       0        0        0
## 190                              Hewitt Project      -9       -9        0
## 191                              Hewitt Project      -9       -9        0
## 192                              Hewitt Project      -9       -9        0
## 193                              Hewitt Project      -9       -9        0
## 194                              Hewitt Project      -9       -9        0
## 195                              Hewitt Project      -9       -9        0
## 196                                        PGIS       0        1        1
## 197                              Hewitt Project       1        1        0
## 198                              Hewitt Project       0        0        0
## 199                              Hewitt Project       0        0        0
## 200                              Hewitt Project      -9       -9        0
## 201                              Hewitt Project      -9       -9        0
## 202                              Hewitt Project      -9       -9        0
## 203                              Hewitt Project      -9       -9        0
## 204                              Hewitt Project       0        0        0
## 205                              Hewitt Project      -9       -9        0
## 206                              Hewitt Project      -9       -9        0
## 207                              Hewitt Project      -9       -9        0
## 208                              Hewitt Project      -9       -9        0
## 209                              Hewitt Project      -9       -9        0
## 210                              Hewitt Project      -9       -9        0
## 211                                        PGIS      -9       -9        0
## 212                              Hewitt Project      -9       -9        0
## 213                              Hewitt Project      -9       -9        0
## 214                              Hewitt Project      -9       -9        0
## 215                              Hewitt Project      -9       -9        0
## 216                              Hewitt Project      -9       -9        0
## 217                              Hewitt Project      -9       -9        0
## 218                              Hewitt Project      -9       -9        0
## 219                              Hewitt Project       0        0        0
## 220                              Hewitt Project       0        0        0
## 221                              Hewitt Project       0        0        0
## 222                              Hewitt Project       0        0        0
## 223                              Hewitt Project      -9       -9        0
## 224                              Hewitt Project       0        0        0
## 225                              Hewitt Project      -9       -9        0
## 226                              Hewitt Project       0        1        1
## 227                                        PGIS       1        0        1
## 228                              Hewitt Project      -9       -9        0
## 229                              Hewitt Project      -9       -9        0
## 230                              Hewitt Project      -9       -9        0
## 231                              Hewitt Project      -9       -9        0
## 232                                        PGIS      -9       -9        0
## 233                              Hewitt Project      -9       -9        0
## 234                              Hewitt Project      -9       -9        0
## 235                              Hewitt Project      -9       -9        0
## 236                              Hewitt Project      -9       -9        0
## 237                              Hewitt Project      -9       -9        0
## 238                              Hewitt Project      -9       -9        0
## 239                              Hewitt Project      -9       -9        0
## 240                              Hewitt Project      -9       -9        0
## 241                                        PGIS       1        0        1
## 242                                        PGIS      -9       -9        1
## 243                              Hewitt Project      -9       -9        0
## 244                              Hewitt Project      -9       -9        0
## 245                              Hewitt Project      -9       -9        0
## 246                              Hewitt Project       0        0        0
## 247                              Hewitt Project      -9       -9        0
## 248                              Hewitt Project      -9       -9        0
## 249                              Hewitt Project      -9       -9        0
## 250                              Hewitt Project       0        1        0
## 251                              Hewitt Project       0        1        0
## 252                              Hewitt Project       0        0        0
## 253                              Hewitt Project       0        0        0
## 254                                        PGIS       1        0        1
## 255                              Hewitt Project      -9       -9        0
## 256                              Hewitt Project      -9       -9        0
## 257                              Hewitt Project      -9       -9        0
## 258                              Hewitt Project      -9       -9        0
## 259                                        PGIS       1        1        1
## 260                              Hewitt Project      -9       -9        0
## 261                              Hewitt Project       0        0        0
## 262                              Hewitt Project      -9       -9        0
## 263                              Hewitt Project      -9       -9        0
## 264                              Hewitt Project      -9       -9        0
## 265                              Hewitt Project      -9       -9        0
## 266                              Hewitt Project      -9       -9        0
## 267                              Hewitt Project      -9       -9        0
## 268                              Hewitt Project      -9       -9        0
## 269                              Hewitt Project      -9       -9        0
## 270                              Hewitt Project      -9       -9        0
## 271                              Hewitt Project      -9       -9        0
## 272                              Hewitt Project      -9       -9        0
## 273                              Hewitt Project       0        0        0
## 274                              Hewitt Project      -9       -9        0
## 275                              Hewitt Project      -9       -9        0
## 276                                        PGIS       1        1        1
## 277                                        PGIS       0        0        0
## 278                                        PGIS       0        1        1
## 279                              Hewitt Project       0        0        0
## 280                              Hewitt Project      -9       -9        0
## 281                              Hewitt Project       0        0        0
## 282                              Hewitt Project      -9       -9        0
## 283                              Hewitt Project      -9       -9        0
## 284                              Hewitt Project       0        0        0
## 285                              Hewitt Project      -9       -9        0
## 286                              Hewitt Project      -9       -9        0
## 287                              Hewitt Project      -9       -9        0
## 288                              Hewitt Project      -9       -9        0
## 289                                        PGIS      -9       -9        1
## 290                                        PGIS       0        1        1
## 291                                        PGIS      -9       -9       -9
## 292                              Hewitt Project      -9       -9        0
## 293                                         HSI       1        1        0
## 294                              Hewitt Project      -9       -9        0
## 295                              Hewitt Project      -9       -9        0
## 296                              Hewitt Project      -9       -9        0
## 297                              Hewitt Project       0        0        0
## 298                              Hewitt Project      -9       -9        0
## 299                                         HSI       0        1        1
## 300                              Hewitt Project      -9       -9        0
## 301                              Hewitt Project       0        0        0
## 302                              Hewitt Project      -9       -9        0
## 303                              Hewitt Project      -9       -9        0
## 304                              Hewitt Project      -9       -9        0
## 305                              Hewitt Project      -9       -9        0
## 306                              Hewitt Project      -9       -9        0
## 307                              Hewitt Project      -9       -9        0
## 308                                        PGIS       0        0        0
## 309                              Hewitt Project      -9       -9        0
## 310                              Hewitt Project      -9       -9        0
## 311                              Hewitt Project      -9       -9        0
## 312                                        PGIS       0        0        0
## 313                                        PGIS       0        0        0
## 314                              Hewitt Project      -9       -9        0
## 315                              Hewitt Project      -9       -9        0
## 316                              Hewitt Project      -9       -9        0
## 317                                        PGIS       0        0        0
## 318                                        PGIS      -9       -9        0
## 319                              Hewitt Project      -9       -9        0
## 320                              Hewitt Project      -9       -9        0
## 321                              Hewitt Project      -9       -9        0
## 322                              Hewitt Project      -9       -9        0
## 323                              Hewitt Project      -9       -9        0
## 324                                        PGIS       0        1        1
## 325                                        PGIS       1        1        1
## 326                                        PGIS       1        0        1
## 327                              Hewitt Project      -9       -9        0
## 328                              Hewitt Project      -9       -9        0
## 329                                        PGIS      -9       -9        1
## 330                                        PGIS       0        1        1
## 331                              Hewitt Project      -9       -9        0
## 332                                        PGIS       0        0        0
## 333                              Hewitt Project      -9       -9        0
## 334                                        PGIS       0        0        0
## 335                                        PGIS       0        0        1
## 336                                        PGIS       0        0        0
## 337                                        PGIS       0        1        1
## 338                                        PGIS       0        1        1
## 339                              Hewitt Project      -9       -9        0
## 340                              Hewitt Project      -9       -9        0
## 341                                        PGIS       0        1        1
## 342                                        PGIS       0        1        1
## 343                                        PGIS      -9       -9        1
## 344                              Hewitt Project       0        0        0
## 345                                        PGIS       0        1        1
## 346                              Hewitt Project      -9       -9        0
## 347                              Hewitt Project      -9       -9        0
## 348                              Hewitt Project       0        0        0
## 349                              Hewitt Project      -9       -9        0
## 350                                        PGIS      -9       -9        1
## 351                                        PGIS      -9       -9        1
## 352                              Hewitt Project      -9       -9        0
## 353                              Hewitt Project      -9       -9        0
## 354                              Hewitt Project      -9       -9        0
## 355                              Hewitt Project      -9       -9        0
## 356                                        PGIS      -9       -9        0
## 357                                        PGIS      -9       -9        0
## 358                              Hewitt Project      -9       -9        0
## 359                              Hewitt Project      -9       -9        0
## 360                              Hewitt Project       0        0        0
## 361                                        PGIS      -9       -9        1
## 362                              Hewitt Project      -9       -9        0
## 363                                        PGIS       0        1        1
## 364                              Hewitt Project      -9       -9        0
## 365                                        CAIN       0        0        1
## 366                                        CAIN       0        0        1
## 367                                        CAIN       0        0        1
## 368                                        CAIN       0        0        1
## 369                                        CAIN       0        0        1
## 370                                        PGIS       0        0        0
## 371                              Hewitt Project       0        0        0
## 372                              Hewitt Project      -9       -9        0
## 373                              Hewitt Project      -9       -9        0
## 374                              Hewitt Project      -9       -9        0
## 375                              Hewitt Project      -9       -9        0
## 376                              Hewitt Project      -9       -9        0
## 377                              Hewitt Project      -9       -9        0
## 378                              Hewitt Project      -9       -9        0
## 379                              Hewitt Project      -9       -9        0
## 380                                Hijacking DB      -9       -9        0
## 381                              Hewitt Project       0        0        0
## 382                              Hewitt Project      -9       -9        0
## 383                                        PGIS       0        1        1
## 384                                        PGIS       0        1        1
## 385                                        PGIS       0        1        1
## 386                                        PGIS       0        1        1
## 387                              Hewitt Project       0        0        0
## 388                              Hewitt Project      -9       -9        0
## 389                              Hewitt Project      -9       -9        0
## 390                              Hewitt Project       0        0        0
## 391                                        PGIS      -9       -9        0
## 392                              Hewitt Project      -9       -9        0
## 393                              Hewitt Project      -9       -9        0
## 394                              Hewitt Project      -9       -9        0
## 395                              Hewitt Project      -9       -9        0
## 396                              Hewitt Project      -9       -9        0
## 397                              Hewitt Project      -9       -9        0
## 398                                        PGIS       0        0        0
## 399                                        PGIS      -9       -9        1
## 400                                        PGIS      -9       -9        1
## 401                                        PGIS      -9       -9        1
## 402                              Hewitt Project      -9       -9        0
## 403                              Hewitt Project      -9       -9        0
## 404                                        PGIS      -9       -9        1
## 405                              Hewitt Project      -9       -9        0
## 406                                        PGIS      -9       -9        0
## 407                                        PGIS       0        1        1
## 408                              Hewitt Project      -9       -9        0
## 409                                        PGIS      -9       -9        0
## 410                              Hewitt Project      -9       -9        0
## 411                              Hewitt Project      -9       -9        0
## 412                              Hewitt Project      -9       -9        0
## 413                              Hewitt Project      -9       -9        0
## 414                              Hewitt Project      -9       -9        0
## 415                              Hewitt Project      -9       -9        0
## 416                              Hewitt Project      -9       -9        0
## 417                              Hewitt Project      -9       -9        0
## 418                                        PGIS       0        1        1
## 419                                        PGIS      -9       -9        0
## 420                              Hewitt Project      -9       -9        0
## 421                              Hewitt Project      -9       -9        0
## 422                                Hijacking DB      -9       -9        0
## 423                              Hewitt Project      -9       -9        0
## 424                              Hewitt Project      -9       -9        0
## 425                                        PGIS       0        0        0
## 426                              Hewitt Project      -9       -9        0
## 427                                        PGIS      -9       -9        1
## 428                              Hewitt Project       0        0        0
## 429                                        PGIS      -9       -9        0
## 430                                        PGIS       0        0        0
## 431                                        PGIS       0        0        0
## 432                                        PGIS       0        0        0
## 433                                        PGIS       0        0        0
## 434                              Hewitt Project      -9       -9        0
## 435                              Hewitt Project      -9       -9        0
## 436                                        PGIS       0        0        0
## 437                                        PGIS      -9       -9        0
## 438                                        PGIS       0        1        0
## 439                                        PGIS       0        0        0
## 440                                        PGIS       0        0        0
## 441                                        PGIS       0        1        1
## 442                                        PGIS       0        1        1
## 443                                        PGIS       0        1        1
## 444                                        PGIS       0        0        0
## 445                              Hewitt Project      -9       -9        0
## 446                                        PGIS       0        1        1
## 447                                        PGIS       0        1        1
## 448                                        PGIS       1        1        1
## 449                              Hewitt Project      -9       -9        0
## 450                              Hewitt Project      -9       -9        0
## 451                                        PGIS      -9       -9        0
## 452                                        PGIS      -9       -9        0
## 453                              Hewitt Project      -9       -9        0
## 454                                        PGIS      -9       -9        1
## 455                              Hewitt Project      -9       -9        0
## 456                                        PGIS       0        0        0
## 457                                        PGIS       0        1        1
## 458                              Hewitt Project       0        0        0
## 459                                        CAIN       0        0        1
## 460                                        PGIS      -9       -9        1
## 461                                        PGIS      -9       -9        1
## 462                              Hewitt Project      -9       -9        0
## 463                                        PGIS       0        0        0
## 464                              Hewitt Project      -9       -9        0
## 465                              Hewitt Project       0        0        0
## 466                                        PGIS       0        1        1
## 467                                        PGIS       0        1        1
## 468                              Hewitt Project      -9       -9        0
## 469                              Hewitt Project      -9       -9        0
## 470                                        PGIS       0        0        0
## 471                              Hewitt Project      -9       -9        0
## 472                              Hewitt Project       0        0        0
## 473                              Hewitt Project      -9       -9        0
## 474                                        PGIS       0        0        0
## 475                                        PGIS      -9       -9        1
## 476                              Hewitt Project      -9       -9        0
## 477                                        PGIS      -9       -9        1
## 478                              Hewitt Project      -9       -9        0
## 479                              Hewitt Project      -9       -9        0
## 480                              Hewitt Project      -9       -9        0
## 481                                        PGIS       0        1        1
## 482                                        PGIS      -9       -9        0
## 483                              Hewitt Project      -9       -9        0
## 484                              Hewitt Project      -9       -9        0
## 485                                        PGIS       0        1        1
## 486                              Hewitt Project      -9       -9        0
## 487                                        PGIS       0        1        1
## 488                                        PGIS       1        1        1
## 489                                        PGIS       0        0        0
## 490                                        PGIS       0        0        0
## 491                                        PGIS      -9       -9        1
## 492                              Hewitt Project      -9       -9        0
## 493                              Hewitt Project      -9       -9        0
## 494                              Hewitt Project      -9       -9        0
## 495                              Hewitt Project      -9       -9        0
## 496                                        PGIS      -9       -9        0
## 497                                        PGIS       0        0        0
## 498                                        CAIN       0        0        1
## 499                              Hewitt Project      -9       -9        0
## 500                              Hewitt Project      -9       -9        0
## 501                              Hewitt Project      -9       -9        0
## 502                              Hewitt Project      -9       -9        0
## 503                                Hijacking DB       0        1        1
## 504                                Hijacking DB       0        1        0
## 505                                Hijacking DB       0        1        1
## 506                                Hijacking DB       0        0        1
## 507                              Hewitt Project      -9       -9        0
## 508                                        PGIS       1        1        1
## 509                                        PGIS       0        1        1
## 510                              Hewitt Project      -9       -9        0
## 511                              Hewitt Project      -9       -9        0
## 512                                        PGIS       1        1        1
## 513                                        PGIS       0        1        1
## 514                                        PGIS      -9       -9        0
## 515                                        PGIS       1        1        1
## 516                                        PGIS       0        1        1
## 517                                        PGIS       0        1        1
## 518                                        PGIS       0        0        0
## 519                              Hewitt Project       0        0        0
## 520                                        PGIS       1        1        0
## 521                                        PGIS       0        0        0
## 522                                        PGIS       0        0        0
## 523                                        PGIS      -9       -9        1
## 524                                        PGIS      -9       -9        1
## 525                                        PGIS       0        0        0
## 526                                        PGIS       0        0        0
## 527                                        PGIS      -9       -9        1
## 528                                         HSI       0        1        1
## 529                                        CAIN      -9       -9        1
## 530                                        PGIS       0        0        0
## 531                              Hewitt Project      -9       -9        0
## 532                                        PGIS       0        1        1
## 533                              Hewitt Project      -9       -9        0
## 534                              Hewitt Project      -9       -9        0
## 535                                        PGIS      -9       -9        1
## 536                                        PGIS       0        1        1
## 537                                        PGIS       0        1        1
## 538                                        PGIS       0        0        0
## 539                              Hewitt Project      -9       -9        0
## 540                                        PGIS       0        1        1
## 541                                         HSI      -9       -9        1
## 542                                        PGIS       0        0        0
## 543                                        PGIS       0        0        0
## 544                                        PGIS       0        0        0
## 545                                        PGIS       0        0        0
## 546                                        PGIS       0        0        0
## 547                                        PGIS       1        1        1
## 548                              Hewitt Project       0        0        0
## 549                                        PGIS       0        0        0
## 550                                Hijacking DB       0        0        0
## 551                              Hewitt Project       0        0        0
## 552                                        PGIS       0        0        0
## 553                                        PGIS      -9       -9        1
## 554                                        PGIS       0        0        0
## 555                                        PGIS       0        1        1
## 556                                        PGIS       0        1        1
## 557                                        PGIS       0        1        1
## 558                                        PGIS       0        1        1
## 559                              Hewitt Project      -9       -9        0
## 560                                        PGIS      -9       -9        1
## 561                                        PGIS      -9       -9        1
## 562                                        PGIS      -9       -9        0
## 563                                        PGIS      -9       -9        0
## 564                                        PGIS      -9       -9        1
## 565                              Hewitt Project      -9       -9        0
## 566                                        PGIS       1        1        1
## 567                              Hewitt Project      -9       -9        0
## 568                                        PGIS       0        0        0
## 569                                        PGIS       0        0        0
## 570                      CBRN Global Chronology      -9       -9        1
## 571                              Hewitt Project      -9       -9        0
## 572                              Hewitt Project       0        0        0
## 573                              Hewitt Project      -9       -9        0
## 574                                        PGIS      -9       -9        0
## 575                                        PGIS      -9       -9        0
## 576                                        PGIS       0        1        1
## 577                                        PGIS       1        1        1
## 578                              Hewitt Project      -9       -9        0
## 579                              Hewitt Project      -9       -9        0
## 580                              Hewitt Project      -9       -9        0
## 581                              Hewitt Project      -9       -9        0
## 582                              Hewitt Project      -9       -9        0
## 583                              Hewitt Project      -9       -9        0
## 584                              Hewitt Project      -9       -9        0
## 585                                        PGIS      -9       -9        1
## 586                                        PGIS      -9       -9        1
## 587                                        PGIS      -9       -9        0
## 588                                        PGIS      -9       -9        0
## 589                              Hewitt Project      -9       -9        0
## 590                              Hewitt Project      -9       -9        0
## 591                                        PGIS       0        0        0
## 592                                        PGIS       0        0        0
## 593                                        PGIS      -9       -9        1
## 594                              Hewitt Project      -9       -9        0
## 595                              Hewitt Project      -9       -9        0
## 596                              Hewitt Project      -9       -9        0
## 597                                        PGIS       1        1        1
## 598                                        PGIS      -9       -9        1
## 599                              Hewitt Project      -9       -9        0
## 600                                        PGIS       0        0        0
## 601                                        PGIS       0        0        0
## 602                                        PGIS       0        0        0
## 603                                        PGIS       0        0        0
## 604                                        PGIS       0        0        0
## 605                              Hewitt Project      -9       -9        0
## 606                                        CAIN       0        0        1
## 607                              Hewitt Project      -9       -9        0
## 608                                        PGIS       0        1        1
## 609                                        PGIS       0        1        1
## 610                                        PGIS       0        1        1
## 611                                        PGIS       0        1        1
## 612                                        PGIS       0        0        0
## 613                              Hewitt Project      -9       -9        0
## 614                              Hewitt Project      -9       -9        0
## 615                                        PGIS      -9       -9        1
## 616                              Hewitt Project      -9       -9        0
## 617                                        PGIS       0        1        1
## 618                                        PGIS      -9       -9        1
## 619                                        PGIS       0        1        1
## 620                                        PGIS       0        1        1
## 621                              Hewitt Project      -9       -9        0
## 622                              Hewitt Project       0        0        0
## 623                                        PGIS       0        1        1
## 624                                        PGIS      -9       -9        1
## 625                                        PGIS       0        0        0
## 626                                        PGIS       0        1        1
## 627                                        PGIS       0        1        1
## 628                                        PGIS       0        1        1
## 629                              Hewitt Project      -9       -9        0
## 630                                        PGIS       0        1        1
## 631                                        PGIS      -9       -9        0
## 632                                        PGIS       0        1        1
## 633                                        PGIS       0        0        0
## 634                                        PGIS       0        1        0
## 635                              Hewitt Project       0        1        0
## 636                                        PGIS      -9       -9        0
## 637                              Hewitt Project      -9       -9        0
## 638                                        PGIS       0        0        0
## 639                                        PGIS       0        0        0
## 640                              Hewitt Project      -9       -9        0
## 641                                        PGIS       0        0        0
## 642                              Hewitt Project      -9       -9        0
## 643                              Hewitt Project      -9       -9        0
## 644                                        CAIN       0        0        1
## 645                                        PGIS       0        1        1
## 646                              Hewitt Project      -9       -9        0
## 647                                        PGIS       0        0        0
## 648                                        PGIS       0        0        0
## 649                                        PGIS       0        1        0
## 650                                        PGIS       1        0        1
## 651                              Hewitt Project      -9       -9        0
## 652                              Hewitt Project      -9       -9        0
## 653                                        PGIS      -9       -9        1
## 654                              Hewitt Project      -9       -9        0
## 655                              Hewitt Project      -9       -9        0
## 656                              Hewitt Project      -9       -9        0
## 657                                        PGIS       0        1        1
## 658                                        PGIS       0        1        1
## 659                                        PGIS      -9       -9        1
## 660                                        PGIS       0        1        1
## 661                              Hewitt Project      -9       -9        0
## 662                              Hewitt Project      -9       -9        0
## 663                                        PGIS       0        0        0
## 664                                        PGIS       0        0        0
## 665                              Hewitt Project      -9       -9        0
## 666                              Hewitt Project      -9       -9        0
## 667                                        PGIS       0        0        0
## 668                                        PGIS      -9       -9        1
## 669                                        PGIS       1        1        1
## 670                              Hewitt Project      -9       -9        0
## 671                              Hewitt Project      -9       -9        0
## 672                                        PGIS      -9       -9        1
## 673                                        PGIS      -9       -9        1
## 674                              Hewitt Project      -9       -9        0
## 675                              Hewitt Project      -9       -9        0
## 676                              Hewitt Project      -9       -9        0
## 677                                        PGIS      -9       -9        1
## 678                                        PGIS       0        1        1
## 679                                        PGIS      -9       -9        1
## 680                                Hijacking DB       0        0        0
## 681                                        PGIS       0        0        0
## 682                              Hewitt Project       0        0        0
## 683                                        PGIS       0        1        1
## 684                                        PGIS       0        1        1
## 685                              Hewitt Project      -9       -9        0
## 686                                        PGIS       0        0        0
## 687                                        PGIS       0        0        0
## 688                                        PGIS       0        0        0
## 689                                        CAIN       0        0        1
## 690                                        PGIS       0        0        0
## 691                                        PGIS       0        0        0
## 692                                        PGIS      -9       -9        1
## 693                                        PGIS       0        1        1
## 694                                        PGIS       0        0        0
## 695                                        PGIS       0        0        0
## 696                                        PGIS       0        1        1
## 697                                        PGIS       0        1        1
## 698                                        PGIS       0       -9       -9
## 699                                        PGIS       0        0        0
## 700                              Hewitt Project      -9       -9        0
## 701                                        PGIS      -9       -9        0
## 702                                        PGIS      -9       -9        1
## 703                                        CAIN       0        0        1
## 704                                        CAIN       0        0        1
## 705                                        PGIS       0        1        1
## 706                                        PGIS      -9       -9        0
## 707                                        CAIN       0        0        1
## 708                              Hewitt Project      -9       -9        0
## 709                                        PGIS       0        1        1
## 710                                        PGIS       1        1        1
## 711                              Hewitt Project      -9       -9        0
## 712                                        PGIS       0        0        0
## 713                                        PGIS      -9       -9        1
## 714                                        PGIS      -9       -9        1
## 715                                        PGIS      -9       -9        1
## 716                                        PGIS      -9       -9        0
## 717                              Hewitt Project      -9       -9        0
## 718                              Hewitt Project      -9       -9        0
## 719                                        PGIS       0        1        1
## 720                                        CAIN       0        0        1
## 721                              Hewitt Project       0        0        0
## 722                              Hewitt Project       0        0        0
## 723                              Hewitt Project       0        0        0
## 724                              Hewitt Project       0        0        0
## 725                              Hewitt Project       0        0        0
## 726                                        PGIS       0        1        1
## 727                                        PGIS      -9       -9        0
## 728                                        PGIS       0        1        1
## 729                                        PGIS      -9       -9        0
## 730                                        PGIS       0        1        1
## 731                              Hewitt Project       0        0        0
## 732                                        PGIS       0        0        0
## 733                                        PGIS      -9       -9        1
## 734                              Hewitt Project       0        0        0
## 735                                        CAIN       0        0        1
## 736                              Hewitt Project      -9       -9        0
## 737                                        PGIS      -9       -9        0
## 738                              Hewitt Project       0        0        0
## 739                                        PGIS      -9       -9        0
## 740                                        PGIS       0        1        1
##        INT_ANY
## 1            0
## 2            1
## 3            1
## 4            1
## 5            1
## 6           -9
## 7            0
## 8           -9
## 9            0
## 10           0
## 11           0
## 12          -9
## 13           1
## 14          -9
## 15           0
## 16           1
## 17           1
## 18          -9
## 19          -9
## 20          -9
## 21          -9
## 22           0
## 23          -9
## 24          -9
## 25          -9
## 26           1
## 27           1
## 28           0
## 29          -9
## 30          -9
## 31          -9
## 32          -9
## 33          -9
## 34          -9
## 35           1
## 36          -9
## 37          -9
## 38          -9
## 39          -9
## 40           1
## 41          -9
## 42          -9
## 43          -9
## 44          -9
## 45          -9
## 46          -9
## 47          -9
## 48          -9
## 49          -9
## 50          -9
## 51           1
## 52           1
## 53           1
## 54          -9
## 55          -9
## 56           1
## 57           1
## 58           1
## 59          -9
## 60           1
## 61          -9
## 62          -9
## 63           1
## 64          -9
## 65          -9
## 66          -9
## 67          -9
## 68          -9
## 69          -9
## 70          -9
## 71          -9
## 72          -9
## 73          -9
## 74          -9
## 75          -9
## 76          -9
## 77          -9
## 78          -9
## 79          -9
## 80           1
## 81           1
## 82          -9
## 83          -9
## 84           0
## 85          -9
## 86          -9
## 87           0
## 88          -9
## 89          -9
## 90          -9
## 91          -9
## 92          -9
## 93          -9
## 94          -9
## 95          -9
## 96          -9
## 97           1
## 98           1
## 99          -9
## 100         -9
## 101         -9
## 102         -9
## 103         -9
## 104          1
## 105         -9
## 106         -9
## 107         -9
## 108         -9
## 109         -9
## 110         -9
## 111         -9
## 112          1
## 113          1
## 114          0
## 115          0
## 116         -9
## 117          0
## 118         -9
## 119         -9
## 120         -9
## 121          1
## 122         -9
## 123         -9
## 124          1
## 125         -9
## 126          0
## 127          0
## 128         -9
## 129         -9
## 130          0
## 131         -9
## 132         -9
## 133          1
## 134         -9
## 135         -9
## 136         -9
## 137          0
## 138         -9
## 139         -9
## 140          0
## 141         -9
## 142         -9
## 143         -9
## 144         -9
## 145          1
## 146          1
## 147          0
## 148          0
## 149          0
## 150         -9
## 151          1
## 152          1
## 153          1
## 154         -9
## 155         -9
## 156         -9
## 157         -9
## 158          1
## 159          1
## 160         -9
## 161         -9
## 162          1
## 163          1
## 164         -9
## 165         -9
## 166          1
## 167         -9
## 168         -9
## 169         -9
## 170          1
## 171         -9
## 172          1
## 173         -9
## 174         -9
## 175         -9
## 176          1
## 177          0
## 178         -9
## 179         -9
## 180         -9
## 181         -9
## 182         -9
## 183         -9
## 184          0
## 185         -9
## 186         -9
## 187         -9
## 188         -9
## 189          0
## 190         -9
## 191         -9
## 192         -9
## 193         -9
## 194         -9
## 195         -9
## 196          1
## 197          1
## 198          0
## 199          0
## 200         -9
## 201         -9
## 202         -9
## 203         -9
## 204          0
## 205         -9
## 206         -9
## 207         -9
## 208         -9
## 209         -9
## 210         -9
## 211         -9
## 212         -9
## 213         -9
## 214         -9
## 215         -9
## 216         -9
## 217         -9
## 218         -9
## 219          0
## 220          0
## 221          0
## 222          0
## 223         -9
## 224          0
## 225         -9
## 226          1
## 227          1
## 228         -9
## 229         -9
## 230         -9
## 231         -9
## 232         -9
## 233         -9
## 234         -9
## 235         -9
## 236         -9
## 237         -9
## 238         -9
## 239         -9
## 240         -9
## 241          1
## 242          1
## 243         -9
## 244         -9
## 245         -9
## 246          0
## 247         -9
## 248         -9
## 249         -9
## 250          1
## 251          1
## 252          0
## 253          0
## 254          1
## 255         -9
## 256         -9
## 257         -9
## 258         -9
## 259          1
## 260         -9
## 261          0
## 262         -9
## 263         -9
## 264         -9
## 265         -9
## 266         -9
## 267         -9
## 268         -9
## 269         -9
## 270         -9
## 271         -9
## 272         -9
## 273          0
## 274         -9
## 275         -9
## 276          1
## 277          0
## 278          1
## 279          0
## 280         -9
## 281          0
## 282         -9
## 283         -9
## 284          0
## 285         -9
## 286         -9
## 287         -9
## 288         -9
## 289          1
## 290          1
## 291         -9
## 292         -9
## 293          1
## 294         -9
## 295         -9
## 296         -9
## 297          0
## 298         -9
## 299          1
## 300         -9
## 301          0
## 302         -9
## 303         -9
## 304         -9
## 305         -9
## 306         -9
## 307         -9
## 308          0
## 309         -9
## 310         -9
## 311         -9
## 312          0
## 313          0
## 314         -9
## 315         -9
## 316         -9
## 317          0
## 318         -9
## 319         -9
## 320         -9
## 321         -9
## 322         -9
## 323         -9
## 324          1
## 325          1
## 326          1
## 327         -9
## 328         -9
## 329          1
## 330          1
## 331         -9
## 332          0
## 333         -9
## 334          0
## 335          1
## 336          0
## 337          1
## 338          1
## 339         -9
## 340         -9
## 341          1
## 342          1
## 343          1
## 344          0
## 345          1
## 346         -9
## 347         -9
## 348          0
## 349         -9
## 350          1
## 351          1
## 352         -9
## 353         -9
## 354         -9
## 355         -9
## 356         -9
## 357         -9
## 358         -9
## 359         -9
## 360          0
## 361          1
## 362         -9
## 363          1
## 364         -9
## 365          1
## 366          1
## 367          1
## 368          1
## 369          1
## 370          0
## 371          0
## 372         -9
## 373         -9
## 374         -9
## 375         -9
## 376         -9
## 377         -9
## 378         -9
## 379         -9
## 380         -9
## 381          0
## 382         -9
## 383          1
## 384          1
## 385          1
## 386          1
## 387          0
## 388         -9
## 389         -9
## 390          0
## 391         -9
## 392         -9
## 393         -9
## 394         -9
## 395         -9
## 396         -9
## 397         -9
## 398          0
## 399          1
## 400          1
## 401          1
## 402         -9
## 403         -9
## 404          1
## 405         -9
## 406         -9
## 407          1
## 408         -9
## 409         -9
## 410         -9
## 411         -9
## 412         -9
## 413         -9
## 414         -9
## 415         -9
## 416         -9
## 417         -9
## 418          1
## 419         -9
## 420         -9
## 421         -9
## 422         -9
## 423         -9
## 424         -9
## 425          0
## 426         -9
## 427          1
## 428          0
## 429         -9
## 430          0
## 431          0
## 432          0
## 433          0
## 434         -9
## 435         -9
## 436          0
## 437         -9
## 438          1
## 439          0
## 440          0
## 441          1
## 442          1
## 443          1
## 444          0
## 445         -9
## 446          1
## 447          1
## 448          1
## 449         -9
## 450         -9
## 451         -9
## 452         -9
## 453         -9
## 454          1
## 455         -9
## 456          0
## 457          1
## 458          0
## 459          1
## 460          1
## 461          1
## 462         -9
## 463          0
## 464         -9
## 465          0
## 466          1
## 467          1
## 468         -9
## 469         -9
## 470          0
## 471         -9
## 472          0
## 473         -9
## 474          0
## 475          1
## 476         -9
## 477          1
## 478         -9
## 479         -9
## 480         -9
## 481          1
## 482         -9
## 483         -9
## 484         -9
## 485          1
## 486         -9
## 487          1
## 488          1
## 489          0
## 490          0
## 491          1
## 492         -9
## 493         -9
## 494         -9
## 495         -9
## 496         -9
## 497          0
## 498          1
## 499         -9
## 500         -9
## 501         -9
## 502         -9
## 503          1
## 504          1
## 505          1
## 506          1
## 507         -9
## 508          1
## 509          1
## 510         -9
## 511         -9
## 512          1
## 513          1
## 514         -9
## 515          1
## 516          1
## 517          1
## 518          0
## 519          0
## 520          1
## 521          0
## 522          0
## 523          1
## 524          1
## 525          0
## 526          0
## 527          1
## 528          1
## 529          1
## 530          0
## 531         -9
## 532          1
## 533         -9
## 534         -9
## 535          1
## 536          1
## 537          1
## 538          0
## 539         -9
## 540          1
## 541          1
## 542          0
## 543          0
## 544          0
## 545          0
## 546          0
## 547          1
## 548          0
## 549          0
## 550          0
## 551          0
## 552          0
## 553          1
## 554          0
## 555          1
## 556          1
## 557          1
## 558          1
## 559         -9
## 560          1
## 561          1
## 562         -9
## 563         -9
## 564          1
## 565         -9
## 566          1
## 567         -9
## 568          0
## 569          0
## 570          1
## 571         -9
## 572          0
## 573         -9
## 574         -9
## 575         -9
## 576          1
## 577          1
## 578         -9
## 579         -9
## 580         -9
## 581         -9
## 582         -9
## 583         -9
## 584         -9
## 585          1
## 586          1
## 587         -9
## 588         -9
## 589         -9
## 590         -9
## 591          0
## 592          0
## 593          1
## 594         -9
## 595         -9
## 596         -9
## 597          1
## 598          1
## 599         -9
## 600          0
## 601          0
## 602          0
## 603          0
## 604          0
## 605         -9
## 606          1
## 607         -9
## 608          1
## 609          1
## 610          1
## 611          1
## 612          0
## 613         -9
## 614         -9
## 615          1
## 616         -9
## 617          1
## 618          1
## 619          1
## 620          1
## 621         -9
## 622          0
## 623          1
## 624          1
## 625          0
## 626          1
## 627          1
## 628          1
## 629         -9
## 630          1
## 631         -9
## 632          1
## 633          0
## 634          1
## 635          1
## 636         -9
## 637         -9
## 638          0
## 639          0
## 640         -9
## 641          0
## 642         -9
## 643         -9
## 644          1
## 645          1
## 646         -9
## 647          0
## 648          0
## 649          1
## 650          1
## 651         -9
## 652         -9
## 653          1
## 654         -9
## 655         -9
## 656         -9
## 657          1
## 658          1
## 659          1
## 660          1
## 661         -9
## 662         -9
## 663          0
## 664          0
## 665         -9
## 666         -9
## 667          0
## 668          1
## 669          1
## 670         -9
## 671         -9
## 672          1
## 673          1
## 674         -9
## 675         -9
## 676         -9
## 677          1
## 678          1
## 679          1
## 680          0
## 681          0
## 682          0
## 683          1
## 684          1
## 685         -9
## 686          0
## 687          0
## 688          0
## 689          1
## 690          0
## 691          0
## 692          1
## 693          1
## 694          0
## 695          0
## 696          1
## 697          1
## 698         -9
## 699          0
## 700         -9
## 701         -9
## 702          1
## 703          1
## 704          1
## 705          1
## 706         -9
## 707          1
## 708         -9
## 709          1
## 710          1
## 711         -9
## 712          0
## 713          1
## 714          1
## 715          1
## 716         -9
## 717         -9
## 718         -9
## 719          1
## 720          1
## 721          0
## 722          0
## 723          0
## 724          0
## 725          0
## 726          1
## 727         -9
## 728          1
## 729         -9
## 730          1
## 731          0
## 732          0
## 733          1
## 734          0
## 735          1
## 736         -9
## 737         -9
## 738          0
## 739         -9
## 740          1
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               related
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <NA>
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         197001300001, 197001300002
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         197001300001, 197001300002
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         197002030001, 197002030002
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         197002030001, 197002030002
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           197002060004, 197002060005, 197002060006
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           197002060004, 197002060005, 197002060006
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           197002060004, 197002060005, 197002060006
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           197002080001, 197002080002, 197002090003
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           197002080001, 197002080002, 197002090003
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           197002080001, 197002080002, 197002090003
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         197002160001, 197002160004
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         197002160002, 197002160003
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         197002160002, 197002160003
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         197002160001, 197002160004
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             197002230001, 197002230002, 197002230003, 197002230004
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             197002230001, 197002230002, 197002230003, 197002230004
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             197002230001, 197002230002, 197002230003, 197002230004
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             197002230001, 197002230002, 197002230003, 197002230004
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <NA>
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197003060003, 197003060004
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197003060003, 197003060004
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197003120001, 197003120002, 197003120005
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197003120001, 197003120002, 197003120005
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197003120003, 197003120004
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197003120003, 197003120004
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197003120001, 197003120002, 197003120005
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197003130001, 197003130002
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197003130001, 197003130002
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197003210002, 197003210003
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197003210002, 197003210003
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197003220001, 197003220002, 197003220003
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197003220001, 197003220002, 197003220003
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197003220001, 197003220002, 197003220003
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197004040001, 197004040002
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197004040001, 197004040002
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004130002, 197004130003, 197004130004
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004130002, 197004130003, 197004130004
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004130002, 197004130003, 197004130004
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197004150004, 197004150005
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197004150004, 197004150005
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004160001, 197004160002, 197004160003
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004160001, 197004160002, 197004160003
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004160001, 197004160002, 197004160003
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197004190001, 197004190002, 197004190003, 197004190004
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197004190001, 197004190002, 197004190003, 197004190004
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197004190001, 197004190002, 197004190003, 197004190004
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197004190001, 197004190002, 197004190003, 197004190004
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197004220002, 197004220003
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197004220002, 197004220003
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197004230001, 197004230002, 197004230003, 197004230004
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197004230001, 197004230002, 197004230003, 197004230004
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197004230001, 197004230002, 197004230003, 197004230004
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197004230001, 197004230002, 197004230003, 197004230004
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004250004, 197004250005, 197004250006
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004250004, 197004250005, 197004250006
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197004250004, 197004250005, 197004250006
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197004260001, 197004260002
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197004260001, 197004260002
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197005010005, 197005010006
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197005010005, 197005010006
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197005260001, 197005260002
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197005260001, 197005260002
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197005270002, 197005270003
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197005270002, 197005270003
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197006090004, 197006090005
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197006090004, 197006090005
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197006300002, 197006300003, 197006300004, 197006300005
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197006300002, 197006300003, 197006300004, 197006300005
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197006300002, 197006300003, 197006300004, 197006300005
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197006300002, 197006300003, 197006300004, 197006300005
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              197007010004, 197007020001, 197007020002, 197007020003, 197007020004
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              197007010004, 197007020001, 197007020002, 197007020003, 197007020004
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              197007010004, 197007020001, 197007020002, 197007020003, 197007020004
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              197007010004, 197007020001, 197007020002, 197007020003, 197007020004
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              197007010004, 197007020001, 197007020002, 197007020003, 197007020004
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197007270004, 197007270005
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197007270004, 197007270005
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197009020003, 197009030001
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197009020003, 197009030001
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197009040005, 197009050002
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197009040005, 197009050002
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197009060001, 197009060002, 197009060003, 197009060004
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197009060001, 197009060002, 197009060003, 197009060004
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197009060001, 197009060002, 197009060003, 197009060004
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            197009060001, 197009060002, 197009060003, 197009060004
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197010240003, 197010240004
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197010240003, 197010240004
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197010300001, 197010300002, 197010300003
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197010300001, 197010300002, 197010300003
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          197010300001, 197010300002, 197010300003
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197101090001, 197101090002
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197101090001, 197101090002
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197101150004, 197101150005
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197101150004, 197101150005
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197102160001, 197102160002
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197102160001, 197102160002
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197102160004, 197102160005
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        197102160004, 197102160005
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <NA>
##  [ reached getOption("max.print") -- omitted 180951 rows ]

Look for Missing Values

There are many variables and many columns that are not really needed for the analysis.

summary(gt)
##     eventid              iyear          imonth            iday      
##  Min.   :1.970e+11   Min.   :1970   Min.   : 0.000   Min.   : 0.00  
##  1st Qu.:1.991e+11   1st Qu.:1991   1st Qu.: 4.000   1st Qu.: 8.00  
##  Median :2.009e+11   Median :2009   Median : 6.000   Median :15.00  
##  Mean   :2.003e+11   Mean   :2003   Mean   : 6.467   Mean   :15.51  
##  3rd Qu.:2.014e+11   3rd Qu.:2014   3rd Qu.: 9.000   3rd Qu.:23.00  
##  Max.   :2.017e+11   Max.   :2017   Max.   :12.000   Max.   :31.00  
##                                                                     
##                  approxdate        extended          resolution    
##  September 18-24, 2016:   101   Min.   :0.00000   8/4/98  :    18  
##  2016-12-01 00:00:00  :    85   1st Qu.:0.00000   2/23/88 :    11  
##  2016-05-29 00:00:00  :    57   Median :0.00000   1/8/10  :     8  
##  2016-07-22 00:00:00  :    48   Mean   :0.04535   10/14/05:     8  
##  2016-08-08 00:00:00  :    42   3rd Qu.:0.00000   2/22/94 :     8  
##  (Other)              :  8906   Max.   :1.00000   (Other) :  2167  
##  NA's                 :172452                     NA's    :179471  
##     country          country_txt         region      
##  Min.   :   4   Iraq       : 24636   Min.   : 1.000  
##  1st Qu.:  78   Pakistan   : 14368   1st Qu.: 5.000  
##  Median :  98   Afghanistan: 12731   Median : 6.000  
##  Mean   : 132   India      : 11960   Mean   : 7.161  
##  3rd Qu.: 160   Colombia   :  8306   3rd Qu.:10.000  
##  Max.   :1004   Philippines:  6908   Max.   :12.000  
##                 (Other)    :102782                   
##                       region_txt               provstate     
##  Middle East & North Africa:50474   Baghdad         :  7645  
##  South Asia                :44974   Northern Ireland:  4498  
##  South America             :18978   Unknown         :  4290  
##  Sub-Saharan Africa        :17550   Balochistan     :  3710  
##  Western Europe            :16639   Saladin         :  3411  
##  Southeast Asia            :12485   (Other)         :157716  
##  (Other)                   :20591   NA's            :   421  
##       city           latitude        longitude          specificity   
##  Unknown:  9775   Min.   :-53.16   Min.   :-86185896   Min.   :1.000  
##  Baghdad:  7589   1st Qu.: 11.51   1st Qu.:        5   1st Qu.:1.000  
##  Karachi:  2652   Median : 31.47   Median :       43   Median :1.000  
##  Lima   :  2359   Mean   : 23.50   Mean   :     -459   Mean   :1.451  
##  Mosul  :  2265   3rd Qu.: 34.69   3rd Qu.:       69   3rd Qu.:1.000  
##  (Other):156617   Max.   : 74.63   Max.   :      179   Max.   :5.000  
##  NA's   :   434   NA's   :4556     NA's   :4557        NA's   :6      
##     vicinity      
##  Min.   :-9.0000  
##  1st Qu.: 0.0000  
##  Median : 0.0000  
##  Mean   : 0.0683  
##  3rd Qu.: 0.0000  
##  Max.   : 1.0000  
##                   
##                                                                          location     
##  The attack took place in Baghdad, Baghdad, Iraq.                            :   142  
##  Belfast (Capital City)                                                      :    98  
##  The incident occurred at the Donetsk Sergey Prokofiev International Airport.:    62  
##  Manhattan                                                                   :    60  
##  The attack took place in Mosul, Ninawa, Iraq.                               :    51  
##  (Other)                                                                     : 55082  
##  NA's                                                                        :126196  
##                                                                                                                                                                                                                                                                                                                                                                   summary      
##  09/00/2016: Sometime between September 18, 2016 and September 24, 2016, assailants detonated an explosive device at a civilian house in Dawr, Saladin, Iraq. There were no reported casualties resulting from the blast. No group claimed responsibility for the incident; however, sources attributed the attack to the Islamic State of Iraq and the Levant (ISIL).:   100  
##  12/01/2016: Assailants detonated explosive devices that destroyed an electricity transmission tower in Albu Bali, Al Anbar, Iraq. This was one of 80 similar attacks targeting towers that resulted in the death of two military engineering team members. No group claimed responsibility for the incidents.                                                        :    80  
##  05/29/2016: Security forces discovered and defused an explosives-rigged house in Sejar, Al Anbar, Iraq. No group claimed responsibility for the incident.                                                                                                                                                                                                            :    50  
##  01/11/2016: Assailants set fire to a shop in Muqdadiyah, Diyala governorate, Iraq. There were no reported casualties in the incident. This was one of 36 shops set alight and one of 51 attacks in and around Muqdadiyah on the same day. No group claimed responsibility; however, sources attributed the incidents to Asa'ib Ahl al-Haqq and the Badr Brigades.    :    36  
##  07/22/2016: Security forces discovered and defused an explosives-rigged house in Saqlawiyah, Al Anbar, Iraq. No group claimed responsibility for the incident.                                                                                                                                                                                                       :    36  
##  (Other)                                                                                                                                                                                                                                                                                                                                                              :115260  
##  NA's                                                                                                                                                                                                                                                                                                                                                                 : 66129  
##      crit1            crit2            crit3          doubtterr      
##  Min.   :0.0000   Min.   :0.0000   Min.   :0.0000   Min.   :-9.0000  
##  1st Qu.:1.0000   1st Qu.:1.0000   1st Qu.:1.0000   1st Qu.: 0.0000  
##  Median :1.0000   Median :1.0000   Median :1.0000   Median : 0.0000  
##  Mean   :0.9885   Mean   :0.9931   Mean   :0.8757   Mean   :-0.5232  
##  3rd Qu.:1.0000   3rd Qu.:1.0000   3rd Qu.:1.0000   3rd Qu.: 0.0000  
##  Max.   :1.0000   Max.   :1.0000   Max.   :1.0000   Max.   : 1.0000  
##                                                     NA's   :1        
##   alternative                       alternative_txt      multiple     
##  Min.   :1.00     Insurgency/Guerilla Action: 23410   Min.   :0.0000  
##  1st Qu.:1.00     Intra/Inter-group Conflict:  1296   1st Qu.:0.0000  
##  Median :1.00     Lack of Intentionality    :   319   Median :0.0000  
##  Mean   :1.29     Other Crime Type          :  3665   Mean   :0.1378  
##  3rd Qu.:1.00     State Actors              :   321   3rd Qu.:0.0000  
##  Max.   :5.00     NA's                      :152680   Max.   :1.0000  
##  NA's   :152680                                       NA's   :1       
##     success          suicide         attacktype1   
##  Min.   :0.0000   Min.   :0.00000   Min.   :1.000  
##  1st Qu.:1.0000   1st Qu.:0.00000   1st Qu.:2.000  
##  Median :1.0000   Median :0.00000   Median :3.000  
##  Mean   :0.8896   Mean   :0.03651   Mean   :3.248  
##  3rd Qu.:1.0000   3rd Qu.:0.00000   3rd Qu.:3.000  
##  Max.   :1.0000   Max.   :1.00000   Max.   :9.000  
##                                                    
##                        attacktype1_txt   attacktype2    
##  Bombing/Explosion             :88255   Min.   :1.00    
##  Armed Assault                 :42669   1st Qu.:2.00    
##  Assassination                 :19312   Median :2.00    
##  Hostage Taking (Kidnapping)   :11158   Mean   :3.72    
##  Facility/Infrastructure Attack:10356   3rd Qu.:7.00    
##  Unknown                       : 7276   Max.   :9.00    
##  (Other)                       : 2665   NA's   :175377  
##                        attacktype2_txt    attacktype3    
##  Armed Assault                 :  3434   Min.   :1.00    
##  Facility/Infrastructure Attack:  1653   1st Qu.:2.00    
##  Bombing/Explosion             :   506   Median :7.00    
##  Hostage Taking (Kidnapping)   :   479   Mean   :5.25    
##  Assassination                 :   162   3rd Qu.:7.00    
##  (Other)                       :    80   Max.   :8.00    
##  NA's                          :175377   NA's   :181263  
##                        attacktype3_txt     targtype1    
##  Facility/Infrastructure Attack:   229   Min.   : 1.00  
##  Armed Assault                 :   119   1st Qu.: 3.00  
##  Hostage Taking (Kidnapping)   :    53   Median : 4.00  
##  Bombing/Explosion             :    16   Mean   : 8.44  
##  Assassination                 :     4   3rd Qu.:14.00  
##  (Other)                       :     7   Max.   :22.00  
##  NA's                          :181263                  
##                      targtype1_txt    targsubtype1   
##  Private Citizens & Property:43511   Min.   :  1.00  
##  Military                   :27984   1st Qu.: 22.00  
##  Police                     :24506   Median : 35.00  
##  Government (General)       :21283   Mean   : 46.97  
##  Business                   :20669   3rd Qu.: 74.00  
##  Transportation             : 6799   Max.   :113.00  
##  (Other)                    :36939   NA's   :10373   
##                                                 targsubtype1_txt 
##  Unnamed Civilian/Unspecified                           : 11596  
##  Police Security Forces/Officers                        : 11178  
##  Military Unit/Patrol/Convoy                            :  8277  
##  Military Personnel (soldiers, troops, officers, forces):  7963  
##  Government Personnel (excluding police, military)      :  6610  
##  (Other)                                                :125694  
##  NA's                                                   : 10373  
##                         corp1              target1          natlty1      
##  Unknown                   : 16356   Civilians :  6461   Min.   :   4.0  
##  Not Applicable            : 12803   Unknown   :  5918   1st Qu.:  83.0  
##  Iraqi Police Service (IPS):  3287   Soldiers  :  3157   Median : 101.0  
##  Govt                      :  2784   Patrol    :  2942   Mean   : 127.7  
##  Civilians                 :  2782   Checkpoint:  2905   3rd Qu.: 173.0  
##  (Other)                   :101166   (Other)   :159675   Max.   :1004.0  
##  NA's                      : 42513   NA's      :   633   NA's   :1559    
##       natlty1_txt       targtype2     
##  Iraq       : 24113   Min.   : 1.00   
##  Pakistan   : 13900   1st Qu.: 4.00   
##  India      : 12098   Median :14.00   
##  Afghanistan: 10931   Mean   :10.25   
##  Colombia   :  7922   3rd Qu.:14.00   
##  (Other)    :111168   Max.   :22.00   
##  NA's       :  1559   NA's   :170547  
##                      targtype2_txt     targsubtype2   
##  Private Citizens & Property:  5585   Min.   :  1.00  
##  Military                   :  1295   1st Qu.: 34.00  
##  Police                     :  1132   Median : 67.00  
##  Business                   :   854   Mean   : 55.31  
##  Government (General)       :   485   3rd Qu.: 69.00  
##  (Other)                    :  1793   Max.   :113.00  
##  NA's                       :170547   NA's   :171006  
##                                                 targsubtype2_txt 
##  Unnamed Civilian/Unspecified                           :  3482  
##  Police Security Forces/Officers                        :   819  
##  Military Personnel (soldiers, troops, officers, forces):   746  
##  Non-State Militia                                      :   400  
##  Laborer (General)/Occupation Identified                :   348  
##  (Other)                                                :  4890  
##  NA's                                                   :171006  
##                         corp2             target2          natlty2      
##  Not Applicable            :  3309   Civilians:  2376   Min.   :   4.0  
##  Unknown                   :   855   Soldiers :   297   1st Qu.:  92.0  
##  Civilians                 :   706   Civilian :   273   Median :  98.0  
##  Iraqi Volunteer Forces    :   181   Members  :   257   Mean   : 131.2  
##  Somali National Army (SNA):   119   Officers :   196   3rd Qu.: 182.0  
##  (Other)                   :  4947   (Other)  :  7621   Max.   :1004.0  
##  NA's                      :171574   NA's     :170671   NA's   :170863  
##       natlty2_txt       targtype3     
##  Iraq       :  1786   Min.   : 1.00   
##  Afghanistan:  1438   1st Qu.: 3.00   
##  Pakistan   :   746   Median :14.00   
##  India      :   661   Mean   :10.02   
##  Somalia    :   632   3rd Qu.:14.00   
##  (Other)    :  5565   Max.   :22.00   
##  NA's       :170863   NA's   :180515  
##                      targtype3_txt     targsubtype3   
##  Private Citizens & Property:   554   Min.   :  1.00  
##  Business                   :   119   1st Qu.: 33.00  
##  Police                     :   102   Median : 67.00  
##  Military                   :    93   Mean   : 55.55  
##  Government (General)       :    76   3rd Qu.: 73.00  
##  (Other)                    :   232   Max.   :113.00  
##  NA's                       :180515   NA's   :180594  
##                                                 targsubtype3_txt 
##  Unnamed Civilian/Unspecified                           :   325  
##  Police Security Forces/Officers                        :    82  
##  Military Personnel (soldiers, troops, officers, forces):    58  
##  Laborer (General)/Occupation Identified                :    52  
##  House/Apartment/Residence                              :    41  
##  (Other)                                                :   539  
##  NA's                                                   :180594  
##                               corp3               target3      
##  Not Applicable                  :   312   Civilians  :   200  
##  Unknown                         :    86   Civilian   :    26  
##  Civilians                       :    75   Members    :    26  
##  Christian Religious Denomination:    25   1 orphanage:    25  
##  Afghan Police                   :    11   Officers   :    18  
##  (Other)                         :   517   (Other)    :   880  
##  NA's                            :180665   NA's       :180516  
##     natlty3            natlty3_txt    
##  Min.   :   4.0   Iraq       :   139  
##  1st Qu.:  75.0   Afghanistan:   128  
##  Median : 110.0   India      :    57  
##  Mean   : 144.6   Pakistan   :    56  
##  3rd Qu.: 182.0   Philippines:    56  
##  Max.   :1004.0   (Other)    :   711  
##  NA's   :180544   NA's       :180544  
##                                               gname      
##  Unknown                                         :82782  
##  Taliban                                         : 7478  
##  Islamic State of Iraq and the Levant (ISIL)     : 5613  
##  Shining Path (SL)                               : 4555  
##  Farabundo Marti National Liberation Front (FMLN): 3351  
##  Al-Shabaab                                      : 3288  
##  (Other)                                         :74624  
##                              gsubname     
##  Militants                       :   480  
##  People's Liberation Forces (FPL):   427  
##  Rebels                          :   163  
##  Separatists                     :   120  
##  Jamaat-ul-Ahrar                 :   119  
##  (Other)                         :  4581  
##  NA's                            :175801  
##                                          gname2      
##  Al-Nusrah Front                            :    56  
##  Khorasan Chapter of the Islamic State      :    53  
##  Badr Brigades                              :    52  
##  National Liberation Army of Colombia (ELN) :    50  
##  Islamic State of Iraq and the Levant (ISIL):    47  
##  (Other)                                    :  1755  
##  NA's                                       :179678  
##                                      gsubname2     
##  The Family                               :    20  
##  Jamaat-ul-Ahrar                          :    13  
##  al-Quds Brigades                         :    10  
##  Intifadat Ahrar al-Iraq                  :    10  
##  Forces for the Defense of Democracy (FDD):     9  
##  (Other)                                  :    98  
##  NA's                                     :181531  
##                                            gname3      
##  Free Syrian Army                             :    19  
##  Jaish-e-Mohammad (JeM)                       :    18  
##  Islamic State of Iraq and the Levant (ISIL)  :    16  
##  National Democratic Alliance Army (NDAA-ESSA):    15  
##  Lashkar-e-Taiba (LeT)                        :    13  
##  (Other)                                      :   243  
##  NA's                                         :181367  
##                        gsubname3     
##  Jaysh al-Nukhba; Al-Izzah  :     5  
##  Al-Rahman Corps            :     2  
##  Ezzedine al-Qassam Brigades:     2  
##  Ahrar al-Sham              :     1  
##  Al-Alami                   :     1  
##  (Other)                    :     9  
##  NA's                       :181671  
##                                                                                                                                                                                                 motive      
##  Unknown                                                                                                                                                                                           : 14889  
##  The specific motive for the attack is unknown.                                                                                                                                                    : 14430  
##  The specific motive is unknown; however, sources noted that the attack may have been part of a larger trend of violence related to Bangladesh's nationwide hartal, which began on January 6, 2015.:   297  
##  The specific motive for the attack is unknown..                                                                                                                                                   :   148  
##  The specific motive for the attack is unknown or was not reported.                                                                                                                                :   144  
##  (Other)                                                                                                                                                                                           : 20653  
##  NA's                                                                                                                                                                                              :131130  
##   guncertain1      guncertain2      guncertain3       individual     
##  Min.   :0.0000   Min.   :0.00     Min.   :0.00     Min.   :0.00000  
##  1st Qu.:0.0000   1st Qu.:0.00     1st Qu.:0.00     1st Qu.:0.00000  
##  Median :0.0000   Median :0.00     Median :0.00     Median :0.00000  
##  Mean   :0.0814   Mean   :0.27     Mean   :0.19     Mean   :0.00295  
##  3rd Qu.:0.0000   3rd Qu.:1.00     3rd Qu.:0.00     3rd Qu.:0.00000  
##  Max.   :1.0000   Max.   :1.00     Max.   :1.00     Max.   :1.00000  
##  NA's   :380      NA's   :179736   NA's   :181371                    
##      nperps            nperpcap         claimed        claimmode     
##  Min.   :  -99.00   Min.   :-99.00   Min.   :-9.00   Min.   : 1.00   
##  1st Qu.:  -99.00   1st Qu.:  0.00   1st Qu.: 0.00   1st Qu.: 6.00   
##  Median :  -99.00   Median :  0.00   Median : 0.00   Median : 8.00   
##  Mean   :  -65.36   Mean   : -1.52   Mean   : 0.05   Mean   : 7.02   
##  3rd Qu.:    1.00   3rd Qu.:  0.00   3rd Qu.: 0.00   3rd Qu.: 8.00   
##  Max.   :25000.00   Max.   :406.00   Max.   : 1.00   Max.   :10.00   
##  NA's   :71115      NA's   :69489    NA's   :66120   NA's   :162608  
##                        claimmode_txt        claim2         claimmode2    
##  Personal claim               :  5207   Min.   :-9.00    Min.   : 1.00   
##  Posted to website, blog, etc.:  4506   1st Qu.: 0.00    1st Qu.: 6.00   
##  Unknown                      :  3977   Median : 0.00    Median : 7.00   
##  Call (post-incident)         :  1780   Mean   : 0.25    Mean   : 7.18   
##  Note left at scene           :  1212   3rd Qu.: 1.00    3rd Qu.:10.00   
##  (Other)                      :  2401   Max.   : 1.00    Max.   :10.00   
##  NA's                         :162608   NA's   :179801   NA's   :181075  
##                        claimmode2_txt       claim3         claimmode3    
##  Unknown                      :   208   Min.   :0.00     Min.   : 1.00   
##  Posted to website, blog, etc.:   153   1st Qu.:0.00     1st Qu.: 4.00   
##  Personal claim               :    76   Median :0.00     Median : 7.00   
##  Call (post-incident)         :    66   Mean   :0.41     Mean   : 6.73   
##  E-mail                       :    49   3rd Qu.:1.00     3rd Qu.: 9.00   
##  (Other)                      :    64   Max.   :1.00     Max.   :10.00   
##  NA's                         :181075   NA's   :181373   NA's   :181558  
##                        claimmode3_txt     compclaim        weaptype1     
##  Unknown                      :    32   Min.   :-9.0     Min.   : 1.000  
##  Posted to website, blog, etc.:    27   1st Qu.:-9.0     1st Qu.: 5.000  
##  Personal claim               :    23   Median :-9.0     Median : 6.000  
##  Call (post-incident)         :    21   Mean   :-6.3     Mean   : 6.447  
##  E-mail                       :    16   3rd Qu.: 0.0     3rd Qu.: 6.000  
##  (Other)                      :    14   Max.   : 1.0     Max.   :13.000  
##  NA's                         :181558   NA's   :176852                   
##     weaptype1_txt    weapsubtype1  
##  Explosives:92426   Min.   : 1.00  
##  Firearms  :58524   1st Qu.: 5.00  
##  Unknown   :15157   Median :12.00  
##  Incendiary:11135   Mean   :11.12  
##  Melee     : 3655   3rd Qu.:16.00  
##  Chemical  :  321   Max.   :31.00  
##  (Other)   :  473   NA's   :20768  
##                                   weapsubtype1_txt   weaptype2     
##  Unknown Explosive Type                   :44980   Min.   : 1.00   
##  Unknown Gun Type                         :33137   1st Qu.: 5.00   
##  Automatic or Semi-Automatic Rifle        :17412   Median : 6.00   
##  Vehicle                                  : 9900   Mean   : 6.81   
##  Projectile (rockets, mortars, RPGs, etc.): 9848   3rd Qu.: 8.00   
##  (Other)                                  :45646   Max.   :13.00   
##  NA's                                     :20768   NA's   :168564  
##     weaptype2_txt     weapsubtype2   
##  Firearms  :  5283   Min.   : 1.00   
##  Explosives:  2924   1st Qu.: 5.00   
##  Incendiary:  2307   Median : 7.00   
##  Melee     :  1450   Mean   :10.75   
##  Unknown   :   849   3rd Qu.:18.00   
##  (Other)   :   314   Max.   :31.00   
##  NA's      :168564   NA's   :170149  
##                           weapsubtype2_txt    weaptype3     
##  Unknown Gun Type                 :  2654   Min.   : 2.00   
##  Automatic or Semi-Automatic Rifle:  1786   1st Qu.: 5.00   
##  Arson/Fire                       :  1516   Median : 6.00   
##  Unknown Explosive Type           :  1062   Mean   : 6.91   
##  Knife or Other Sharp Object      :   890   3rd Qu.: 9.00   
##  (Other)                          :  3634   Max.   :13.00   
##  NA's                             :170149   NA's   :179828  
##     weaptype3_txt     weapsubtype3   
##  Firearms  :   815   Min.   : 1.00   
##  Melee     :   371   1st Qu.: 4.00   
##  Incendiary:   336   Median : 7.00   
##  Explosives:   199   Mean   :11.64   
##  Unknown   :    56   3rd Qu.:20.00   
##  (Other)   :    86   Max.   :28.00   
##  NA's      :179828   NA's   :179998  
##                           weapsubtype3_txt    weaptype4     
##  Unknown Gun Type                 :   310   Min.   : 5.00   
##  Automatic or Semi-Automatic Rifle:   301   1st Qu.: 5.00   
##  Knife or Other Sharp Object      :   267   Median : 6.00   
##  Arson/Fire                       :   174   Mean   : 6.25   
##  Handgun                          :    92   3rd Qu.: 6.00   
##  (Other)                          :   549   Max.   :12.00   
##  NA's                             :179998   NA's   :181618  
##     weaptype4_txt     weapsubtype4   
##  Explosives:    26   Min.   : 2.00   
##  Firearms  :    29   1st Qu.: 3.00   
##  Incendiary:    10   Median : 9.50   
##  Melee     :     7   Mean   :10.84   
##  Other     :     1   3rd Qu.:16.00   
##  NA's      :181618   Max.   :28.00   
##                      NA's   :181621  
##                                   weapsubtype4_txt 
##  Automatic or Semi-Automatic Rifle        :    16  
##  Unknown Explosive Type                   :    11  
##  Projectile (rockets, mortars, RPGs, etc.):     7  
##  Unknown Gun Type                         :     6  
##  Grenade                                  :     5  
##  (Other)                                  :    25  
##  NA's                                     :181621  
##              weapdetail        nkill             nkillus       
##  Explosive        :20925   Min.   :   0.000   Min.   :   0.00  
##  Automatic firearm:12419   1st Qu.:   0.000   1st Qu.:   0.00  
##  Pistol           : 4472   Median :   0.000   Median :   0.00  
##  Incendiary       : 4153   Mean   :   2.403   Mean   :   0.05  
##  Firearm          : 4053   3rd Qu.:   2.000   3rd Qu.:   0.00  
##  (Other)          :67999   Max.   :1570.000   Max.   :1360.00  
##  NA's             :67670   NA's   :10313      NA's   :64446    
##     nkillter          nwound            nwoundus         nwoundte     
##  Min.   :  0.00   Min.   :   0.000   Min.   :  0.00   Min.   :  0.00  
##  1st Qu.:  0.00   1st Qu.:   0.000   1st Qu.:  0.00   1st Qu.:  0.00  
##  Median :  0.00   Median :   0.000   Median :  0.00   Median :  0.00  
##  Mean   :  0.51   Mean   :   3.168   Mean   :  0.04   Mean   :  0.11  
##  3rd Qu.:  0.00   3rd Qu.:   2.000   3rd Qu.:  0.00   3rd Qu.:  0.00  
##  Max.   :500.00   Max.   :8191.000   Max.   :751.00   Max.   :200.00  
##  NA's   :66958    NA's   :16311      NA's   :64702    NA's   :69143   
##     property         propextent    
##  Min.   :-9.0000   Min.   :1.0     
##  1st Qu.: 0.0000   1st Qu.:3.0     
##  Median : 1.0000   Median :3.0     
##  Mean   :-0.5446   Mean   :3.3     
##  3rd Qu.: 1.0000   3rd Qu.:4.0     
##  Max.   : 1.0000   Max.   :4.0     
##                    NA's   :117626  
##                                        propextent_txt  
##  Catastrophic (likely >= $1 billion)          :     6  
##  Major (likely >= $1 million but < $1 billion):   909  
##  Minor (likely < $1 million)                  : 43304  
##  Unknown                                      : 19846  
##  NA's                                         :117626  
##                                                        
##                                                        
##    propvalue         
##  Min.   :       -99  
##  1st Qu.:       -99  
##  Median :       -99  
##  Mean   :    208812  
##  3rd Qu.:      1000  
##  Max.   :2700000000  
##  NA's   :142702      
##                                                     propcomment    
##  It is unknown if any property was damaged in this attack.:  6966  
##  A vehicle was damaged in this attack.                    :  3699  
##  It is unknown if the attack caused any property damage.  :  2928  
##  A house was damaged in this attack.                      :  1641  
##  The attack caused an unknown amount of property damage.  :  1639  
##  (Other)                                                  : 41086  
##  NA's                                                     :123732  
##    ishostkid           nhostkid          nhostkidus         nhours      
##  Min.   :-9.00000   Min.   :  -99.00   Min.   :-99.00   Min.   :-99.00  
##  1st Qu.: 0.00000   1st Qu.:    1.00   1st Qu.:  0.00   1st Qu.:-99.00  
##  Median : 0.00000   Median :    2.00   Median :  0.00   Median :-99.00  
##  Mean   : 0.05905   Mean   :    4.53   Mean   : -0.35   Mean   :-46.79  
##  3rd Qu.: 0.00000   3rd Qu.:    4.00   3rd Qu.:  0.00   3rd Qu.:  0.00  
##  Max.   : 1.00000   Max.   :17000.00   Max.   : 86.00   Max.   :999.00  
##  NA's   :178        NA's   :168119     NA's   :168174   NA's   :177628  
##      ndays                 divert           kidhijcountry   
##  Min.   : -99.00   Unknown    :    27   Colombia   :   687  
##  1st Qu.: -99.00   Afghanistan:    12   Guatemala  :   204  
##  Median : -99.00   Libya      :    11   Philippines:   183  
##  Mean   : -32.52   South Sudan:    11   India      :   143  
##  3rd Qu.:   4.00   Iraq       :    10   Lebanon    :   140  
##  Max.   :2454.00   (Other)    :   253   (Other)    :  1948  
##  NA's   :173567    NA's       :181367   NA's       :178386  
##      ransom         ransomamt           ransomamtus       
##  Min.   :-9.00    Min.   :       -99   Min.   :      -99  
##  1st Qu.: 0.00    1st Qu.:         0   1st Qu.:        0  
##  Median : 0.00    Median :     15000   Median :        0  
##  Mean   :-0.15    Mean   :   3172530   Mean   :   578487  
##  3rd Qu.: 0.00    3rd Qu.:    400000   3rd Qu.:        0  
##  Max.   : 1.00    Max.   :1000000000   Max.   :132000000  
##  NA's   :104310   NA's   :180341       NA's   :181128     
##    ransompaid         ransompaidus    
##  Min.   :      -99   Min.   :  -99.0  
##  1st Qu.:      -99   1st Qu.:    0.0  
##  Median :        0   Median :    0.0  
##  Mean   :   717944   Mean   :  240.4  
##  3rd Qu.:     1273   3rd Qu.:    0.0  
##  Max.   :275000000   Max.   :48000.0  
##  NA's   :180917      NA's   :181139   
##                                                                                 ransomnote    
##  0                                                                                   :    36  
##  It is unknown if a ransom was demanded in this kidnapping.                          :    28  
##  It is unknown if any ransom was demanded in this kidnapping.                        :    24  
##  It is unknown if ransom was demanded in this kidnapping.                            :     8  
##  It was reported that the perpetrators demanded one million dollars for each hostage.:     7  
##  (Other)                                                                             :   411  
##  NA's                                                                                :181177  
##  hostkidoutcome                                       hostkidoutcome_txt
##  Min.   :1.00     Unknown                                      :  3606  
##  1st Qu.:2.00     Hostage(s) released by perpetrators          :  3124  
##  Median :4.00     Hostage(s) killed (not during rescue attempt):  2522  
##  Mean   :4.63     Combination                                  :  1013  
##  3rd Qu.:7.00     Successful Rescue                            :   542  
##  Max.   :7.00     (Other)                                      :   184  
##  NA's   :170700   NA's                                         :170700  
##    nreleased      
##  Min.   : -99.00  
##  1st Qu.: -99.00  
##  Median :   0.00  
##  Mean   : -29.02  
##  3rd Qu.:   1.00  
##  Max.   :2769.00  
##  NA's   :171291   
##                                                                                                                                       addnotes     
##  Casualty numbers for this incident conflict across sources. Following GTD protocol, the majority reliable estimates are reported here.   :  1607  
##  Casualty numbers for this incident conflict across sources. Following GTD protocol, the lowest reliable estimates are reported here.     :  1559  
##  Casualty numbers for this incident conflict across sources. Following GTD protocol, the most recent reliable estimates are reported here.:   567  
##  Casualty numbers conflict across sources. Following GTD protocol, the lowest reliable estimates are reported here.                       :   525  
##  Casualty numbers conflict across sources. Following GTD protocol, the majority reliable estimates are reported here.                     :   456  
##  (Other)                                                                                                                                  : 23575  
##  NA's                                                                                                                                     :153402  
##                                                                                                                                                scite1      
##  Committee on Government Operations United States Senate, "Riots, Civil, and Criminal Disorders," U.S. Government Printing Office, August 6, 1970.:   205  
##  "ISIS detonates 5 empty homes in Daur using IEDs," Iraqi News, September 28, 2016.                                                               :   106  
##  "Iraq: Roundup of Security Incidents 18-24 March 2014," OSC Summary, March 25, 2014.                                                             :    92  
##  "Attack on 80 electricity towers in Anbar leaves 2 casualties," Iraqi News, December 1, 2016.                                                    :    80  
##  Edward F. Mickolus, Terrorism, 1996-2001 : A Chronology, Imprint Westport, CT: Greenwood Press, 2002.                                            :    77  
##  (Other)                                                                                                                                          :114940  
##  NA's                                                                                                                                             : 66191  
##                                                                                                                            scite2      
##  Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.:   134  
##  "Iraq: Security Roundup 1900 GMT 27 September 2016," Summary, September 27, 2016.                                            :   100  
##  "Attack on 80 electricity towers in Anbar leaves 2 casualties," Iraqi News, December 1, 2016.                                :    63  
##  "IS ignites sectarian tensions in multiple Iraq bombings," Middle East Eye, January 12, 2016.                                :    43  
##  "Motive sought for attacks in deep South," The Nation (Thailand), April 8, 2017.                                             :    42  
##  (Other)                                                                                                                      : 76551  
##  NA's                                                                                                                         :104758  
##                                                                                                                            scite3      
##  Christopher Hewitt, "Political Violence and Terrorism in Modern America: A Chronology," Praeger Security International, 2005.:   139  
##  "Iraq Security Roundup 27 September - 3 October 2016," Summary, September 27, 2016.                                          :   101  
##  "Chronological History of Arsons and Bombings Against Abortion Providers," National Abortion Federation.                     :    59  
##  "Rights group: Iraqi Shia militias behind revenge attacks," Al Ahram, January 31, 2016.                                      :    51  
##  "Insurgent bombs target power supply in far South," Bangkok Post, April 7, 2017.                                             :    42  
##  (Other)                                                                                                                      : 43124  
##  NA's                                                                                                                         :138175  
##                      dbsource        INT_LOG          INT_IDEO     
##  START Primary Collection:78002   Min.   :-9.000   Min.   :-9.000  
##  PGIS                    :63740   1st Qu.:-9.000   1st Qu.:-9.000  
##  ISVG                    :17207   Median :-9.000   Median :-9.000  
##  CETIS                   :16163   Mean   :-4.544   Mean   :-4.464  
##  CAIN                    : 1588   3rd Qu.: 0.000   3rd Qu.: 0.000  
##  UMD Schmid 2012         : 1165   Max.   : 1.000   Max.   : 1.000  
##  (Other)                 : 3826                                    
##     INT_MISC           INT_ANY      
##  Min.   :-9.00000   Min.   :-9.000  
##  1st Qu.: 0.00000   1st Qu.:-9.000  
##  Median : 0.00000   Median : 0.000  
##  Mean   : 0.09001   Mean   :-3.946  
##  3rd Qu.: 0.00000   3rd Qu.: 0.000  
##  Max.   : 1.00000   Max.   : 1.000  
##                                     
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            related      
##  201612010023, 201612010024, 201612010025, 201612010026, 201612010027, 201612010028, 201612010029, 201612010030, 201612010031, 201612010032, 201612010033, 201612010034, 201612010035, 201612010036, 201612010037, 201612010038, 201612010039, 201612010040, 201612010041, 201612010042, 201612010043, 201612010044, 201612010045, 201612010046, 201612010047, 201612010048, 201612010049, 201612010050, 201612010051, 201612010052, 201612010053, 201612010054, 201612010055, 201612010056, 201612010057, 201612010058, 201612010059, 201612010060, 201612010061, 201612010062, 201612010063, 201612010064, 201612010065, 201612010066, 201612010067, 201612010068, 201612010069, 201612010070, 201612010071, 201612010072, 201612010073, 201612010074, 201612010075, 201612010076, 201612010077, 201612010078, 201612010079, 201612010080, 201612010081, 201612010082, 201612010083, 201612010084, 201612010085, 201612010086, 201612010087, 201612010088, 201612010089, 201612010090, 201612010091, 201612010092, 201612010093, 201612010094, 201612010095, 201612010096, 201612010097, 201612010098, 201612010099, 201612010100, 201612010101, 201612010102:    80  
##  197209190001, 197209190002, 197209190003, 197209190004, 197209190005, 197209190006, 197209190007, 197209190008, 197209190009, 197209190010, 197209190011, 197209190012, 197209190013, 197209190014, 197209190015, 197209200003, 197209200004, 197209200005, 197209200006, 197209200007, 197209200008, 197209200009, 197209200010, 197209200011, 197209200012, 197209200013, 197209200014, 197209200015, 197209200016, 197209200017, 197209200018, 197209200019, 197209200020, 197209200021, 197209200022, 197209200023, 197209200024, 197209200025, 197209200026, 197209200027, 197209200028, 197209210002, 197209210003, 197209210004, 197209210005, 197209210006, 197209210007, 197209210008, 197209210009, 197209210010, 197209210011, 197209210012, 197209220003, 197209220004, 197209230002, 197209230003, 197209230004, 197209230005, 197209230006, 197209250001, 197209250002, 197209250003, 197209250004, 197209250005, 197209280002, 197209280003, 197209280004, 197209280005, 197209280006, 197209280007, 197209280008, 197209280009, 197209280010, 197209280011                                                                                    :    74  
##  201601110033, 201601110034, 201601110035, 201601110036, 201601110037, 201601110038, 201601110039, 201601110040, 201601110041, 201601110042, 201601110043, 201601110044, 201601110045, 201601110046, 201601110047, 201601110048, 201601110049, 201601110050, 201601110051, 201601110052, 201601110053, 201601110054, 201601110055, 201601110056, 201601110057, 201601110058, 201601110059, 201601110060, 201601110061, 201601110062, 201601110063, 201601110064, 201601110065, 201601110066, 201601110067, 201601110068, 201601110069, 201601110070, 201601110071, 201601110072, 201601110073, 201601110074, 201601110075, 201601120029, 201601120030, 201601120031, 201601120032, 201601120033, 201601120034, 201601120035, 201601120037                                                                                                                                                                                                                                                                                                                                                                                                                      :    51  
##  198505160003, 198505160004, 198505160005, 198505160006, 198505160007, 198505160008, 198505160009, 198505160010, 198505160011, 198505160012, 198505160013, 198505160014, 198505160015, 198505160016, 198505160017, 198505160018, 198505160019, 198505160020, 198505160021, 198505160022, 198505160023, 198505160024, 198505160025, 198505160026, 198505160027, 198505160028, 198505160029, 198505160030, 198505160031, 198505160032, 198505160033, 198505160034, 198505160035, 198505160036, 198505160037, 198505160038, 198505160039, 198505160040, 198505160041, 198505160042, 198505160043, 198505160044, 198505160045, 198505160046, 198505160047, 198505160048, 198505160049, 198505160050, 198505160051                                                                                                                                                                                                                                                                                                                                                                                                                                                  :    49  
##  201401030057, 201401030058, 201401030061, 201401030062, 201401030063, 201401030067, 201401030068, 201401030069, 201401030070, 201401030083, 201401030084, 201401030085, 201401030086, 201401030087, 201401040052, 201401040053, 201401040054, 201401040055, 201401040056, 201401040058, 201401040063, 201401040064, 201401040066, 201401040067, 201401040068, 201401040065, 201401040071, 201401040072, 201401040073, 201401040074, 201401040075, 201401040076, 201401040077, 201401040081, 201401040082, 201401040083, 201401040084, 201401040089, 201401040120, 201401040122, 201401040123, 201401040124, 201401040125, 201401040146, 201401040172, 201401040173, 201401040174, 201401040175, 201401050052                                                                                                                                                                                                                                                                                                                                                                                                                                                  :    49  
##  (Other)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       : 24735  
##  NA's                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          :156653

Preprocess Data

Below many of the columns that are not needed are removed and result with 36 variables. Some of the variables were not factored in properly so they had to be properly factored. In order to make sure the numeric variables were factored in correctly as type numeric, the function as.numeric was used.

cols = c('related','addnotes','scite1','scite2','scite3','ransomnote', 'summary','location', 'doubtterr', 'alternative', 'alternative_txt', 'propcomment', 'dbsource','motive','specificity','vicinity','approxdate','extended','resolution','crit1','crit2', 'crit3','multiple', 'related', 'attacktype2','attacktype2_txt','attacktype3','attacktype3_txt','success','weapsubtype1','weapsubtype1_txt','weaptype2','weaptype2_txt','weapsubtype2','weapsubtype2_txt','weaptype3','weaptype3_txt','weapsubtype3','weapsubtype3_txt','weaptype4','weaptype4_txt','weapsubtype4','weapsubtype4_txt','weapdetail','corp1','targtype2','targtype2_txt','targsubtype2','targsubtype2_txt','corp2','target2','natlty2','natlty2_txt','targtype3','targtype3_txt','corp3','target3','natlty3','natlty3_txt','gname2','gsubname2','gname3','gsubname3','guncertain1','guncertain2','guncertain3','compclaim','claim2','claimmode2','claim3','claimmode3','property','propextent', 'propextent_txt','propvalue','ishostkid','nhours','ndays','divert','kidhijcountry','ransom','ransomamtus','ransompaidus','ransomnote','hostkidoutcome','hostkidoutcome_txt','nreleased','INT_LOG','INT_IDEO','INT_MISC','INT_ANY','nhostkid','nhostkidus','ransomamt', 'ransompaid','claimmode2_txt','claimmode3_txt','targsubtype3','targsubtype3_txt')

 gt = gt[, !colnames(gt)%in% cols] 


gt$ targsubtype1_txt = factor(gt$ targsubtype1_txt, levels = c("Unnamed Civilian/Unspecified", "Police Security Forces/Officers", 
"Government Personnel (excluding police, military)", "Military Personnel (soldiers, troops, officers, forces)", "Military Unit/Patrol/Convoy", "Non-State Militia", "Laborer (General)/Occupation Identified", "House/Apartment/Residence", "Other"), ordered = TRUE)

levels(gt$targsubtype1_txt) 
## [1] "Unnamed Civilian/Unspecified"                           
## [2] "Police Security Forces/Officers"                        
## [3] "Government Personnel (excluding police, military)"      
## [4] "Military Personnel (soldiers, troops, officers, forces)"
## [5] "Military Unit/Patrol/Convoy"                            
## [6] "Non-State Militia"                                      
## [7] "Laborer (General)/Occupation Identified"                
## [8] "House/Apartment/Residence"                              
## [9] "Other"
gt$targtype1_txt = factor(gt$targtype1_txt) 

levels(gt$targtype1_txt) = c("Private Citizens & Property", "Military", "Police", "Government (General)", "Business", "Transportation", "Abortion Related", "Airports & Aircraft","Government(Diplomatic)", "Educational Institution", "Food & Water Supply", "Journalists & Media", "Maritime", "NGO", "Religious Figures/Institutions", "Telecommunication", "Terrorists/Non-State Militia", "Tourists", "Transportation", 
"Utilities", "Violent Political Parties", "Unknown", "Other")

gt$gsubname = factor(gt$gsubname, levels = c("Militants", "People's Liberation Forces (FPL)", "Rebels", "Separatists", "Jamaat-ul-Ahrar", "The Family",  "al-Quds Brigades",  "Intifadat Ahrar al-Iraq",  "Forces for the Defense of Democracy (FDD)", "Jaysh al-Nukhba; Al-Izzah",  "Al-Rahman Corps", "Ezzedine al-Qassam Brigades", "Ahrar al-Sham",  "Al-Alami"), ordered = TRUE)

levels(gt$gsubname) 
##  [1] "Militants"                                
##  [2] "People's Liberation Forces (FPL)"         
##  [3] "Rebels"                                   
##  [4] "Separatists"                              
##  [5] "Jamaat-ul-Ahrar"                          
##  [6] "The Family"                               
##  [7] "al-Quds Brigades"                         
##  [8] "Intifadat Ahrar al-Iraq"                  
##  [9] "Forces for the Defense of Democracy (FDD)"
## [10] "Jaysh al-Nukhba; Al-Izzah"                
## [11] "Al-Rahman Corps"                          
## [12] "Ezzedine al-Qassam Brigades"              
## [13] "Ahrar al-Sham"                            
## [14] "Al-Alami"
gt$gname = factor(gt$gname, levels = c(" Taliban", "Islamic State of Iraq and the Levant (ISIL)",  "Shining Path (SL)",   "Farabundo Marti National Liberation Front (FMLN)", "Al-Shabaab",  "Al-Nusrah Front",  "Khorasan Chapter of the Islamic State", "Badr Brigades",  "National Liberation Army of Colombia (ELN)", "Free Syrian Army", "Jaish-e-Mohammad (JeM)", "National Democratic Alliance Army (NDAA-ESSA)", "Lashkar-e-Taiba (LeT)", "Unknown", "Other"), ordered = TRUE)

levels(gt$gname) 
##  [1] " Taliban"                                        
##  [2] "Islamic State of Iraq and the Levant (ISIL)"     
##  [3] "Shining Path (SL)"                               
##  [4] "Farabundo Marti National Liberation Front (FMLN)"
##  [5] "Al-Shabaab"                                      
##  [6] "Al-Nusrah Front"                                 
##  [7] "Khorasan Chapter of the Islamic State"           
##  [8] "Badr Brigades"                                   
##  [9] "National Liberation Army of Colombia (ELN)"      
## [10] "Free Syrian Army"                                
## [11] "Jaish-e-Mohammad (JeM)"                          
## [12] "National Democratic Alliance Army (NDAA-ESSA)"   
## [13] "Lashkar-e-Taiba (LeT)"                           
## [14] "Unknown"                                         
## [15] "Other"
gt$claimmode_txt  = factor(gt$claimmode_txt , levels = c("Personal claim", "Posted to website, blog, etc.", "Unknown", "Call (post-incident)", "Note left at scene", "E-mail", "Other"), ordered = TRUE)

levels(gt$claimmode_txt) 
## [1] "Personal claim"                "Posted to website, blog, etc."
## [3] "Unknown"                       "Call (post-incident)"         
## [5] "Note left at scene"            "E-mail"                       
## [7] "Other"
gt$eventid = as.numeric(gt$eventid)
gt$iyear = as.numeric(gt$iyear)
gt$imonth = as.numeric(gt$imonth)
gt$nperps = as.numeric(gt$nperps)
gt$nperpcap = as.numeric(gt$nperpcap)
gt$nkill = as.numeric(gt$nkill)
gt$nkillus = as.numeric(gt$nkillus)
gt$nkillter = as.numeric(gt$nkillter)
gt$nwound = as.numeric(gt$nwound)
gt$nwoundus = as.numeric(gt$nwoundus)
gt$nwoundte = as.numeric(gt$nwoundte)
gt$latitude = as.numeric(gt$latitude)
gt$longitude = as.numeric(gt$longitude)

summary(gt)
##     eventid              iyear          imonth            iday      
##  Min.   :1.970e+11   Min.   :1970   Min.   : 0.000   Min.   : 0.00  
##  1st Qu.:1.991e+11   1st Qu.:1991   1st Qu.: 4.000   1st Qu.: 8.00  
##  Median :2.009e+11   Median :2009   Median : 6.000   Median :15.00  
##  Mean   :2.003e+11   Mean   :2003   Mean   : 6.467   Mean   :15.51  
##  3rd Qu.:2.014e+11   3rd Qu.:2014   3rd Qu.: 9.000   3rd Qu.:23.00  
##  Max.   :2.017e+11   Max.   :2017   Max.   :12.000   Max.   :31.00  
##                                                                     
##     country          country_txt         region      
##  Min.   :   4   Iraq       : 24636   Min.   : 1.000  
##  1st Qu.:  78   Pakistan   : 14368   1st Qu.: 5.000  
##  Median :  98   Afghanistan: 12731   Median : 6.000  
##  Mean   : 132   India      : 11960   Mean   : 7.161  
##  3rd Qu.: 160   Colombia   :  8306   3rd Qu.:10.000  
##  Max.   :1004   Philippines:  6908   Max.   :12.000  
##                 (Other)    :102782                   
##                       region_txt               provstate     
##  Middle East & North Africa:50474   Baghdad         :  7645  
##  South Asia                :44974   Northern Ireland:  4498  
##  South America             :18978   Unknown         :  4290  
##  Sub-Saharan Africa        :17550   Balochistan     :  3710  
##  Western Europe            :16639   Saladin         :  3411  
##  Southeast Asia            :12485   (Other)         :157716  
##  (Other)                   :20591   NA's            :   421  
##       city           latitude        longitude            suicide       
##  Unknown:  9775   Min.   :-53.16   Min.   :-86185896   Min.   :0.00000  
##  Baghdad:  7589   1st Qu.: 11.51   1st Qu.:        5   1st Qu.:0.00000  
##  Karachi:  2652   Median : 31.47   Median :       43   Median :0.00000  
##  Lima   :  2359   Mean   : 23.50   Mean   :     -459   Mean   :0.03651  
##  Mosul  :  2265   3rd Qu.: 34.69   3rd Qu.:       69   3rd Qu.:0.00000  
##  (Other):156617   Max.   : 74.63   Max.   :      179   Max.   :1.00000  
##  NA's   :   434   NA's   :4556     NA's   :4557                         
##   attacktype1                          attacktype1_txt    targtype1    
##  Min.   :1.000   Bombing/Explosion             :88255   Min.   : 1.00  
##  1st Qu.:2.000   Armed Assault                 :42669   1st Qu.: 3.00  
##  Median :3.000   Assassination                 :19312   Median : 4.00  
##  Mean   :3.248   Hostage Taking (Kidnapping)   :11158   Mean   : 8.44  
##  3rd Qu.:3.000   Facility/Infrastructure Attack:10356   3rd Qu.:14.00  
##  Max.   :9.000   Unknown                       : 7276   Max.   :22.00  
##                  (Other)                       : 2665                  
##                  targtype1_txt    targsubtype1   
##  NGO                    :43511   Min.   :  1.00  
##  Educational Institution:27984   1st Qu.: 22.00  
##  Maritime               :24506   Median : 35.00  
##  Abortion Related       :21283   Mean   : 46.97  
##  Police                 :20669   3rd Qu.: 74.00  
##  Transportation         :10372   Max.   :113.00  
##  (Other)                :33366   NA's   :10373   
##                                                 targsubtype1_txt 
##  Unnamed Civilian/Unspecified                           : 11596  
##  Police Security Forces/Officers                        : 11178  
##  Military Unit/Patrol/Convoy                            :  8277  
##  Military Personnel (soldiers, troops, officers, forces):  7963  
##  Government Personnel (excluding police, military)      :  6610  
##  (Other)                                                :  7555  
##  NA's                                                   :128512  
##        target1          natlty1            natlty1_txt    
##  Civilians :  6461   Min.   :   4.0   Iraq       : 24113  
##  Unknown   :  5918   1st Qu.:  83.0   Pakistan   : 13900  
##  Soldiers  :  3157   Median : 101.0   India      : 12098  
##  Patrol    :  2942   Mean   : 127.7   Afghanistan: 10931  
##  Checkpoint:  2905   3rd Qu.: 173.0   Colombia   :  7922  
##  (Other)   :159675   Max.   :1004.0   (Other)    :111168  
##  NA's      :   633   NA's   :1559     NA's       :  1559  
##                                               gname      
##  Unknown                                         :82782  
##  Islamic State of Iraq and the Levant (ISIL)     : 5613  
##  Shining Path (SL)                               : 4555  
##  Farabundo Marti National Liberation Front (FMLN): 3351  
##  Al-Shabaab                                      : 3288  
##  (Other)                                         : 2543  
##  NA's                                            :79559  
##                              gsubname        individual     
##  Militants                       :   480   Min.   :0.00000  
##  People's Liberation Forces (FPL):   427   1st Qu.:0.00000  
##  Rebels                          :   163   Median :0.00000  
##  Separatists                     :   120   Mean   :0.00295  
##  Jamaat-ul-Ahrar                 :   119   3rd Qu.:0.00000  
##  (Other)                         :   179   Max.   :1.00000  
##  NA's                            :180203                    
##      nperps            nperpcap         claimed        claimmode     
##  Min.   :  -99.00   Min.   :-99.00   Min.   :-9.00   Min.   : 1.00   
##  1st Qu.:  -99.00   1st Qu.:  0.00   1st Qu.: 0.00   1st Qu.: 6.00   
##  Median :  -99.00   Median :  0.00   Median : 0.00   Median : 8.00   
##  Mean   :  -65.36   Mean   : -1.52   Mean   : 0.05   Mean   : 7.02   
##  3rd Qu.:    1.00   3rd Qu.:  0.00   3rd Qu.: 0.00   3rd Qu.: 8.00   
##  Max.   :25000.00   Max.   :406.00   Max.   : 1.00   Max.   :10.00   
##  NA's   :71115      NA's   :69489    NA's   :66120   NA's   :162608  
##                        claimmode_txt      weaptype1     
##  Personal claim               :  5207   Min.   : 1.000  
##  Posted to website, blog, etc.:  4506   1st Qu.: 5.000  
##  Unknown                      :  3977   Median : 6.000  
##  Call (post-incident)         :  1780   Mean   : 6.447  
##  Note left at scene           :  1212   3rd Qu.: 6.000  
##  (Other)                      :  1535   Max.   :13.000  
##  NA's                         :163474                   
##     weaptype1_txt       nkill             nkillus           nkillter     
##  Explosives:92426   Min.   :   0.000   Min.   :   0.00   Min.   :  0.00  
##  Firearms  :58524   1st Qu.:   0.000   1st Qu.:   0.00   1st Qu.:  0.00  
##  Unknown   :15157   Median :   0.000   Median :   0.00   Median :  0.00  
##  Incendiary:11135   Mean   :   2.403   Mean   :   0.05   Mean   :  0.51  
##  Melee     : 3655   3rd Qu.:   2.000   3rd Qu.:   0.00   3rd Qu.:  0.00  
##  Chemical  :  321   Max.   :1570.000   Max.   :1360.00   Max.   :500.00  
##  (Other)   :  473   NA's   :10313      NA's   :64446     NA's   :66958   
##      nwound            nwoundus         nwoundte     
##  Min.   :   0.000   Min.   :  0.00   Min.   :  0.00  
##  1st Qu.:   0.000   1st Qu.:  0.00   1st Qu.:  0.00  
##  Median :   0.000   Median :  0.00   Median :  0.00  
##  Mean   :   3.168   Mean   :  0.04   Mean   :  0.11  
##  3rd Qu.:   2.000   3rd Qu.:  0.00   3rd Qu.:  0.00  
##  Max.   :8191.000   Max.   :751.00   Max.   :200.00  
##  NA's   :16311      NA's   :64702    NA's   :69143

A new dataframe is created in order to store the original dataframe. The data is further cleaned by removing the missing data from the longitude variable and nkill variables. Then the nkillus and nwoundus variables were removed. Now, 167355 observations and 36 variables are the end result.

gt2 = gt

gt2 = gt2[!is.na(gt2$longitude),]
gt2 = gt2[!is.na(gt2$nkill),]

gt2 = gt2[-c(34,37)] 

summary(gt2)
##     eventid              iyear          imonth            iday      
##  Min.   :1.970e+11   Min.   :1970   Min.   : 0.000   Min.   : 0.00  
##  1st Qu.:1.992e+11   1st Qu.:1992   1st Qu.: 4.000   1st Qu.: 8.00  
##  Median :2.009e+11   Median :2009   Median : 6.000   Median :15.00  
##  Mean   :2.003e+11   Mean   :2003   Mean   : 6.479   Mean   :15.53  
##  3rd Qu.:2.014e+11   3rd Qu.:2014   3rd Qu.: 9.000   3rd Qu.:23.00  
##  Max.   :2.017e+11   Max.   :2017   Max.   :12.000   Max.   :31.00  
##                                                                     
##     country            country_txt        region      
##  Min.   :   4.0   Iraq       :23776   Min.   : 1.000  
##  1st Qu.:  81.0   Pakistan   :14071   1st Qu.: 6.000  
##  Median :  98.0   Afghanistan:12272   Median : 7.000  
##  Mean   : 132.4   India      :11583   Mean   : 7.232  
##  3rd Qu.: 160.0   Colombia   : 7420   3rd Qu.:10.000  
##  Max.   :1004.0   Philippines: 6327   Max.   :12.000  
##                   (Other)    :91906                   
##                       region_txt               provstate     
##  Middle East & North Africa:47392   Baghdad         :  7553  
##  South Asia                :43551   Northern Ireland:  4354  
##  South America             :16532   Balochistan     :  3612  
##  Western Europe            :15585   Saladin         :  3282  
##  Sub-Saharan Africa        :15438   Al Anbar        :  3174  
##  Southeast Asia            :11689   (Other)         :144993  
##  (Other)                   :17168   NA's            :   387  
##       city           latitude        longitude            suicide       
##  Baghdad:  7497   Min.   :-53.15   Min.   :-86185896   Min.   :0.00000  
##  Unknown:  6991   1st Qu.: 11.84   1st Qu.:        8   1st Qu.:0.00000  
##  Karachi:  2634   Median : 31.60   Median :       44   Median :0.00000  
##  Mosul  :  2165   Mean   : 23.89   Mean   :     -485   Mean   :0.03884  
##  Lima   :  2132   3rd Qu.: 34.74   3rd Qu.:       69   3rd Qu.:0.00000  
##  (Other):145510   Max.   : 74.63   Max.   :      179   Max.   :1.00000  
##  NA's   :   426                                                         
##   attacktype1                          attacktype1_txt    targtype1     
##  Min.   :1.000   Bombing/Explosion             :83061   Min.   : 1.000  
##  1st Qu.:2.000   Armed Assault                 :39007   1st Qu.: 3.000  
##  Median :3.000   Assassination                 :18744   Median : 4.000  
##  Mean   :3.188   Facility/Infrastructure Attack: 9647   Mean   : 8.428  
##  3rd Qu.:3.000   Hostage Taking (Kidnapping)   : 8225   3rd Qu.:14.000  
##  Max.   :9.000   Unknown                       : 6249   Max.   :22.000  
##                  (Other)                       : 2422                   
##                  targtype1_txt    targsubtype1  
##  NGO                    :40215   Min.   :  1.0  
##  Educational Institution:24721   1st Qu.: 22.0  
##  Maritime               :23406   Median : 35.0  
##  Abortion Related       :19912   Mean   : 46.8  
##  Police                 :18857   3rd Qu.: 74.0  
##  Transportation         : 9534   Max.   :113.0  
##  (Other)                :30710   NA's   :9732   
##                                                 targsubtype1_txt 
##  Unnamed Civilian/Unspecified                           : 10888  
##  Police Security Forces/Officers                        : 10759  
##  Military Personnel (soldiers, troops, officers, forces):  7385  
##  Military Unit/Patrol/Convoy                            :  6751  
##  Government Personnel (excluding police, military)      :  6244  
##  (Other)                                                :  7082  
##  NA's                                                   :118246  
##        target1          natlty1            natlty1_txt   
##  Civilians :  6033   Min.   :   4.0   Iraq       :23309  
##  Unknown   :  5810   1st Qu.:  92.0   Pakistan   :13621  
##  Soldiers  :  2878   Median :  99.0   India      :11713  
##  Patrol    :  2874   Mean   : 127.5   Afghanistan:10548  
##  Checkpoint:  2823   3rd Qu.: 173.0   Colombia   : 7084  
##  (Other)   :146378   Max.   :1004.0   (Other)    :99597  
##  NA's      :   559   NA's   :1483     NA's       : 1483  
##                                               gname      
##  Unknown                                         :78350  
##  Islamic State of Iraq and the Levant (ISIL)     : 5042  
##  Shining Path (SL)                               : 3845  
##  Al-Shabaab                                      : 2658  
##  Farabundo Marti National Liberation Front (FMLN): 2275  
##  (Other)                                         : 2287  
##  NA's                                            :72898  
##                              gsubname        individual      
##  Militants                       :   449   Min.   :0.000000  
##  People's Liberation Forces (FPL):   202   1st Qu.:0.000000  
##  Rebels                          :   139   Median :0.000000  
##  Jamaat-ul-Ahrar                 :   115   Mean   :0.003179  
##  Separatists                     :   112   3rd Qu.:0.000000  
##  (Other)                         :   165   Max.   :1.000000  
##  NA's                            :166173                     
##      nperps            nperpcap         claimed        claimmode     
##  Min.   :  -99.00   Min.   :-99.00   Min.   :-9.00   Min.   : 1.00   
##  1st Qu.:  -99.00   1st Qu.:  0.00   1st Qu.: 0.00   1st Qu.: 6.00   
##  Median :  -99.00   Median :  0.00   Median : 0.00   Median : 8.00   
##  Mean   :  -65.81   Mean   : -1.54   Mean   : 0.05   Mean   : 7.01   
##  3rd Qu.:    1.00   3rd Qu.:  0.00   3rd Qu.: 0.00   3rd Qu.: 8.00   
##  Max.   :20000.00   Max.   :406.00   Max.   : 1.00   Max.   :10.00   
##  NA's   :62192      NA's   :60092    NA's   :56933   NA's   :149168  
##                        claimmode_txt      weaptype1     
##  Personal claim               :  4915   Min.   : 1.000  
##  Posted to website, blog, etc.:  4261   1st Qu.: 5.000  
##  Unknown                      :  3824   Median : 6.000  
##  Call (post-incident)         :  1731   Mean   : 6.376  
##  Note left at scene           :  1182   3rd Qu.: 6.000  
##  (Other)                      :  1471   Max.   :13.000  
##  NA's                         :149971                   
##     weaptype1_txt       nkill             nkillter          nwound        
##  Explosives:87151   Min.   :   0.000   Min.   :  0.00   Min.   :   0.000  
##  Firearms  :53525   1st Qu.:   0.000   1st Qu.:  0.00   1st Qu.:   0.000  
##  Unknown   :12100   Median :   0.000   Median :  0.00   Median :   0.000  
##  Incendiary:10338   Mean   :   2.362   Mean   :  0.52   Mean   :   3.193  
##  Melee     : 3501   3rd Qu.:   2.000   3rd Qu.:  0.00   3rd Qu.:   2.000  
##  Chemical  :  287   Max.   :1570.000   Max.   :500.00   Max.   :8191.000  
##  (Other)   :  453                      NA's   :56802    NA's   :6439      
##     nwoundte     
##  Min.   :  0.00  
##  1st Qu.:  0.00  
##  Median :  0.00  
##  Mean   :  0.11  
##  3rd Qu.:  0.00  
##  Max.   :200.00  
##  NA's   :58994

The NA’s for this data set can not be entirely removed since most of the data will get lost. Therefore, the values with excessive amount NA’s were factored with a M to signify it’s a missing value. There will be still many NA’s for the numerical data since they can’t be coded with an M. Therefore, the remaining data was left alone.

levels(gt2$natlty1_txt) = c(levels(gt2$natlty1_txt),"M")

gt2$natlty1_txt[is.na(gt2$natlty1_txt)] = "M"


levels(gt2$gname) = c(levels(gt2$gname),"M")

gt2$gname[is.na(gt2$gname)] = "M"

levels(gt2$gsubname) = c(levels(gt2$gsubname),"M")

gt2$gsubname[is.na(gt2$gsubname)] = "M"


levels(gt2$claimmode_txt) = c(levels(gt2$claimmode_txt),"M")

gt2$claimmode_txt [is.na(gt2$claimmode_txt)] = "M"
 
                        
levels(gt2$targsubtype1_txt) = c(levels(gt2$targsubtype1_txt),"M")

gt2$targsubtype1_txt [is.na(gt2$targsubtype1_txt)] = "M"


levels(gt2$target1) = c(levels(gt2$target1),"M")

gt2$target1 [is.na(gt2$target1)] = "M"


levels(gt2$targsubtype1_txt) = c(levels(gt2$targsubtype1_txt),"M")

gt2$targsubtype1_txt [is.na(gt2$targsubtype1_txt)] = "M"

summary(gt2)
##     eventid              iyear          imonth            iday      
##  Min.   :1.970e+11   Min.   :1970   Min.   : 0.000   Min.   : 0.00  
##  1st Qu.:1.992e+11   1st Qu.:1992   1st Qu.: 4.000   1st Qu.: 8.00  
##  Median :2.009e+11   Median :2009   Median : 6.000   Median :15.00  
##  Mean   :2.003e+11   Mean   :2003   Mean   : 6.479   Mean   :15.53  
##  3rd Qu.:2.014e+11   3rd Qu.:2014   3rd Qu.: 9.000   3rd Qu.:23.00  
##  Max.   :2.017e+11   Max.   :2017   Max.   :12.000   Max.   :31.00  
##                                                                     
##     country            country_txt        region      
##  Min.   :   4.0   Iraq       :23776   Min.   : 1.000  
##  1st Qu.:  81.0   Pakistan   :14071   1st Qu.: 6.000  
##  Median :  98.0   Afghanistan:12272   Median : 7.000  
##  Mean   : 132.4   India      :11583   Mean   : 7.232  
##  3rd Qu.: 160.0   Colombia   : 7420   3rd Qu.:10.000  
##  Max.   :1004.0   Philippines: 6327   Max.   :12.000  
##                   (Other)    :91906                   
##                       region_txt               provstate     
##  Middle East & North Africa:47392   Baghdad         :  7553  
##  South Asia                :43551   Northern Ireland:  4354  
##  South America             :16532   Balochistan     :  3612  
##  Western Europe            :15585   Saladin         :  3282  
##  Sub-Saharan Africa        :15438   Al Anbar        :  3174  
##  Southeast Asia            :11689   (Other)         :144993  
##  (Other)                   :17168   NA's            :   387  
##       city           latitude        longitude            suicide       
##  Baghdad:  7497   Min.   :-53.15   Min.   :-86185896   Min.   :0.00000  
##  Unknown:  6991   1st Qu.: 11.84   1st Qu.:        8   1st Qu.:0.00000  
##  Karachi:  2634   Median : 31.60   Median :       44   Median :0.00000  
##  Mosul  :  2165   Mean   : 23.89   Mean   :     -485   Mean   :0.03884  
##  Lima   :  2132   3rd Qu.: 34.74   3rd Qu.:       69   3rd Qu.:0.00000  
##  (Other):145510   Max.   : 74.63   Max.   :      179   Max.   :1.00000  
##  NA's   :   426                                                         
##   attacktype1                          attacktype1_txt    targtype1     
##  Min.   :1.000   Bombing/Explosion             :83061   Min.   : 1.000  
##  1st Qu.:2.000   Armed Assault                 :39007   1st Qu.: 3.000  
##  Median :3.000   Assassination                 :18744   Median : 4.000  
##  Mean   :3.188   Facility/Infrastructure Attack: 9647   Mean   : 8.428  
##  3rd Qu.:3.000   Hostage Taking (Kidnapping)   : 8225   3rd Qu.:14.000  
##  Max.   :9.000   Unknown                       : 6249   Max.   :22.000  
##                  (Other)                       : 2422                   
##                  targtype1_txt    targsubtype1  
##  NGO                    :40215   Min.   :  1.0  
##  Educational Institution:24721   1st Qu.: 22.0  
##  Maritime               :23406   Median : 35.0  
##  Abortion Related       :19912   Mean   : 46.8  
##  Police                 :18857   3rd Qu.: 74.0  
##  Transportation         : 9534   Max.   :113.0  
##  (Other)                :30710   NA's   :9732   
##                                                 targsubtype1_txt 
##  M                                                      :118246  
##  Unnamed Civilian/Unspecified                           : 10888  
##  Police Security Forces/Officers                        : 10759  
##  Military Personnel (soldiers, troops, officers, forces):  7385  
##  Military Unit/Patrol/Convoy                            :  6751  
##  Government Personnel (excluding police, military)      :  6244  
##  (Other)                                                :  7082  
##        target1          natlty1            natlty1_txt   
##  Civilians :  6033   Min.   :   4.0   Iraq       :23309  
##  Unknown   :  5810   1st Qu.:  92.0   Pakistan   :13621  
##  Soldiers  :  2878   Median :  99.0   India      :11713  
##  Patrol    :  2874   Mean   : 127.5   Afghanistan:10548  
##  Checkpoint:  2823   3rd Qu.: 173.0   Colombia   : 7084  
##  Vehicle   :  2691   Max.   :1004.0   Philippines: 6137  
##  (Other)   :144246   NA's   :1483     (Other)    :94943  
##                                               gname      
##  Unknown                                         :78350  
##  M                                               :72898  
##  Islamic State of Iraq and the Levant (ISIL)     : 5042  
##  Shining Path (SL)                               : 3845  
##  Al-Shabaab                                      : 2658  
##  Farabundo Marti National Liberation Front (FMLN): 2275  
##  (Other)                                         : 2287  
##                              gsubname        individual      
##  M                               :166173   Min.   :0.000000  
##  Militants                       :   449   1st Qu.:0.000000  
##  People's Liberation Forces (FPL):   202   Median :0.000000  
##  Rebels                          :   139   Mean   :0.003179  
##  Jamaat-ul-Ahrar                 :   115   3rd Qu.:0.000000  
##  Separatists                     :   112   Max.   :1.000000  
##  (Other)                         :   165                     
##      nperps            nperpcap         claimed        claimmode     
##  Min.   :  -99.00   Min.   :-99.00   Min.   :-9.00   Min.   : 1.00   
##  1st Qu.:  -99.00   1st Qu.:  0.00   1st Qu.: 0.00   1st Qu.: 6.00   
##  Median :  -99.00   Median :  0.00   Median : 0.00   Median : 8.00   
##  Mean   :  -65.81   Mean   : -1.54   Mean   : 0.05   Mean   : 7.01   
##  3rd Qu.:    1.00   3rd Qu.:  0.00   3rd Qu.: 0.00   3rd Qu.: 8.00   
##  Max.   :20000.00   Max.   :406.00   Max.   : 1.00   Max.   :10.00   
##  NA's   :62192      NA's   :60092    NA's   :56933   NA's   :149168  
##                        claimmode_txt      weaptype1     
##  M                            :149971   Min.   : 1.000  
##  Personal claim               :  4915   1st Qu.: 5.000  
##  Posted to website, blog, etc.:  4261   Median : 6.000  
##  Unknown                      :  3824   Mean   : 6.376  
##  Call (post-incident)         :  1731   3rd Qu.: 6.000  
##  Note left at scene           :  1182   Max.   :13.000  
##  (Other)                      :  1471                   
##     weaptype1_txt       nkill             nkillter          nwound        
##  Explosives:87151   Min.   :   0.000   Min.   :  0.00   Min.   :   0.000  
##  Firearms  :53525   1st Qu.:   0.000   1st Qu.:  0.00   1st Qu.:   0.000  
##  Unknown   :12100   Median :   0.000   Median :  0.00   Median :   0.000  
##  Incendiary:10338   Mean   :   2.362   Mean   :  0.52   Mean   :   3.193  
##  Melee     : 3501   3rd Qu.:   2.000   3rd Qu.:  0.00   3rd Qu.:   2.000  
##  Chemical  :  287   Max.   :1570.000   Max.   :500.00   Max.   :8191.000  
##  (Other)   :  453                      NA's   :56802    NA's   :6439      
##     nwoundte     
##  Min.   :  0.00  
##  1st Qu.:  0.00  
##  Median :  0.00  
##  Mean   :  0.11  
##  3rd Qu.:  0.00  
##  Max.   :200.00  
##  NA's   :58994

Chi-Square

Below many variables were tried however there were many variables that resulted in abnormal p-values by showing NA. Therefore, the variables below were the variables that produced the best results that also made sense.

For month, the data below showed in the month of May most atatcks occured in the Middle East and North Africa region with the frequency of 4096. The type of attacks that occured in the same month were with usgae of bombs and explosives which resulted in 7789 attacks. In the month of July, 3679 attacks against public places (coded as 14 = Private Citizens & Property) like markets, weddings, streets, pedestrians, etc. occured. Again in the month of May, terrorists made 584 personal claims of the attack while in July, there were 7890 attacks with usage of explosives. In the month of October, on the 9th day there were 570 attacks that were made. In May, the year of 2014, there were 1593 attacks.

For year, the data showed there were 6532 attacks in the Middle East and North Africa region. In the year 2014, there were 8509 bombing/explosive attacks.In the same year, public places (coded as 14 = Private Citizens & Property) were targeted with 3980 attacks. There were also 9193 attacks with usage of explosives in the year of 2014. In 2015, terrorists made 1057 personal claims to attacks.

For country, Iraq (coded as 95) had 18006 bombing/explosive attacks.Afghanistan (coded as 4) the police were targeted with 3475 attacks. Afghanistan had 1508 personal claims by terrorists. Iraq had 18638 attacks with usage of explosives.

All have the p - value of < 2.2 e-16, meaning they are all variables are correlated with Month, Year, and Country.

Main Points:

# Month 

b = table(gt2$imonth,gt2$region_txt)  
chisq.test(b)
## Warning in chisq.test(b): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  b
## X-squared = 835.03, df = 132, p-value < 2.2e-16
chisq.test(b)$observed
## Warning in chisq.test(b): Chi-squared approximation may be incorrect
##     
##      Australasia & Oceania Central America & Caribbean Central Asia
##   0                      0                           0            0
##   1                     23                         650           31
##   2                     17                         584           52
##   3                     18                         597           53
##   4                     15                         549           30
##   5                     21                         755           47
##   6                     22                         533           46
##   7                     23                         614           62
##   8                     20                         573           51
##   9                     30                         553           49
##   10                    28                         702           44
##   11                    24                         649           45
##   12                    29                         526           35
##     
##      East Asia Eastern Europe Middle East & North Africa North America
##   0          0              0                          0             2
##   1         48            382                       3796           301
##   2         55            312                       3724           256
##   3         73            354                       4087           316
##   4         52            391                       3944           319
##   5         66            394                       4096           345
##   6         54            436                       4004           259
##   7        121            583                       4313           277
##   8         51            563                       4264           263
##   9         53            355                       3699           250
##   10        54            449                       4104           296
##   11        76            433                       3880           224
##   12        54            301                       3481           250
##     
##      South America South Asia Southeast Asia Sub-Saharan Africa
##   0              0          0              1                  0
##   1           1195       3749            803               1233
##   2           1210       3251            936               1185
##   3           1284       3298           1072               1333
##   4           1186       3825           1033               1319
##   5           1539       4270           1158               1406
##   6           1435       3876            976               1325
##   7           1524       3757            938               1506
##   8           1439       3772           1152               1187
##   9           1526       3413            849               1178
##   10          1578       3483            984               1240
##   11          1415       3605            972               1337
##   12          1201       3252            815               1189
##     
##      Western Europe
##   0               4
##   1            1442
##   2            1273
##   3            1374
##   4            1269
##   5            1332
##   6            1308
##   7            1316
##   8            1230
##   9            1158
##   10           1354
##   11           1194
##   12           1331
b2 = table(gt2$imonth,gt2$attacktype1_txt)  
chisq.test(b2)
## Warning in chisq.test(b2): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  b2
## X-squared = 376.13, df = 96, p-value < 2.2e-16
chisq.test(b2)$observed
## Warning in chisq.test(b2): Chi-squared approximation may be incorrect
##     
##      Armed Assault Assassination Bombing/Explosion
##   0              0             0                 6
##   1           3173          1598              6681
##   2           2874          1444              6611
##   3           3178          1595              6915
##   4           3215          1618              6872
##   5           3487          1675              7789
##   6           3352          1772              6907
##   7           3645          1574              7500
##   8           3524          1518              7334
##   9           3108          1500              6317
##   10          3468          1603              6851
##   11          3181          1544              6951
##   12          2802          1303              6327
##     
##      Facility/Infrastructure Attack Hijacking
##   0                               0         0
##   1                             893        45
##   2                             767        36
##   3                             842        61
##   4                             825        45
##   5                             845        36
##   6                             808        44
##   7                             771        57
##   8                             730        52
##   9                             789        58
##   10                            866        46
##   11                            804        56
##   12                            707        42
##     
##      Hostage Taking (Barricade Incident) Hostage Taking (Kidnapping)
##   0                                    0                           1
##   1                                   87                         682
##   2                                   60                         589
##   3                                   67                         637
##   4                                   69                         718
##   5                                   75                         778
##   6                                   89                         698
##   7                                   66                         754
##   8                                   62                         725
##   9                                   62                         657
##   10                                  90                         710
##   11                                  75                         613
##   12                                  69                         663
##     
##      Unarmed Assault Unknown
##   0                0       0
##   1               44     450
##   2               47     427
##   3               69     495
##   4               86     484
##   5              174     570
##   6               82     522
##   7               63     604
##   8               83     537
##   9               77     545
##   10              97     585
##   11              83     547
##   12              68     483
b3 = table(gt2$imonth,gt2$targtype1)  
chisq.test(b3)
## Warning in chisq.test(b3): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  b3
## X-squared = 897.69, df = 252, p-value < 2.2e-16
chisq.test(b3)$observed
## Warning in chisq.test(b3): Chi-squared approximation may be incorrect
##     
##         1    2    3    4    5    6    7    8    9   10   11   12   13   14
##   0     2    0    0    0    0    2    2    0    0    1    0    0    0    0
##   1  1545 1573 1875 2029   32   93  299  339   18  224   18   63    7 3235
##   2  1567 1560 1684 1853   22  103  229  373   22  239   24   69   18 2936
##   3  1699 1679 1863 1989   21  115  291  381   25  231   18   83   11 3245
##   4  1452 1825 1961 2025   14  100  318  357   30  223   19   65   11 3284
##   5  1721 1863 2276 2262   24  106  270  382   21  238   24   73   10 3578
##   6  1600 1738 2074 2068    9   76  244  331   36  214   19   84    7 3456
##   7  1600 1658 2259 2339   16  123  283  296   23  187   22   99   17 3679
##   8  1527 1615 2117 2243   18   97  268  277   19  243   32   60    6 3606
##   9  1507 1607 1787 1965   26  102  288  299   19  217   26   68    8 3221
##   10 1585 1695 1973 2170   22   93  299  440   23  241   19   71   12 3415
##   11 1588 1685 1856 1950   20   98  282  330   12  211   23   70   10 3448
##   12 1464 1414 1681 1828   35   97  275  289   14  183   21   74   11 3112
##     
##        15   16   17   18   19   20   21   22
##   0     0    0    0    0    0    0    0    0
##   1   360   65  259   27  470  513  462  147
##   2   270   64  217   36  506  508  433  122
##   3   367   91  219   44  481  430  392  184
##   4   347   58  237   27  564  459  399  157
##   5   335   79  266   32  542  575  573  179
##   6   312  106  265   31  506  565  402  131
##   7   466   67  256   61  610  432  413  128
##   8   378   84  234   45  549  515  505  127
##   9   328   81  207   27  503  374  325  128
##   10  377   96  271   24  550  422  351  167
##   11  347   63  246   21  496  526  398  174
##   12  367   77  202   31  409  417  330  133
b4 = table(gt2$imonth,gt2$claimmode_txt)  
chisq.test(b4)
## Warning in chisq.test(b4): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  b4
## X-squared = 354.36, df = 84, p-value < 2.2e-16
chisq.test(b4)$observed
## Warning in chisq.test(b4): Chi-squared approximation may be incorrect
##     
##      Personal claim Posted to website, blog, etc. Unknown
##   0               0                             0       0
##   1             406                           340     278
##   2             324                           316     237
##   3             332                           321     345
##   4             402                           338     376
##   5             584                           389     411
##   6             546                           365     273
##   7             458                           450     369
##   8             414                           373     341
##   9             401                           409     278
##   10            359                           350     303
##   11            330                           301     326
##   12            359                           309     287
##     
##      Call (post-incident) Note left at scene E-mail Other     M
##   0                     0                  0      0     0     7
##   1                   168                103     69    41 12248
##   2                   161                107     76    25 11609
##   3                   158                 88     79    43 12493
##   4                   124                105    101    29 12457
##   5                   169                111     81    54 13630
##   6                   154                 99     65    40 12732
##   7                   133                 93    126    38 13367
##   8                   119                 79     82    37 13120
##   9                   128                148     87    24 11638
##   10                  139                 77     93    36 12959
##   11                  145                 84    101    45 12522
##   12                  133                 88     75    24 11189
b5 = table(gt2$imonth,gt2$weaptype1_txt)  
chisq.test(b5)
## Warning in chisq.test(b5): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  b5
## X-squared = 506.38, df = 132, p-value < 2.2e-16
chisq.test(b5)$observed
## Warning in chisq.test(b5): Chi-squared approximation may be incorrect
##     
##      Biological Chemical Explosives Fake Weapons Firearms Incendiary Melee
##   0           0        0          6            0        0          0     0
##   1           0       11       7034            7     4425        963   248
##   2           1       22       6838            4     4059        784   216
##   3           1       30       7188            3     4417        908   280
##   4           2       37       7228            0     4541        845   262
##   5           3       35       8169            2     4787        928   399
##   6           0       38       7297            3     4743        845   265
##   7           1       16       7890            4     4839        848   285
##   8           1       25       7681            0     4764        750   308
##   9           2       20       6690            3     4156        915   299
##   10         17       15       7244            2     4616        975   356
##   11          4       19       7270            3     4399        815   322
##   12          0       19       6616            0     3779        762   261
##     
##      Other Radiological Sabotage Equipment Unknown
##   0      0            0                  0       1
##   1      5            0                 15     940
##   2      5            0                  7     911
##   3     10            0                 13     996
##   4     15            2                  7     987
##   5     15            1                 24    1059
##   6      5           10                  9    1045
##   7      5            0                 12    1122
##   8     14            0                  8    1001
##   9      7            0                  9     998
##   10    20            0                 12    1045
##   11     6            0                  7     992
##   12     5            0                  6    1003
##     
##      Vehicle (not to include vehicle-borne explosives, i.e., car or truck bombs)
##   0                                                                            0
##   1                                                                            5
##   2                                                                            8
##   3                                                                           13
##   4                                                                            6
##   5                                                                            7
##   6                                                                           14
##   7                                                                           12
##   8                                                                           13
##   9                                                                           14
##   10                                                                          14
##   11                                                                          17
##   12                                                                          13
b6 = table(gt2$imonth,gt2$iday)  
chisq.test(b6)
## Warning in chisq.test(b6): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  b6
## X-squared = 5532, df = 372, p-value < 2.2e-16
chisq.test(b6)$observed
## Warning in chisq.test(b6): Chi-squared approximation may be incorrect
##     
##        0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16
##   0    7   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
##   1   64 531 391 484 487 413 424 431 489 363 438 415 401 385 433 478 466
##   2   45 436 495 489 442 403 482 451 401 442 471 400 476 408 418 494 482
##   3   45 470 408 417 395 384 418 473 424 450 468 489 432 446 416 507 407
##   4   57 432 484 494 481 504 462 435 467 507 484 427 475 519 502 627 443
##   5   56 535 509 504 507 468 445 454 489 504 522 540 495 513 543 489 595
##   6   47 532 442 481 505 564 521 488 528 494 485 490 516 513 534 494 513
##   7   40 502 475 482 574 478 486 550 460 462 395 463 519 485 489 499 474
##   8   48 521 533 476 498 490 434 495 495 395 463 431 480 532 510 548 462
##   9   53 381 395 424 473 484 389 476 399 495 427 480 417 427 414 406 426
##   10  77 478 431 438 436 398 438 460 408 570 520 455 465 452 425 482 458
##   11  65 429 475 422 476 439 463 449 451 460 473 498 506 536 478 487 423
##   12  52 520 418 431 400 403 398 366 419 418 423 406 401 376 392 457 435
##     
##       17  18  19  20  21  22  23  24  25  26  27  28  29  30  31
##   0    0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
##   1  419 452 423 455 406 408 397 439 452 511 443 445 410 466 434
##   2  468 442 487 432 507 426 450 468 438 425 421 548 108   0   0
##   3  454 449 471 425 452 499 429 466 431 453 486 449 480 459 407
##   4  418 427 478 415 457 393 411 464 463 427 442 477 447 413   0
##   5  506 508 463 514 479 548 465 478 485 432 493 454 554 452 430
##   6  433 450 445 441 434 472 402 476 425 470 398 425 417 439   0
##   7  471 441 473 535 512 532 521 453 497 468 538 427 498 409 426
##   8  447 436 425 457 412 463 474 485 591 469 500 451 401 375 368
##   9  418 500 467 460 479 397 427 335 392 487 458 446 427 454   0
##   10 453 425 489 473 394 435 490 445 501 464 484 494 525 454 399
##   11 450 517 449 490 434 447 435 435 446 465 450 501 416 389   0
##   12 443 381 384 371 410 397 389 397 340 310 376 393 414 361 383
b7 = table(gt2$imonth,gt2$iyear)  
chisq.test(b7)
## Warning in chisq.test(b7): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  b7
## X-squared = 7442.4, df = 552, p-value < 2.2e-16
chisq.test(b7)$observed
## Warning in chisq.test(b7): Chi-squared approximation may be incorrect
##     
##      1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983
##   0     1    0    1    0    2    0    0    2    0    0    0    0    1    0
##   1    34   34   29   38   40   22   61   73  139  215  180  129  140  190
##   2    54   34   29   33   38   51   54   53  135  178  149  162  121  144
##   3    67   41   34   43   55   48   50  100  120  182  201  160  146  143
##   4    75   51   19   40   40   47   67   57  104  165  240  155  164  142
##   5    69   42   58   45   41   46   88   68  106  314  165  161  174  131
##   6    50   22   33   24   46   45   74  128   92  211  226  137  122  179
##   7    63   19   56   28   28   35   70  113   64  125  171  142  143  146
##   8    36   46   46   31   31   57   66  121   75  173  148  169  127  160
##   9    40   31   94   28   45   49   66   89  106  148  171  142  123  150
##   10   50   26   34   30   48   87   76  157  107  182  191  180  155  170
##   11   38   34   28   32   62   44   72   69  102  119  157  156   96  170
##   12   25   21   47   46   45   48   55  137  163  140  131  152  141  139
##     
##      1984 1985 1986 1987 1988 1989 1990 1991 1992 1994 1995 1996 1997 1998
##   0     0    0    0    0    0    0    0    0    0    0    0    0    0    0
##   1   215  156  181  210  249  305  266  373  347  306  204  289  221   70
##   2   216  134  166  252  306  355  230  312  320  296  243  219  247   93
##   3   238  168  265  206  327  306  363  258  490  368  261  217  223   61
##   4   280  133  171  263  259  327  324  287  335  344  162  207  209   62
##   5   214  348  200  213  303  335  381  314  416  298  300  248  179   52
##   6   167  238  295  282  316  253  379  327  293  228  266  173  294   39
##   7   248  232  213  288  288  313  352  476  375  230  265  266  320   97
##   8   244  228  196  277  236  347  304  397  372  197  238  222  302   91
##   9   218  165  180  271  221  479  279  381  442  220  291  268  227   61
##   10  169  170  164  235  314  450  296  444  474  226  306  295  260  105
##   11  180  186  139  262  308  363  264  415  505  212  165  207  206   84
##   12  159  154  180  147  314  280  204  320  440  286  214  243  243   32
##     
##      1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012
##   0     0    0    0    0    0    0    0    0    0    0    0    0    0    0
##   1    55  159  157  145  195   78  167  265  174  300  403  278  402  710
##   2    54  107  132  133  110   43   69  412  227  155  334  411  375  537
##   3   174   87  161   79  192   81  196  115  217  289  409  367  445  623
##   4    83   93  116  103   78   94  203  390  216  500  415  357  434  701
##   5    88  116   94  184  155   89  226  208  164  489  415  461  448  824
##   6   168  157   78  102   61  154  143  119  587  501  429  375  397  749
##   7   147  149   77   92  112  109  266  257  217  551  463  410  386  724
##   8   102  121  562  136   36  116  257  234  192  459  396  406  340  794
##   9    72  220  138   71   69   95  118  149  159  269  337  527  338  639
##   10  151  168   92   92   58  113  143  176  322  324  416  373  391  732
##   11  136  172  133  105   98   72   73  153  504  422  337  464  647  666
##   12   63  166  123   58   79   79  108  156  170  438  334  384  417  563
##     
##      2013 2014 2015 2016 2017
##   0     0    0    0    0    0
##   1   814 1292 1431 1104  808
##   2   669 1320 1228 1094  821
##   3   777 1412 1120 1081  893
##   4   959 1385 1197 1051  828
##   5  1064 1593 1216 1267 1019
##   6   832 1293 1108 1073 1009
##   7  1129 1587 1189 1060  943
##   8  1001 1257 1218 1095  906
##   9   918 1184 1048  980  797
##   10 1116 1235 1197 1069  747
##   11 1165 1139 1091 1031  771
##   12 1141 1085 1039  856  699
# Year 

c = table(gt2$iyear,gt2$region_txt)  
chisq.test(c)
## Warning in chisq.test(c): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  c
## X-squared = 140040, df = 506, p-value < 2.2e-16
chisq.test(c)$observed
## Warning in chisq.test(c): Chi-squared approximation may be incorrect
##       
##        Australasia & Oceania Central America & Caribbean Central Asia
##   1970                     1                           6            0
##   1971                     1                           3            0
##   1972                     3                           3            0
##   1973                     1                           5            0
##   1974                     1                          10            0
##   1975                     0                           9            0
##   1976                     0                          29            0
##   1977                     0                          16            0
##   1978                     2                         159            0
##   1979                     2                         451            0
##   1980                     5                         793            0
##   1981                     3                         716            0
##   1982                     1                         517            0
##   1983                     0                         390            0
##   1984                    11                         388            0
##   1985                     7                         485            0
##   1986                     4                         200            0
##   1987                     3                         437            0
##   1988                    11                         431            0
##   1989                    29                         473            0
##   1990                    18                         270            0
##   1991                    10                         649            7
##   1992                    17                         203           74
##   1994                    14                         173           59
##   1995                    16                         148           54
##   1996                    19                         111           32
##   1997                     7                         113           48
##   1998                     6                           1           24
##   1999                     4                           8           23
##   2000                     6                          14           20
##   2001                     4                           8           17
##   2002                     1                           3            6
##   2003                     4                           8            7
##   2004                     0                           5            8
##   2005                     0                           3           11
##   2006                     2                           5            6
##   2007                     1                           4            4
##   2008                     8                           0           36
##   2009                     1                           9           30
##   2010                     1                           1            9
##   2011                     0                           1            9
##   2012                     0                           1           12
##   2013                     1                          13            7
##   2014                     9                           5            9
##   2015                    14                           1            9
##   2016                    10                           3           17
##   2017                    12                           4            7
##       
##        East Asia Eastern Europe Middle East & North Africa North America
##   1970         1              3                         21           470
##   1971         1              1                         28           243
##   1972         0              0                         40            73
##   1973         2              1                         15            63
##   1974         4              2                         33           101
##   1975         2              0                         37           152
##   1976         2              0                         36           115
##   1977         0              2                        170           140
##   1978        29              2                        114           101
##   1979        10              1                        362            76
##   1980         1              1                        340            69
##   1981         4              4                        241            72
##   1982         3              3                        208            79
##   1983        11              1                        205            45
##   1984        15              3                        225            67
##   1985        10              5                        119            44
##   1986        11              3                        171            51
##   1987        10              1                        190            35
##   1988        24              4                        238            30
##   1989        18             15                        438            42
##   1990        98             57                        463            37
##   1991        26             80                        582            35
##   1992        71             91                       1118            41
##   1994        34             86                        942            99
##   1995        38             68                        561            94
##   1996        87            170                        360           111
##   1997        40            245                        492           137
##   1998         9             93                        225            37
##   1999         4            130                        288            55
##   2000        19            223                        254            41
##   2001        19            246                        352            47
##   2002         4            111                        319            33
##   2003         6             97                        295            34
##   2004         4             46                        466            11
##   2005         2             76                        846            22
##   2006         1             67                       1121            14
##   2007         0             61                       1357            17
##   2008        25            208                       1493            31
##   2009         7            165                       1356            16
##   2010         1            261                       1461            24
##   2011         4            198                       1652            12
##   2012         4            172                       2350            39
##   2013        13            163                       4386            32
##   2014        42            891                       6532            37
##   2015        26            655                       5639            62
##   2016         8            132                       5727            75
##   2017         7            109                       3524            97
##       
##        South America South Asia Southeast Asia Sub-Saharan Africa
##   1970            56          1              9                  0
##   1971            19          0              3                  1
##   1972            17          1             14                  4
##   1973            65          1              1                  4
##   1974            68          2              3                  5
##   1975            40          3              4                 10
##   1976            74          4              5                  8
##   1977            86          2              6                 24
##   1978           183          2             38                 26
##   1979           195         27             69                 84
##   1980           263         11             69                 51
##   1981           257         17             28                 83
##   1982           404         18             30                 40
##   1983           683         52             18                 87
##   1984           999        208             28                106
##   1985           844        136             98                116
##   1986           985        249             74                166
##   1987          1197        338            133                150
##   1988           994        729            187                311
##   1989          1345        871            169                274
##   1990          1029        572            290                423
##   1991          1258        645            124                228
##   1992          1138        519            230                543
##   1994           337        362            131                403
##   1995           240       1033            130                214
##   1996           467        687            146                197
##   1997           668        456            150                248
##   1998            74        133             30                 77
##   1999           115        214             95                124
##   2000           138        330            245                172
##   2001           221        379            185                151
##   2002           155        331            107                111
##   2003           115        349            140                 68
##   2004            40        363             92                 29
##   2005            49        594            204                 58
##   2006            49        907            268                 96
##   2007            47        966            352                268
##   2008           144       1742            506                341
##   2009           158       1937            557                270
##   2010           148       1980            472                322
##   2011           106       2113            354                477
##   2012           129       3718            580               1064
##   2013           174       4492           1159                884
##   2014           275       4831           1060               1876
##   2015           171       4412           1052               1709
##   2016           152       3505           1052               1807
##   2017           161       3309            992               1728
##       
##        Western Europe
##   1970             34
##   1971            101
##   1972            353
##   1973            260
##   1974            292
##   1975            322
##   1976            526
##   1977            721
##   1978            657
##   1979            875
##   1980            527
##   1981            420
##   1982            350
##   1983            372
##   1984            498
##   1985            448
##   1986            436
##   1987            412
##   1988            482
##   1989            439
##   1990            385
##   1991            660
##   1992            764
##   1994            571
##   1995            319
##   1996            467
##   1997            327
##   1998            138
##   1999            233
##   2000            253
##   2001            234
##   2002            119
##   2003            120
##   2004             59
##   2005            104
##   2006             98
##   2007             72
##   2008            163
##   2009            182
##   2010            133
##   2011             94
##   2012            193
##   2013            261
##   2014            215
##   2015            332
##   2016            273
##   2017            291
c2 = table(gt2$iyear,gt2$attacktype1_txt)  
chisq.test(c2)
## Warning in chisq.test(c2): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  c2
## X-squared = 17996, df = 368, p-value < 2.2e-16
chisq.test(c2)$observed
## Warning in chisq.test(c2): Chi-squared approximation may be incorrect
##       
##        Armed Assault Assassination Bombing/Explosion
##   1970            51            21               314
##   1971            36            70               196
##   1972            53           250               157
##   1973            50           161               129
##   1974            37           158               252
##   1975            56           180               284
##   1976           111           202               350
##   1977           225           141               557
##   1978           202           249               571
##   1979           367           508               859
##   1980           457           595               770
##   1981           436           388               761
##   1982           387           348               718
##   1983           479           340               822
##   1984           563           410              1260
##   1985           430           290              1204
##   1986           375           355              1282
##   1987           688           476              1374
##   1988           813           763              1559
##   1989          1026           938              1741
##   1990           794           842              1632
##   1991          1150           704              1798
##   1992          1226          1062              1652
##   1994           747           735              1076
##   1995           717           716               728
##   1996           591           472              1160
##   1997           746           393              1045
##   1998           226            24               477
##   1999           346            60               620
##   2000           460           100               865
##   2001           570           124               792
##   2002           357            72               709
##   2003           308            86               673
##   2004           248            99               654
##   2005           504           225              1045
##   2006           718           139              1465
##   2007           831           137              1830
##   2008          1074           219              2611
##   2009          1108           228              2559
##   2010          1110           359              2509
##   2011          1381           342              2561
##   2012          2043           457              5002
##   2013          2881           842              6568
##   2014          3898           909              8509
##   2015          3237           923              7501
##   2016          2628           818              6951
##   2017          2266           814              4909
##       
##        Facility/Infrastructure Attack Hijacking
##   1970                            165        11
##   1971                             79         5
##   1972                             16        12
##   1973                             28         8
##   1974                             34         3
##   1975                             23         1
##   1976                             95         4
##   1977                            170         7
##   1978                            162         0
##   1979                            121         8
##   1980                            117        13
##   1981                            110        17
##   1982                             79         6
##   1983                             88         6
##   1984                            128        12
##   1985                            112        12
##   1986                            129         3
##   1987                            116         2
##   1988                            150         8
##   1989                            230        13
##   1990                            180         8
##   1991                            332        23
##   1992                            465        22
##   1994                            180        34
##   1995                            276        30
##   1996                            213        20
##   1997                            133        16
##   1998                             54         2
##   1999                            106         4
##   2000                            108         6
##   2001                            143        14
##   2002                             49         6
##   2003                             87         3
##   2004                             32         1
##   2005                             47         2
##   2006                            104         1
##   2007                            102         6
##   2008                            282        14
##   2009                            347        23
##   2010                            292        13
##   2011                            240         9
##   2012                            298         5
##   2013                            560        14
##   2014                            760        34
##   2015                            691        35
##   2016                            680        34
##   2017                            734        48
##       
##        Hostage Taking (Barricade Incident) Hostage Taking (Kidnapping)
##   1970                                   3                          29
##   1971                                   1                          12
##   1972                                   4                          15
##   1973                                   7                          32
##   1974                                   4                          28
##   1975                                  11                          21
##   1976                                   6                          26
##   1977                                  11                          43
##   1978                                  39                          50
##   1979                                  69                          93
##   1980                                  40                          76
##   1981                                  24                          54
##   1982                                  24                          39
##   1983                                  17                          41
##   1984                                  23                          39
##   1985                                  46                         107
##   1986                                  26                          75
##   1987                                  23                          78
##   1988                                  15                          93
##   1989                                  18                         125
##   1990                                  16                         152
##   1991                                  14                         206
##   1992                                  21                         132
##   1994                                  33                         168
##   1995                                  13                         126
##   1996                                  10                         129
##   1997                                   3                         258
##   1998                                   0                          33
##   1999                                   6                          86
##   2000                                   2                         107
##   2001                                   4                         136
##   2002                                   4                          72
##   2003                                   1                          41
##   2004                                   3                          57
##   2005                                   0                         102
##   2006                                   6                         151
##   2007                                   4                         205
##   2008                                   5                         363
##   2009                                   4                         267
##   2010                                   8                         389
##   2011                                   2                         356
##   2012                                  18                         247
##   2013                                  22                         435
##   2014                                  41                         929
##   2015                                  80                         712
##   2016                                  60                         713
##   2017                                  80                         577
##       
##        Unarmed Assault Unknown
##   1970               3       5
##   1971               0       2
##   1972               0       1
##   1973               2       1
##   1974               4       1
##   1975               0       3
##   1976               2       3
##   1977               0      13
##   1978               5      35
##   1979               7     120
##   1980               2      60
##   1981               2      53
##   1982               3      49
##   1983               2      69
##   1984               6     107
##   1985               3     108
##   1986               5     100
##   1987               2     147
##   1988               5      35
##   1989               6      16
##   1990               6      12
##   1991              14      63
##   1992              46     183
##   1994              53     185
##   1995             105     204
##   1996              22     237
##   1997              24     313
##   1998              11      20
##   1999              34      31
##   2000              25      42
##   2001              39      41
##   2002               9      22
##   2003              19      25
##   2004               4      25
##   2005               6      38
##   2006              14      36
##   2007               5      29
##   2008              31      98
##   2009              19     133
##   2010              21     112
##   2011              20     109
##   2012              30     162
##   2013              39     224
##   2014              53     649
##   2015              94     809
##   2016              70     807
##   2017             101     712
c3 = table(gt2$iyear,gt2$targtype1)  
chisq.test(c3)
## Warning in chisq.test(c3): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  c3
## X-squared = 31019, df = 966, p-value < 2.2e-16
chisq.test(c3)$observed
## Warning in chisq.test(c3): Chi-squared approximation may be incorrect
##       
##           1    2    3    4    5    6    7    8    9   10   11   12   13
##   1970  125   68   75   84    0   21   46   62    2    6    0    8    1
##   1971  112   36   28   95    0    8   29   35    0   10    2    2    0
##   1972   56   22   25  138    0   21   63    6    0    5    1    4    0
##   1973   55   18   29   83    0   19   52    5    0    3    2    2    2
##   1974  153   29   36   57    0   20   50    3    0    9    2    2    0
##   1975  142   58   50   42    0   14   62    1    1   12    3    1    2
##   1976  185   93   71   85    0   38   98   12    0   16    4    2    0
##   1977  356  159   98   75    4   30   57   21    1   45    0    0    1
##   1978  369  213  203   92    5   29   56   33    1   50    1    4    1
##   1979  467  393  272  184    1   49   78   50    0   75    3    8    0
##   1980  410  322  221  230    0   55  114   98    3  101    0    4    0
##   1981  274  226  221  315    0   58  100   46    5   48    2    3    0
##   1982  257  168  174  277    7   31   93   31    7   39    1    1    0
##   1983  242  182  232  454    3   33   78   33    3   46    1    4    0
##   1984  391  260  266  473   27   27   88   42    8   51   14    9    0
##   1985  349  253  268  421   14   50   60   42    6   52    6    9    1
##   1986  457  313  260  300   13   30   72   36   16   34    1    5    0
##   1987  474  492  313  411   11   19   46   35    4   87    9   10    2
##   1988  495  583  446  526    7   20   58   50    5   67    7   14    0
##   1989  622  637  508  615    8   31   68  105   10   84   13   13    1
##   1990  511  492  512  398    8   22   56   74   14   52    3    7    1
##   1991  867  499  518  648   12   62  149   50    7   70   11   22    0
##   1992  805  582  745  510   18   63  186   85    9   93   20   21    0
##   1994  522  442  356  322   18   34  107   74    3   73   17   29    2
##   1995  384  363  378  219   24   26   58   49    2   74    6   29    0
##   1996  398  449  338  189   11   19   58   30    4   56    9   20    0
##   1997  405  460  281  146   17   25   50   74    1   69    6   27    1
##   1998  119  107   90   64    9    6   22   12    2    9    0    4    1
##   1999  168  196  104  137    9   10   46   38    3   30    6   14    0
##   2000  201  265  153  190    6   14   46   20    2   41    5   13    0
##   2001  194  247  256  124    2   20   29   47    3   44    7   15    0
##   2002  153  173  118  169    0   18   25   28    1   23    3    8    0
##   2003  145  178  142  211    2    8   45   24    3    9    2   20    0
##   2004  116  161  173  178    1    6   33   24    0   23    5   18    2
##   2005  156  324  370  276    4    6   41   57    5   24    2   10    3
##   2006  236  348  464  219    0    5   41   87    8   38    2   20    2
##   2007  225  325  707  339    2   12   40  118    1   41    4   21    9
##   2008  494  714  470  240    2   24   91  160   14   58    7   59   10
##   2009  538  762  433  127    1   23   57  216    7   38    9   50    6
##   2010  530  914  559  186    0   20   74  264   11   53    5   36    6
##   2011  510  865  723  318    0   14   45  219   10   36    2   38    1
##   2012  546  818 1681 1703    4   20   93  313   18   99    1   38    5
##   2013  858 1237 2308 2213    2   19  110  338    5  170   10   46   13
##   2014 1051 1497 2516 3364    0   54  151  331   19  197   11   70   16
##   2015 1094 1101 2066 2763    5   33  147  274   17  143    6   51   19
##   2016  893  974 1645 2379    1   29   89  202   10  133   24   44   13
##   2017  747  894 1504 2132    1   10   91  140   11  116   10   44    7
##       
##          14   15   16   17   18   19   20   21   22
##   1970   57   12    7    4    1    2    4   16    1
##   1971   21    4    2    1    3    2    0    9    2
##   1972  142    0    0   12    4    2    0    6    1
##   1973  122    2    0   19    0    1    0    4    0
##   1974  127    6    4   14    0    4    2    3    0
##   1975  115    3    3   28    4   16    2   17    3
##   1976  141    7    1   13    2   12    2    6   11
##   1977  201    7   12    9    4   36    6   35   10
##   1978  124   12   15   18    5   31    8   30   13
##   1979  317   31   27   18   11   83   55   19   11
##   1980  346   40    5   25    7   75   25   30   19
##   1981  275   28   20   23    5   81   12   96    7
##   1982  284   29   23   26    6   56   53   85    5
##   1983  322   34   13   14    0   85    7   75    3
##   1984  431   51   20   20    5  173   17  158   17
##   1985  308   28   13   15    0  130   18  266    3
##   1986  431   35   14   18    5  139   21  147    3
##   1987  479   42   20   37    7  183    9  202   14
##   1988  554   50   15   28    3  207    2  244   60
##   1989  724   64   29   33    9  216    8  249   66
##   1990  720  104   21   29    9  237    3  312   57
##   1991  636   99   17   47   24  187    2  305   72
##   1992  908  127   37   62   16  282   29  134   77
##   1994  707   92   11   45   30  148   31   57   91
##   1995  774   75    8   36   24  198   99   50   39
##   1996  604   80   11   45   21  216  163   76   57
##   1997  800   99    3   43   20  165  164   44   31
##   1998  267   39    1    6    7   59    4   15    4
##   1999  355   40    5   23    4   56   12   25   12
##   2000  520   96    8    9   10   78    9   20    9
##   2001  663   46   10    8   14   91   10   23   10
##   2002  385   42    7    5    9   93   21   17    2
##   2003  255   31   15    8   10   62   16   46   11
##   2004  217   47    1    4    5   51   18   30   10
##   2005  427   88   11   18   11   70    7   50    9
##   2006  811   93   16   20   14  109   24   66   11
##   2007  946   87    9   29    6  141   19   49   19
##   2008 1570  112   66  149   12  223   65  119   38
##   2009 1663  146   56   86    8  233   48  137   44
##   2010 1474  125   55  127    5  219   21   83   46
##   2011 1430  136   46  147    2  216   79  159   24
##   2012 1669  251   50  179   17  196  318  156   87
##   2013 2402  401   55  278   17  239  436  234  194
##   2014 3980  411   48  344    6  339  908  334  135
##   2015 3825  390   46  296    5  385  938  255  223
##   2016 3992  288   45  299    8  223 1051  344   75
##   2017 2694  224   30  162   11  136  990  146  141
c4 = table(gt2$iyear,gt2$claimmode_txt)  
chisq.test(c4)
## Warning in chisq.test(c4): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  c4
## X-squared = 21325, df = 322, p-value < 2.2e-16
chisq.test(c4)$observed
## Warning in chisq.test(c4): Chi-squared approximation may be incorrect
##       
##        Personal claim Posted to website, blog, etc. Unknown
##   1970              1                             0       4
##   1971              0                             0       2
##   1972              0                             0       0
##   1973              0                             0       0
##   1974              0                             0       2
##   1975              1                             0       0
##   1976              0                             0       3
##   1977              3                             0       4
##   1978              1                             0       3
##   1979              0                             0       1
##   1980              0                             0       0
##   1981              1                             0       2
##   1982              0                             0       5
##   1983              0                             0       1
##   1984              0                             0       0
##   1985              1                             0       0
##   1986              1                             0       1
##   1987              0                             0       0
##   1988              2                             0       0
##   1989              0                             0       0
##   1990              0                             0       0
##   1991              1                             0       0
##   1992              0                             0       0
##   1994              2                             0       0
##   1995              2                             0       0
##   1996              1                             0       0
##   1997              4                             0       1
##   1998             17                             1      28
##   1999             20                            15      56
##   2000             20                             3      63
##   2001             33                             8      87
##   2002             28                            14      79
##   2003             26                            17      65
##   2004             28                            38      48
##   2005             23                            76     113
##   2006             26                            20     101
##   2007             41                            63     130
##   2008             59                            38     332
##   2009             46                            12     393
##   2010             53                            43     285
##   2011             69                            19     195
##   2012            319                           324     459
##   2013            393                           330     300
##   2014            660                           895     280
##   2015           1057                           865     249
##   2016           1011                           750     259
##   2017            965                           730     273
##       
##        Call (post-incident) Note left at scene E-mail Other     M
##   1970                    0                  1      0     6   590
##   1971                    4                  2      0    11   382
##   1972                   11                 62      0     0   435
##   1973                    0                  0      0     0   418
##   1974                    4                  0      0     2   513
##   1975                    2                  0      0     1   575
##   1976                   10                  0      0     0   786
##   1977                    0                  0      0     0  1160
##   1978                   13                  0      0     0  1296
##   1979                    3                  0      0     0  2148
##   1980                    1                  0      0     0  2129
##   1981                    2                  0      0     2  1838
##   1982                    5                  1      0     1  1641
##   1983                    2                  1      0     1  1859
##   1984                    5                  1      0     1  2541
##   1985                    2                  1      0     0  2308
##   1986                    2                  0      0     7  2339
##   1987                    5                  0      0     1  2900
##   1988                    1                  0      0     4  3434
##   1989                    3                  1      0     0  4109
##   1990                    0                  1      0     2  3639
##   1991                    2                  0      0     0  4301
##   1992                    1                  2      0     0  4806
##   1994                    3                  3      0     0  3203
##   1995                    0                  2      0     0  2911
##   1996                    0                  4      0     0  2849
##   1997                    2                  0      0     1  2923
##   1998                   23                  2      1     5   770
##   1999                   26                 12      0    12  1152
##   2000                   44                  8      0    34  1543
##   2001                   34                  9      5    35  1652
##   2002                   34                  2      5    23  1115
##   2003                   43                 22      8    20  1042
##   2004                   22                  8     10     6   963
##   2005                   59                 14      3    15  1666
##   2006                   59                 16      6    22  2384
##   2007                   53                  7      0    29  2826
##   2008                   71                 27     22    20  4128
##   2009                   22                 26      0    12  4177
##   2010                   33                 92      7    29  4271
##   2011                   61                 79      7    61  4529
##   2012                  184                133     67    19  6757
##   2013                  199                 67     62    15 10219
##   2014                  278                108     94    13 13454
##   2015                  224                128    196    14 11349
##   2016                  126                195    280     4 10136
##   2017                   53                145    262     8  7805
c5 = table(gt2$iyear,gt2$weaptype1_txt)  
chisq.test(c5)
## Warning in chisq.test(c5): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  c5
## X-squared = 14571, df = 506, p-value < 2.2e-16
chisq.test(c5)$observed
## Warning in chisq.test(c5): Chi-squared approximation may be incorrect
##       
##        Biological Chemical Explosives Fake Weapons Firearms Incendiary
##   1970          0        3        319            0       70        167
##   1971          0        1        203            0       94         83
##   1972          0        0        225            1      239         19
##   1973          0        3        141            0      191         40
##   1974          0        4        264            1      183         34
##   1975          0        3        290            0      231         26
##   1976          0        2        347            0      264        139
##   1977          0        1        566            0      284        247
##   1978          0        2        584            0      407        193
##   1979          0        4        895            1      783        135
##   1980          0        2        767            1      979        126
##   1981          1        0        759            0      772        109
##   1982          0        0        725            0      663         98
##   1983          0        0        815            0      776         83
##   1984          4        3       1188            0      895        145
##   1985          0        0       1211            0      672        138
##   1986          0        1       1239            0      584        157
##   1987          0        2       1326            0     1096        165
##   1988          0        3       1569            0     1530        168
##   1989          0        3       1811            0     1821        299
##   1990          2        2       1686            0     1536        279
##   1991          0        4       1844            2     1856        367
##   1992          0        4       1675            0     2006        530
##   1994          0        5       1100            2     1199        276
##   1995          0       13        738            5     1078        486
##   1996          0        0       1176            5      832        343
##   1997          0        5       1054            1      929        199
##   1998          0       10        483            1      222         60
##   1999          0        7        607            0      399        144
##   2000          0        7        900            1      511        132
##   2001         16        9        811            0      718        136
##   2002          0        9        713            0      408         80
##   2003          2       15        684            2      377         89
##   2004          1        2        680            0      355         27
##   2005          1        1       1055            1      717         72
##   2006          0        0       1477            0      911         93
##   2007          0        9       1840            0     1064         85
##   2008          0        9       2704            1     1279        260
##   2009          0        8       2661            0     1261        348
##   2010          1        8       2713            2     1365        274
##   2011          1        1       2728            1     1612        209
##   2012          0       15       5322            0     2384        262
##   2013          3       13       7135            0     3451        495
##   2014          0       18       9193            2     4663        598
##   2015          0       22       8180            0     3670        676
##   2016          0       28       7428            0     3246        611
##   2017          0       26       5320            1     2942        636
##       
##        Melee Other Radiological Sabotage Equipment Unknown
##   1970     2     0            0                  1      39
##   1971     2     0            0                  0      18
##   1972     5     0            0                  0      19
##   1973     7     0            0                  0      36
##   1974     6     0            1                  0      28
##   1975     3     0            0                  0      26
##   1976    13     1            0                  0      33
##   1977     6     0            0                  0      63
##   1978    17     0            0                  2     108
##   1979    16     3            1                  2     311
##   1980     8     1            0                  0     246
##   1981     6     0            0                  4     194
##   1982    16     2            0                  1     148
##   1983    12     0            0                  0     178
##   1984    20     1            0                  5     284
##   1985    10     0            1                  0     279
##   1986    22     0            0                  2     344
##   1987    11     0            0                  2     303
##   1988    23     1            0                  3     143
##   1989    86     1            0                  1      90
##   1990    89     1            0                  4      42
##   1991   100     5            0                  0     122
##   1992   251     9            0                  3     327
##   1994   142     2            0                  0     481
##   1995   177     2            0                  1     415
##   1996    94     0            0                  0     401
##   1997   185     0            0                  0     556
##   1998    39     0            0                  2      30
##   1999    47    13            0                  1      74
##   2000    52     1           10                  2      99
##   2001    55     1            0                  3     109
##   2002    34     2            0                  0      53
##   2003    29     1            0                  2      40
##   2004    14     0            0                  0      43
##   2005    35     0            0                  1      86
##   2006    59     2            0                  1      89
##   2007    55     2            0                  8      86
##   2008   104     4            0                 10     325
##   2009    71     5            0                  8     324
##   2010    99     0            0                  6     342
##   2011   123     2            0                 18     321
##   2012    53     2            0                  4     216
##   2013    98     7            0                  5     376
##   2014   209    13            0                  1    1075
##   2015   376     8            0                 10    1106
##   2016   314    10            0                  6    1105
##   2017   306    10            0                 10     967
##       
##        Vehicle (not to include vehicle-borne explosives, i.e., car or truck bombs)
##   1970                                                                           1
##   1971                                                                           0
##   1972                                                                           0
##   1973                                                                           0
##   1974                                                                           0
##   1975                                                                           0
##   1976                                                                           0
##   1977                                                                           0
##   1978                                                                           0
##   1979                                                                           1
##   1980                                                                           0
##   1981                                                                           0
##   1982                                                                           0
##   1983                                                                           0
##   1984                                                                           3
##   1985                                                                           1
##   1986                                                                           1
##   1987                                                                           1
##   1988                                                                           1
##   1989                                                                           1
##   1990                                                                           1
##   1991                                                                           4
##   1992                                                                           4
##   1994                                                                           4
##   1995                                                                           0
##   1996                                                                           3
##   1997                                                                           2
##   1998                                                                           0
##   1999                                                                           1
##   2000                                                                           0
##   2001                                                                           5
##   2002                                                                           1
##   2003                                                                           2
##   2004                                                                           1
##   2005                                                                           0
##   2006                                                                           2
##   2007                                                                           0
##   2008                                                                           1
##   2009                                                                           2
##   2010                                                                           3
##   2011                                                                           4
##   2012                                                                           4
##   2013                                                                           2
##   2014                                                                          10
##   2015                                                                          34
##   2016                                                                          13
##   2017                                                                          23
# Country 

f = table(gt2$country,gt2$attacktype1_txt)  
chisq.test(f)
## Warning in chisq.test(f): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  f
## X-squared = 52618, df = 1608, p-value < 2.2e-16
chisq.test(f)$observed
## Warning in chisq.test(f): Chi-squared approximation may be incorrect
##       
##        Armed Assault Assassination Bombing/Explosion
##   4             2810           949              6163
##   5               11            14                43
##   6              856           412              1043
##   8              112            24               240
##   11              71           133               406
##   12               4             6                10
##   14              14             5                36
##   15               9            14                52
##   16              11            11                15
##   17               1             1                 2
##   18              35             3               120
##   19             264           155               769
##   20               1             0                 2
##   21              13            25                64
##   22               1             1                 1
##   23               1             0                 4
##   25               0             0                 4
##   26              13            26               210
##   28              29            11               103
##   29               0             1                 6
##   30              50            63                56
##   31               0             6                 0
##   32               0             9                30
##   33              22             5                 5
##   34             220            48               201
##   35               0             0                 8
##   36              56            25                82
##   37              59             5               118
##   38              11             9                39
##   41             139            10                21
##   42              29             1                20
##   43             221            87              1397
##   44              43            13               155
##   45            1694          1274              2921
##   46               0             1                 0
##   47              13             0                15
##   49              14             4                27
##   50              13             2                40
##   51               4             1                12
##   53               6            26                89
##   54               1             3                12
##   55               4             2                16
##   56               5             0                11
##   57               2             0                 0
##   58              14             9                53
##   59              34            27                93
##   60             779           241              1172
##   61            1443           433              1292
##   62               1             0                 0
##   63               1             0                 2
##   64               3             1                 9
##   65              25            10                78
##   67               0             1                 6
##   68               3             0                 4
##   69             121           165              1924
##   70               1             0                 1
##   71               0             0                 0
##   72               2             3                 0
##   73               0             1                 0
##   74              43            29               111
##   75             125            28                80
##   76               4             2                 7
##   78             118            75               692
##   80               0             3                 1
##   81               1             3                26
##   83             532           501               377
##   84               7             9                 1
##   85               5             3                 1
##   86               7             5                 9
##   87              52            70                37
##   88              51            61               137
##   89               6             3                 9
##   90               4             3                32
##   91               0             0                 2
##   92            3106          1184              4749
##   93             238            34               283
##   94              86           113               287
##   95            3080          1271             18006
##   96              23            38               159
##   97             274           190              1374
##   98             210           200               636
##   99              40             2                 4
##   100             16            10                 3
##   101             45            22               110
##   102             23            22                36
##   103              6             5                 7
##   104            229            38               269
##   106             11            11                26
##   107              4             4                17
##   108              8             0                12
##   109              1             1                13
##   110            285           328              1325
##   111              3             1                13
##   112             11             4                 4
##   113            399           195               909
##   115              1             1                 6
##   116              0             1                11
##   117              9             4                18
##   118             35             1                45
##   119              4             3                11
##   120              3             0                 0
##   121             13             2                37
##   122              3             4                 2
##   123            157            17               192
##   124              1             5                10
##   127              1             0                 4
##   128              6             1                 2
##   129              0             2                 0
##   130            151           113               108
##   132              5             1                12
##   136              1             6                17
##   137            184            28                44
##   138             93            13               268
##   139             19            19                81
##   141            188           104               605
##   142             10            13                46
##   143              2             7                11
##   144              1             0                 6
##   145            700            95               196
##   146             67             4                25
##   147           1638           202              1078
##   149              1             0                 0
##   151              3             1                 4
##   153           3830          1399              7560
##   155            860           326               611
##   156             15            11                73
##   157             31            15                11
##   158             27            14                13
##   159           1135           955              2602
##   160           1978          1013              2088
##   161              1             5                27
##   162              4            19                88
##   164              1             0                 2
##   166              1             2                 3
##   167            571           252              1138
##   168             56            27                45
##   173             92             7               225
##   174             41             5                14
##   175              3             2                 5
##   176              0             0                 1
##   177             43             4                 8
##   178              0             1                 3
##   179              3             0                13
##   180              0             1                 4
##   181              1             2                 0
##   182            977           475              1372
##   183            366           455               837
##   184              4             3                 5
##   185            257           587              1702
##   186            959           423              1082
##   189              0             0                 0
##   190              1             0                 0
##   195            381            25                75
##   196             29             1                 9
##   197              1             1                 7
##   198             17             7                37
##   199              7            16                55
##   200            166            93              1349
##   201              5            10                12
##   202             39            55                58
##   203              6             6                22
##   204             11             6                24
##   205           1405           184              1829
##   207              4             7                 3
##   208             37             8                40
##   209           1177           428              1842
##   210              1             1                 0
##   213            152            48                70
##   214            378            43               919
##   215              2             5                10
##   217            280           132              1329
##   218             13             9                22
##   219              4             1                13
##   220              0             0                 0
##   221              0             1                 0
##   222             63            19                95
##   223              0             1                 2
##   226              0             0                 0
##   228            650           424              1321
##   229            295            12                24
##   230             17             7                25
##   231             22            24                29
##   235             84            21                71
##   236              0             2                 3
##   347              2             1                 3
##   349              0             0                 2
##   359             23             7                33
##   362             31            43               230
##   377              0             2                 2
##   403              5            13                27
##   406              0             0                 1
##   422              0             0                 1
##   428              0             0                 1
##   499              1             4                 8
##   532              0             0                 1
##   603            657          1649              1981
##   604             12             7                11
##   605              0             1                 1
##   1001             4             1                 5
##   1002             0             0                 4
##   1003            48            11               109
##   1004            83            14                 9
##       
##        Facility/Infrastructure Attack Hijacking
##   4                               346        11
##   5                                 1         0
##   6                                51         7
##   8                                15         0
##   11                               33         1
##   12                                1         1
##   14                               38         0
##   15                               25         2
##   16                                3         1
##   17                                1         0
##   18                               34         0
##   19                              234         1
##   20                                0         0
##   21                               22         1
##   22                                1         0
##   23                                0         0
##   25                                0         0
##   26                                8         0
##   28                                5         0
##   29                                0         0
##   30                               19         2
##   31                                0         0
##   32                                4         1
##   33                                3         0
##   34                               48         1
##   35                                3         0
##   36                                2         0
##   37                               19         2
##   38                               23         0
##   41                                4         1
##   42                                3         1
##   43                              137         5
##   44                                6        13
##   45                              262        27
##   46                                4         0
##   47                                1         0
##   49                                1         1
##   50                                0         0
##   51                                0         8
##   53                                3         2
##   54                               11         0
##   55                                6         1
##   56                                0         1
##   57                                0         0
##   58                                4         0
##   59                                9         1
##   60                               76        12
##   61                              117         0
##   62                                0         0
##   63                                0         0
##   64                                0         0
##   65                                4         7
##   67                                7         0
##   68                               13         0
##   69                              176         4
##   70                                3         0
##   71                                2         0
##   72                                1         0
##   73                                1         0
##   74                                6         1
##   75                              392         2
##   76                                0         0
##   78                              336         7
##   80                                0         0
##   81                                0         0
##   83                               55         4
##   84                                3         0
##   85                                0         0
##   86                                1         0
##   87                               23         2
##   88                                7         3
##   89                                1         0
##   90                                4         0
##   91                                1         0
##   92                              988        40
##   93                              107         1
##   94                               23         5
##   95                              148        10
##   96                               59         1
##   97                               72         2
##   98                              312         6
##   99                                6         0
##   100                               3         0
##   101                             150         3
##   102                              13         1
##   103                               4         2
##   104                              29        11
##   106                               2         1
##   107                               3         0
##   108                               0         0
##   109                               2         0
##   110                              16        17
##   111                               3         1
##   112                               2         0
##   113                              92        20
##   115                               0         0
##   116                               0         0
##   117                               0         0
##   118                              15         0
##   119                               1         0
##   120                               1         0
##   121                              19         2
##   122                               9         0
##   123                              23         5
##   124                               5         1
##   127                               2         0
##   128                               0         1
##   129                               0         0
##   130                              17         1
##   132                               0         0
##   136                               0         0
##   137                              29         1
##   138                              36         2
##   139                               3         0
##   141                             136         1
##   142                              36         3
##   143                               8         0
##   144                               6         0
##   145                              23         2
##   146                               8         0
##   147                             217         5
##   149                               0         0
##   151                               5         3
##   153                             290        19
##   155                             127         1
##   156                              12         3
##   157                               9         2
##   158                              17         2
##   159                             164         8
##   160                             433        33
##   161                               3         0
##   162                               6         0
##   164                               1         1
##   166                               0         0
##   167                              63        17
##   168                               0         0
##   173                               8         6
##   174                               2         3
##   175                               0         0
##   176                               0         1
##   177                               3         0
##   178                               0         1
##   179                               1         0
##   180                               1         0
##   181                               0         1
##   182                              56        24
##   183                             106         3
##   184                              11         0
##   185                             235         6
##   186                             146        10
##   189                               0         0
##   190                               0         0
##   195                              37        37
##   196                               9         5
##   197                               4         0
##   198                              58         2
##   199                              13         3
##   200                              18         2
##   201                              16         2
##   202                               1         2
##   203                               9         0
##   204                               1         0
##   205                             316        13
##   207                               3         0
##   208                               7         1
##   209                             269        12
##   210                               0         0
##   213                              15         1
##   214                             104         1
##   215                               0         2
##   217                             855        17
##   218                              15         0
##   219                               1         1
##   220                               0         0
##   221                               0         0
##   222                              21         8
##   223                               2         1
##   226                               1         0
##   228                              96        15
##   229                              50         1
##   230                               2         0
##   231                               6         0
##   235                               5         1
##   236                               0         2
##   347                               1         0
##   349                               0         0
##   359                               3         4
##   362                             111         3
##   377                               0         0
##   403                               2         0
##   406                               0         0
##   422                               0         0
##   428                               0         0
##   499                               8         0
##   532                               0         0
##   603                             615        19
##   604                               2         0
##   605                               0         0
##   1001                              1         0
##   1002                              1         0
##   1003                             12         0
##   1004                             11         0
##       
##        Hostage Taking (Barricade Incident) Hostage Taking (Kidnapping)
##   4                                     24                         806
##   5                                      0                           2
##   6                                      4                          85
##   8                                      1                          23
##   11                                     4                          54
##   12                                     1                           1
##   14                                     3                           0
##   15                                     1                           1
##   16                                     0                           1
##   17                                     0                           0
##   18                                     1                           0
##   19                                     7                          41
##   20                                     0                           0
##   21                                     1                           3
##   22                                     0                           3
##   23                                     0                           1
##   25                                     0                           0
##   26                                     4                           7
##   28                                     1                           1
##   29                                     0                           0
##   30                                     2                          40
##   31                                     0                           0
##   32                                     0                           1
##   33                                     3                           4
##   34                                     1                          11
##   35                                     0                           0
##   36                                     2                          18
##   37                                     2                          43
##   38                                     1                           2
##   41                                     5                          38
##   42                                     1                           7
##   43                                    32                          20
##   44                                     0                           5
##   45                                    78                         813
##   46                                     0                           0
##   47                                     0                           4
##   49                                     1                           4
##   50                                     0                           0
##   51                                     1                           0
##   53                                     0                           1
##   54                                     0                           0
##   55                                     0                           0
##   56                                     0                           1
##   57                                     0                           0
##   58                                     1                           5
##   59                                     7                          20
##   60                                     5                          71
##   61                                    93                          91
##   62                                     0                           0
##   63                                     0                           2
##   64                                     0                           0
##   65                                     2                          29
##   67                                     0                           3
##   68                                     0                           0
##   69                                    22                          14
##   70                                     0                           0
##   71                                     0                           0
##   72                                     2                           0
##   73                                     0                           0
##   74                                     0                          21
##   75                                     2                           6
##   76                                     0                           0
##   78                                     5                           3
##   80                                     0                           0
##   81                                     0                           0
##   83                                    17                         115
##   84                                     0                           1
##   85                                     0                           0
##   86                                     0                           2
##   87                                     0                           9
##   88                                     3                          19
##   89                                     0                           2
##   90                                     0                           0
##   91                                     0                           0
##   92                                    44                        1030
##   93                                     1                          33
##   94                                     4                          15
##   95                                    23                         562
##   96                                     1                          12
##   97                                     6                          19
##   98                                    16                          44
##   99                                     1                           3
##   100                                    0                           1
##   101                                    3                           1
##   102                                    4                           2
##   103                                    0                           0
##   104                                   13                          36
##   106                                    0                           2
##   107                                    0                           3
##   108                                    0                           1
##   109                                    0                           0
##   110                                    3                         145
##   111                                    0                           1
##   112                                    0                           8
##   113                                   11                         226
##   115                                    0                           0
##   116                                    0                           0
##   117                                    0                           0
##   118                                    2                           9
##   119                                    0                           4
##   120                                    0                           0
##   121                                    2                          14
##   122                                    0                           0
##   123                                   10                          48
##   124                                    0                           0
##   127                                    0                           0
##   128                                    0                           4
##   129                                    0                           0
##   130                                    4                          86
##   132                                    0                           2
##   136                                    0                           1
##   137                                    2                          18
##   138                                    0                          25
##   139                                    0                           7
##   141                                    2                          99
##   142                                    4                           0
##   143                                    0                           2
##   144                                    0                           1
##   145                                   22                          44
##   146                                    0                          21
##   147                                   19                         322
##   149                                    0                           0
##   151                                    1                           0
##   153                                   30                         637
##   155                                    3                          75
##   156                                    0                           3
##   157                                    2                           6
##   158                                    4                          18
##   159                                   62                          84
##   160                                   47                         494
##   161                                    0                           0
##   162                                    0                           3
##   164                                    0                           0
##   166                                    0                           0
##   167                                    9                          72
##   168                                    0                           3
##   173                                    1                           5
##   174                                    0                           5
##   175                                    0                           0
##   176                                    0                           0
##   177                                    1                          16
##   178                                    0                           1
##   179                                    0                           0
##   180                                    0                           0
##   181                                    0                           0
##   182                                   12                         266
##   183                                    0                           3
##   184                                    0                           2
##   185                                   11                          72
##   186                                    3                          78
##   189                                    0                           0
##   190                                    0                           0
##   195                                    5                         126
##   196                                    2                           1
##   197                                    0                           0
##   198                                    1                           0
##   199                                    2                           2
##   200                                    5                         158
##   201                                    0                           3
##   202                                    0                          17
##   203                                    0                           4
##   204                                    0                           1
##   205                                    6                          15
##   207                                    0                           0
##   208                                    1                           5
##   209                                   13                         122
##   210                                    0                           0
##   213                                    0                          34
##   214                                    7                          83
##   215                                    0                           0
##   217                                   61                          21
##   218                                    1                           8
##   219                                    0                           0
##   220                                    1                           1
##   221                                    0                           0
##   222                                    6                          46
##   223                                    0                           0
##   226                                    0                           0
##   228                                   12                         205
##   229                                    7                         121
##   230                                    2                           1
##   231                                    2                           3
##   235                                    0                           4
##   236                                    0                           0
##   347                                    0                           1
##   349                                    0                           0
##   359                                    0                           3
##   362                                    2                           3
##   377                                    0                           0
##   403                                    0                           0
##   406                                    0                           0
##   422                                    0                           0
##   428                                    0                           0
##   499                                    0                           1
##   532                                    0                           0
##   603                                   12                          50
##   604                                    0                           2
##   605                                    0                           1
##   1001                                   0                           0
##   1002                                   0                           0
##   1003                                   0                           2
##   1004                                   0                          33
##       
##        Unarmed Assault Unknown
##   4                 72    1091
##   5                  2       2
##   6                  1     135
##   8                  1      33
##   11                 7      12
##   12                 0       0
##   14                 4       6
##   15                 2       3
##   16                 0       2
##   17                 0       0
##   18                 2       3
##   19                12      70
##   20                 0       0
##   21                11       6
##   22                 0       0
##   23                 0       1
##   25                 0       0
##   26                 0       5
##   28                 3       2
##   29                 0       0
##   30                 2      16
##   31                 0       0
##   32                 4       1
##   33                 0       6
##   34                 0      48
##   35                 1       0
##   36                 2       9
##   37                 0      54
##   38                 7       1
##   41                 2      25
##   42                 0      10
##   43                 6      23
##   44                 6       4
##   45                12     339
##   46                 0       0
##   47                 0       2
##   49                 0       2
##   50                 0       1
##   51                 2       1
##   53                 0       0
##   54                 5       0
##   55                 0       9
##   56                 1       0
##   57                 0       0
##   58                 1       2
##   59                 0       9
##   60                 2      68
##   61                 1      97
##   62                 0       0
##   63                 0       1
##   64                 0       0
##   65                 0       7
##   67                 0       0
##   68                 0       0
##   69                25      45
##   70                 0       0
##   71                 1       0
##   72                 0       0
##   73                 0       1
##   74                 1       4
##   75                24      54
##   76                 1       2
##   78                 9      12
##   80                 0       0
##   81                 0       5
##   83                 1      49
##   84                 0       3
##   85                 0       0
##   86                 0       2
##   87                 6      13
##   88                 2       7
##   89                 1       4
##   90                 2       1
##   91                 0       1
##   92               141     301
##   93                 9      32
##   94                 1      23
##   95                 6     670
##   96                 4       0
##   97                27      18
##   98                 9      17
##   99                 1       9
##   100                1       0
##   101               29       5
##   102                0       2
##   103                1       1
##   104                6      16
##   106                2       6
##   107                1       1
##   108                0       2
##   109                0       0
##   110                6      21
##   111                0       2
##   112                0       2
##   113                7     116
##   115                0       0
##   116                0       0
##   117                1       0
##   118                1       4
##   119                1       3
##   120                0       1
##   121                1       2
##   122                1       1
##   123                2      54
##   124                0       0
##   127                0       0
##   128                0       0
##   129                0       0
##   130                4      19
##   132                0       0
##   136                1       6
##   137                1      14
##   138                0      49
##   139                0       1
##   141                8      43
##   142                0      10
##   143                0       0
##   144                6       0
##   145                0      68
##   146                1      23
##   147                9      86
##   149                0       0
##   151                0       2
##   153               77     229
##   155               98      30
##   156                0       7
##   157                0      10
##   158               10       3
##   159                4     178
##   160                4     237
##   161                2       0
##   162                0       4
##   164                0       1
##   166                0       0
##   167               26      18
##   168                0      19
##   173                0       6
##   174                1       9
##   175                1       0
##   176                0       0
##   177                2       9
##   178                0       1
##   179                1       0
##   180                0       0
##   181                0       0
##   182                9     240
##   183                5      90
##   184                4       6
##   185                4      36
##   186                7     152
##   189                1       0
##   190                0       0
##   195               27      61
##   196                0       6
##   197                0       1
##   198                3       4
##   199                0       2
##   200                1     108
##   201                1       1
##   202                1       6
##   203                2       1
##   204                0       3
##   205                5      21
##   207                3       0
##   208                0       5
##   209                9     126
##   210                0       0
##   213                4      47
##   214                8      63
##   215                0       0
##   217               59       8
##   218                0       4
##   219                0       1
##   220                0       0
##   221                0       0
##   222                1      16
##   223                4       1
##   226                0       0
##   228                4     299
##   229                0     130
##   230                0       0
##   231                2       3
##   235                0       8
##   236                0       2
##   347                0       0
##   349                0       0
##   359                0       0
##   362                3       6
##   377                0       0
##   403                0       0
##   406                0       0
##   422                0       0
##   428                0       0
##   499                0       2
##   532                0       0
##   603               43      31
##   604                0      10
##   605                0       0
##   1001               0       1
##   1002               0       0
##   1003               4       3
##   1004               1      45
f2 = table(gt2$country,gt2$targtype1)  
chisq.test(f2)
## Warning in chisq.test(f2): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  f2
## X-squared = 99744, df = 4221, p-value < 2.2e-16
chisq.test(f2)$observed
## Warning in chisq.test(f2): Chi-squared approximation may be incorrect
##       
##           1    2    3    4    5    6    7    8    9   10   11   12   13
##   4     443 1565 3475 2153    0   63  146  315   12   79    0  146    8
##   5       6   25   10    1    0    0    3    2    0    4    0    1    0
##   6     175  166  552  390    0   17   18   64    2   66    2    1    2
##   8      41   13   12   26    0    9   12    1    6    1    1    7    0
##   11    205  158   35   79    1    7   38   13    0   33    0    4    0
##   12      3    8    2    2    0    0    1    0    0    1    0    0    0
##   14     18   10   11    2    0    3   18    0    0    1    1    0    0
##   15     17    7    2    0    0   11   27    1    0    1    0    0    1
##   16      2   14    3    4    0    1    0    0    0    0    1    0    0
##   17      0    2    0    0    0    0    0    0    0    1    1    0    0
##   18     31    5   75    5    0    1    5    9    0    0    0    0    0
##   19     87  300  121   16    0    3    9  114    0   25    8    6    0
##   20      0    0    0    0    0    2    0    0    0    0    0    0    0
##   21     35   17    7    7    0   13   32    3    0    0    0    6    0
##   22      1    3    0    0    0    0    2    0    0    0    0    0    0
##   23      1    5    0    0    0    0    1    0    0    0    0    0    0
##   25      1    1    0    0    0    0    0    0    0    0    0    0    0
##   26     34   68    6   13    0    5   19    8    1   25    0    2    0
##   28      5   13   11   10    0    0   27    2    0    8    0    4    0
##   29      1    0    0    0    0    0    0    0    0    0    0    0    0
##   30     58   35    9    9    0    6   20    1    0   29    0    7    0
##   31      1    0    0    0    0    0    5    0    0    0    0    0    0
##   32      9   13    3    0    0    2    6    1    0    4    0    1    0
##   33      5    7   10   10    0    0    0    5    0    1    0    0    0
##   34     45   53   54   66    0    1    8   48    0    4    2   17    0
##   35      0    3    2    0    0    0    2    0    0    0    0    0    0
##   36     16   23    3   17    0    1   28    0    0   16    2    2    0
##   37      9   12   22   49    0    0    3    4    1    1    2    0    0
##   38     10    8    3    4    5    1   12    3    1    4    0    1    0
##   41      6   13    8   15    0    0   53    0    0    3    0   12    1
##   42      3    5    6   13    0    2    5    0    0    0    0    3    0
##   43    407  221  215   58    0    3   40   45    5   72    2    4    0
##   44     31   19   36    2    0   13    3    4    0    2    0    0    0
##   45   1167 1048 1065  870    0   60   79   98   15  174    9   21    0
##   46      0    4    1    0    0    0    0    0    0    0    0    0    0
##   47      2    6   11    1    0    0    1    0    0    0    0    1    0
##   49      8    8    3    3    0    5   14    1    0    6    1    0    0
##   50      5    4   14    4    0    0    6    2    0    0    0    0    0
##   51     13    0    1    0    0    4    3    0    0    0    6    0    0
##   53     23   21    8    8    0   11   11    1    0    9    1    0    0
##   54      7    8    4    0    0    0    0    0    0    0    0    0    0
##   55      8    2    1    0    0    9    6    0    0    1    1    0    0
##   56      4    2    2    5    0    1    0    1    0    0    0    0    0
##   57      0    0    1    0    0    0    0    0    0    0    0    0    0
##   58     12   18   12    1    0    0    4    3    0    3    0    0    0
##   59     30   59   13    7    0    1   25    1    1   19    3    2    0
##   60    138   99  832  557    0   11   22   35    6   13    6    1    8
##   61    382  357  191 1086    0    9   52   54    6  108    0    9    1
##   62      0    1    0    0    0    0    0    0    0    0    0    0    0
##   63      1    1    0    2    0    0    0    0    0    0    0    0    0
##   64      1    2    0    2    0    0    0    1    0    2    0    0    0
##   65     34   10    7   15    0   10   14    4    0    1    1    3    0
##   67      5    2    0    1    0    1    0    0    0    0    0    0    0
##   68      0    2    1    0    0    0    1    1    0    1    0    0    0
##   69    721  520  190   55    0   48  120   25    1   47    5   10    5
##   70      0    2    2    0    0    0    0    0    0    0    0    0    0
##   71      0    2    0    0    0    1    0    0    0    0    0    0    0
##   72      1    2    0    0    0    0    0    0    0    2    0    0    0
##   73      0    2    0    0    0    0    0    0    0    1    0    0    0
##   74      8   44   35   26    0    1   17    3    0    5    0    5    0
##   75    255   57   31    5    0    5   34    5    0    5    0    1    0
##   76      0    3    0    0    0    1    0    1    0    3    0    0    0
##   78    393  277   91   55    0   24  131   17    0   33    3    8    1
##   80      0    1    0    1    0    0    1    0    0    0    0    0    0
##   81     12    7    6    0    0    3    0    0    0    3    0    0    0
##   83    163  187  170  374    0   14   46   78    0   60    0    7    0
##   84      0    4    0    2    0    0    1    1    0    3    0    0    0
##   85      0    3    0    2    0    0    2    0    0    0    0    0    0
##   86      2    9    3    0    0    0    1    0    0    5    0    0    0
##   87     22   60   25   15    0    3   11    5    0   10    1    0    0
##   88     52   56   12   41    0    6   29    7    0   12    0    2    0
##   89      7    3    1    0    0    0    1    0    0    5    3    0    0
##   90     24    6    1    0    0    0    3    1    0    0    0    0    0
##   91      0    1    0    0    0    0    1    0    0    0    0    0    0
##   92   1079 1691 2249  895    0   25   19  284   12   82    2   19    2
##   93     95   74  109   66    0    3   25   18    2   14    2    9    0
##   94     57   96   60   75    0   13   43   12    3   16    0    3    0
##   95   2056 2149 3598 3158    0   30  121  263   22  156    2   26   55
##   96     62   13   16    4    0    3    3    2    0    1    1    0    0
##   97    164   69   61  246    0    4   19   34    4    9    2    4    0
##   98    411  295  192   61    0   52   69   42    1   66    0    2    1
##   99      5    6    7   21    0    0    5    1    0    2    0    0    0
##   100     2    6    5    1    0    1    7    0    0    2    0    0    0
##   101    38   76   31   31    0   40   17    6    1   11    1    2    0
##   102    17   20    7    9    0    1   20    3    0    1    0    0    0
##   103     4    6    5    1    0    1    1    1    0    3    0    0    0
##   104    77   61  156   61    0    6    9   14    2    2    1   15    1
##   106    14    3    5    6    0    7    6    1    0    2    3    0    0
##   107     4    5    6    2    0    0    3    1    0    3    0    1    0
##   108     5    1    1    0    0    2    1    0    0    0    0    0    0
##   109     3    1    1    1    0    0    2    0    0    0    0    0    0
##   110   199  155   40  547    0   50  201   36    1   55    2   11    0
##   111     7    4    1    3    0    1    1    0    1    0    0    0    0
##   112     6    5    0    2    0    0    3    0    0    1    0    2    0
##   113   173  221  162  487    0   37   63   35    3   65    5   13    4
##   115     2    2    0    1    0    0    1    0    0    1    0    0    0
##   116     4    1    0    0    0    1    1    0    0    0    0    0    0
##   117    13    5    4    0    0    0    0    0    0    0    0    0    0
##   118    10   14   39   11    0    0    3    1    0    0    0    0    0
##   119     4   11    0    2    0    2    0    0    0    2    0    0    0
##   120     0    1    0    0    0    0    0    0    0    1    0    0    0
##   121    11    9    7    3    0    5    5    0    0    1    7    1    0
##   122     0    8    0    0    0    0    0    0    0    4    0    0    0
##   123    11   41    7  179    0    3  124    3    1    4    2   11    1
##   124     5    2    1    0    0    1    3    0    0    1    0    0    0
##   127     1    3    1    0    0    0    0    0    0    1    0    0    0
##   128     1    1    2    4    0    1    2    1    0    0    0    1    0
##   129     0    2    0    0    0    0    0    0    0    0    0    0    0
##   130   101   74   62   19    0    2   22    6    0   56    1    5    0
##   132     1    4    7    0    0    0    1    0    0    1    0    0    0
##   136    10    3    2    5    0    0    4    3    0    0    0    0    0
##   137    34   29   16   36    0    1    1    2    2    4    2    3    0
##   138    50   48   67   58    0    2    1    5    0    4    8    3    1
##   139    25   18    7    7    0    1    4    3    1    4    0    1    0
##   141    87  272   99   24    0   13    7   58    3   19    0    8    0
##   142    31   20    2    5    0    7   22    1    0    1    0    3    0
##   143     7    4    6    1    0    0    0    3    0    1    0    0    0
##   144     2    6    1    0    0    0    4    0    0    0    0    0    0
##   145   137  155   35  462    0    6   14   12    3   24   13    4    2
##   146     5    9   18   41    0    1    3    0    0    2    0    3    0
##   147   244  351  327  305    0    1   12  116    0   24   17    4    1
##   149     0    1    0    0    0    0    0    0    0    0    0    0    0
##   151     1    1    1    0    0    3    6    0    0    0    0    0    0
##   153  1133 1123 1881 1696    0   53  100  941   26  166    7   77    6
##   155    83  105  188  585    0    1   22   31    1   15    1    5    1
##   156    28   28    9   10    0    8    8    3    1    4    0    0    0
##   157    12   20   13   11    0    1    3    5    1    1    1    1    0
##   158    30   10   17    6    0    0    3    1    0    4    0    0    0
##   159  1009  888  663  439    0   32  112  145   35  143    4   12    0
##   160   894 1233  569 1423    0   22   28  142   16   95   33   22    4
##   161    11    5    3    0    0    1    3    1    0    2    0    0    0
##   162    23   26    8   12    0    5   14    2    0    2    0    0    0
##   164     0    1    0    1    0    1    2    0    0    0    0    0    0
##   166     1    0    0    0    0    0    2    0    0    0    0    0    0
##   167   197  393  606  198    0   12   11   27    1   39    0   23    1
##   168    14   29    7    3    0    0    8    2    0    0    0    5    0
##   173    23   14  100   66    0   11    5    4    1    1    0    0    0
##   174     6   15    7   17    0    1    1    1    0    0    0    0    0
##   175     0    4    4    1    0    0    1    0    0    0    0    0    0
##   176     0    0    0    0    0    2    0    0    0    0    0    0    0
##   177     9    7    1   11    0    0   10    0    0    2    1    2    0
##   178     1    0    0    1    0    1    0    0    0    0    0    0    0
##   179     3    5    1    0    0    0    0    0    0    2    0    1    0
##   180     1    4    0    0    0    0    0    0    0    0    0    0    0
##   181     0    1    1    0    0    1    0    0    0    0    0    0    0
##   182   177  648  207 1119    0   40  121   26   17   92   13   88    2
##   183   206  310  359   66    0    5   10   27    3   10    0    2    0
##   184     3    9    5    6    0    1    8    0    0    0    0    0    0
##   185   888  386  673  179    0   42   41   24    1   67    4    4    0
##   186   178  328  450  694    0    4   11   30    7   41   24   23    1
##   189     0    1    0    0    0    0    0    0    0    0    0    0    0
##   190     0    0    0    0    0    0    0    0    0    0    0    0    0
##   195    36   51   24   60    0   10  103    6    3    5    4   16    0
##   196    12    3    7   15    0    4    0    0    1    0    3    0    0
##   197     0    6    2    0    0    0    0    1    0    0    0    0    0
##   198    10   12    3    0    0    3   13    3    0    1    0    0    0
##   199    19   15    1    2    0   11   26    0    1    1    0    0    0
##   200    85   82   63  456    0    7   45   45    0   58    0   20    1
##   201     6   14    3    1    0    3    1    2    0    0    0    0    0
##   202    13   43   19   49    0    2    5    2    2    8    0    3    0
##   203     4    6    4    1    0    0    3    1    0    3    0    0    0
##   204     6   20    5    3    0    0    1    4    0    0    0    1    0
##   205   552  472  517  554    0    7   16  228    4   25    5    3    4
##   207     1    6    1    0    0    0    1    0    0    1    1    0    0
##   208     6    4   16   49    0    1    4    1    0    0    0    0    0
##   209   587  425  666  898    0   35   83  150    5   67    4    9    4
##   210     0    1    0    1    0    0    0    0    0    0    0    0    0
##   213    49   38   25   22    0    2   12   10    0    2    0    6    0
##   214    86   92   46  813    0    5   25   15    6   42    0    7    2
##   215     4    1    1    2    0    6    1    1    0    0    1    0    0
##   217   755  318  164  182  252   51  146  168    4   57    7   27    2
##   218    21   14    3    6    0    1    7    5    0    7    0    0    0
##   219     1    3    5    0    0    0    5    0    0    0    0    0    0
##   220     0    2    0    0    0    0    0    0    0    0    0    0    0
##   221     0    0    0    0    0    0    0    0    0    0    0    0    0
##   222    46   39   25   38    0    8   21    5    2    8    0    0    0
##   223     2    0    1    0    0    2    1    4    1    0    0    0    0
##   226     0    1    0    0    0    0    0    0    0    0    0    0    0
##   228   107  397  236  949    0   15   60   33    0   51   10   24    1
##   229    13   34   42  123    0    7   43    0    0   13    0   18    0
##   230     3   11    0    0    0    0    3    0    2    2    0    1    0
##   231    13   19    4    3    0    0    0    0    1    5    0    0    0
##   235    19   25   72   10    0    1    7    1    1    4    0    0    1
##   236     0    2    0    0    0    2    1    0    0    0    0    0    0
##   347     0    3    0    0    0    0    2    0    0    0    0    0    0
##   349     0    0    1    0    0    0    1    0    0    0    0    0    0
##   359     2   14    8   11    0    5    1    1    0    0    0    0    0
##   362   107   46   25   94    0   20   44    8    0   10    2    1    0
##   377     0    2    0    0    0    0    2    0    0    0    0    0    0
##   403     9   10    1    0    0    3    0    0    0    1    0    1    0
##   406     0    0    0    0    0    0    0    0    0    0    1    0    0
##   422     0    0    0    0    0    0    0    0    0    0    1    0    0
##   428     0    0    0    0    0    1    0    0    0    0    0    0    0
##   499     9    2    1    2    0    0    3    1    0    0    0    0    0
##   532     0    0    0    0    0    0    0    0    0    1    0    0    0
##   603   826  293  771  841    1   28   34   29    0   17    5    9    3
##   604     5    7    1    1    0    2    6    0    0    4    0    3    0
##   605     1    0    0    0    0    0    1    0    0    0    0    0    0
##   1001    0    1    5    0    0    0    3    0    0    1    0    0    0
##   1002    0    0    0    0    0    0    0    0    0    3    0    0    0
##   1003   21   27   10   13    0    1   19    3    0    7    0    0    0
##   1004   10   14    6   49    0    0   18    0    0    4    0   17    0
##       
##          14   15   16   17   18   19   20   21   22
##   4    2508  230   68  114    4  145  743   37   18
##   5      11    1    0    0    0    6    4    1    0
##   6     829   30   20   27   19  103   76   32    3
##   8     120    5    0    0    0   15    1  171    8
##   11    104   20    3    2    0   14    0    5    0
##   12      6    0    0    0    0    1    0    0    0
##   14     12   23    0    0    1    4    1    0    1
##   15     28    4    0    0    2    6    1    1    0
##   16      9    4    0    0    0    5    0    1    0
##   17      0    0    0    0    1    0    0    0    0
##   18     41    5    0    0    0    3   17    1    0
##   19    368   69    1   21    0  128   89    1  187
##   20      0    0    0    0    1    0    0    0    0
##   21      9    9    1    1    1    2    0    3    0
##   22      1    0    0    0    0    0    0    0    0
##   23      0    0    0    0    0    0    0    0    0
##   25      1    0    0    0    0    0    0    1    0
##   26     44   10    6    0    0    5    0   22    5
##   28     35   22    1    1    0    7    7    2    0
##   29      6    0    0    0    0    0    0    0    0
##   30     42    9    1    0    1   11   10    0    2
##   31      0    0    0    0    0    0    0    0    0
##   32      5    2    0    0    1    2    1    0    0
##   33      9    1    0    0    0    0    0    0    0
##   34    208   13    0    0    1   23   17    4   14
##   35      2    1    0    0    0    1    1    0    0
##   36     49    2    1    2    4   21    0    0    9
##   37    153   17    0    5    1    4   19    0    0
##   38     16   12    0    0    0    3    1    9    0
##   41    114   13    0    4    0    2    0    0    1
##   42     34    0    0    1    0    0    0    0    0
##   43    189  138   17    0    2  191    3  299   17
##   44     45    1    0    0    2   82    4    1    0
##   45   1403  102   47   38   17  425  109  671    2
##   46      0    0    0    0    0    0    0    0    0
##   47      6    2    0    0    1    4    0    0    0
##   49      1    0    0    1    1    0    1    1    0
##   50     12    6    0    0    0    3    0    0    0
##   51      1    0    0    0    0    1    0    0    0
##   53     22    5    0    6    0    0    1    0    0
##   54      7    2    0    0    0    3    1    0    0
##   55      4    4    0    0    0    2    0    0    0
##   56      3    0    0    0    0    1    0    0    0
##   57      1    0    0    0    0    0    0    0    0
##   58     30    2    0    0    0    3    1    0    0
##   59     15    5    0    0    2   14    0    3    0
##   60    240   62    9    8   26   60  209   82    2
##   61    363   25   85   13    0  152   39  625   10
##   62      0    0    0    0    0    0    0    0    0
##   63      1    0    0    0    1    0    0    0    0
##   64      2    0    0    0    0    2    1    0    0
##   65     34    3    0    0    4   11    2    5    4
##   67      1    4    0    0    0    2    0    1    0
##   68     12    1    0    0    0    1    0    0    0
##   69    455   63   21   36   19   33   98   20    4
##   70      1    0    0    0    0    0    0    0    0
##   71      0    0    0    0    0    0    0    0    0
##   72      1    0    2    0    0    0    0    0    0
##   73      0    0    0    0    0    0    0    0    0
##   74     34    0    3    8    0   19    2    6    0
##   75    235   39    0    0    5   31    2    3    0
##   76      7    1    0    0    0    0    0    0    0
##   78    174   11    3    2   13   11    1    2    7
##   80      0    0    0    1    0    0    0    0    0
##   81      4    0    0    0    0    0    0    0    0
##   83    363   25   13    6   10   47   24   55    9
##   84     12    1    0    0    0    0    0    0    0
##   85      2    0    0    0    0    0    0    0    0
##   86      2    0    2    0    0    1    0    0    1
##   87     52    3    1    0    0    2    1    1    0
##   88     52    4    1    3    1    3    0    9    0
##   89      3    0    1    0    0    1    0    1    0
##   90      3    2    0    0    0    5    0    0    1
##   91      1    1    0    0    0    0    0    0    0
##   92   3001  209  138  141   29  811  591   79  225
##   93    166  111    0    3    4   18   12    6    1
##   94     84   40    1    0    1   19    5   29    0
##   95   8398  648   21  930    9  468 1262  329   75
##   96    112    2    0   11    0    4   63    0    0
##   97   1001   37    1    1   15  176  123   10    2
##   98    130   24    5    5   11   28    5   18   32
##   99     12    3    0    0    0    1    0    2    1
##   100     8    2    0    0    0    0    0    0    0
##   101    28   27    2    5    0   49    0    3    0
##   102    11    0    0    2    7    0    1    3    1
##   103     3    0    0    0    0    1    0    0    0
##   104   139   46    8    1    4   24   13    4    3
##   106     7    3    0    2    0    0    1    1    0
##   107     3    1    0    0    2    0    2    0    0
##   108     7    0    0    0    1    4    1    0    0
##   109     3    4    0    0    0    2    0    0    0
##   110   376   58    3  219    3   23   60    5  102
##   111     3    2    0    0    0    0    0    1    0
##   112     6    4    0    1    0    1    0    0    0
##   113   438   69    1   95    1    5   66   30    2
##   115     1    0    0    0    0    0    0    0    0
##   116     1    0    0    0    0    0    0    4    0
##   117     9    0    0    0    1    0    0    0    0
##   118    23    3    0    0    1    5    1    1    0
##   119     4    0    1    0    0    1    0    0    0
##   120     2    1    0    0    0    0    0    0    0
##   121    25    5    0    0    2    9    2    0    0
##   122     7    0    0    0    1    0    0    0    0
##   123    84    7    1    9    3    9    5    0    3
##   124     4    3    0    1    1    0    0    0    0
##   127     0    0    1    0    0    0    0    0    0
##   128     0    0    0    0    1    0    0    0    0
##   129     0    0    0    0    0    0    0    0    0
##   130   106   10    0    0    2   18    3    5   11
##   132     3    0    0    0    0    2    0    1    0
##   136     4    0    0    0    1    0    0    0    0
##   137   103    4    0    0    0   50    0   17   17
##   138   108   47    2    7    2   43   16   14    0
##   139    44    0    1    0    1    7    0    4    2
##   141   234   16   21    5    2   71   92    3  152
##   142    12   10    1    0    0    2    2    3    0
##   143     6    0    0    0    0    0    0    0    2
##   144     7    0    0    0    0    0    0    0    0
##   145   154   16    7    9    1   30    4   52   10
##   146    57    1    1    0    2    4    2    0    0
##   147  1551  222   35   41    0   56  101  138   30
##   149     0    0    0    0    0    0    0    0    0
##   151     4    1    0    1    0    0    1    0    0
##   153  3376  535   57  349   10  674  828  635  398
##   155   811   49    0   27    9   83   72    4   38
##   156    13    0    0    0    0    1    2    8    1
##   157     8    1    1    0    0    4    0    3    0
##   158    18    0    0    2    0   14    0    3    0
##   159   843   37   44   27   15  232   25  487    0
##   160  1058  102   83   51   15  188  182  166    1
##   161     6    1    0    0    1    2    1    0    1
##   162    25    1    0    1    1    2    1    0    1
##   164     1    0    0    0    0    0    0    0    0
##   166     2    0    0    0    0    0    1    0    0
##   167   266   99   13    3    4  154   77   40    2
##   168    57   11    0    0    0   11    1    2    0
##   173    95   18    0    0    1    0    6    5    0
##   174    19    1    0    1    1    9    0    1    0
##   175     1    0    0    0    0    0    0    0    0
##   176     0    0    0    0    0    0    0    0    0
##   177    35    0    0    0    0    5    1    2    0
##   178     2    0    0    0    1    0    0    1    0
##   179     4    0    0    0    0    1    1    0    0
##   180     0    0    0    0    1    0    0    0    0
##   181     1    0    0    0    0    0    0    0    0
##   182   676   41    6   53    0   31   67    6    1
##   183   480   18    5    1    1  189    7   76   90
##   184     3    0    0    0    0    0    0    0    0
##   185   271   14   36   11   20  136   25   81    7
##   186   543   65   15   52    3  227   35   34   95
##   189     0    0    0    0    0    0    0    0    0
##   190     0    1    0    0    0    0    0    0    0
##   195   423    9    1    5    1   11    0    6    0
##   196     7    0    1    0    0    2    0    7    0
##   197     2    0    0    0    0    3    0    0    0
##   198    70   10    0    0    1    2    1    0    0
##   199    11    0    0    1    0    6    2    4    0
##   200   796   67    1   90    0   36   26   20    2
##   201     4    0    1    0    0   13    0    0    2
##   202    14    3    1    1    0    6    6    2    0
##   203     6   17    0    0    0    1    3    0    1
##   204     5    0    0    0    0    1    0    0    0
##   205   942   55   67    4    1  102   69  166    1
##   207     4    1    0    1    0    3    0    0    0
##   208     9    7    0    2    3    0    1    1    0
##   209   613   35   10   43   15  139  100   62   48
##   210     0    0    0    0    0    0    0    0    0
##   213   141   29    1    0    2   26    1    4    1
##   214   303   18    2   10    1   71   23   36    3
##   215     1    1    0    0    0    0    0    0    0
##   217   335  147   10    8   10   17   11   85    6
##   218     6    0    1    0    0    1    0    0    0
##   219     6    0    0    0    0    1    0    0    0
##   220     0    0    0    0    0    0    0    0    0
##   221     0    1    0    0    0    0    0    0    0
##   222    40    6    1    1    0   25    6    4    0
##   223     0    0    0    0    0    0    0    0    0
##   226     0    0    0    0    0    0    0    0    0
##   228   562   71    2  148   23   10   85  161   81
##   229   331    9    0    2    1    3    0    1    0
##   230    22    0    0    0    0    2    0    0    8
##   231    25    5    0    0    2    2    0    2   10
##   235    36    6    0    1    0    6    3    1    0
##   236     3    0    0    0    0    1    0    0    0
##   347     2    0    0    0    0    1    0    0    0
##   349     0    0    0    0    0    0    0    0    0
##   359    15    0    0    1    0   14    0    1    0
##   362    26    2    4    2    4   20    2   15    0
##   377     0    0    0    0    0    0    0    0    0
##   403     6    6    0    0    0    7    0    3    0
##   406     0    0    0    0    0    0    0    0    0
##   422     0    0    0    0    0    0    0    0    0
##   428     0    0    0    0    0    0    0    0    0
##   499     4    0    0    1    0    0    1    0    0
##   532     0    0    0    0    0    0    0    0    0
##   603  1638   92    8  187    9  113  142    8    3
##   604     7    5    2    0    0    1    0    0    0
##   605     0    0    0    0    0    1    0    0    0
##   1001    2    0    0    0    0    0    0    0    0
##   1002    1    1    0    0    0    0    0    0    0
##   1003   78    6    0    0    0    3    1    0    0
##   1004   59    1    0    4    1   11    0    2    0
f3 = table(gt2$country,gt2$claimmode_txt)  
chisq.test(f3)
## Warning in chisq.test(f3): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  f3
## X-squared = 31268, df = 1407, p-value < 2.2e-16
chisq.test(f3)$observed
## Warning in chisq.test(f3): Chi-squared approximation may be incorrect
##       
##        Personal claim Posted to website, blog, etc. Unknown
##   4              1508                           714    1010
##   5                 0                             0       0
##   6                 5                            36      30
##   8                 1                             0       2
##   11                0                             1       3
##   12                1                             0       0
##   14                3                             4       0
##   15                1                             0       1
##   16                0                             0       0
##   17                0                             0       0
##   18                4                            11       8
##   19               18                            33       6
##   20                0                             0       0
##   21                3                             2       1
##   22                0                             0       0
##   23                0                             0       0
##   25                0                             0       1
##   26                0                             0       1
##   28                0                             0       0
##   29                0                             0       0
##   30                1                             0       0
##   31                0                             0       0
##   32                1                             0       0
##   33                2                             3       4
##   34                1                             2       7
##   35                0                             1       1
##   36                0                             0       2
##   37               10                             0       7
##   38                4                             1       1
##   41                7                             0       1
##   42                1                             3       3
##   43                1                             7       3
##   44               10                             2       3
##   45               37                            12      42
##   46                0                             0       0
##   47                0                             0       1
##   49                0                             0       0
##   50                0                             0       0
##   51                0                             0       0
##   53                1                             0       0
##   54                0                             1       3
##   55                0                             0       0
##   56                0                             0       1
##   57                0                             0       0
##   58                0                             0       0
##   59                1                             0       0
##   60              102                           223      55
##   61                0                             0       0
##   62                0                             0       1
##   63                0                             0       1
##   64                1                             0       0
##   65                6                             3       6
##   67                0                             0       0
##   68                2                             2       0
##   69               29                            22      77
##   70                0                             0       0
##   71                0                             0       0
##   72                3                             0       0
##   73                0                             0       0
##   74                2                             0       0
##   75               11                            22       3
##   76                0                             0       0
##   78                3                            65      65
##   80                0                             0       0
##   81                0                             0       0
##   83                0                             0       0
##   84                0                             0       0
##   85                0                             0       0
##   86                0                             0       0
##   87                4                             0       0
##   88                0                             0       0
##   89                0                             0       1
##   90                0                             0       0
##   91                0                             0       0
##   92              239                            13     325
##   93               23                             6       8
##   94                5                             9      22
##   95              733                          1490     201
##   96                1                             0       0
##   97               38                            56     217
##   98                6                             7      10
##   99                0                             1       0
##   100               0                             0       0
##   101              11                             0       2
##   102               1                             9       3
##   103               1                             0       2
##   104              63                            19      11
##   106               3                             1       0
##   107               0                             0       0
##   108               0                             0       0
##   109               0                             0       0
##   110              13                            45      32
##   111               0                             0       0
##   112               0                             0       2
##   113              75                            87      24
##   115               0                             0       0
##   116               0                             0       0
##   117               0                             0       0
##   118               1                             1       1
##   119               0                             0       0
##   120               0                             0       0
##   121               3                             1       1
##   122               1                             0       0
##   123              40                            37      31
##   124               1                             0       0
##   127               0                             0       0
##   128               1                             2       5
##   129               0                             0       0
##   130               2                             6      14
##   132               0                             0       0
##   136               0                             0       0
##   137               2                             0       0
##   138              15                            29       4
##   139               0                             0       0
##   141              64                             0     102
##   142               4                             1       1
##   143               0                             0       0
##   144               0                             1       0
##   145               0                             2       0
##   146               5                             5      11
##   147              43                            49      85
##   149               0                             0       0
##   151               2                             0       0
##   153             300                           182     435
##   155              46                            33     118
##   156               0                             0       1
##   157               1                             0       0
##   158               8                             0       5
##   159               1                             0       1
##   160             288                            38     101
##   161               1                             0       0
##   162               0                             0       0
##   164               0                             1       0
##   166               0                             0       0
##   167              23                            42      40
##   168               0                             0       0
##   173              21                            58      13
##   174               1                             0       1
##   175               1                             1       0
##   176               0                             0       0
##   177               0                             0       1
##   178               0                             0       0
##   179               1                             0       0
##   180               0                             0       0
##   181               0                             0       0
##   182             487                           162     247
##   183               0                             0       0
##   184               0                             0       0
##   185               6                             3      25
##   186               6                             6      16
##   189               0                             0       0
##   190               0                             0       0
##   195              34                             0      18
##   196               0                             0       0
##   197               1                             0       1
##   198               5                             1       2
##   199               0                             2       2
##   200             121                           308      60
##   201               2                             0       0
##   202               0                             0       1
##   203               1                             0       0
##   204               0                             0       0
##   205              33                             0       6
##   207               0                             0       0
##   208               7                            16       2
##   209              29                            79      52
##   210               0                             0       0
##   213               2                             1       5
##   214              57                             9      13
##   215               2                             2       0
##   217             106                            33      44
##   218               1                             0       0
##   219               0                             0       5
##   220               0                             0       0
##   221               0                             0       0
##   222               1                             0       0
##   223               2                             0       0
##   226               0                             0       0
##   228              64                           205      68
##   229              16                             0      10
##   230               0                             0       0
##   231               1                             0       0
##   235               1                             0       1
##   236               0                             0       0
##   347               0                             0       0
##   349               0                             0       0
##   359               0                             0       0
##   362               0                             0       0
##   377               0                             0       0
##   403               0                             0       0
##   406               0                             0       0
##   422               0                             1       0
##   428               0                             0       0
##   499               0                             0       0
##   532               0                             0       0
##   603              31                            31      60
##   604               0                             0       0
##   605               0                             0       0
##   1001              0                             0       1
##   1002              0                             0       0
##   1003              1                             0       3
##   1004             26                             0       1
##       
##        Call (post-incident) Note left at scene E-mail Other     M
##   4                     276                 10    156    40  8558
##   5                       0                  0      0     0    75
##   6                       9                  0      1     0  2513
##   8                       1                  0      2     0   443
##   11                      0                 12      1     1   703
##   12                      0                  0      0     0    23
##   14                      0                  0      0     0    99
##   15                      0                  5      0     0   102
##   16                      0                  0      0     0    44
##   17                      0                  0      0     0     5
##   18                      0                  0      2     0   173
##   19                      4                  6      5     0  1481
##   20                      0                  0      0     0     3
##   21                      0                  4      0     0   136
##   22                      0                  0      0     0     7
##   23                      0                  0      0     0     7
##   25                      0                  1      0     0     2
##   26                      0                  1      0     0   271
##   28                      0                  0      0     0   155
##   29                      0                  0      0     0     7
##   30                      0                  0      0     1   248
##   31                      0                  5      0     0     1
##   32                      0                  0      0     0    49
##   33                      0                  1      4     0    34
##   34                      2                  2      0     2   562
##   35                      0                  0      0     0    10
##   36                      0                  1      0     0   193
##   37                      0                  0      7     0   278
##   38                      1                  5      3     0    78
##   41                      0                  0      1     1   235
##   42                      3                  1      0     0    61
##   43                      1                 21      4     1  1890
##   44                      0                  0      0     2   228
##   45                      6                 25     14    20  7264
##   46                      0                  0      0     0     5
##   47                      0                  0      0     0    34
##   49                      0                  0      0     0    54
##   50                      0                  0      0     0    56
##   51                      0                  0      0     0    29
##   53                      0                  0      0     0   126
##   54                      0                  2      0     0    26
##   55                      0                  0      0     0    38
##   56                      0                  0      0     0    18
##   57                      0                  0      0     0     2
##   58                      0                  0      0     0    89
##   59                      1                  6      2     0   190
##   60                      0                  7     27     1  2011
##   61                      0                  0      0     0  3567
##   62                      0                  0      0     0     0
##   63                      0                  0      0     0     5
##   64                      0                  0      0     0    12
##   65                      1                  0      0     0   146
##   67                      0                  0      0     0    17
##   68                      0                  0      0     0    16
##   69                     11                 33      2    10  2312
##   70                      0                  0      0     0     5
##   71                      0                  0      0     0     3
##   72                      0                  0      0     0     5
##   73                      0                  0      0     0     3
##   74                      1                  0      0     1   212
##   75                      0                  7      1     0   669
##   76                      0                  0      0     0    16
##   78                     67                  4      5    11  1037
##   80                      0                  0      0     0     4
##   81                      0                  0      0     0    35
##   83                      0                  0      0     0  1651
##   84                      0                  0      0     1    23
##   85                      0                  0      0     0     9
##   86                      0                  0      0     0    26
##   87                      0                  0      0     0   208
##   88                      0                  1      0     0   289
##   89                      0                  0      0     0    25
##   90                      0                  0      0     0    46
##   91                      0                  0      0     0     4
##   92                    127                523    140    74 10142
##   93                      2                  3      4     0   692
##   94                      0                  0      7     3   511
##   95                      2                 10     61     7 21272
##   96                      0                  0      1     0   295
##   97                     37                 19     16    43  1556
##   98                      4                  8      2     3  1410
##   99                      0                  0      0     0    65
##   100                     0                  0      0     0    34
##   101                     1                  0      1     0   353
##   102                     0                  4      0     0    86
##   103                     0                  0      3     0    20
##   104                     9                  3     19     1   522
##   106                     0                  0      0     0    57
##   107                     0                  0      0     0    33
##   108                     0                  0      0     0    23
##   109                     0                  0      0     0    17
##   110                     2                  2      5     4  2043
##   111                     0                  0      0     0    24
##   112                     0                  0      0     0    29
##   113                     2                 11     17     1  1758
##   115                     0                  0      0     0     8
##   116                     0                  0      0     0    12
##   117                     0                  0      0     0    32
##   118                     0                  0      2     0   107
##   119                     0                  0      1     0    26
##   120                     0                  0      0     0     5
##   121                     1                  0      0     0    86
##   122                     0                  0      0     0    19
##   123                    12                  2     29     1   356
##   124                     0                  0      0     0    21
##   127                     0                  0      0     0     7
##   128                     0                  0      0     0     6
##   129                     0                  0      0     0     2
##   130                     3                  6      0     1   471
##   132                     0                  0      0     0    20
##   136                     0                  0      0     0    32
##   137                     0                  0      0     0   319
##   138                     1                  0     13     0   424
##   139                     0                  0      0     0   130
##   141                    43                 62      6     3   906
##   142                     0                  0      0     0   116
##   143                     0                  0      0     0    30
##   144                     0                  0      0     0    19
##   145                     0                  0      0     0  1148
##   146                     0                  0      3     1   124
##   147                    30                 22     74    19  3254
##   149                     0                  0      0     0     1
##   151                     0                  0      0     0    17
##   153                   819                116    112    12 12095
##   155                    18                 11      9    33  1863
##   156                     0                  0      0     0   123
##   157                     0                  0      0     0    85
##   158                     1                  9      1     3    81
##   159                     0                  8      0     2  5180
##   160                    29                 29    101    22  5719
##   161                     0                  1      0     0    36
##   162                     0                  1      0     0   123
##   164                     1                  0      0     0     4
##   166                     0                  0      0     0     6
##   167                    10                  6      9     2  2034
##   168                     0                  0      0     0   150
##   173                     4                  0      5     0   249
##   174                     0                  0      0     0    78
##   175                     0                  0      0     0     9
##   176                     0                  0      0     0     2
##   177                     0                  0      0     0    85
##   178                     0                  0      0     0     7
##   179                     0                  0      0     0    17
##   180                     0                  0      0     0     6
##   181                     1                  0      0     1     2
##   182                    11                  7     36    15  2466
##   183                     2                  0      0     0  1863
##   184                     0                  1      0     0    34
##   185                     9                  2      9     4  2852
##   186                     1                  3      0     7  2821
##   189                     0                  0      0     0     1
##   190                     0                  0      0     1     0
##   195                    13                  1      3     2   703
##   196                     0                  0      0     0    62
##   197                     1                  0      0     0    11
##   198                     0                  0      2     1   118
##   199                     1                  3      0     2    90
##   200                     2                  2     28     1  1378
##   201                     0                  1      0     0    47
##   202                     0                  0      0     0   178
##   203                     0                  1      1     0    47
##   204                     0                  0      0     0    46
##   205                     0                 27      0     0  3728
##   207                     0                  0      0     0    20
##   208                     0                  1      2     0    76
##   209                    16                  6     21     5  3790
##   210                     0                  0      0     0     2
##   213                     0                  1      0     0   362
##   214                     0                  7      4     0  1516
##   215                     0                  0      0     0    15
##   217                    83                 72      9    53  2362
##   218                     0                  0      0     0    71
##   219                     0                  0      0     0    16
##   220                     0                  0      0     0     2
##   221                     0                  0      0     0     1
##   222                     0                  5      0     0   269
##   223                     0                  0      0     0     9
##   226                     0                  0      0     0     1
##   228                    16                  5     18    11  2639
##   229                     0                  3      0     1   610
##   230                     0                  0      0     0    54
##   231                     0                  0      0     0    90
##   235                     0                  1      0     0   191
##   236                     0                  0      0     0     9
##   347                     0                  0      0     0     8
##   349                     0                  0      0     0     2
##   359                     0                  0      0     0    73
##   362                     0                  0      0     0   432
##   377                     0                  0      0     0     4
##   403                     0                  0      0     0    47
##   406                     0                  0      0     0     1
##   422                     0                  0      0     0     0
##   428                     0                  0      0     0     1
##   499                     0                  0      0     0    24
##   532                     0                  0      0     0     1
##   603                    32                 12     19     4  4868
##   604                     0                  3      0     0    41
##   605                     0                  1      0     0     2
##   1001                    0                  0      0     0    11
##   1002                    0                  0      0     0     5
##   1003                    1                  1      0     1   182
##   1004                    0                  0      5     0   164
f4 = table(gt2$country,gt2$weaptype1_txt)  
chisq.test(f4)
## Warning in chisq.test(f4): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  f4
## X-squared = 59178, df = 2211, p-value < 2.2e-16
chisq.test(f4)$observed
## Warning in chisq.test(f4): Chi-squared approximation may be incorrect
##       
##        Biological Chemical Explosives Fake Weapons Firearms Incendiary
##   4             0       56       6690            0     3631        282
##   5             0        1         46            0       22          2
##   6             0        0       1057            1      974         50
##   8             0        1        240            0      131          8
##   11            0        2        447            1      133         37
##   12            0        0         11            0       10          1
##   14            0        3         35            0       14         40
##   15            0        1         57            1       13         26
##   16            0        0         18            0       20          2
##   17            0        0          2            0        2          1
##   18            0        0        119            0       10         64
##   19            0        0        812            0      243        287
##   20            0        0          2            0        1          0
##   21            0        9         70            0       22         24
##   22            0        0          1            0        4          0
##   23            0        0          4            0        1          0
##   25            0        0          4            0        0          0
##   26            0        0        218            1       33          7
##   28            0        0        105            0       33          5
##   29            0        0          7            0        0          0
##   30            0        1         60            1      111         18
##   31            0        0          6            0        0          0
##   32            0        2         33            1        6          4
##   33            0        0          8            0       30          4
##   34            0        0        229            0      230         45
##   35            0        0          8            0        0          3
##   36            0        2         89            0       82          1
##   37            0        0        124            0       77         26
##   38            0        2         40            0       13         23
##   41            0        0         34            0      152          4
##   42            0        0         21            0       32          2
##   43            1        3       1377            0      267        190
##   44            0        3        165            1        3         20
##   45            0       10       2968            0     3047        411
##   46            0        0          0            0        2          3
##   47            0        0         15            0       17          0
##   49            0        0         28            0       20          1
##   50            0        0         39            0       16          0
##   51            0        0         12            0        5          0
##   53            0        0        104            0       15          3
##   54            0        3         13            0        1          8
##   55            0        0         14            0        7          7
##   56            0        0         10            0        6          0
##   57            0        0          0            0        1          0
##   58            0        0         53            0       15          9
##   59            0        0        107            0       59          8
##   60            0        0       1250            0      942         77
##   61            0        1       1252            0     1917        133
##   62            0        0          0            0        1          0
##   63            0        0          2            0        1          0
##   64            0        0          8            0        3          1
##   65            0        0         77            1       54          3
##   67            0        0          6            0        1          7
##   68            0        0          4            0        1         13
##   69            0        3       1863            0      234        180
##   70            0        0          1            0        1          3
##   71            0        0          0            0        0          2
##   72            0        0          4            0        2          1
##   73            0        0          0            0        1          1
##   74            0        0        123            0       74          3
##   75            0        3         82            0       38        418
##   76            0        0          7            0        3          1
##   78            0        0        705            0       71        427
##   80            0        0          1            0        3          0
##   81            0        0         25            0        3          1
##   83            0        0        369            0     1001         53
##   84            0        0          2            0       15          1
##   85            0        0          1            0        8          0
##   86            0        0          9            0       11          2
##   87            0        0         37            0      117         22
##   88            0        0        143            0      115          2
##   89            0        1          9            0        5          3
##   90            0        0         32            0        5          5
##   91            0        0          2            0        0          1
##   92            0       12       4953            2     4343        925
##   93            0        2        296            0      225        125
##   94            0        0        291            0      172         33
##   95            0       43      18638            0     4013        120
##   96            0        0        164            0       55         65
##   97            0        5       1389            0      201        130
##   98            0        2        625            0      317        408
##   99            0        0          6            0       43          4
##   100           0        0          3            0       20          5
##   101           2       12        108            1       16        172
##   102           0        1         45            0       37          8
##   103           0        0          7            0        9          4
##   104           3        0        311            0      240         33
##   106           0        0         28            0       21          2
##   107           0        0         18            0        6          3
##   108           0        0         12            0        8          0
##   109           0        0         14            0        2          1
##   110           0        0       1408            2      552         12
##   111           0        0         12            0        6          3
##   112           0        0          4            0       17          2
##   113           0        1        988            0      668         37
##   115           0        0          6            0        2          0
##   116           0        0         11            0        0          0
##   117           0        0         14            0        7          9
##   118           0        0         49            0       44          6
##   119           0        1         12            0        5          1
##   120           0        0          0            0        1          3
##   121           0        0         38            0       27         17
##   122           0        0          3            0        1          9
##   123           0        0        204            0      209         11
##   124           0        0         12            1        4          5
##   127           0        0          4            0        0          3
##   128           0        0          3            0        9          0
##   129           0        0          0            0        1          0
##   130           0        1        110            1      264         25
##   132           0        0         11            0        7          0
##   136           0        0         17            0        1          1
##   137           0        0         42            0      230         13
##   138           0        0        269            0      101         35
##   139           0        1         78            0       36          2
##   141           0        2        669            0      208        153
##   142           0        0         51            0       19         36
##   143           0        0         13            0        7          7
##   144           0        8          6            0        1          4
##   145           0        0        192            0      801         22
##   146           0        0         31            0       68          9
##   147           0        3       1283            0     1867        201
##   149           0        0          0            0        1          0
##   151           0        0          4            1        4          4
##   153           2        7       8037            0     4837        425
##   155           0        5        631            0      702        235
##   156           0        0         73            0       27         13
##   157           0        0         10            0       46         12
##   158           0        0         15            0       56         13
##   159           0        3       2560            0     2029        219
##   160           0        2       2225            0     3263        336
##   161           0        0         27            0        2          3
##   162           0        0         94            0       14          6
##   164           0        0          2            0        1          1
##   166           0        0          3            0        2          1
##   167           0        5       1227            2      767         53
##   168           0        0         49            0       70          0
##   173           0        0        239            1       93          8
##   174           0        0         14            0       51          1
##   175           0        0          6            0        4          0
##   176           0        0          1            0        1          0
##   177           0        0          7            0       52          8
##   178           0        0          4            0        0          1
##   179           0        0         13            0        1          2
##   180           0        0          4            0        2          0
##   181           0        0          0            0        3          0
##   182           0        1       1655            0     1254         35
##   183           0        1        864            0      626        172
##   184           0        0          5            0        2         13
##   185           0        0       1737            2      678        316
##   186           0        2       1076            0     1291        154
##   189           0        0          0            0        0          0
##   190           0        0          0            0        0          0
##   195           0        0         81            0      481         31
##   196           0        0          8            0       36          6
##   197           0        0          6            0        2          5
##   198           0        1         41            0       10         61
##   199           0        0         59            0       15         16
##   200           0        8       1444            0      206         10
##   201           0        1         11            2        7         19
##   202           0        1         59            0       98          1
##   203           0        2         24            0        9         10
##   204           0        0         24            0       16          1
##   205           0        1       1883            0     1531        297
##   207           0        0          3            0        7          6
##   208           0        0         46            1       38          8
##   209           0        1       1944            1     1457        284
##   210           0        0          0            0        2          0
##   213           0        1         80            0      171         17
##   214           0        1       1114            1      279         58
##   215           0        0         11            0        4          0
##   217          23       21       1350            4      398        839
##   218           0        0         24            0       20         14
##   219           0        0         14            1        4          1
##   220           0        0          0            0        0          0
##   221           0        0          0            0        1          0
##   222           0        4         99            0       89         28
##   223           0        4          2            0        0          2
##   226           0        0          0            0        0          1
##   228           0        1       1516            0     1004         14
##   229           0        0         34            0      310         46
##   230           0        0         28            0       21          3
##   231           0        1         32            0       31          9
##   235           0        0         75            0      105          3
##   236           0        0          3            0        2          0
##   347           0        0          3            0        5          0
##   349           0        0          1            0        0          1
##   359           0        0         32            0       37          2
##   362           0        6        236            0       40        119
##   377           0        0          3            0        0          0
##   403           0        0         30            0       12          2
##   406           0        0          1            0        0          0
##   422           0        0          1            0        0          0
##   428           0        0          1            0        0          0
##   499           0        0          7            0        4          9
##   532           0        0          1            0        0          0
##   603           1        6       2107            0     1984        713
##   604           0        0         15            0       13          3
##   605           0        0          2            0        0          0
##   1001          0        0          6            0        4          1
##   1002          0        0          4            0        0          0
##   1003          0        0        115            0       56          8
##   1004          0        0         25            0      108          9
##       
##        Melee Other Radiological Sabotage Equipment Unknown
##   4      130     5            0                  5    1470
##   5        1     0            0                  0       3
##   6      267     1            0                  1     243
##   8        4     2            0                  0      63
##   11      12     0            0                  0      89
##   12       1     0            0                  0       1
##   14       5     1            0                  0       7
##   15       4     0            1                  1       5
##   16       1     0            0                  0       3
##   17       0     0            0                  0       0
##   18       2     0            0                  0       3
##   19      93     0            0                  7     111
##   20       0     0            0                  0       0
##   21       8     1            0                  0      12
##   22       1     0            0                  0       1
##   23       0     0            0                  0       2
##   25       0     0            0                  0       0
##   26       0     0            0                  0      14
##   28       7     0            0                  0       5
##   29       0     0            0                  0       0
##   30       8     0            0                  0      51
##   31       0     0            0                  0       0
##   32       2     0            0                  0       2
##   33       0     0            0                  0       6
##   34      13     0            0                  0      61
##   35       1     0            0                  0       0
##   36       1     0            0                  0      21
##   37       9     0            0                  0      66
##   38      11     1            0                  0       2
##   41       8     2            0                  0      45
##   42       2     0            0                  0      15
##   43       8     2            0                  1      78
##   44      34     0            0                  0      17
##   45      35     1            0                  5     942
##   46       0     0            0                  0       0
##   47       0     0            0                  0       3
##   49       0     0            0                  0       5
##   50       0     0            0                  0       1
##   51       4     0            0                  0       8
##   53       0     0            0                  0       5
##   54       3     0            0                  2       2
##   55       0     0            0                  0      10
##   56       1     0            0                  0       2
##   57       1     0            0                  0       0
##   58       5     0            0                  0       7
##   59       1     1            0                  0      24
##   60      42     0            0                  0     115
##   61       8     0            0                  3     252
##   62       0     0            0                  0       0
##   63       0     0            0                  0       3
##   64       0     0            0                  0       1
##   65       1     0            0                  0      26
##   67       1     0            0                  0       2
##   68       2     0            0                  0       0
##   69      45     1            1                  2     163
##   70       0     0            0                  0       0
##   71       1     0            0                  0       0
##   72       1     0            0                  0       0
##   73       0     0            0                  0       1
##   74       3     0            0                  0      13
##   75      87     5            0                  2      77
##   76       3     0            0                  0       2
##   78      21     3            0                  0      30
##   80       0     0            0                  0       0
##   81       0     0            0                  0       6
##   83      15     0            0                  2     210
##   84       0     1            0                  0       5
##   85       0     0            0                  0       0
##   86       1     0            0                  0       3
##   87      13     0            0                  0      21
##   88       4     0            0                  0      26
##   89       2     0            0                  0       6
##   90       3     0            0                  0       1
##   91       0     0            0                  0       1
##   92     491     7            0                 31     812
##   93      39     2            0                  0      49
##   94       6     1            0                  0      54
##   95      64     9            0                  1     886
##   96       5     0            0                  0       7
##   97     206     0            0                  0      41
##   98      22     2            0                  0      74
##   99       2     0            0                  0      11
##   100      3     0            0                  0       3
##   101     27     3           10                  3      10
##   102      5     0            0                  0       7
##   103      3     0            0                  0       3
##   104     27     0            0                  0      33
##   106      1     0            0                  0       7
##   107      3     0            0                  0       3
##   108      0     0            0                  0       3
##   109      0     0            0                  0       0
##   110     12     0            0                  0     160
##   111      0     0            0                  0       3
##   112      3     1            0                  0       4
##   113     33     4            0                  1     241
##   115      0     0            0                  0       0
##   116      0     0            0                  0       1
##   117      2     0            0                  0       0
##   118      1     1            0                  0      11
##   119      1     0            0                  0       6
##   120      0     0            0                  0       1
##   121      6     0            0                  1       3
##   122      5     1            0                  0       1
##   123      6     2            0                  0      76
##   124      0     0            0                  0       0
##   127      0     0            0                  0       0
##   128      1     0            0                  0       1
##   129      1     0            0                  0       0
##   130     18     0            0                  0      81
##   132      0     0            0                  0       2
##   136      6     0            0                  0       7
##   137      6     0            0                  2      28
##   138     20     0            0                  0      61
##   139      2     0            0                  0      11
##   141     23     0            0                  1     130
##   142      3     0            0                  1      11
##   143      0     0            0                  0       3
##   144      1     0            0                  0       0
##   145      2     0            0                  0     133
##   146      4     1            0                  0      36
##   147     68     0            0                  3     151
##   149      0     0            0                  0       0
##   151      2     0            0                  0       4
##   153    157     2            0                  1     600
##   155    425     5            0                  1      75
##   156      1     0            0                  0      10
##   157      2     0            0                  0      16
##   158     13     0            0                  0      11
##   159     38     1            0                  2     340
##   160     45     0            0                  1     455
##   161      2     0            0                  0       3
##   162      1     0            0                  0       9
##   164      1     0            0                  0       1
##   166      0     0            0                  0       0
##   167     38     1            0                  2      71
##   168      9     0            0                  0      22
##   173      3     0            0                  0       6
##   174      3     0            0                  0      11
##   175      1     0            0                  0       0
##   176      0     0            0                  0       0
##   177      2     1            0                  0      16
##   178      1     0            0                  0       1
##   179      1     0            0                  0       1
##   180      0     0            0                  0       0
##   181      0     0            0                  0       1
##   182     71     7            0                  1     407
##   183     65     0            0                  0     137
##   184      8     0            0                  0       7
##   185     16     0            0                  1     158
##   186     74     1            0                  0     260
##   189      1     0            0                  0       0
##   190      1     0            0                  0       0
##   195     49     0            0                  0     132
##   196      0     0            0                  0      12
##   197      0     0            0                  0       1
##   198      4     2            0                  0       8
##   199      2     1            0                  0       7
##   200     24     1            0                  1     205
##   201      5     0            0                  0       3
##   202      3     0            0                  0      17
##   203      4     0            0                  0       1
##   204      1     0            0                  0       4
##   205     28     2            0                 18      34
##   207      3     0            0                  0       1
##   208      5     0            0                  0       6
##   209     41     1            0                  0     269
##   210      0     0            0                  0       0
##   213     22     0            0                  0      80
##   214     22     1            0                  0     130
##   215      3     0            0                  0       1
##   217     45    17            1                 18      35
##   218      2     0            0                  0      12
##   219      0     0            0                  0       1
##   220      0     0            0                  0       2
##   221      0     0            0                  0       0
##   222      2     0            0                  2      50
##   223      2     0            0                  0       1
##   226      0     0            0                  0       0
##   228     15     1            0                  3     472
##   229     50     0            0                  0     200
##   230      1     0            0                  0       1
##   231      4     1            0                  0      13
##   235      0     0            0                  0      11
##   236      1     0            0                  0       3
##   347      0     0            0                  0       0
##   349      0     0            0                  0       0
##   359      0     0            0                  0       2
##   362      4     1            0                  1      25
##   377      0     0            0                  0       1
##   403      0     0            0                  0       3
##   406      0     0            0                  0       0
##   422      0     0            0                  0       0
##   428      0     0            0                  0       0
##   499      0     0            0                  0       4
##   532      0     0            0                  0       0
##   603    106     4            0                  2     126
##   604      1     0            0                  0      12
##   605      0     0            0                  0       1
##   1001     0     0            0                  0       1
##   1002     0     0            0                  0       1
##   1003     5     1            0                  0       4
##   1004     2     0            0                  0      52
##       
##        Vehicle (not to include vehicle-borne explosives, i.e., car or truck bombs)
##   4                                                                              3
##   5                                                                              0
##   6                                                                              0
##   8                                                                              0
##   11                                                                             0
##   12                                                                             0
##   14                                                                             1
##   15                                                                             0
##   16                                                                             0
##   17                                                                             0
##   18                                                                             0
##   19                                                                             0
##   20                                                                             0
##   21                                                                             0
##   22                                                                             0
##   23                                                                             0
##   25                                                                             0
##   26                                                                             0
##   28                                                                             0
##   29                                                                             0
##   30                                                                             0
##   31                                                                             0
##   32                                                                             0
##   33                                                                             0
##   34                                                                             0
##   35                                                                             0
##   36                                                                             0
##   37                                                                             0
##   38                                                                             1
##   41                                                                             0
##   42                                                                             0
##   43                                                                             1
##   44                                                                             2
##   45                                                                             1
##   46                                                                             0
##   47                                                                             0
##   49                                                                             0
##   50                                                                             0
##   51                                                                             0
##   53                                                                             0
##   54                                                                             0
##   55                                                                             0
##   56                                                                             0
##   57                                                                             0
##   58                                                                             0
##   59                                                                             0
##   60                                                                             0
##   61                                                                             1
##   62                                                                             0
##   63                                                                             0
##   64                                                                             0
##   65                                                                             0
##   67                                                                             0
##   68                                                                             0
##   69                                                                             4
##   70                                                                             0
##   71                                                                             0
##   72                                                                             0
##   73                                                                             0
##   74                                                                             0
##   75                                                                             1
##   76                                                                             0
##   78                                                                             0
##   80                                                                             0
##   81                                                                             0
##   83                                                                             1
##   84                                                                             0
##   85                                                                             0
##   86                                                                             0
##   87                                                                             2
##   88                                                                             0
##   89                                                                             0
##   90                                                                             0
##   91                                                                             0
##   92                                                                             7
##   93                                                                             0
##   94                                                                             0
##   95                                                                             2
##   96                                                                             1
##   97                                                                            10
##   98                                                                             0
##   99                                                                             0
##   100                                                                            0
##   101                                                                            4
##   102                                                                            0
##   103                                                                            0
##   104                                                                            0
##   106                                                                            2
##   107                                                                            0
##   108                                                                            0
##   109                                                                            0
##   110                                                                            0
##   111                                                                            0
##   112                                                                            0
##   113                                                                            2
##   115                                                                            0
##   116                                                                            0
##   117                                                                            0
##   118                                                                            0
##   119                                                                            1
##   120                                                                            0
##   121                                                                            0
##   122                                                                            0
##   123                                                                            0
##   124                                                                            0
##   127                                                                            0
##   128                                                                            0
##   129                                                                            0
##   130                                                                            3
##   132                                                                            0
##   136                                                                            0
##   137                                                                            0
##   138                                                                            0
##   139                                                                            0
##   141                                                                            0
##   142                                                                            1
##   143                                                                            0
##   144                                                                            0
##   145                                                                            0
##   146                                                                            0
##   147                                                                            0
##   149                                                                            0
##   151                                                                            0
##   153                                                                            3
##   155                                                                           52
##   156                                                                            0
##   157                                                                            0
##   158                                                                            0
##   159                                                                            0
##   160                                                                            0
##   161                                                                            1
##   162                                                                            0
##   164                                                                            0
##   166                                                                            0
##   167                                                                            0
##   168                                                                            0
##   173                                                                            0
##   174                                                                            0
##   175                                                                            0
##   176                                                                            0
##   177                                                                            0
##   178                                                                            0
##   179                                                                            0
##   180                                                                            0
##   181                                                                            0
##   182                                                                            0
##   183                                                                            0
##   184                                                                            0
##   185                                                                            2
##   186                                                                            2
##   189                                                                            0
##   190                                                                            0
##   195                                                                            0
##   196                                                                            0
##   197                                                                            0
##   198                                                                            2
##   199                                                                            0
##   200                                                                            1
##   201                                                                            2
##   202                                                                            0
##   203                                                                            0
##   204                                                                            0
##   205                                                                            0
##   207                                                                            0
##   208                                                                            0
##   209                                                                            0
##   210                                                                            0
##   213                                                                            0
##   214                                                                            0
##   215                                                                            0
##   217                                                                           11
##   218                                                                            0
##   219                                                                            0
##   220                                                                            0
##   221                                                                            0
##   222                                                                            1
##   223                                                                            0
##   226                                                                            0
##   228                                                                            0
##   229                                                                            0
##   230                                                                            0
##   231                                                                            0
##   235                                                                            0
##   236                                                                            0
##   347                                                                            0
##   349                                                                            0
##   359                                                                            0
##   362                                                                            0
##   377                                                                            0
##   403                                                                            0
##   406                                                                            0
##   422                                                                            0
##   428                                                                            0
##   499                                                                            0
##   532                                                                            0
##   603                                                                            8
##   604                                                                            0
##   605                                                                            0
##   1001                                                                           0
##   1002                                                                           0
##   1003                                                                           0
##   1004                                                                           0
# Region

r2 = table(gt2$region_txt,gt2$individual)  
chisq.test(r2)
## Warning in chisq.test(r2): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  r2
## X-squared = 8591.2, df = 11, p-value < 2.2e-16
chisq.test(r2)$observed
## Warning in chisq.test(r2): Chi-squared approximation may be incorrect
##                              
##                                   0     1
##   Australasia & Oceania         258    12
##   Central America & Caribbean  7282     3
##   Central Asia                  538     7
##   East Asia                     723    34
##   Eastern Europe               4933    20
##   Middle East & North Africa  47374    18
##   North America                3064   294
##   South America               16525     7
##   South Asia                  43547     4
##   Southeast Asia              11680     9
##   Sub-Saharan Africa          15434     4
##   Western Europe              15465   120
r3 = table(gt2$region_txt,gt2$attacktype1_txt)  
chisq.test(r3)
## Warning in chisq.test(r3): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  r3
## X-squared = 20147, df = 88, p-value < 2.2e-16
chisq.test(r3)$observed
## Warning in chisq.test(r3): Chi-squared approximation may be incorrect
##                              
##                               Armed Assault Assassination
##   Australasia & Oceania                  49            30
##   Central America & Caribbean          2853          1210
##   Central Asia                          112           112
##   East Asia                             113            55
##   Eastern Europe                       1220           398
##   Middle East & North Africa           8814          4085
##   North America                         442           254
##   South America                        3358          2613
##   South Asia                          11160          4220
##   Southeast Asia                       3793          1280
##   Sub-Saharan Africa                   5474          1572
##   Western Europe                       1619          2915
##                              
##                               Bombing/Explosion
##   Australasia & Oceania                      71
##   Central America & Caribbean              2246
##   Central Asia                              231
##   East Asia                                 309
##   Eastern Europe                           2695
##   Middle East & North Africa              29721
##   North America                            1476
##   South America                            7834
##   South Asia                              20934
##   Southeast Asia                           4608
##   Sub-Saharan Africa                       5054
##   Western Europe                           7882
##                              
##                               Facility/Infrastructure Attack Hijacking
##   Australasia & Oceania                                   71         3
##   Central America & Caribbean                            252        23
##   Central Asia                                            19         8
##   East Asia                                              184        18
##   Eastern Europe                                         247        26
##   Middle East & North Africa                            1053       115
##   North America                                          895        18
##   South America                                          698        59
##   South Asia                                            2149        82
##   Southeast Asia                                         916        53
##   Sub-Saharan Africa                                     734       107
##   Western Europe                                        2429        66
##                              
##                               Hostage Taking (Barricade Incident)
##   Australasia & Oceania                                         6
##   Central America & Caribbean                                 138
##   Central Asia                                                  1
##   East Asia                                                     3
##   Eastern Europe                                               19
##   Middle East & North Africa                                   96
##   North America                                                66
##   South America                                               202
##   South Asia                                                  110
##   Southeast Asia                                               58
##   Sub-Saharan Africa                                           91
##   Western Europe                                               81
##                              
##                               Hostage Taking (Kidnapping) Unarmed Assault
##   Australasia & Oceania                                13              11
##   Central America & Caribbean                         294              18
##   Central Asia                                         43               4
##   East Asia                                            13              42
##   Eastern Europe                                      180              60
##   Middle East & North Africa                         1698             167
##   North America                                       109              70
##   South America                                      1113              42
##   South Asia                                         2691             318
##   Southeast Asia                                      602              25
##   Sub-Saharan Africa                                 1255              79
##   Western Europe                                      214             137
##                              
##                               Unknown
##   Australasia & Oceania            16
##   Central America & Caribbean     251
##   Central Asia                     15
##   East Asia                        20
##   Eastern Europe                  108
##   Middle East & North Africa     1643
##   North America                    28
##   South America                   613
##   South Asia                     1887
##   Southeast Asia                  354
##   Sub-Saharan Africa             1072
##   Western Europe                  242
r4 = table(gt2$region_txt,gt2$suicide)  
chisq.test(r4)
## 
##  Pearson's Chi-squared test
## 
## data:  r4
## X-squared = 4059.6, df = 11, p-value < 2.2e-16
chisq.test(r4)$observed
##                              
##                                   0     1
##   Australasia & Oceania         269     1
##   Central America & Caribbean  7284     1
##   Central Asia                  534    11
##   East Asia                     740    17
##   Eastern Europe               4861    92
##   Middle East & North Africa  43730  3662
##   North America                3342    16
##   South America               16526     6
##   South Asia                  41638  1913
##   Southeast Asia              11661    28
##   Sub-Saharan Africa          14708   730
##   Western Europe              15562    23
r5 = table(gt2$region_txt,gt2$targtype1)  
chisq.test(r5)
## Warning in chisq.test(r5): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  r5
## X-squared = 40066, df = 231, p-value < 2.2e-16
chisq.test(r5)$observed
## Warning in chisq.test(r5): Chi-squared approximation may be incorrect
##                              
##                                   1     2     3     4     5     6     7
##   Australasia & Oceania          44    48    32    15     0     7    25
##   Central America & Caribbean   834   898   472  1994     0    61   192
##   Central Asia                   35   124    75    85     0     5    32
##   East Asia                      98   127    80    40     0    57    30
##   Eastern Europe                423   669   848  1078     0    29   130
##   Middle East & North Africa   3929  4017  6665  8491     0   248   747
##   North America                 866   400   229   205   257    54   180
##   South America                3021  2554  2063  1540     1   127   365
##   South Asia                   3008  5290  8275  5478     0   161   292
##   Southeast Asia               1627  1863  1274  2122     0    46   112
##   Sub-Saharan Africa           1133  1908  1369  2345     0   113   604
##   Western Europe               3839  2014  2024  1328     1   297   639
##                              
##                                   8     9    10    11    12    13    14
##   Australasia & Oceania           8     1     4     2     1     0    35
##   Central America & Caribbean   163    10   235    23    22     3  1047
##   Central Asia                    7     2    20     1     9     0    75
##   East Asia                      12     1    18     4     2     0    92
##   Eastern Europe                 59     8   120     0    37     4   828
##   Middle East & North Africa    760    48   575    40   117    76 14317
##   North America                 177     5   117     8    33     2   457
##   South America                 322    60   519    21    52     0  2714
##   South Asia                   1742    60   416    41   279    17 10038
##   Southeast Asia                397    23   155    57    40     9  2359
##   Sub-Saharan Africa            283    40   209    46   243     6  5009
##   Western Europe                164     4   264    22    44    11  3244
##                              
##                                  15    16    17    18    19    20    21
##   Australasia & Oceania          28     1     0     1    10     1     4
##   Central America & Caribbean    79   108    34    15   242    72   751
##   Central Asia                    8     4     9     2    33    10     9
##   East Asia                      28     4     5     3   145     4     5
##   Eastern Europe                174    16    17     9   290   124    83
##   Middle East & North Africa   1200    69  1594   133  1125  2110   775
##   North America                 169    10     8    12    38    15    99
##   South America                 327   123    70    37   935   153  1501
##   South Asia                   1124   300   682    49  2056  2378   790
##   Southeast Asia                322   153    67    30   386   282   353
##   Sub-Saharan Africa            498    64   128    28   527   240   451
##   Western Europe                297    79   265    87   399   347   162
##                              
##                                  22
##   Australasia & Oceania           3
##   Central America & Caribbean    30
##   Central Asia                    0
##   East Asia                       2
##   Eastern Europe                  7
##   Middle East & North Africa    356
##   North America                  17
##   South America                  27
##   South Asia                   1075
##   Southeast Asia                 12
##   Sub-Saharan Africa            194
##   Western Europe                 54
r6 = table(gt2$region_txt,gt2$individual)  
chisq.test(r6)
## Warning in chisq.test(r6): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  r6
## X-squared = 8591.2, df = 11, p-value < 2.2e-16
chisq.test(r6)$observed
## Warning in chisq.test(r6): Chi-squared approximation may be incorrect
##                              
##                                   0     1
##   Australasia & Oceania         258    12
##   Central America & Caribbean  7282     3
##   Central Asia                  538     7
##   East Asia                     723    34
##   Eastern Europe               4933    20
##   Middle East & North Africa  47374    18
##   North America                3064   294
##   South America               16525     7
##   South Asia                  43547     4
##   Southeast Asia              11680     9
##   Sub-Saharan Africa          15434     4
##   Western Europe              15465   120
r7 = table(gt2$region_txt,gt2$claimmode_txt)  
chisq.test(r7)
## Warning in chisq.test(r7): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  r7
## X-squared = 10422, df = 77, p-value < 2.2e-16
chisq.test(r7)$observed
## Warning in chisq.test(r7): Chi-squared approximation may be incorrect
##                              
##                               Personal claim Posted to website, blog, etc.
##   Australasia & Oceania                    4                             5
##   Central America & Caribbean              4                             2
##   Central Asia                             4                             0
##   East Asia                               23                             2
##   Eastern Europe                          88                            55
##   Middle East & North Africa            1269                          2670
##   North America                          112                            40
##   South America                           51                            20
##   South Asia                            2136                           948
##   Southeast Asia                         364                            74
##   Sub-Saharan Africa                     754                           287
##   Western Europe                         106                           158
##                              
##                               Unknown Call (post-incident)
##   Australasia & Oceania             0                    1
##   Central America & Caribbean       1                    0
##   Central Asia                      8                    1
##   East Asia                         6                    1
##   Eastern Europe                   63                   11
##   Middle East & North Africa      905                  109
##   North America                    59                   87
##   South America                    55                    9
##   South Asia                     1895                 1270
##   Southeast Asia                  122                   33
##   Sub-Saharan Africa              463                   85
##   Western Europe                  247                  124
##                              
##                               Note left at scene E-mail Other     M
##   Australasia & Oceania                        0      0     1   259
##   Central America & Caribbean                  1      0     1  7276
##   Central Asia                                 0      3     1   528
##   East Asia                                    2      1     2   720
##   Eastern Europe                              18     15     3  4700
##   Middle East & North Africa                  78    219   109 42033
##   North America                               83     12    54  2911
##   South America                               87     22    28 16260
##   South Asia                                 721    419   136 36026
##   Southeast Asia                              65    118    22 10891
##   Sub-Saharan Africa                          48    185    44 13572
##   Western Europe                              79     41    35 14795
r8 = table(gt2$region_txt,gt2$weaptype1_txt)  
chisq.test(r8)
## Warning in chisq.test(r8): Chi-squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  r8
## X-squared = 21551, df = 121, p-value < 2.2e-16
chisq.test(r8)$observed
## Warning in chisq.test(r8): Chi-squared approximation may be incorrect
##                              
##                               Biological Chemical Explosives Fake Weapons
##   Australasia & Oceania                0       11         71            0
##   Central America & Caribbean          0        1       2200            0
##   Central Asia                         0        1        250            1
##   East Asia                            2       17        312            4
##   Eastern Europe                       0       12       3000            4
##   Middle East & North Africa           0       65      31069            6
##   North America                       23       24       1500            5
##   South America                        1       23       7893            3
##   South Asia                           2       79      22244            2
##   Southeast Asia                       0       11       4828            0
##   Sub-Saharan Africa                   3       12       5742            1
##   Western Europe                       1       31       8042            5
##                              
##                               Firearms Incendiary Melee Other Radiological
##   Australasia & Oceania             72         73    10     1            0
##   Central America & Caribbean     4059        271    62     0            0
##   Central Asia                     223         15    14     0            0
##   East Asia                         41        236    78     3           10
##   Eastern Europe                  1406        175    88     4            0
##   Middle East & North Africa     11096       1095  1161    23            0
##   North America                    675        887    74    18            1
##   South America                   5892        956   120     5            0
##   South Asia                     14555       2235   974    16            0
##   Southeast Asia                  5242        814   142     4            0
##   Sub-Saharan Africa              6722        733   446    18            0
##   Western Europe                  3542       2848   332    20            2
##                              
##                               Sabotage Equipment Unknown
##   Australasia & Oceania                        0      31
##   Central America & Caribbean                  5     683
##   Central Asia                                 0      41
##   East Asia                                    3      43
##   Eastern Europe                               4     259
##   Middle East & North Africa                   8    2800
##   North America                               18     118
##   South America                               10    1626
##   South Asia                                  45    3384
##   Southeast Asia                              20     628
##   Sub-Saharan Africa                           6    1754
##   Western Europe                              10     733
##                              
##                               Vehicle (not to include vehicle-borne explosives, i.e., car or truck bombs)
##   Australasia & Oceania                                                                                 1
##   Central America & Caribbean                                                                           4
##   Central Asia                                                                                          0
##   East Asia                                                                                             8
##   Eastern Europe                                                                                        1
##   Middle East & North Africa                                                                           69
##   North America                                                                                        15
##   South America                                                                                         3
##   South Asia                                                                                           15
##   Southeast Asia                                                                                        0
##   Sub-Saharan Africa                                                                                    1
##   Western Europe                                                                                       19

Regression

Below multiple regressions were created to see which variables would be correlated. The first model was created by selecting the most relevant variables. Afterwards, variables that were not corerlated or show any significance were removed from the model. Then, new models were created. A stepwise regression was also done with model g to see if the results were the same. The result showed similar results.

g = lm(country ~ imonth + iday + region + attacktype1 + suicide + weaptype1 + targtype1 + targsubtype1 + natlty1 + individual + nperps+ nperpcap + claimed + claimmode + nkill + nkillter + nwound + nwoundte, data = gt2)

summary(g) 
## 
## Call:
## lm(formula = country ~ imonth + iday + region + attacktype1 + 
##     suicide + weaptype1 + targtype1 + targsubtype1 + natlty1 + 
##     individual + nperps + nperpcap + claimed + claimmode + nkill + 
##     nkillter + nwound + nwoundte, data = gt2)
## 
## Residuals:
##     Min      1Q  Median      3Q     Max 
## -528.36  -26.90   -2.89   29.66  916.17 
## 
## Coefficients:
##                Estimate Std. Error t value Pr(>|t|)    
## (Intercept)   45.990584   5.947563   7.733 1.12e-14 ***
## imonth        -0.092503   0.178855  -0.517   0.6050    
## iday          -0.002302   0.068294  -0.034   0.9731    
## region         6.452128   0.265125  24.336  < 2e-16 ***
## attacktype1    1.091649   0.450630   2.422   0.0154 *  
## suicide      -22.902861   1.927142 -11.884  < 2e-16 ***
## weaptype1     -0.606950   0.421818  -1.439   0.1502    
## targtype1      6.636580   0.463250  14.326  < 2e-16 ***
## targsubtype1  -1.202297   0.095163 -12.634  < 2e-16 ***
## natlty1        0.487951   0.005905  82.640  < 2e-16 ***
## individual    79.012546   4.815340  16.409  < 2e-16 ***
## nperps         0.047448   0.011229   4.225 2.40e-05 ***
## nperpcap      -0.681940   0.039269 -17.366  < 2e-16 ***
## claimed       -7.645159   4.656725  -1.642   0.1007    
## claimmode     -3.808648   0.254869 -14.944  < 2e-16 ***
## nkill          0.022544   0.056682   0.398   0.6908    
## nkillter       0.330135   0.219625   1.503   0.1328    
## nwound         0.012338   0.011549   1.068   0.2854    
## nwoundte      -1.299503   0.280367  -4.635 3.60e-06 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 72.57 on 14749 degrees of freedom
##   (152587 observations deleted due to missingness)
## Multiple R-squared:  0.4013, Adjusted R-squared:  0.4006 
## F-statistic: 549.3 on 18 and 14749 DF,  p-value: < 2.2e-16
g2 = lm(country ~ region + attacktype1 + suicide + targtype1 + targsubtype1 + natlty1 + individual + nperps+ nperpcap + claimmode, data = gt2)

summary(g2)
## 
## Call:
## lm(formula = country ~ region + attacktype1 + suicide + targtype1 + 
##     targsubtype1 + natlty1 + individual + nperps + nperpcap + 
##     claimmode, data = gt2)
## 
## Residuals:
##     Min      1Q  Median      3Q     Max 
## -537.08  -26.98   -2.50   30.24  916.59 
## 
## Coefficients:
##                Estimate Std. Error t value Pr(>|t|)    
## (Intercept)   30.880587   2.954357  10.453  < 2e-16 ***
## region         6.664143   0.252704  26.371  < 2e-16 ***
## attacktype1    0.689761   0.294508   2.342 0.019189 *  
## suicide      -19.024153   1.748548 -10.880  < 2e-16 ***
## targtype1      6.771382   0.447400  15.135  < 2e-16 ***
## targsubtype1  -1.224243   0.092083 -13.295  < 2e-16 ***
## natlty1        0.497937   0.005578  89.262  < 2e-16 ***
## individual    80.201586   4.732538  16.947  < 2e-16 ***
## nperps         0.034835   0.010140   3.435 0.000593 ***
## nperpcap      -0.636706   0.037445 -17.004  < 2e-16 ***
## claimmode     -3.775470   0.246346 -15.326  < 2e-16 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 72.26 on 16002 degrees of freedom
##   (151342 observations deleted due to missingness)
## Multiple R-squared:  0.4114, Adjusted R-squared:  0.4111 
## F-statistic:  1119 on 10 and 16002 DF,  p-value: < 2.2e-16
g3 = lm(nkill ~  region + suicide + nperps+ nkillter + nwound + nwoundte, data = gt2)

summary(g3) 
## 
## Call:
## lm(formula = nkill ~ region + suicide + nperps + nkillter + nwound + 
##     nwoundte, data = gt2)
## 
## Residuals:
##     Min      1Q  Median      3Q     Max 
## -258.39   -1.03   -0.55    0.13  668.97 
## 
## Coefficients:
##               Estimate Std. Error t value Pr(>|t|)    
## (Intercept)  0.1503748  0.0668074   2.251   0.0244 *  
## region       0.1187495  0.0077063  15.409  < 2e-16 ***
## suicide      2.7247346  0.0850874  32.023  < 2e-16 ***
## nperps       0.0031440  0.0004029   7.804 6.04e-15 ***
## nkillter     1.0412873  0.0097899 106.363  < 2e-16 ***
## nwound       0.1735752  0.0004668 371.851  < 2e-16 ***
## nwoundte    -0.1752964  0.0145883 -12.016  < 2e-16 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 5.697 on 93423 degrees of freedom
##   (73925 observations deleted due to missingness)
## Multiple R-squared:  0.6369, Adjusted R-squared:  0.6369 
## F-statistic: 2.732e+04 on 6 and 93423 DF,  p-value: < 2.2e-16
g4 = lm(natlty1 ~ country + region + attacktype1 + suicide + weaptype1 + targtype1 + targsubtype1 + nperpcap + nwoundte, data = gt2)

summary(g4) 
## 
## Call:
## lm(formula = natlty1 ~ country + region + attacktype1 + suicide + 
##     weaptype1 + targtype1 + targsubtype1 + nperpcap + nwoundte, 
##     data = gt2)
## 
## Residuals:
##     Min      1Q  Median      3Q     Max 
## -683.14  -20.85   -4.98   14.63  964.49 
## 
## Coefficients:
##               Estimate Std. Error t value Pr(>|t|)    
## (Intercept)  40.181737   1.184370  33.927  < 2e-16 ***
## country       0.627577   0.002392 262.318  < 2e-16 ***
## region        0.832305   0.094791   8.780  < 2e-16 ***
## attacktype1   1.389998   0.175493   7.921 2.39e-15 ***
## suicide       5.540183   0.995033   5.568 2.59e-08 ***
## weaptype1    -1.528645   0.165017  -9.264  < 2e-16 ***
## targtype1    -5.859055   0.185555 -31.576  < 2e-16 ***
## targsubtype1  1.155953   0.038784  29.805  < 2e-16 ***
## nperpcap     -0.158069   0.018135  -8.716  < 2e-16 ***
## nwoundte     -1.074351   0.144061  -7.458 8.88e-14 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 70.94 on 97745 degrees of freedom
##   (69600 observations deleted due to missingness)
## Multiple R-squared:  0.425,  Adjusted R-squared:  0.425 
## F-statistic:  8028 on 9 and 97745 DF,  p-value: < 2.2e-16

Stepwise Regression

h = step(lm(country ~ imonth + iday + region + attacktype1 + suicide + weaptype1 + targtype1 + targsubtype1 + natlty1 + individual + nperps+ nperpcap + claimed + claimmode + nkill + nkillter + nwound + nwoundte, data = gt2))
## Start:  AIC=126565.9
## country ~ imonth + iday + region + attacktype1 + suicide + weaptype1 + 
##     targtype1 + targsubtype1 + natlty1 + individual + nperps + 
##     nperpcap + claimed + claimmode + nkill + nkillter + nwound + 
##     nwoundte
## 
##                Df Sum of Sq       RSS    AIC
## - iday          1         6  77665566 126564
## - nkill         1       833  77666393 126564
## - imonth        1      1409  77666969 126564
## - nwound        1      6010  77671571 126565
## <none>                       77665560 126566
## - weaptype1     1     10902  77676463 126566
## - nkillter      1     11898  77677459 126566
## - claimed       1     14193  77679754 126567
## - attacktype1   1     30902  77696463 126570
## - nperps        1     94012  77759573 126582
## - nwoundte      1    113127  77778688 126585
## - suicide       1    743734  78409295 126705
## - targsubtype1  1    840523  78506083 126723
## - targtype1     1   1080748  78746308 126768
## - claimmode     1   1175909  78841469 126786
## - individual    1   1417765  79083325 126831
## - nperpcap      1   1588069  79253629 126863
## - region        1   3118677  80784238 127145
## - natlty1       1  35961982 113627542 132183
## 
## Step:  AIC=126563.9
## country ~ imonth + region + attacktype1 + suicide + weaptype1 + 
##     targtype1 + targsubtype1 + natlty1 + individual + nperps + 
##     nperpcap + claimed + claimmode + nkill + nkillter + nwound + 
##     nwoundte
## 
##                Df Sum of Sq       RSS    AIC
## - nkill         1       833  77666400 126562
## - imonth        1      1407  77666974 126562
## - nwound        1      6011  77671577 126563
## <none>                       77665566 126564
## - weaptype1     1     10900  77676466 126564
## - nkillter      1     11896  77677463 126564
## - claimed       1     14198  77679764 126565
## - attacktype1   1     30896  77696463 126568
## - nperps        1     94012  77759578 126580
## - nwoundte      1    113124  77778691 126583
## - suicide       1    743733  78409299 126703
## - targsubtype1  1    840560  78506126 126721
## - targtype1     1   1080783  78746349 126766
## - claimmode     1   1176110  78841677 126784
## - individual    1   1418425  79083991 126829
## - nperpcap      1   1588081  79253647 126861
## - region        1   3118785  80784352 127143
## - natlty1       1  35980552 113646119 132184
## 
## Step:  AIC=126562
## country ~ imonth + region + attacktype1 + suicide + weaptype1 + 
##     targtype1 + targsubtype1 + natlty1 + individual + nperps + 
##     nperpcap + claimed + claimmode + nkillter + nwound + nwoundte
## 
##                Df Sum of Sq       RSS    AIC
## - imonth        1      1389  77667789 126560
## <none>                       77666400 126562
## - weaptype1     1     10958  77677358 126562
## - claimed       1     14231  77680630 126563
## - nkillter      1     14827  77681226 126563
## - attacktype1   1     30942  77697342 126566
## - nwound        1     36149  77702549 126567
## - nperps        1     94670  77761070 126578
## - nwoundte      1    114109  77780509 126582
## - suicide       1    746588  78412988 126701
## - targsubtype1  1    840820  78507219 126719
## - targtype1     1   1081129  78747529 126764
## - claimmode     1   1176209  78842609 126782
## - individual    1   1417912  79084312 126827
## - nperpcap      1   1587679  79254079 126859
## - region        1   3125926  80792326 127143
## - natlty1       1  35979889 113646288 132182
## 
## Step:  AIC=126560.3
## country ~ region + attacktype1 + suicide + weaptype1 + targtype1 + 
##     targsubtype1 + natlty1 + individual + nperps + nperpcap + 
##     claimed + claimmode + nkillter + nwound + nwoundte
## 
##                Df Sum of Sq       RSS    AIC
## <none>                       77667789 126560
## - weaptype1     1     11113  77678902 126560
## - claimed       1     14243  77682032 126561
## - nkillter      1     14812  77682601 126561
## - attacktype1   1     30920  77698709 126564
## - nwound        1     36007  77703797 126565
## - nperps        1     94216  77762005 126576
## - nwoundte      1    114425  77782214 126580
## - suicide       1    745758  78413547 126699
## - targsubtype1  1    842120  78509909 126718
## - targtype1     1   1082332  78750121 126763
## - claimmode     1   1177774  78845563 126781
## - individual    1   1420185  79087974 126826
## - nperpcap      1   1586308  79254097 126857
## - region        1   3125284  80793074 127141
## - natlty1       1  35981458 113649248 132180
summary(h)
## 
## Call:
## lm(formula = country ~ region + attacktype1 + suicide + weaptype1 + 
##     targtype1 + targsubtype1 + natlty1 + individual + nperps + 
##     nperpcap + claimed + claimmode + nkillter + nwound + nwoundte, 
##     data = gt2)
## 
## Residuals:
##     Min      1Q  Median      3Q     Max 
## -528.52  -26.82   -2.91   29.71  915.99 
## 
## Coefficients:
##                Estimate Std. Error t value Pr(>|t|)    
## (Intercept)   45.442762   5.755426   7.896 3.09e-15 ***
## region         6.455011   0.264940  24.364  < 2e-16 ***
## attacktype1    1.091860   0.450550   2.423  0.01539 *  
## suicide      -22.807930   1.916381 -11.902  < 2e-16 ***
## weaptype1     -0.612627   0.421676  -1.453  0.14629    
## targtype1      6.640731   0.463160  14.338  < 2e-16 ***
## targsubtype1  -1.203262   0.095141 -12.647  < 2e-16 ***
## natlty1        0.487947   0.005902  82.669  < 2e-16 ***
## individual    79.046325   4.812871  16.424  < 2e-16 ***
## nperps         0.047464   0.011220   4.230 2.35e-05 ***
## nperpcap      -0.681304   0.039250 -17.358  < 2e-16 ***
## claimed       -7.658405   4.656156  -1.645  0.10003    
## claimmode     -3.810958   0.254799 -14.957  < 2e-16 ***
## nkillter       0.354036   0.211076   1.677  0.09351 .  
## nwound         0.016184   0.006189   2.615  0.00893 ** 
## nwoundte      -1.305650   0.280067  -4.662 3.16e-06 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 72.56 on 14752 degrees of freedom
##   (152587 observations deleted due to missingness)
## Multiple R-squared:  0.4013, Adjusted R-squared:  0.4007 
## F-statistic: 659.3 on 15 and 14752 DF,  p-value: < 2.2e-16

Plot

Below are three plots that show the number of fatalities versus the terrorist organization and color coordinated by the region and the target type. ISIL has created the most fatalities with their attacks in the Middle East and North Africa region. They have targeted diplomatic government officials, police, educational institutions, and NGOs.

library(ggplot2)
## Warning: package 'ggplot2' was built under R version 3.5.1
ggplot(data = gt2, aes(x = gname, y = nkill)) + geom_violin() +  geom_point(aes(color = factor(region_txt))) + scale_fill_manual(values = c("springgreen", "turquoise", "orchid2","violetred2","cadetblue3")) + theme(axis.text.x = element_text(angle = 90)) 

ggplot(data = gt2, aes(x = gname, y = nkill)) + geom_violin() +  geom_point(aes(color = factor(targtype1_txt))) + scale_fill_manual(values = c("springgreen", "turquoise", "orchid2","violetred2","cadetblue3")) + theme(axis.text.x = element_text(angle = 90)) 

Map

Below shows the frequency of the attacks in each region. We see that the Middle East/ North African region has the most attacks. If the markers are clicked further, the details of the attacks can be seen.

gt3 = na.omit(gt2)

y = gt3

library(rgdal)
## Warning: package 'rgdal' was built under R version 3.5.1
## Loading required package: sp
## Warning: package 'sp' was built under R version 3.5.1
## rgdal: version: 1.3-6, (SVN revision 773)
##  Geospatial Data Abstraction Library extensions to R successfully loaded
##  Loaded GDAL runtime: GDAL 2.2.3, released 2017/11/20
##  Path to GDAL shared files: C:/Users/Aylin/Documents/R/win-library/3.5/rgdal/gdal
##  GDAL binary built with GEOS: TRUE 
##  Loaded PROJ.4 runtime: Rel. 4.9.3, 15 August 2016, [PJ_VERSION: 493]
##  Path to PROJ.4 shared files: C:/Users/Aylin/Documents/R/win-library/3.5/rgdal/proj
##  Linking to sp version: 1.3-1
library(raster)
## Warning: package 'raster' was built under R version 3.5.1
library(htmlwidgets)
## Warning: package 'htmlwidgets' was built under R version 3.5.1
library(leaflet)
## Warning: package 'leaflet' was built under R version 3.5.1
y$popup <- paste("<b>Incident #: </b>", y$eventid, "<br>",
                 "<b>Terrorist: </b>", y$gname,
                 "<br>", "<b>Target: </b>",y$target1 ,
                 "<br>", "<b>Weapon Used: </b>", y$weaptype1_txt,
                 "<br>", "<b>Claim Method: </b>", y$claimmode_txt,
                 "<br>", "<b>Region: </b>", y$region_txt,
                 "<br>", "<b>Longitude: </b>", y$longitude,
                 "<br>", "<b>Latitude: </b>", y$latitude
)


k = leaflet(y, width = "100%") %>% addTiles() %>%
  addTiles(group = "OSM (default)") %>%
  addProviderTiles(provider = "Esri.WorldStreetMap",group = "World StreetMap") %>%
  addProviderTiles(provider = "Esri.WorldImagery",group = "World Imagery") %>%
  
  # addProviderTiles(provider = "NASAGIBS.ViirsEarthAtNight2012",group = "Nighttime Imagery") %>%
  addMarkers(data = y,lng = ~ longitude, lat = ~latitude, popup = y$popup, clusterOptions = markerClusterOptions()) %>%
  
  addLayersControl(
    baseGroups = c("OSM (default)","World StreetMap", "World Imagery"),
    options = layersControlOptions(collapsed = FALSE)
    
  )

k
#k$width <- 874
#k$height <- 700

#saveWidget(k,"globalterrorism.html", selfcontained = FALSE)